- Jul 03, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
- Supported pages: landing, offline, thank-you and other
-
Jared Hancock authored
-
- 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
-
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 23, 2013
-
-
Jared Hancock authored
Since the first department id cannot be assumed
-
Peter Rotich authored
-
Peter Rotich 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 13, 2013
-
-
Jared Hancock authored
Add support for SSL certificates in the MySQL connection
-
- Apr 02, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 14, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 13, 2013
-
-
Peter Rotich authored
-
- Feb 19, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Feb 14, 2013
-
-
Peter Rotich authored
Remove piping setting option - it's now part of ticket create service (which include XML & JSON)
-
- Jan 21, 2013
-
-
Peter Rotich authored
Make collation consistent - utf8_general_ci.
-
- Jan 18, 2013
-
-
Peter Rotich authored
-
- Jan 07, 2013
-
-
Peter Rotich authored
-
- Dec 17, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Nov 01, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Oct 19, 2012
-
-
Peter Rotich authored
Template is used for canned auto-reply - triggered by filters.
-
- Oct 03, 2012
-
-
Peter Rotich authored
-
- Oct 02, 2012
-
-
Peter Rotich authored
-
- Sep 27, 2012
-
-
Peter Rotich authored
-
- Sep 18, 2012
-
-
Peter Rotich authored
-
- Sep 14, 2012
-
-
Jared Hancock authored
This will remove the upper limit of BLOB sizes imposed by MySQL with the max_allowed_packet setting completely. This adds a new table %file_chunk which will contain the filedata in smaller chunks (256kB). It also includes a new class, AttachmentChunkedData, which will handle reading and writing the data, abstracting away the chunks. This is done by migrating data from the %file table to the %file_chunk table. One must beware that this must safely (the migration that is) plug into the both the live osTicket developers as well as the users doing a full upgrade from osTicket-1.6*. For this, the AttachmentFile::save method was patched to use the new AttachmentChunkedData class to write the attachment data to the database in chunks. That is, the migrater will use the new code on the major upgrade and bypass the filedata column of the %file table altogether. Therefore, the patch associated with this commit will not migrate any data for the major upgrade. For developers doing incremental upgrades, the patch included in this commit will transfer the data from the %file data to the new %file_chunk table by chunking it. As written, only the first 16MB of the attachment is migrated. This could easily be adjusted, but it seems like a reasonable limit for now.
-
- Sep 10, 2012
-
-
Peter Rotich authored
-
- Sep 03, 2012
-
-
Peter Rotich authored
Force target selection on filter form Add minor code improvements
-
- Aug 31, 2012
-
-
Peter Rotich authored
-
- Aug 30, 2012
-
-
Peter Rotich authored
* Change table name from ost_email_filter* to ost_filter* * Add patch for target field.
-
- Aug 13, 2012
-
-
Peter Rotich authored
-