- May 28, 2013
-
-
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
-
- May 24, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add log error param flag
-
- May 23, 2013
-
-
Jared Hancock authored
Since the first department id cannot be assumed
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
-
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.
-
- May 22, 2013
-
-
Jared Hancock authored
The problem stems from assumed MySQL insert ids. In MySQL clusters, the id numbers will not necessarily be consecutive. This patch causes the install and upgrade patches to lookup the assumed values for the linked id numbers.
-
- May 14, 2013
-
-
Chris White authored
-
- May 13, 2013
-
-
Jared Hancock authored
Add support for SSL certificates in the MySQL connection
-
- Apr 19, 2013
-
-
Peter Rotich authored
-
- Apr 10, 2013
-
-
tomashastings authored
'Hightly' should be Highly
-
- Apr 09, 2013
-
-
tomashastings authored
Typo
-
- Apr 07, 2013
-
-
Peter Rotich authored
-
- Apr 01, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 31, 2013
-
-
Peter Rotich authored
-
- Mar 29, 2013
-
-
Peter Rotich authored
-
- Mar 28, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 27, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
Convert to desired charset when getting email parts.
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 21, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 11, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 07, 2013
-
-
Peter Rotich authored
- get_path_info() - simply returns the PATH_INFO if available - get_var() - get var from an array - checks if index is set & can validate type.
-
- Mar 06, 2013
-
-
Peter Rotich authored
Add tickets count to ticket's status filter dropdown.
-
Peter Rotich authored
-
Peter Rotich authored
Remove SLA when overdue flag is cleared AND est. duedate is in the past. Only managers can manually clear overdue tickets.
-
Peter Rotich authored
Make sure ticket api controller enforces attachments settings (don't trust data parsers).
-
Peter Rotich authored
Change /api/task/* -> /api/tasks/*
-
- Mar 05, 2013
-
-
Peter Rotich authored
Fix minor spacing/formatting issues.
-
Peter Rotich authored
Don't show reply/response section on new ticket form if the staff can NOT post replies... also checked in Ticket::open().
-