Skip to content
Snippets Groups Projects
  1. Aug 28, 2007
  2. Aug 26, 2007
    • Guy Brand's avatar
      Revert plugin die if DOKU_INC undefined · 1687f569
      Guy Brand authored
      darcs-hash:20070826201745-19e2d-10ac45260b4ab288ffa91c4828b82bb61ebfa625.gz
      1687f569
    • 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
  3. Aug 21, 2007
  4. Aug 20, 2007
  5. Aug 21, 2007
  6. Aug 20, 2007
  7. Aug 19, 2007
  8. Aug 18, 2007
    • Andreas Gohr's avatar
      typo fix FS#1229 · f6547e5d
      Andreas Gohr authored
      darcs-hash:20070818222239-7ad00-d427f89d0cd9cdc88cf99538209e50e1b001ea9c.gz
      f6547e5d
    • Andreas Gohr's avatar
      esperanto update · aad41e93
      Andreas Gohr authored
      darcs-hash:20070818222029-7ad00-490d6e1e53a9753c4951ee8a9a9882d3cbdcfdb0.gz
      aad41e93
  9. Aug 16, 2007
  10. Aug 13, 2007
  11. Aug 10, 2007
    • Andreas Gohr's avatar
      correctly URL encode idx parameter in index view · 4a119027
      Andreas Gohr authored
      darcs-hash:20070810082232-7ad00-e6abe2b952b7575454f8a2fcc5c257ec07b09e78.gz
      4a119027
    • Ben Coburn's avatar
      Optimize loading the index with AJAX · 9a59099f
      Ben Coburn authored
      Improves the perceptual latency of the AJAX based index view.
      
      - Only show the throbber for AJAX calls that are slow.
        Currently this applies to calls that take more than 500 ms.
      
      - Reuse the results of AJAX calls.
        This makes a namespace open, close, open, cycle much faster.
        Also reduces the number of AJAX calls to the server.
        (To reload the index, just reload the page as usual.)
      
      darcs-hash:20070810040430-05dcb-1a4bcdb19c599ea74d1a3d2cc758753d19ef6eee.gz
      9a59099f
  12. Aug 09, 2007
  13. Aug 08, 2007
  14. Aug 07, 2007
    • Andreas Gohr's avatar
      german language update · a17ae368
      Andreas Gohr authored
      darcs-hash:20070807221400-7ad00-c67b347e0528709a4eae84f3740c34d12f9e1bba.gz
      a17ae368
    • Andreas Gohr's avatar
      TOC fixed · 7d91652a
      Andreas Gohr authored
      This fixes some small bugs which were introduced with recent TOC changes
      
      darcs-hash:20070807171844-7ad00-fc09dd6d09b72927e64dfa41dd8b86fc20d86ed0.gz
      7d91652a
  15. Aug 05, 2007
  16. Aug 06, 2007
  17. Aug 05, 2007
    • Chris Smith's avatar
      Add checks for supported attic compression methods to config plugin (FS#1185) · 1b95bfdf
      Chris Smith authored
      darcs-hash:20070805193638-d26fc-aac3910d4dea3cd5539572cce3e73366ed39ab80.gz
      1b95bfdf
    • chris's avatar
      minor fixes for recent tpl_toc() patch · 2bb0d541
      chris authored
      darcs-hash:20070805163833-9b6ab-82e8cd7ec37d163ccb552e3b6aee8c1f70e75f15.gz
      2bb0d541
    • Andreas Gohr's avatar
      separated TOC from page · b8595a66
      Andreas Gohr authored
      This patch introduces a tpl_toc() function which can be used to freely place
      the Table of Contents in a template. When used, tpl_content should be called
      with a parameter of false to supress the automatic TOC placement.
      
      Note: if tpl_toc() us run *before* tpl_content(), TOCs will not work in the
      preview. A work around is to run tpl_content() in a output buffer first.
      
      This patch also adds a getTOC() function for admin plugins which allows plugin
      authors to put create their own TOC which will be placed correctly in the
      template. A convenience function html_mktocitem() is available.
      
      The config manager was adjusted to make ue of this new feature, but some bugs
      might remain.
      
      darcs-hash:20070805132405-7ad00-77d2c3cdf66cc62b2d408cc6580f938636a109af.gz
  18. Aug 04, 2007
Loading