- Oct 29, 2013
-
-
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
-
- Oct 28, 2013
-
-
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>
-
Jared Hancock authored
Fetch file data before hashing Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
When the include path is written in bootstrap.php, ensure that extra slashes are not accidentally added
-
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
Only clean note drafts unless the ticket is being closed.
-
Peter Rotich authored
Provide a minimum width for table cells Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Oct 23, 2013
-
-
Jared Hancock authored
Fix syntax error :( Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Also, add footnotes to the bottom of the rendered document for links that are longer than half the document width.
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
html2text revisited. Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Support ownerId in simple search Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
Fix preg_replace bugs
-
Jared Hancock authored
-
- Oct 22, 2013
-
-
Peter Rotich authored
Consistently handle emails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If the xml extension for php is not loaded, this patch will do a better job of honoring line break hints in the html.
-
Peter Rotich authored
Fix deployment script Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix NOTICE errors from cli cron Reviewed-By:
Peter Rotich <peter@osticket.com>
-