- Jul 10, 2013
-
-
cdnwetzel authored
on line 14 of settings-pages.inc.php the section: <a href="pages"> should read: <a href="pages.php">
-
- Jul 09, 2013
-
-
Peter Rotich authored
Add nicCode support Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix attachments posted to pipe.php Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
client email not being trimmed? Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add a dry-run feature to unpack and deploy Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow parallel database upgrade streams Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Allows direct editing of XHTML code in the nicEdit pane
-
Jared Hancock authored
Allow the installation to use the same streams config and schema signatures as the migrater Allow the install to install mulitple database streams
-
- Jul 05, 2013
-
-
Jared Hancock authored
DB Error #1064 / Template Fetch Error Reviewed-With: Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- 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
-
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.
-
- Jul 03, 2013
-
-
Jared Hancock authored
- Handle decoding large base64 encoded attachments better - Avoid transcoding from one charset to the same - Avoid encoding attachments without a declared charset
-
Jared Hancock authored
When creating tickets, ensure that data which should not contain leading or trailing whitespace is trimmed and validated accordingly
-
Jared Hancock authored
This will allow an administrator to visualize the files changed in the deployment before actually copying out the new files
-
Jared Hancock authored
Add customer-facing pages and federated email templates Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
- Supported pages: landing, offline, thank-you and other
-
Jared Hancock authored
-
Peter Rotich authored
Provide failsafe encoding for email message bodies Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jul 01, 2013
-
-
Jared Hancock authored
If the body of an email message is written and encoded with an unrecognized charset (like 'iso', for instance), then use the original text, assumed to be 8-bit encoded. This patch will create idiosyncrasies, where text might be transcoded to utf-8 incorrectly, but it should eliminate instances where email message bodies are missing due to incorrect charset labels.
-
- Jun 27, 2013
-
-
Jared Hancock authored
Fix pass-by-reference bug in authentication signal
-
- Jun 26, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Disable cron during upgrade Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Turn off output_compression for downloads Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Send the object context, as documented Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Looks like a long standing, yet-to-be-fixed PHP bug, where zlib.output_compression can result in the output buffer not completely being flushed. This is especially critical for downloads where the tail of the file might be lost. https://bugs.php.net/bug.php?id=19436
-
- Jun 24, 2013
-
-
Jared Hancock authored
-
- Jun 20, 2013
-
-
Peter Rotich authored
Prefer session persistent configuration over database Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Make the Unpacker arguments extensible Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This will allow setting something in the session and having that value override the value from the database. If ->persist() is called for a given key, a following ->get() will result in the session persisted value being returned. ->set() will still save the value in the database. This is mostly useful for last-mile scenarios (and future plugins) that need to affect the configuration of the system without altering the data in the configuration table.
-
- Jun 19, 2013
-
-
Jared Hancock authored
Turns out that the $args passed into the run() method of the Unpacker are not correctly utilized and so, it is not correctly extensible
-
- Jun 18, 2013
-
-
Peter Rotich authored
Add deploy cli script Reviewed-By:
Peter Rotich <peter@osticket.com>
-