- Oct 25, 2013
-
-
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.
-
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>
-
Peter Rotich authored
Upgrader double encodes < to &lt; Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Several commits made after another feature review Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Provide fallback html2text mechanism if PHP xml extension is not available
-
Jared Hancock authored
-
Peter Rotich authored
Correct issues with the API Reviewed-By:
peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
Allow for type and encoding specification of the message body and better describe the integration with custom form fields.
-
- Oct 21, 2013
-
-
Jared Hancock authored
Upgrade to htmLawed 1.1.16 Remove @id attributes as they could confuse existing id attributes used for styling and javascript. Remove @class attributes except for standard ones used by Microsoft® office which have entries in our thread stylesheet.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Linebreaks mode will result in <Enter> key adding a <br/> element to the HTML markup rather than starting a new paragraph <p> element. This patch also changes the behavior of the <Tab> key to change focus away from the Redactor editor rather than indenting the current block.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This means that drive-by mouse hovers, where the user likely did not intend for the hover to actually popup the banner with the filename and download button, do not trigger the popup. This patch changes the popup effect so that it requires a 500ms hover before the popup is shown.
-