Skip to content
Snippets Groups Projects
  1. Aug 09, 2013
  2. Aug 02, 2013
  3. Aug 01, 2013
  4. Jul 29, 2013
  5. Jul 28, 2013
  6. Jul 24, 2013
  7. 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 concept of initial data · 1c5338ac
      Jared Hancock authored
      We should move initial data out of the install SQL file, which will make way
      for a few things:
      
        * Internationalization -- which breaks the migrater model currently.
              Moving the data outside the install script makes it translatable
              without changing the SQL hash
        * Review -- Migrations which add more data don't highlight new features
              that need review to the adminsitrator
      1c5338ac
    • 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
    • Jared Hancock's avatar
      5cb94cfa
  8. Jul 22, 2013
  9. Jul 21, 2013
  10. Jul 19, 2013
    • Jared Hancock's avatar
      Logo is not displayed in the offline page · a9ee8d9d
      Jared Hancock authored
      After merging the custom logo patch, the logo on the offline page
      disappeared. This addresses the issue by exempting the logo.php script for
      the offline redirect in client.inc.php
      a9ee8d9d
  11. Jul 17, 2013
Loading