Skip to content
Snippets Groups Projects
  1. Nov 28, 2009
    • Andreas Gohr's avatar
      fixed IE text selection (needs testing) FS#1808 · b59e2ec8
      Andreas Gohr authored
      Ignore-this: c8405fda4cbf2e1fa9d89609e1df666e
      
      This seems to fix the text seelction problem in IE when the selection
      starts or ends at a newline.
      
      This was only tested in IE8 so far but should work in IE6 and IE7, too.
      Please provide feedback if not.
      
      darcs-hash:20091128165402-7ad00-cb9a38e7f245b441afe40a15422930ad60805a56.gz
      b59e2ec8
    • Andreas Gohr's avatar
      var declaration in drag.js · 61191510
      Andreas Gohr authored
      Ignore-this: a5dbedead9ab55588f186a197b3409b
      
      darcs-hash:20091128114734-7ad00-9a97355005e1a28e9def5eb3505f714e92c124d6.gz
      61191510
    • Andreas Gohr's avatar
      fix revision selection on back action in chrome FS#1807 · 7b5c475c
      Andreas Gohr authored
      Ignore-this: ab8d6c01d376804768479250e253cdfe
      
      darcs-hash:20091128114542-7ad00-67a6c1d40ad641d83f9b606e42e3777aee504e33.gz
      7b5c475c
    • Andreas Gohr's avatar
      removed dead code · 8719e743
      Andreas Gohr authored
      Ignore-this: 96e03b36fb35d1d27b7de58c8c4253f
      
      darcs-hash:20091128113618-7ad00-2aa37275c2d783c714f5aa0803ea9f0d76f439b2.gz
      8719e743
    • Andreas Gohr's avatar
      fixed formatting error · bf8c2171
      Andreas Gohr authored
      Ignore-this: 51519bbdfd098118a98af03b5c64ea0d
      
      darcs-hash:20091128113505-7ad00-cc51871bb7f7921683507e08dd800061fbcfbbee.gz
      bf8c2171
  2. Nov 25, 2009
    • Andreas Gohr's avatar
      fixed list indention code · f5001a3c
      Andreas Gohr authored
      Ignore-this: bd910501ef05d1341c1d67648dc66e32
      Firefox doesn't send correct keycodes in onkeypress events
      
      darcs-hash:20091125085224-6e07b-ffce34608064ffe62708da5efb3065103ca95eda.gz
      f5001a3c
  3. Nov 07, 2009
  4. Nov 02, 2009
  5. Oct 21, 2009
  6. 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
  7. Oct 18, 2009
  8. Oct 17, 2009
  9. Oct 04, 2009
  10. Sep 29, 2009
  11. Sep 01, 2009
  12. Aug 24, 2009
  13. Sep 18, 2009
  14. Sep 06, 2009
  15. Aug 30, 2009
  16. Aug 27, 2009
  17. 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
  18. 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
  19. Aug 06, 2009
  20. Aug 05, 2009
  21. 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
  22. Aug 25, 2009
  23. Aug 18, 2009
Loading