- Jul 17, 2013
-
-
Jared Hancock authored
Administrators are allowed to upload one or more logos and then select from the uploaded logos to set one for the client site. Logos can also be deleted on settings->pages submission
-
- Jul 15, 2013
-
-
Jared Hancock authored
Make API requests stateless Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jul 12, 2013
-
-
Jared Hancock authored
Disable DB session storage. This chews up database space and processing time for a request that will never resume the same session (given the current API model anyway).
-
- Jul 11, 2013
-
-
Jared Hancock authored
Database Storage Engine Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
- Jul 10, 2013
-
-
Peter Rotich authored
Support disabling a page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Implement Upgrader::abort Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Add forgotten abort() method of the Upgrader trampoline class, and allow getErrors() not to crash if not upgrading
-
Peter Rotich authored
Allow SLA to be migrated Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
SLAs can be marked transient. When a ticket is assigned to a transient SLA and it is transferred to a department or help topic having a default SLA, the SLA will change to the SLA of the new department or help topic. This process can continue as long as the ticket has a transient SLA assigned. Once a non-transient SLA is assigned to the ticket, the SLA will no longer change automatically. Thereafter, the SLA can only be manually changed.
-
Peter Rotich authored
Fixup old ..MsgTemplate() getters which returned arrays Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Spelling, grammar and readability fixups Reviewed-With: Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Update settings-pages.inc.php Reviewed-By:
Peter Rotich <peter@osticket.com>
-
cdnwetzel authored
on line 14 of settings-pages.inc.php the section: <a href="pages"> should read: <a href="pages.php">
-
Andrew Abdalian authored
Spelling, grammar and readability in upgrader documents - Tweaked spelling, grammar and wording to make the text of the upgrader pages more readable. Fixed spelling regression - Higly —> Highly Spelling and readability fixes for /include/class.* files - Fixed some spelling mistakes A couple more spelling/readability fixes. - More fixes
-
- 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
-
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
-