- Sep 25, 2014
-
-
Jared Hancock authored
The staff portal has a feature where the date fields are converted to YYYY-MM-DD prior to form submission. However, this code was not ported to the client portal. Therefore, for non-US date formats (d/m/Y for instance) would not be processed properly by the server and would be nulled prior to validation.
-
- May 23, 2014
-
-
Jared Hancock authored
-
- May 21, 2014
-
-
Jared Hancock authored
Previously, the display of the button was incorrect and more than one button might have been displayed.
-
Jared Hancock authored
htmLawed stripped/discarded <div> tags nested inside inline tags such as <a>. The previous replacement engine would replace <img> tags with <div> tags and would cause the HTML to be corrupted by htmLawed. This patch uses <span> tags which have CSS rules to be displayed as inline-blocks. This should stay truer to the normal sizing and placement of the original <img> tag.
-
- Apr 29, 2014
-
-
Jared Hancock authored
-
- Feb 25, 2014
-
-
Jared Hancock authored
-
- Feb 20, 2014
-
-
Jared Hancock authored
-
- Nov 12, 2013
-
-
Jared Hancock authored
Since the ticket thread is nested in a div now (required for inline videos to be displayed correctly), the image hover caused the images to be shown at the end of the thread entry body rather that its original location.
-
- Nov 08, 2013
-
-
Jared Hancock authored
-
- Nov 04, 2013
-
-
Jared Hancock authored
Fixes #65
-
- Oct 09, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Process inline attachments in thread entry and support inline images in piped emails Support inline images across the system, with draft support Migrate to a single attachment table That way we don't need a new table for everything we need to attach an inline image to (like a signature, for instance) Add richtext support for internal notes Implement images on site pages * Image paste in Redactor * Make non-local images optional * Placeholder for non-local images * Fix local image download hover * Don't re-attach inline images
-
- Jul 24, 2013
-
-
Jared Hancock authored
The client and scp config ajax request only contain the settings for the multi-file upload widget. So it doesn't need to be fetched unless the widget exists on the page
-
- Feb 28, 2013
-
-
Peter Rotich authored
Remove default max limit - no size limit is assumed.
-
- Feb 20, 2013
-
-
Fanha Giang authored
-
- Feb 15, 2013
-
-
Peter Rotich authored
Add overlay & loading spinner to client interface - shown on form submission to help cut down on double submits.
-
- Jul 25, 2012
-
-
Peter Rotich authored
-
- Mar 23, 2012
-
-
Peter Rotich authored
-
- Mar 19, 2012
-
-
Jared Hancock authored
-