Skip to content
Snippets Groups Projects
  1. Jan 19, 2010
  2. Jan 12, 2010
  3. Jan 09, 2010
  4. Dec 16, 2009
    • Andreas Gohr's avatar
      renamed media manager JS object FS#1813 · 2f87bdf9
      Andreas Gohr authored
      Ignore-this: 7ded514e72e46ca3af5e22f7043dbd8b
      
      "media" seems to be a reserved object in recent JavaScript DOM scripting
      standards. Most recent Chrome builds will choke on our scripts overwriting
      that name.
      
      darcs-hash:20091216204852-7ad00-aab1927c81e2064ac763db77323085f977f38ce3.gz
      2f87bdf9
    • Andreas Gohr's avatar
      added var in index.js · 0c3bbffb
      Andreas Gohr authored
      Ignore-this: 8912201740e23f9daaf96a0a3ce0c11a
      
      darcs-hash:20091216101534-6e07b-a6bb350029865813d5daf742c4311e31cf5c6a80.gz
      0c3bbffb
  5. Dec 15, 2009
  6. 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
  7. 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
  8. Nov 07, 2009
  9. Nov 02, 2009
  10. Oct 21, 2009
  11. 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
  12. Oct 18, 2009
  13. Oct 17, 2009
  14. Oct 04, 2009
  15. Sep 29, 2009
  16. Sep 01, 2009
  17. Aug 24, 2009
  18. Sep 18, 2009
  19. Sep 06, 2009
  20. Aug 30, 2009
  21. Aug 27, 2009
  22. 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
  23. 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
Loading