- May 28, 2013
-
-
Jared Hancock authored
- timezone_offset was dropped from the config table at 1.7-dpr1 - upgrader: only apply five patches in one request - upgrader: fix readPatchInfo to work correctly - session: support migrating from 1.6 (again) - config: support migrating from 1.6 (fallback) - config: no default for 'isonline' setting - config: fix SQL whitespace issue for schema signature fallbacks - config: hash 1.6 versions in the schema signature lookup - upgrader: fix logging bug in attachment migration
-
Jared Hancock authored
Allow (a subset of) the configuration to also be saved in the session to make session-backed data more consistent and compatible with up-and-coming multi-site setups.
-
Jared Hancock authored
Attachment settings were merged into ticket settings SMTPSpoofing feature was moved to per-email rather than global
-
Jared Hancock authored
-
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
-
-
Jared Hancock authored
Add mysqli interface to osTicket Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add log error param flag
-
- May 23, 2013
-
-
Peter Rotich authored
Conflicts: setup/inc/class.installer.php
-
Jared Hancock authored
Allow osTicket to install on a database cluster Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Since the first department id cannot be assumed
-
Jared Hancock authored
Issue/upgrader bugs Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Update staffmembers.inc.php Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Update prereq.inc.php Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Fix incorrect class header info Reviewed-By:
Jared Hancock <jared@osticket.com>
-
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 08, 2013
-
-
Peter Rotich authored
-
- Apr 07, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 02, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Link to API Docs.
-
Peter Rotich authored
Slightly fatten up release docs
-
Jared Hancock authored
-
Jared Hancock authored
Better stab at packaging the codebase into the download tar ball
-
Jared Hancock authored
Fix class name typos Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Apr 01, 2013
-
-
Peter Rotich authored
-
Jared Hancock authored
Closed tickets are those tickets owned by a user that are currently closed Reviewed-By:
Jared Hancock <jared@osticket.com>
-