Skip to content
Snippets Groups Projects
  1. Aug 11, 2015
  2. Aug 07, 2015
  3. Aug 06, 2015
  4. Aug 05, 2015
  5. Jul 30, 2015
  6. Jul 29, 2015
  7. Jul 26, 2015
  8. May 07, 2015
  9. May 06, 2015
  10. Apr 01, 2015
  11. Jan 10, 2015
  12. Jan 07, 2015
    • Andreas Gohr's avatar
      Remove error supression for file_exists() · 79e79377
      Andreas Gohr authored
      In an older version of PHP a file_exists() call would issue a warning
      when the file did not exist. This was fixed in later PHP releases. Since
      we require PHP 5.3 now, there's no need to supress any error here
      anymore. This might even give a minor performance boost.
      79e79377
  13. Oct 04, 2014
  14. Oct 03, 2014
  15. Oct 02, 2014
  16. Oct 01, 2014
  17. Aug 02, 2014
  18. Jul 01, 2014
    • Angus Gratton's avatar
      authplain: Escape ':' in any data field as '\:' · f95ecbbf
      Angus Gratton authored
      ':' is the field delimiter in the authplain flat text
      conf/users.auth.php file, but it's also used as an internal delimiter
      for the 'mediawiki' password hash format. Currently using this hash
      format corrupts the file
      
      This change escapes ':' as '\:' in any field in the users.auth.php
      file, and any '\' as '\\'.
      
      Also adds test cases for escaping modes.
      f95ecbbf
  19. Mar 12, 2014
    • Christopher Smith's avatar
      Allow user info to be retrieved without groups · 2046a654
      Christopher Smith authored
      Some parts of dokuwiki (e.g. recent changes, old revisions) can
      requests lots of user info (to provide editor names) without
      requiring any group information.
      
      This change also implements caching of user info by authmysql &
      authpgsql plugins to avoid repeated querying of the DB to retrieve
      the same user information.
      2046a654
  20. Aug 11, 2013
  21. Jun 14, 2013
  22. May 06, 2013
  23. Nov 09, 2012
  24. Oct 06, 2012
  25. Feb 20, 2012
Loading