Skip to content
Snippets Groups Projects
  1. Nov 02, 2009
  2. Oct 18, 2009
  3. Oct 17, 2009
  4. Sep 18, 2009
  5. Aug 27, 2009
  6. 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
  7. Aug 05, 2009
  8. 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
  9. 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
  10. May 28, 2009
    • Andreas Gohr's avatar
      fix JS when compaction is enabled · e7c855f3
      Andreas Gohr authored
      Ignore-this: 4a6d9f3da25a04ec132cca2297328b1
      
      darcs-hash:20090528161552-7ad00-679be8f486462e0b779039443d2af056ef8e5304.gz
    • Andreas Gohr's avatar
      Make sub-toolbars in pickers possible · 9b53a46b
      Andreas Gohr authored
      Ignore-this: ace153a4684f7b345df56d796717a172
      Now all types of buttons kan also be placed in a toolbar picker window. It
      should even be possible to create deep nested picker cascades.
      
      darcs-hash:20090528153507-7ad00-828c7a9022b7a4021bf8a74bcd0771373deee254.gz
      9b53a46b
    • Andreas Gohr's avatar
      more javascript refactoring · 6b6da7f5
      Andreas Gohr authored
      Ignore-this: 10badc0f97ef80fcd366ae4622c43ff1
      
      darcs-hash:20090528121543-7ad00-df34efabe84c632df9ef0c6fd691c991d2c3ac82.gz
      6b6da7f5
  11. May 15, 2009
  12. Apr 15, 2009
  13. Apr 10, 2009
  14. Oct 12, 2008
  15. Jul 20, 2008
  16. Jul 16, 2008
  17. Feb 15, 2008
  18. Nov 23, 2007
  19. Sep 30, 2007
  20. Aug 26, 2007
    • Gabriel Birke's avatar
      Arbitrary Button types in JS toolbar · b7641d9e
      Gabriel Birke authored
      This is my patch for creating toolbar buttons with arbitrary button types,
      tested with Firefox, Opera and IE7. If you want to create a new type of
      button, you must have a function in the script.js file of your plugin. The
      function name must begin with "addBtnAction", followed by the type name, for
      example for the type "myType" the function must be called
      "addBtnActionMyType" (bear in mind that the first char of the type must be
      uppercased in the function name).
      
      The function has four parameters:
      "btn" is the HTML element for the button where you attach the onclick
      handler
      "props" is an associative array of the array properties that come from the
      toolbar array that was created by toolbar.php
      "edid" (optional) is the id of the editor textarea
      "id" (optional) is a "unique" number for each button: the index variable of
      the for loop where the buttons get created.
      
      darcs-hash:20070826192206-79ce3-1fe6f49c1eb5d0c10adbadc43f7b2ee1aec1853e.gz
      b7641d9e
  21. Jul 05, 2007
  22. Jan 11, 2007
    • wingedfox's avatar
      JS checks for .hasOwnProperty · 86045fe9
      wingedfox authored
      This patch includes
      - several helper functions - is* checks
      - hasOwnProperty method emulator
      - checks for .hasOwnProperty in all for..in loops
      
      darcs-hash:20070111114236-00f02-50a71681e5d04faf086f1b8032a384648378b744.gz
      86045fe9
  23. Nov 05, 2006
  24. May 19, 2006
    • Andreas Gohr's avatar
      link to media manager · 72f0e11f
      Andreas Gohr authored
      This patch add a link to the media manager when no JavaScript is available.
      Users can upload and browse for pictures now without the need for JavaScript
      only inserting has to be done manually then.
      
      darcs-hash:20060519175959-7ad00-5ee77fd00d20bef9a36eee632a1c5897097ba4a8.gz
      72f0e11f
    • Andreas Gohr's avatar
      new mediamanager · 3df72098
      Andreas Gohr authored
      This patch adds a completely rewritten media popup. The following noteworthy
      changes were made:
      
      - media manager uses a collapsible namespace tree
      - media manager uses AJAX if available
      - media manager popup can be kept open when selecting a media file
      - only one template is used for the media manager :!: Template
      - Editable image metadata is configured in conf/mediameta.php now
      - The JS cookie mechanism was enhanced to store key/value pairs
      - Language strings can be exported to JS in js.php
      
      darcs-hash:20060519165023-7ad00-4932b4553fc919aa4a8b8187958b823acf4f8cee.gz
      3df72098
  25. May 12, 2006
  26. May 07, 2006
  27. Apr 30, 2006
  28. Mar 11, 2006
    • Andreas Gohr's avatar
      Automatic draft saving · ee4c4a1b
      Andreas Gohr authored
      DokuWiki now automatically creates a draft file of the currently edited
      page. In case of an editing interuption (eg. Browsercrash) the draftfile
      can be continued later.
      
      darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz
      ee4c4a1b
  29. Mar 04, 2006
  30. Feb 26, 2006
  31. Jan 28, 2006
    • Andreas Gohr's avatar
      Pagelocks are now refreshed in the background · 6035eb33
      Andreas Gohr authored
      An AJAX call is used to refresh the pagelock when keypresses in the textarea
      are detected (With a minimum wait of one minute between calls).
      
      darcs-hash:20060128152139-7ad00-66d64326bcf04c9b8d49285ac736137e9dd48249.gz
      6035eb33
  32. Nov 26, 2005
  33. Nov 11, 2005
    • Andreas Gohr's avatar
      JavaScript Fixes for the toolbar #628 · c591aabe
      Andreas Gohr authored
      darcs-hash:20051111200142-7ad00-158925aee01bc24378a8bd99ad27a6173ea085dd.gz
      c591aabe
    • Matthias Grimm's avatar
      insert bug in IE · 5beae5da
      Matthias Grimm authored
      This bug fixes a bug in the IE javascript code that prevent the toolbar
      from inserting text.
      
      darcs-hash:20051111170349-4145d-2094b82efa1245ae8190d2d65050fbb2ace11c03.gz
      5beae5da
  34. Oct 28, 2005
    • Andreas Gohr's avatar
      JavaScript refactoring · bad31ae9
      Andreas Gohr authored
      This patch addes a first go on a central javascript and CSS dispatcher
      which builds a single script from all needed scripts, does optimizing
      and caching.
      
      darcs-hash:20051029002652-7ad00-7558b569c2bf65f5e41820644580d97c62edd0d6.gz
      bad31ae9
Loading