- Nov 04, 2013
-
-
Jared Hancock authored
Previously, deleting a draft either from a form [reset] button or from the trashcan would delete the draft and cancel the draft system for the remainder of the page's lifetime. This patch deletes the current draft and resets the Redactor's content, but then it starts a new draft cycle so drafts can be continued. It also prevents posting to an undefined URL if the draft_id has not yet been setup. Fixes #90
-
- Nov 02, 2013
-
-
Jared Hancock authored
-
- Nov 01, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Changes up to v1.7.3 released Conflicts: WHATSNEW.md css/osticket.css scp/css/scp.css
-
Jared Hancock authored
Fixes #834 (again)
-
Peter Rotich authored
Allow embedding videos via <iframes> Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
-
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
-
Jared Hancock authored
-
- Oct 31, 2013
-
-
Peter Rotich authored
Await draft deletion before refreshing the page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix oops in upgrade of %help_topic table Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
If the [reset] button refreshes the page, ensure the draft deletion is completed before the refresh is performed or the draft deletion will be canceled.
-
Jared Hancock authored
formset_id was not renamed to form_id after our rebase
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Fix parsing issue in strtotime() Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
-
Peter Rotich authored
Remove placeholder text if found in the draft save Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
And freshen up the upgrading guide
-
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>
-