- Oct 30, 2013
-
-
Peter Rotich authored
Use seemingly-random form input names Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add %{ticket.user} to ticket template variables Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix oops in text email conversion Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Provide fallback functions for mbstring module Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Advertise new prerequisites on install and upgrade Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Make cacheable more portable Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Start translatable help popup "tips" Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Remove <![if !mso]> tags and friends Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow internal, required fields Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
In some edge cases, priority may not be set for a ticket Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add --clean option to deploy script Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Oct 29, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Overhaul the popup tips from the installer to make them translatable and work toward popovers for all the admin and staff panel settings.
-
Jared Hancock authored
Also remove CSS properties from the style attribute that are browser specific (like -webkit-* and such)
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Previously, clients would not be able to create tickets if an internal, required field existed on any of the forms presented to the user. Instead, they would be stuck at permanent validation failure because there was no data for a required field not shown. This patch adds a feature to the form and dynamicFormEntry objects' isValid() method to receive a callable to filter which fields' errors should be added to the form's errors list. This allows for more complex validation where in some cases, validation errors should not be considered on some fields. Fixes #45
-
Jared Hancock authored
Fixes #40
-
Jared Hancock authored
Move the cacheable code to the Http class and allow the client configuration to be cached in the browser
-
- Oct 28, 2013
-
-
Jared Hancock authored
Which will help fight off spammers. This should be coupled with logic that will add some enticing fields, like 'email' and 'name' to invite bot input. Then, on the form processing side, a spam submission can be detected and handled differently from human submissions. This should lessen reliance on CAPTCHA only as spam detection.
-
Jared Hancock authored
Allows the deploy script to remove files in the target that are not preset in the current repository. This patch assumes pure stock osTicket deployments -or- that the files deployed in the target are also present in the local repository.
-
Peter Rotich authored
Render empty tables as an empty string Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Support HTML printing to PDF Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Upgrade to Redactor 9.1.6 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix incorrect sql statement Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Oct 26, 2013
-
-
Jared Hancock authored
in Client::getLastTicketIdByEmail()
-
- Oct 25, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
This provides better compatibility with mPDF, which doesn't support the CSS white-space:pre-wrap property
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Avoid adding extra slashes to the INCLUDE_PATH Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix keeping selection value in a selection field Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Retire TCL based uninitialized variable lint Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Draft cleanup revisited. Reviewed-By:
Jared Hancock <jared@osticket.com>
-