Skip to content
Snippets Groups Projects
  1. Feb 25, 2008
    • 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
  2. Feb 23, 2008
  3. Feb 21, 2008
    • Pierre Spring's avatar
      media_justlink · b739ff0f
      Pierre Spring authored
      darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
      b739ff0f
  4. Feb 20, 2008
  5. Feb 19, 2008
  6. Feb 17, 2008
  7. Feb 15, 2008
  8. Feb 14, 2008
  9. Feb 13, 2008
  10. 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
    • Guy Brand's avatar
      Have aclcheck use auth_isadmin · 7adba38c
      Guy Brand authored
      darcs-hash:20080212213222-19e2d-d8a2261fa83d6482afe213ffb41611ae723811de.gz
      7adba38c
  11. Feb 09, 2008
Loading