Skip to content
Snippets Groups Projects
  1. Oct 24, 2013
  2. Oct 17, 2013
  3. Sep 27, 2013
  4. Sep 18, 2013
  5. Sep 13, 2013
  6. Sep 09, 2013
  7. Sep 03, 2013
  8. Sep 02, 2013
  9. Aug 30, 2013
  10. Aug 22, 2013
  11. Aug 13, 2013
  12. Aug 11, 2013
  13. Aug 10, 2013
  14. Aug 01, 2013
    • Peter Rotich's avatar
      * Scan for inline attachments · 5af3b7e4
      Peter Rotich authored
      Incoming messages with empty body and an inline attachment might not have
      parts - depending on encoding used.
      
      * Use "-" tag for emails with empty body/message
      5af3b7e4
  15. 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
  16. Jul 17, 2013
  17. Jul 11, 2013
    • Jared Hancock's avatar
      Allow generation and serving of abritrary custom pages · d309b99b
      Jared Hancock authored
      The administrator can define pages in the admin panel defined as type
      'other', and when set to active, those pages can be served from the
      /pages/<page-name-slug> URL from the base of the helpdesk.
      
      This is mocked up only against Apache
      d309b99b
  18. Jul 10, 2013
    • Jared Hancock's avatar
      Implement transient SLAs · a6e00914
      Jared Hancock authored
      SLAs can be marked transient. When a ticket is assigned to a transient SLA
      and it is transferred to a department or help topic having a default SLA,
      the SLA will change to the SLA of the new department or help topic. This
      process can continue as long as the ticket has a transient SLA assigned.
      Once a non-transient SLA is assigned to the ticket, the SLA will no longer
      change automatically. Thereafter, the SLA can only be manually changed.
      a6e00914
    • cdnwetzel's avatar
      Update settings-pages.inc.php · 5d60c8b8
      cdnwetzel authored
      on line 14 of settings-pages.inc.php the section: <a href="pages"> should read: <a href="pages.php">
      5d60c8b8
  19. Jul 03, 2013
  20. Jun 13, 2013
  21. May 28, 2013
    • Jared Hancock's avatar
      Federate configuration settings · db81f071
      Jared Hancock authored
      Change the config table from a column-based table to a key-value table
      with namespacing. This allows several parts of osTicket to store their
      respective configurations in the same table without requiring database
      structure updates
      
      'namespace' is reserved in PHP
      db81f071
  22. May 23, 2013
    • Jared Hancock's avatar
      Use database default storage engine · 55e1c8ec
      Jared Hancock authored
      Drop required usage of MyISAM tables, and drop fulltext indexes as they
      are not used in the code currently anyway. Also, use a blob to store
      session data so as not to waste space with UTF-8 encoding. Lastly, fix
      session_id storage to use VARCHAR(255) which is required for versions
      of MySQL < 5.0.3, and use ascii for the storage model for the
      session_id as it will contain simple characters only.
      55e1c8ec
  23. Apr 09, 2013
  24. Apr 01, 2013
  25. Mar 06, 2013
  26. Mar 05, 2013
  27. Feb 22, 2013
Loading