- 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
-
Peter Rotich authored
-
- Jul 30, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 21, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 16, 2012
-
-
Peter Rotich authored
-
- Jul 09, 2012
-
-
Jared Hancock authored
And rearrange files to work with the new layout for the finalized upgrader
-
Peter Rotich authored
-
- Jul 05, 2012
-
-
Peter Rotich authored
-
- Jun 30, 2012
-
-
Jared Hancock authored
-
- Jun 28, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jun 26, 2012
-
-
Peter Rotich authored
-
- Jun 23, 2012
-
-
Jared Hancock authored
-
- Jun 18, 2012
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
Allow staff members the ability to select a default paper size which will be used in printing tickets via PDF. In the future, this may be overridden per ticket by a dialog box at print time.
-
- May 13, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- May 10, 2012
-
-
Peter Rotich authored
-
- Apr 28, 2012
-
-
Peter Rotich authored
-
- Apr 26, 2012
-
-
Jonathan Putney authored
Updating main.inc.php: File did not include a define statement for TICKET_EMAIL_INFO_TABLE used by include/class.ticket.php
-
Peter Rotich authored
-
- Apr 25, 2012
-
-
Peter Rotich authored
-