Skip to content
Snippets Groups Projects
  1. Aug 23, 2013
  2. Aug 22, 2013
  3. Feb 17, 2013
  4. Dec 20, 2012
  5. Oct 13, 2012
  6. Jul 28, 2012
  7. Jul 30, 2011
  8. Jun 18, 2011
  9. May 02, 2011
  10. Mar 06, 2011
  11. Dec 29, 2010
  12. Nov 29, 2010
  13. Nov 17, 2010
  14. Oct 18, 2010
  15. Aug 27, 2010
  16. Jun 16, 2010
  17. Jan 12, 2010
  18. Jan 05, 2010
  19. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  20. Sep 04, 2009
    • Elan Ruusamäe's avatar
      set memory limit and unify php call in CLI apps · 50b78159
      Elan Ruusamäe authored
      Ignore-this: 1132d10ee32a2a68ddc1929c428e708
      
      - short open tag shouldn't be needed anymore
      - CLI memory limits a too low usually
      
      darcs-hash:20090904211555-99ed5-bd19873bdc2b10c61b9365f9c5ad9409a4131e41.gz
      50b78159
  21. Jul 25, 2009
  22. May 14, 2009
  23. Aug 04, 2008
    • gweissbach's avatar
      Explicite TypeCast for searchIndex · 3a50618c
      gweissbach authored
      Running the /bin/indexer.php or the searchindex plugin fails in php5
      with several type cast errors. This can be fixed using explicite type casts.
      
      Secondly the include plugin requires the auth.php to be present. As some other
      plugins might use quick-acl or the $auth too, indexer.php should require the auth.php
      just as the lib/exe/indexer.php does.
      
      darcs-hash:20080804112444-f4337-e12f25329236689b05e31f0db2119e47660a9404.gz
      3a50618c
  24. Sep 19, 2007
    • Tom N Harris's avatar
      Remove obsolete words from search index · a0c5c349
      Tom N Harris authored
      Creates another index file 'pagewords.idx' for the words in each page.
      Words that are deleted from a page can then be removed from the word index.
      The indexer version is incremented to force rebuilding of the index.
      Also, a minor flaw in the regexp for asian words is fixed.
      
      darcs-hash:20070919194244-6942e-2e08157dcf4fdf166b35b36a0faf8a3dfb415ad9.gz
      a0c5c349
  25. Sep 12, 2007
  26. Feb 02, 2007
  27. 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
  28. Sep 09, 2006
  29. Sep 08, 2006
  30. Jul 04, 2006
    • Ben Coburn's avatar
      refactor wiki page edit locking · c9b4bd1e
      Ben Coburn authored
        - Adds a new function in 'inc/pageutils.php',  wikiLockFN($id)
        - All page edit locks should now be created with the file name
          generated by wikiLockFN($id).
        - wikiLockFN
          - Generates wiki page editing locks in the 'data/locks'
            directory where they belong.
          - This avoids polluting the 'data/pages' directory with lock files,
            which were causing namespaces to be created before they logically
            should exist.
      
      darcs-hash:20060705033135-05dcb-8eac316587cd54c6ebd861fe7b15975d90b0e4dc.gz
      c9b4bd1e
  31. Mar 31, 2006
  32. Mar 04, 2006
    • Andreas Gohr's avatar
      simplified file permission handling · 1ca31cfe
      Andreas Gohr authored
      This patch simpliefies the configuration of the file and directory creation
      modes. There is no need to set the umask anymore. Only the wanted permissions
      for files and directories are set. An init function compares the wanted modes
      with the ones that would be choosen by the system automatically (consulting
      the system's umask) and sets the modes for chmod when needed.
      
      darcs-hash:20060304154038-7ad00-5ef1db3a87e42563a602f9d050c681d2ea74682f.gz
      1ca31cfe
  33. 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
  34. Feb 18, 2006
  35. Oct 22, 2005
  36. Oct 15, 2005
  37. Aug 07, 2005
    • Harry Fuecks's avatar
      command line utilities for DokuWiki · 1caeb00a
      Harry Fuecks authored
      This patch adds a command line tool which should help people modify
      wiki pages on the command line.
      
      Usage would be something like;
      
      $ ./dokuwiki/bin/dwpage.php checkout wiki:syntax > /home/harryf/syntax.txt
      $ vi syntax.txt
      $ ./dokuwiki/bin/dwpage.php -m "Document new syntax" commit syntax.txt wiki:syntax
      
      The second script outputs a list of wiki ids, seperated by newlines.
      The idea would be it get's run by a cron job at regular intervals and
      has it's results piped to a text file.
      
      darcs-hash:20050807201309-56ad0-7c2dbb2b14f794efad1b9875f4dd0c6a15f6df3f.gz
      1caeb00a
Loading