- Aug 12, 2013
-
-
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.
-
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.
-
Jared Hancock authored
Conflicts: include/client/view.inc.php include/staff/ticket-view.inc.php
-
- Aug 11, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
Fixes #575
-
- Aug 10, 2013
-
-
Jared Hancock authored
Fixes #588
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 09, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
And include the new location of the install SQL script
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Introduced with the multi-stream upgrader
-
Jared Hancock authored
-
Jared Hancock authored
Crypto wrapper - implements tag based en/decryption utils Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Add password-reset signals for auditing Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Avoid extra db query for schema signature Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Ensure cookie path is set for the session cookie Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Drop old mcrypt class
-
- Aug 08, 2013
-
-
Jared Hancock authored
-
- Aug 07, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Which will help against clobbering session cookies against other PHP applications shared on a parent domain of the domain hosting osTicket or in a parent folder or virtual folder.
-
- Aug 02, 2013
-
-
Peter Rotich authored
-
Jared Hancock authored
* Move migration scripted tasks to the stream folder naming them .task.php. * Add a MigrationTask abstract class to server as the base of migration tasks. * Move the migration tasks from class.upgrader to the new task files
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Add web.config for IIS to serve the API Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Sanitize log entries Reviewed-With: Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
Inline Attachments Reviewed-With: Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Properly escape HTML chars in text/plain email bodies Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Only set "ft" field if requested Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add "Assigned To" and other fields to ticket export Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-