Skip to content
Snippets Groups Projects
  1. Feb 26, 2008
    • Andreas Gohr's avatar
      fix usage of is_admin in auth_aclcheck · 85d03f68
      Andreas Gohr authored
      There were a few problems with name encoding for groups and users
      introduced in the recent aclcheck change
      
      darcs-hash:20080226172257-7ad00-d591f0d2f2219a2b23f93060c65b8fb5f46bd1d7.gz
      85d03f68
  2. Feb 25, 2008
    • Tom N Harris's avatar
      Don't depend on plugin for Zip/TarLib · 09742313
      Tom N Harris authored
      darcs-hash:20080226005222-6942e-20808aa2678aec95a22c93fce81c1f822975493d.gz
      09742313
    • Tom N Harris's avatar
      INDEXER_TASKS_RUN event for index-time hooks · 33a148e0
      Tom N Harris authored
      The event INDEXER_TASKS_RUN is fired by lib/exe/indexer.php when a page is viewed. Plugins should only hook BEFORE the event if it is important for the task to be run as often as possible. Otherwise, hook AFTER the even to be run only when other tasks have completed.
      
      Plugin authors must call stopPropagation() and preventDefault() if any work is done. If your plugin does nothing, then you must allow the event to continue. Not following these rules may cause DokuWiki to exceed the PHP execution time limit.
      
      darcs-hash:20080226011940-6942e-09291b73bab84a2c4445b1d1c4de8b3bba743243.gz
      33a148e0
  3. Feb 23, 2008
  4. Feb 21, 2008
    • Pierre Spring's avatar
      media_justlink · b739ff0f
      Pierre Spring authored
      darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
      b739ff0f
  5. Feb 20, 2008
  6. Feb 19, 2008
  7. Feb 17, 2008
  8. Feb 15, 2008
  9. Feb 14, 2008
  10. Feb 13, 2008
  11. Feb 12, 2008
    • Chris Smith's avatar
      Rationalise Parser PHP & HTML syntax mode handling to renderer only. · d86d5af0
      Chris Smith authored
      This patch corrects the problems with the previously (reversed) patch
      "remove htmlok and phpok tests from Doku_Handler".
      
      The handler will now write php, phpblock, html & htmlblock instructions
      and let the renderer decide how these instructions should be processed.
      
      The xhtml renderer will follow the "phpok" and "htmlok" config settings.
      If these settings are turned off the any instructions will be rendered as
      code with php or html syntax highlighting (as appropriate).
      
      darcs-hash:20080213024941-d26fc-ec485362803e63a2d949dad5c23e17db939e6ced.gz
      d86d5af0
Loading