- Sep 02, 2013
-
-
Jared Hancock authored
Also raise awareness of the hosted platform for osTicket
-
- Aug 12, 2013
-
-
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.
-
- Aug 09, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Introduced with the multi-stream upgrader
-
Peter Rotich authored
-
- Aug 02, 2013
-
-
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
-
- Jul 24, 2013
-
-
Jared Hancock authored
-
- Jul 10, 2013
-
-
Jared Hancock authored
Add forgotten abort() method of the Upgrader trampoline class, and allow getErrors() not to crash if not upgrading
-
- Jul 04, 2013
-
-
Jared Hancock authored
Allow `streams.cfg` to be implied as 'core', which will default to only upgrading the core osTicket stream. Use signature to describe snapshots rather than md5
-
Jared Hancock authored
-
Jared Hancock authored
This patch allows the upgrader to upgrade multiple database update 'streams'. The main stream is renamed to 'core' to reflect changes made to the config class. This will significantly ease customizations requiring database customizations, and will make plugins requiring database changes possible.
-
- 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
-
- Mar 11, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Feb 19, 2013
-
-
Peter Rotich authored
-
- Dec 04, 2012
-
-
Peter Rotich authored
-
- Dec 02, 2012
-
-
Peter Rotich authored
-
- Oct 29, 2012
-
-
Peter Rotich authored
-
- Sep 15, 2012
-
-
Jared Hancock authored
Don't migrate attachments as part of the 1.6* major upgrade. Wait unit transitioning to schema signature dd0022fb, where the new table for file_chunks is created. Incremental developers will already have the columns dropped from the %ticket_attachments table and will receive an error for the cleanup script, but the upgrader is configured to ignore errors from the cleanup scripts.
-
- Jul 30, 2012
-
-
Peter Rotich authored
-
- Jul 22, 2012
-
-
Peter Rotich authored
-
- Jul 16, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
- Move access to it's own table. - Refactor what department membership means in relation to group access
-
- Jul 07, 2012
-
-
Peter Rotich authored
* Append page url to error alerts - useful in determining which page triggered the error.
-
- Jul 02, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
Allow to upgrader to roll through tasks during upgrade without bread (trusting the tasks to break)
-
- Jun 28, 2012
-
-
Jared Hancock authored
Migrate the PHP session from disk to database live. To pull this off, the session contents are written to database under the current session id. When the `ostversion` column is dropped from the %config table, the system will automatically switch to database-backed sessions in osTicket 1.7 mode. This is sort-of hacked together by carefully calling a instance method of the osTicketSession class statically, and modify the instance method to support static invocation.
-
Peter Rotich authored
-
- Jun 26, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- May 13, 2012
-
-
Peter Rotich authored
-
- Apr 25, 2012
-
-
Peter Rotich authored
-
- Apr 23, 2012
-
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 19, 2012
-
-
Peter Rotich authored
-