Skip to content
Snippets Groups Projects
  1. Nov 01, 2013
  2. Oct 31, 2013
    • Jared Hancock's avatar
      Fix parsing issue in strtotime() · b9ab14c1
      Jared Hancock authored
      PHP can't discern the difference between d/m/Y and m/d/Y when just the date
      is submitted to strtotime(). Unfortunately, strptime() is not available
      until PHP 5.1.0. This patch forces datepickers to change their values to
      YYYY-MM-DD upon submission to disambiguate parsing issues.
      
      Fixes #832
      b9ab14c1
  3. Oct 30, 2013
  4. Sep 02, 2013
  5. Aug 30, 2013
  6. Aug 09, 2013
  7. Aug 08, 2013
  8. Aug 02, 2013
  9. Jul 24, 2013
  10. Jul 23, 2013
    • Jared Hancock's avatar
      Fix CSS style issues · b039bb3a
      Jared Hancock authored
        - Logo selection radio buttons not vertically centered (Firefox)
        - font-size value incorrect in login.css
        - Incorrect : placement in FAQ category edit
        - Incorrect block width declaration (700 vs 700px)
        - Browsers disagree on the placement of CSS3 outline properties
        - Correctly place check boxes and radio buttons
      b039bb3a
    • Jared Hancock's avatar
      Add a password reset implementation · 5cac196a
      Jared Hancock authored
      Uses a seven step procedure:
        1. (user) Fails to login twice or more
        2. Clicks the 'Forgot my password' link on the login form
        3. Submits the username or email address and triggers a password-reset
           email
        4. Clicks the link in the email and is directed back to the reset page
        5. Enters the username or email again and is logged in
        6. Password change is forced, but current password is not required
        7. Password is updated, user can continue the session without
           authenticating again
      5cac196a
  11. Jul 17, 2013
  12. Jul 09, 2013
  13. Jul 04, 2013
    • Jared Hancock's avatar
      Support multiple update streams · b02778cd
      Jared Hancock authored
      This patch allows the upgrader to upgrade multiple database update
      'streams'. The main stream is renamed to 'core' to reflect changes made
      to the config class. This will significantly ease customizations
      requiring database customizations, and will make plugins requiring
      database changes possible.
      b02778cd
  14. Jul 03, 2013
  15. Jun 26, 2013
  16. May 28, 2013
    • Jared Hancock's avatar
      Add persistence configuration · 517f86c4
      Jared Hancock authored
      Allow (a subset of) the configuration to also be saved in the session to
      make session-backed data more consistent and compatible with up-and-coming
      multi-site setups.
      517f86c4
  17. Mar 11, 2013
  18. Mar 07, 2013
  19. Mar 05, 2013
  20. Mar 04, 2013
  21. Feb 28, 2013
  22. Feb 22, 2013
  23. Feb 20, 2013
  24. Feb 19, 2013
  25. Feb 15, 2013
  26. Jan 28, 2013
  27. Jan 22, 2013
  28. Jan 03, 2013
  29. Dec 17, 2012
  30. Dec 16, 2012
Loading