Skip to content
Snippets Groups Projects
  1. Jan 19, 2007
    • Andreas Gohr's avatar
      Some renderer plugin updates · c327d6c4
      Andreas Gohr authored
      The namingscheme for renderer plugins now matches the other types, the plugin
      manager now returns info on renderer plugins, too
      
      darcs-hash:20070120002731-7ad00-fcea93a6a6da807103b6aa82d6472196125cb3ec.gz
      c327d6c4
    • Andreas Gohr's avatar
      Renderer now inherits from Doku_Plugin · 863befa1
      Andreas Gohr authored
      This makes typical plugin functions available to render plugins.
      
      darcs-hash:20070119234945-7ad00-2ecc67ca68c85cfdd67718d147587f2f5ecb317a.gz
      863befa1
    • Andreas Gohr's avatar
      moved plugin base class to inc · 4ac67140
      Andreas Gohr authored
      darcs-hash:20070119233350-7ad00-a8ae733093693a55c2566f5ee698a7b4aa3a833a.gz
      4ac67140
  2. Jan 15, 2007
  3. Jan 06, 2007
  4. Jan 04, 2007
    • henning.noren's avatar
      UNDO: regex_simpler.patch · d35ab615
      henning.noren authored
      Replaces some simple regular expressions with standard (faster) string functions
      
      darcs-hash:20070104194953-d2a3e-8fd0c89812277467c5bce566dfc3fba6ce1c3981.gz
      d35ab615
  5. Jan 09, 2007
  6. Jan 04, 2007
    • Samuele Tognini's avatar
      fixed a forgotten space in install.php · 9c18485b
      Samuele Tognini authored
      darcs-hash:20070104201822-0abd8-ba4f7830a0acfa42438fc8894c28cdf552dc8aa7.gz
      9c18485b
    • henning.noren's avatar
      faster_indent.patch · 97c91fb2
      henning.noren authored
      Replaces a print-loop with str_repeat concatenated with the final output
      
      darcs-hash:20070104195358-d2a3e-a1f74b5380e7426b3f7e61c76d58e36363971eee.gz
      97c91fb2
    • henning.noren's avatar
      regex_simpler.patch · 3edf3f08
      henning.noren authored
      Replaces some simple regular expressions with standard (faster) string functions
      
      darcs-hash:20070104194953-d2a3e-0b06e7a599a0177ad37a54497074893572e1cae2.gz
      3edf3f08
  7. Jan 03, 2007
    • henning.noren's avatar
      tf_rename_lower.patch · 44881bd0
      henning.noren authored
      Name the TRUE/FALSE-constants consistently as lowercase everywhere.
      This might also be an tiny optimization in some environments.
      
      darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz
      44881bd0
  8. Jan 02, 2007
  9. Dec 23, 2006
  10. Dec 13, 2006
  11. Dec 12, 2006
  12. Dec 08, 2006
    • Ben Coburn's avatar
      fix feed links and cache · 5d03233c
      Ben Coburn authored
      Fixed a double escaping error with & when no url rewriting was done.
      Also made the feeds more responsive to changes in the wiki preferences.
      
      darcs-hash:20061208065933-05dcb-a4a6f1aa7457c05eb75349a978bb7743c46b4c05.gz
      5d03233c
  13. Dec 11, 2006
    • Mike Frysinger's avatar
      make setup error a little more verbose · 3a3e1c5f
      Mike Frysinger authored
      if a subdir is not setup properly, then init_paths() in inc/init.php will use
      the pretty name ("datadir" instead of "pages"; "olddir" instead of "attic").
      attached patch simply includes the actual directory name in the output so
      people dont have to look it up in the source
      code.
      
      darcs-hash:20061211194244-5224c-2d22eeb08d770108d1d993783e95d11bef0e8855.gz
      3a3e1c5f
  14. Dec 07, 2006
  15. Dec 06, 2006
  16. Dec 07, 2006
    • Ben Coburn's avatar
      string for constant fix · 613e963a
      Ben Coburn authored
      darcs-hash:20061207075815-05dcb-81fad7f4e40142e01f9f1aaa56f47fa51f978186.gz
      613e963a
    • Ben Coburn's avatar
      changelog type strings replaced with constants · ebf1501f
      Ben Coburn authored
      Using more verbose constant names in the place of single character strings
      should make the code much more readable. This does not change the behavior
      of the changelog.
      
      darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz
      ebf1501f
  17. Dec 06, 2006
    • Ben Coburn's avatar
      identify external edits in UI · 5aa52faf
      Ben Coburn authored
      Some changes to clearly identify when wiki pages have been edited outside
      Dokuwiki. Also correctly attributes external changes from an unknown
      author. Avoids sending extra emails when recording old external edits.
      
      Adds a new language string:
      $lang['external_edit']
      
      darcs-hash:20061207032825-05dcb-3234bee57cb165c848b33abb9251502589b0f3cb.gz
      5aa52faf
    • Ben Coburn's avatar
      recache and uncache the last_change from metadata · cd00a034
      Ben Coburn authored
      The most recent changelog entry is already cached in the metadata as
      'last_change' to avoid reading the page changelog on every request.
      
        - Recache the last change if it is missing and still valid. This is
          needed for when the metadata has been rerendered.
      
        - Uncaches the last change when it has been invalidated by an external
          edit. Ensures that external edits are not credited to the wrong
          author.
      
      darcs-hash:20061207011005-05dcb-3b1749f6626d07c4cc3de9587c45765423e2e4d9.gz
      cd00a034
    • Ben Coburn's avatar
      rerender and save metadata fix · 6102af7d
      Ben Coburn authored
      darcs-hash:20061207003216-05dcb-4d15587ec2d6f5ad132edcf60f0cba448d0c5263.gz
      6102af7d
  18. Dec 05, 2006
  19. Dec 03, 2006
    • Andreas Gohr's avatar
      pluggable renderers · 2d5ccb39
      Andreas Gohr authored
      Plugins can now provide their own renderer in lib/plugins/<name>/renderer.php
      The class inside this file needs to inherit from Doku_Renderer and has to be
      called Doku_Renderer_<name>
      
      To access the renderer the export action can be used eg: ?do
      
      darcs-hash:20061203190138-7ad00-f56b470b5dd043e1168ff2101c677eb8a9851627.gz
      2d5ccb39
    • Andreas Gohr's avatar
      manager user/group · f8cc712e
      Andreas Gohr authored
      This patch adds support for a manager option as suggested in
      http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html
      
      darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz
      f8cc712e
  20. Dec 02, 2006
  21. Dec 01, 2006
  22. Nov 30, 2006
  23. Nov 27, 2006
Loading