Skip to content
Snippets Groups Projects
  1. Sep 25, 2014
  2. Sep 24, 2014
  3. Sep 19, 2014
  4. Sep 02, 2014
  5. Aug 22, 2014
  6. Aug 14, 2014
  7. Aug 11, 2014
  8. Aug 07, 2014
  9. Aug 06, 2014
  10. Aug 05, 2014
  11. Jul 28, 2014
  12. Jul 23, 2014
  13. Jul 07, 2014
  14. Jun 25, 2014
    • Thane de Loth's avatar
      Adopt translation work from Thane de Loth · 7042e6c8
      Thane de Loth authored
      Multilanguage Support via gettext
      
      - added gettext encapsulations to all texts i thought necessary
      - added fallback function for the case that the gettext extension isn't loaded
      - added browser language detection
      - added gettext to the list of optional extensions in setup
      - rewritten some of the texts to use sprintf instead of appending strings
      - added german translation file
      - removed mark_overdue-confirm from cannedresponses.inc.php
      
      extend multi language support and a fex fixes
      
      - Better detection of translation files
      - Added functionality to redirect language codes (see redirecting
      language codes)
      - Ticket Status can be translated
      - The Datepicker can be translated
      - Extended functionality of 'testlang.php' to show what language code is
      used to translate
      
      Forgotten to apply a patch from RC5 to RC6
      
      - Forgotten to change $var to $vars in line 380 of class.mailfetch.php
      - Removed unneeded comment
      
      Added php_gettext as primary translation engine
      
      - Added php_gettext support (thanks to Danilo Segan and Steven
      Armstrong)
      - php_gettext is now the primary translation engine
      - Extended language detection functionality
      
      Add error/misconfiguration checks and fix undefined variables
      7042e6c8
  15. May 19, 2014
  16. Apr 11, 2014
  17. Apr 09, 2014
  18. Apr 07, 2014
    • Jared Hancock's avatar
      Fixup missing column in upgrades from < v1.8.0 · 9568ff48
      Jared Hancock authored
      There was a major goof for osTicket 1.8.0 where the installer created a
      `form_id` column in the `%filter` table; however, the upgrader neglected to
      add the column. Therefore, users who have upgraded from a version previous
      to 1.8.0 will not have the `form_id` column in their database whereas users
      who installed osTicket >= v1.8.0 and upgraded will have the column. Since
      MySQL has no concept of `ADD IF NOT EXISTS`, this dynamic query will
      assist with adding the column if it doesn't exist.
      
      Thanks, http://stackoverflow.com/a/16405301/1025836
      9568ff48
  19. Apr 02, 2014
  20. Mar 25, 2014
  21. Mar 13, 2014
  22. Feb 27, 2014
  23. Feb 22, 2014
    • Jared Hancock's avatar
      file: Fix saving backend char · e84030f4
      Jared Hancock authored
      Because the file type normally defaults to the system default (for fetched
      emails at least), the backend char was not saved, because the file type char
      was left at the system default. Therefore, if a file is saved to a backend
      other than the default (in the database), the data will likely be saved to
      the backend, but the file metadata will reflect the incorrect backend.
      
      The only reason the file type char was not defaulted in the
      AttachmentFile::save() method was for the migration process from osTicet 1.6
      to osTicket 1.7. This is mitigated by passing `false` specifically from the
      migration task.
      
      Since otherwise the file type char is now set, the backend char is now saved
      with the file metadata.
      e84030f4
  24. Feb 19, 2014
  25. Jan 27, 2014
    • Jared Hancock's avatar
      Drop `subject` and `body` from filters · 694221d2
      Jared Hancock authored
      They are only available for tickets arriving via the email channel. All
      other channel (including email) use the new ticket form to record the
      subject and body, which are mapped to the 'Issue Summary' and 'Issue
      Details' fields respectively
      
      Structure the drop-down list for the `what` column to be future-minded
      concerning custom user data matching.
      694221d2
    • Jared Hancock's avatar
      Add PK to %ticket_email_info.`id` · 7f9415ff
      Jared Hancock authored
      This patch partially reverts the previous database migration patch which
      added a primary key to the table on the `thread_id` column. This column
      cannot be used, because there may be multiple entries for thread_id = 0.
      
      This also allows ticket_collaborator.isactive to be negative, as well as
      adds the database portion of regex support for ticket filters.
      7f9415ff
Loading