Skip to content
Snippets Groups Projects
  1. Apr 14, 2006
    • chris's avatar
      action plugins · f65bfee1
      chris authored
      This patch adds events and a third plugin type, "action" plugins, to DokuWiki.
      
      The patch doesn't include any event signalling, that will be added in later patches.
      
      Action plugins are loaded before most Dokuwiki processing takes place and at the
      same time are given the opportunity to register handlers (or hooks) to receive
      specific dokuwiki events.
      
      Other parts of Dokuwiki (e.g. templates and syntax plugins) can also register
      handlers to receive events.
      
      Any part of Dokuwiki can create and signal events, including templates and plugins.
      
      This patch also revises the admin plugin class by making it an extension of a
      new class, DokuWiki_Plugin. The DokuWiki_Plugin_Action class also extends this
      new class.
      
      Further details of events, their signalling and handling, and of action plugins will
      be added to wiki.splitbrain.org in due course :-)
      
      darcs-hash:20060414193737-9b6ab-f23d3d9b93e4c50a3ad97ced03eabc6c0363650b.gz
      f65bfee1
  2. Feb 24, 2006
    • Troels Liebe Bentsen's avatar
      Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct... · 44881d27
      Troels Liebe Bentsen authored
      Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.
      
        * Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly.
        * Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense.
        * Use chmod for setting the correct permissions but only if it's needed.
        * Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway.
      
      darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz
      44881d27
  3. Feb 17, 2006
  4. Nov 25, 2005
  5. Oct 27, 2005
  6. Jun 08, 2005
    • andi's avatar
      session_write_close added #364 · 8746e727
      andi authored
      I just learned that PHP does lock it's session objects. This is realy
      bad if you have multiple images in a page as each one will call fetch.php
      which locks the session, so everything can only be loaded sequentially.
      The fix for this is to close the session after using it which is after doing
      the auth and the breadcrumbs. I added the needed calls everywhere.
      
      darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
      8746e727
  7. May 23, 2005
  8. Apr 29, 2005
    • andi's avatar
      more cleanup · 2a27e99a
      andi authored
      darcs-hash:20050429205436-9977f-762f3ded6f93cfb3e068f3acdc1bb80690ad658b.gz
      2a27e99a
    • andi's avatar
      added internal rewriting · 6c7843b5
      andi authored
      darcs-hash:20050429205320-9977f-6bf54f3b022104a0a9aefa882dfba09a98bc9c2a.gz
      6c7843b5
  9. Apr 17, 2005
    • andi's avatar
      section editing fixed · 15cfe303
      andi authored
      darcs-hash:20050417150906-9977f-96fcdc018414606bc58252631708c8b55d82354a.gz
      15cfe303
  10. Apr 16, 2005
  11. Apr 15, 2005
  12. Mar 20, 2005
    • andi's avatar
      backbutton fix · 81aafed4
      andi authored
      darcs-hash:20050320124910-9977f-737f333d5524b844011a69a4c0351c3366ecf62f.gz
      81aafed4
  13. Mar 06, 2005
  14. Mar 01, 2005
    • andi's avatar
      revison sanitizing · 258641c6
      andi authored
      darcs-hash:20050301181638-9977f-212463af48be9fb6c4e2f9e738f3eb57878c30f7.gz
      258641c6
  15. Feb 26, 2005
    • andi's avatar
      some feed tuning · 79b608ce
      andi authored
      darcs-hash:20050226133325-9977f-001fc0ae4081b812bdef84350074624bb530f6f7.gz
      79b608ce
  16. Feb 20, 2005
    • frank's avatar
      acl-administration rc1 · 10a76f6f
      frank authored
      darcs-hash:20050220104506-b7c55-01c85b4b688597c8405987e0f7ea30aa4fb1472f.gz
      10a76f6f
  17. Feb 19, 2005
  18. Feb 17, 2005
  19. Feb 14, 2005
  20. Feb 09, 2005
  21. Jan 29, 2005
  22. Jan 28, 2005
    • andi's avatar
      ACL security bugfix (#96) · e647351c
      andi authored
      darcs-hash:20050128084512-9977f-a13bc935d76c0401e0aa16c19adda2a3b78f3e94.gz
      e647351c
  23. Jan 24, 2005
    • andi's avatar
      new versionstring method · f31d5b73
      andi authored
      darcs-hash:20050124200309-9977f-fda536f83c08a38d56f77a09bd99abdd1745e2fb.gz
      f31d5b73
    • andi's avatar
      locales removed · 095bfd5c
      andi authored
      darcs-hash:20050124192653-9977f-9b17dd147f4bf9b89a83b1d475943a85ab35e0ca.gz
      095bfd5c
  24. Jan 17, 2005
    • andi's avatar
      version update · 95a46333
      andi authored
      darcs-hash:20050117192041-9977f-87f447fa145452295ae3873994f2974c26e75359.gz
      95a46333
  25. Jan 16, 2005
    • andi's avatar
      version update · 602c3de2
      andi authored
      darcs-hash:20050116113818-9977f-b6ddf1daabe3d9aea7185dfde6b3365c334dc2d2.gz
      602c3de2
  26. Jan 15, 2005
    • andi's avatar
      version update · f1b8b946
      andi authored
      darcs-hash:20050115192920-9977f-39d4ff4f00a811ad49123ccb1cb235401627bd68.gz
      f1b8b946
  27. Jan 14, 2005
    • andi's avatar
      version string fix · 78e788ac
      andi authored
      darcs-hash:20050114225958-9977f-c5234044adab6f51eee36362d106926464ee1680.gz
      78e788ac
    • andi's avatar
      fix for bug #4 · 4721e2ca
      andi authored
      darcs-hash:20050114210506-9977f-b34047f7f7ff63f9c33c54bcd25a6d37211ec80f.gz
      4721e2ca
    • andi's avatar
      phpdoc comments · 15fae107
      andi authored
      darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
      15fae107
  28. Jan 13, 2005
    • andi's avatar
      magpie caching removed · 5d495af9
      andi authored
      darcs-hash:20050113165147-9977f-8a6c359349eeca76667af06ef5a69da16c654128.gz
      5d495af9
  29. Jan 12, 2005
    • andi's avatar
      Initial revision. · f3f0262c
      andi authored
      darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz
      f3f0262c
Loading