Skip to content
Snippets Groups Projects
  1. Nov 02, 2009
  2. Oct 21, 2009
  3. Oct 16, 2009
    • Adrian Lang's avatar
      Fix paragraph highlighting for mouseover on edit buttons · c6bcae18
      Adrian Lang authored
      Dokuwiki does not generate section edit buttons for h4 sections. Therefor, the
      edit button next to a h4 section belongs to a previous higher-level section.
      The AJAX-y paragraph highlighting onmouseover the edit button does not highlight
      all sections up to to higher-level section which owns the edit button, but only
      the last, i. e. h4 section.
      This patch highlights all sections up to the heading the edit button refers to.
      
      darcs-hash:20091016090946-e4919-fa9ed1f627a6cab9654eb66c5fb4760f3d4d9fcf.gz
      c6bcae18
  4. Oct 18, 2009
  5. Oct 17, 2009
  6. Oct 04, 2009
  7. Sep 29, 2009
  8. Sep 01, 2009
  9. Aug 24, 2009
  10. Sep 18, 2009
  11. Sep 06, 2009
  12. Aug 30, 2009
  13. Aug 27, 2009
  14. Aug 14, 2009
    • Andreas Gohr's avatar
      More Link wizard cleanup · 3e23cbfd
      Andreas Gohr authored
      Ignore-this: 100b66fbe26d82dfd6cffba751cf6992
      
      darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
      3e23cbfd
    • Andreas Gohr's avatar
      fix scrolling on keyboard select in LinkWizard · 7fe97caa
      Andreas Gohr authored
      Ignore-this: 831a3252b5cb7c3f8658c377f60c0a95
      
      darcs-hash:20090814105344-7ad00-6643571c3363ceb25d818246cf1425e3db6c8216.gz
      7fe97caa
    • Andreas Gohr's avatar
      small JS fix · 55be22a1
      Andreas Gohr authored
      Ignore-this: 42bc05343dabfa0b7cb7b14b9ba61834
      
      darcs-hash:20090814092553-7ad00-89080ef0ba30d25b3d85afbb8a0a29a6e28b7b07.gz
      55be22a1
  15. Aug 12, 2009
    • Andreas Gohr's avatar
      simplify JavaScript loading · 6392c3b6
      Andreas Gohr authored
      Ignore-this: 7637977e042ed8ba7e9e9097f9e9f03f
      
      This patch removes the differences between the JavaScript loaded in
      edit and view modes.
      
        * increases the amount of JavaScript that is loaded initially
        * decreases the number of requests
        * only one cache for all javascript
        * all javascript is available in view mode
      
      The last point is the most important as it makes a lot of functionality
      available to plugins working in the view mode. The discussion plugin
      now can reuse the toolbar code for example.
      
      Note: development is part of ICKE 2.0 project
            http://www.icke-projekt.de
      
      darcs-hash:20090812194007-6e07b-c8a71dedf506065a95d8b84b55aafce67810236c.gz
      6392c3b6
    • Andreas Gohr's avatar
      Language file cleanups for JS changes · 0071aa21
      Andreas Gohr authored
      Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307
      
      Removed unused string, move another string to the [js] subarray.
      
      darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz
      0071aa21
    • Andreas Gohr's avatar
      make dragged objects stylable via CSS · 6977dcef
      Andreas Gohr authored
      Ignore-this: ae47b532b80d10868e82e0ccc5c963d1
      
      A DOM object that is dragged through the new drag Object gets the ondrag
      assigned.
      
      note: development was part of the ICKE 2.0 project see
              http://www.icke-projekt.de for info
      
      darcs-hash:20090812180344-6e07b-a50d6589f0650897ddd5f5d345a3d15513aada77.gz
      6977dcef
    • Andreas Gohr's avatar
      Link Wizard added · 56dfcc12
      Andreas Gohr authored
      Ignore-this: c15561aa909f921f7845576378851b93
      
      This adds a new link wizard to the toolbar which helps users to find the page the want to link to.
      
      Pages can be found by a simple page name search or by browsing the
      existing namespaces.
      
      This is the first checkin. Some cleanup and MSIE compatibility checks
      remain.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz
      56dfcc12
    • Andreas Gohr's avatar
      Script lib for draggable DOM objects · 050f4a94
      Andreas Gohr authored
      Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1
      
      This adds a simple object that can be attached to positioned DOM objects
      to make them draggable. This is useful for inplace dialogs.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812102055-6e07b-88451d4d67877224950a289b9cd415544f4c2755.gz
      050f4a94
  16. Aug 06, 2009
  17. Aug 05, 2009
  18. Aug 04, 2009
    • Andreas Gohr's avatar
      Some text selection workarounds for MSIE · 8f99c3ec
      Andreas Gohr authored
      Ignore-this: b4a14bbf96712ec9ce9011e172f2af81
      
      This patch solves some problems with reading the cursor positions
      and text selection on MSIE.
      
      note: development was part of the ICKE 2.0 project see
              http://www.icke-projekt.de for info
      
      darcs-hash:20090804150501-6e07b-5e3cf60261f5f51906df2d4cf15509e9075757e0.gz
      8f99c3ec
    • Andreas Gohr's avatar
      improved list handling · 201ea5f3
      Andreas Gohr authored
      Ignore-this: 2e4f3fbfb28917ee66cf3e1925c806d3
      
      This patch adds multiple enhancements to handling lists and indented
      code blocks in the editor.
      
      1. Pressing enter when in a list item or code block will keep the indention
         and adds a new list point
      2. Pressing space at the start of a list item will indent the item to the
         next level
      3. Pressing bckspace at the start of a list item will outdent the item
         to the previous level or delete the list bullet when you are at the
         1st level already
      4. A new type of formatting button called formatln is added. It applies
         formatting to several lines. It's used for the list buttons currently
         and makes it possible to convert mutiple lines to a list
      
      This enhncement are currently only tested in Firefox are most likely to
      break IE compatibility. A compatibility patch will be submitted later
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090804095707-7ad00-e565c66087c7121188ad7ece8265d9f64f7e6947.gz
      201ea5f3
  19. Aug 25, 2009
  20. Aug 18, 2009
  21. Jun 29, 2009
    • Andreas Gohr's avatar
      fixed headline level detection · 8567cbc4
      Andreas Gohr authored
      Ignore-this: 39675a7f375e3eb619228dbabda857ea
      This fixes incorrect headline headline level detetion when the
      text starts with a headline (eg. in most cases)
      
      darcs-hash:20090629211200-7ad00-d8a7cbe331806fcdbca70b5da188b387dc2c2a87.gz
      8567cbc4
  22. Jun 03, 2009
  23. May 28, 2009
  24. May 15, 2009
  25. May 26, 2009
  26. Apr 15, 2009
  27. Apr 10, 2009
Loading