Skip to content
Snippets Groups Projects
  1. Oct 15, 2014
    • LarsDW223's avatar
      Fixed JavaScript compression. The compressor did not recognize a regular... · 5c5b52fd
      LarsDW223 authored
      Fixed JavaScript compression. The compressor did not recognize a regular expression after a '&&' ot '||' operator. So it could happen that code had been cut off if the regular expression included '\//' (which was treated as a single line comment because of the regular expression not being recognized). Finally fixes #897.
      5c5b52fd
  2. Oct 14, 2014
  3. Oct 04, 2014
  4. Oct 03, 2014
  5. Sep 29, 2014
  6. Sep 22, 2014
  7. Sep 20, 2014
  8. Sep 19, 2014
  9. Sep 16, 2014
  10. Sep 15, 2014
  11. Sep 13, 2014
  12. Sep 10, 2014
  13. Sep 08, 2014
  14. Aug 27, 2014
  15. Aug 17, 2014
  16. Aug 09, 2014
  17. Aug 06, 2014
  18. Aug 02, 2014
  19. Aug 01, 2014
  20. Jul 30, 2014
  21. Jul 17, 2014
  22. Jul 12, 2014
  23. Jul 10, 2014
  24. Jul 04, 2014
  25. 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
  26. Jun 30, 2014
  27. Jun 25, 2014
  28. Jun 22, 2014
  29. Jun 19, 2014
  30. Jun 15, 2014
  31. Jun 10, 2014
  32. Jun 01, 2014
Loading