Skip to content
Snippets Groups Projects
  1. Mar 11, 2006
    • Andreas Gohr's avatar
      Automatic draft saving · ee4c4a1b
      Andreas Gohr authored
      DokuWiki now automatically creates a draft file of the currently edited
      page. In case of an editing interuption (eg. Browsercrash) the draftfile
      can be continued later.
      
      darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz
      ee4c4a1b
  2. Mar 07, 2006
  3. 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
  4. Mar 03, 2006
    • Andreas Gohr's avatar
      better permission checking · 0d8850c4
      Andreas Gohr authored
      init.php now checks for the accessability of the data directories
      (executebit on UNIX systems)
      
      darcs-hash:20060303173252-7ad00-7ce3281926ac93f282d9865e9617ec4d179c2c23.gz
      0d8850c4
  5. Feb 28, 2006
  6. 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
  7. Feb 18, 2006
  8. Feb 17, 2006
  9. Feb 02, 2006
  10. Jan 21, 2006
  11. Nov 18, 2005
  12. Oct 20, 2005
  13. Sep 11, 2005
  14. Aug 31, 2005
    • Andreas Gohr's avatar
      HTTP Client added · 9b307a83
      Andreas Gohr authored
      This patch adds an HTTP client written in PHP. It supports proxy
      handling and SSL if PHP was compiled with it.
      
      darcs-hash:20050831205550-7ad00-6dcdff0208d7f18a8ff731febb155d126742c768.gz
      9b307a83
  15. Aug 06, 2005
  16. Jun 26, 2005
    • Steven Danz's avatar
      track_changes.patch · b158d625
      Steven Danz authored
      Second go at including changes to allow users to sign up on
      mailing lists so they may receive emails each time the page
      they are interested in is updated.
      
      darcs-hash:20050627021748-3ed6d-5f6993f51ab649e3928a513b0fbe7c421d880325.gz
      b158d625
  17. Jul 12, 2005
  18. Jun 26, 2005
  19. Jun 05, 2005
  20. May 01, 2005
  21. Apr 25, 2005
  22. Apr 22, 2005
  23. Apr 16, 2005
  24. Apr 15, 2005
  25. Apr 13, 2005
  26. Mar 30, 2005
    • jan's avatar
      Replace .* files by _* · 9afe4dbf
      jan authored
      darcs-hash:20050330095025-45605-5b5e82865c7fba8e88c43511ae4bf28ebf334d1b.gz
      9afe4dbf
  27. Mar 20, 2005
  28. Mar 03, 2005
    • andi's avatar
      safemode hack #179 · 3dc3a5f1
      andi authored
      darcs-hash:20050303222903-9977f-038e77fc63d17af9bda168d214cecd1cf84b5aa9.gz
      3dc3a5f1
  29. Feb 19, 2005
  30. Jan 14, 2005
    • andi's avatar
      phpdoc comments · 15fae107
      andi authored
      darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
      15fae107
  31. Jan 12, 2005
    • andi's avatar
      Initial revision. · f3f0262c
      andi authored
      darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz
      f3f0262c
Loading