- Nov 04, 2013
-
-
Jared Hancock authored
-
- Nov 02, 2013
-
-
Jared Hancock authored
-
- Nov 01, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
If the HTML ticket thread is enabled and the message is not explicitly declared to be text, then assume it is an HTML message.
-
Jared Hancock authored
Also ensure that the ticket thread is displayed in a <div> container as some browsers seems to frown upon <iframe>s in <td> elements Fixes #75
-
- Oct 31, 2013
-
-
Jared Hancock authored
formset_id was not renamed to form_id after our rebase
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
PHP can't discern the difference between d/m/Y and m/d/Y when just the date is submitted to strtotime(). Unfortunately, strptime() is not available until PHP 5.1.0. This patch forces datepickers to change their values to YYYY-MM-DD upon submission to disambiguate parsing issues. Fixes #832
-
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
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
-
- 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
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
Previous the options defined for the Mailer::send() function were confusing when sending an In-Reply-To header
-
Jared Hancock authored
Previously, the References header emitted by the system for new thread entry auto-responses and alerts included the message-id for which the email was a reply in the `References` header. This patch corrects the issue by placing the reply message-id in the In-Reply-To header, and constructs a correct References header. That is, if available, the References header received in the email that was used to create the thread entry is appended to the message-id the email is actually in reply to. This is the expected usage of the References header.
-
Jared Hancock authored
-
- Oct 26, 2013
-
-
Jared Hancock authored
in Client::getLastTicketIdByEmail()
-
- Oct 25, 2013
-
-
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
Previously, the value of the selection was lost in the request and, if the form field was marked as required, then a ticket could never be submitted.
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
Use a PHP setup which uses the built-in PHP tokenizer to parse and traverse PHP scripts to determine (possible) access to uninitialized variables
-
- Oct 24, 2013
-
-
Peter Rotich authored
-