Skip to content
Snippets Groups Projects
  1. Aug 12, 2013
    • Jared Hancock's avatar
      Make default data translatable · 20f3e62a
      Jared Hancock authored
      This is one of the last major hurdles to make osTicket fully translatable.
      With the advent of 1.7.0, database migration is based on the MD5 hash of the
      install SQL file. Therefore, the install SQL script cannot be modified (ie.
      translated) or else the system cannot be migrated, since the MD5 hash will
      no longer match up.
      
      This patch pulls initial data out of the install file so that it can be
      translatable. Eventually the install worksheet can allow a drop-down box of
      the default system language. The default data from that language will be
      loaded into the system.
      20f3e62a
    • Jared Hancock's avatar
      Always log stuff during upgrades (for real) · f300a765
      Jared Hancock authored
      Anything that would happen after the last patch was applied would never be
      logged, because the system would immediately indicate that no upgrade was
      pending.
      f300a765
    • Jared Hancock's avatar
      Merge branch 'release' into develop · c104111c
      Jared Hancock authored
      Conflicts:
      	include/client/view.inc.php
      	include/staff/ticket-view.inc.php
      c104111c
  2. Aug 11, 2013
  3. Aug 10, 2013
  4. Aug 09, 2013
  5. Aug 08, 2013
  6. Aug 07, 2013
  7. Aug 02, 2013
Loading