- Jul 24, 2013
-
-
Jared Hancock authored
The client and scp config ajax request only contain the settings for the multi-file upload widget. So it doesn't need to be fetched unless the widget exists on the page
-
- Jul 17, 2013
-
-
Peter Rotich authored
Allow custom logo integration on client site Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Data migration tool Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow authentication with email-address+password Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow generation and serving of abritrary custom pages Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fallback to base64_decode if imap_base64 fails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Do numeric comparison on db versions Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
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 16, 2013
-
-
Jared Hancock authored
Previously, username and password were required. With this patch, the email address can be used to authenticate the user with the password
-
- Jul 15, 2013
-
-
Jared Hancock authored
Support MariaDB version 10.0 and forward, which previously did not appear to be 'greater than' version 4.4 as in php '10.0' < '4.4'. Performing a split by the dots allows php to perform a numeric comparison.
-
Jared Hancock authored
Make API requests stateless Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
This will facilitate a web-based export significantly easier
-
Jared Hancock authored
-
- Jul 12, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Some mail clients and servers (like the ones developed in the northwestern United States) sometimes place encoded and non-encoded data in an email body declared with "Content-Transfer-Encoding: base64". imap_base64 will refuse to decode the body if it contains non base64 characters (like a period, colon, apostrophe, etc). This patch uses base64_decode as a fallback which will make a best effort to decode the data. In the case of our test mails, the decoded data will contain garbage where the non-base64-encoded data was in the original mail, but at least the message is preserved.
-
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).
-
Jared Hancock authored
-
- Jul 11, 2013
-
-
Jared Hancock authored
Database Storage Engine Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Jared Hancock authored
The administrator can define pages in the admin panel defined as type 'other', and when set to active, those pages can be served from the /pages/<page-name-slug> URL from the base of the helpdesk. This is mocked up only against Apache
-
- 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
-