- Oct 31, 2013
-
-
Peter Rotich authored
Fix oops in htmLawd callback for HTML cleanup Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fixup templates to work with Redactor in line break mode Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Remove placeholder text if found in the draft save Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
The issue has been filed with Imperavi, but no ticket number or other tracking information was returned.
-
Jared Hancock authored
Also, if any non-shipped .htaccess files exist, don't clean those either Fixes #60
-
Jared Hancock authored
This will hopefully remove some of the confusion from the repeated names in the various initial data
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Oct 30, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Include changes made just before 1.7.3 release Conflicts: include/ajax.config.php include/class.ticket.php
-
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 long lost kb category listing background Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add --clean option to deploy script Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Use system date format for date picker Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Previously the American date format (m/d/Y) was used exclusively for formatting dates in the datepicker widget. This patch enables the widget to be formatted based on the format set in the admin panel. Fixes #829
-
Peter Rotich authored
Content disposition parameters are optional Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Oct 29, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
If a Content-Disposition header exists for an attachments, it isn't required to have any parameters (like a file name)
-
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
-