Skip to content
Snippets Groups Projects
  1. Sep 25, 2014
    • Jared Hancock's avatar
      forms: Support non-US locale on client portal · 01d2af61
      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.
      01d2af61
  2. Aug 28, 2014
    • Jared Hancock's avatar
      html: Fix dropped text after inserted image · 402d4be9
      Jared Hancock authored
      On some setups, IE v10 on Windows 7 at least, text added to the Redactor
      editor after an image is inserted (via the image popup dialog for instance),
      will not be retrieved via the ::get() method and so will not be submitted
      with the form submit button.
      
      This patch introduces a workaround by manually calling ::sync() for the
      Redactor when the submit button is pressed — just before the form is
      submitted.
      402d4be9
  3. Jul 31, 2014
  4. Jun 04, 2014
  5. May 27, 2014
  6. May 23, 2014
  7. May 22, 2014
  8. May 21, 2014
    • Jared Hancock's avatar
      Fix placement of [Show Images] button for clients · e4b721ca
      Jared Hancock authored
      Previously, the display of the button was incorrect and more than one button
      might have been displayed.
      e4b721ca
    • Jared Hancock's avatar
      Fix external image in an inline <a> element · 99e719d9
      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.
      99e719d9
  9. May 16, 2014
  10. May 15, 2014
  11. Apr 29, 2014
  12. Apr 23, 2014
  13. Apr 21, 2014
  14. Apr 16, 2014
  15. Apr 15, 2014
  16. Apr 14, 2014
  17. Mar 31, 2014
  18. Mar 17, 2014
  19. Mar 05, 2014
  20. Feb 28, 2014
  21. Feb 27, 2014
  22. Feb 25, 2014
  23. Feb 20, 2014
  24. Jan 30, 2014
  25. Jan 06, 2014
  26. Dec 23, 2013
  27. Nov 13, 2013
  28. Nov 12, 2013
  29. Nov 09, 2013
Loading