Skip to content
Snippets Groups Projects
  1. Sep 17, 2014
  2. Sep 05, 2014
  3. Sep 01, 2014
  4. Aug 30, 2014
  5. Aug 29, 2014
  6. 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
  7. Jul 31, 2014
  8. Jul 25, 2014
  9. Jul 24, 2014
  10. Jul 19, 2014
  11. Jul 07, 2014
  12. Jul 03, 2014
  13. Jul 02, 2014
  14. Jun 04, 2014
  15. May 27, 2014
  16. May 23, 2014
  17. May 22, 2014
  18. 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
  19. May 16, 2014
  20. May 15, 2014
  21. Apr 29, 2014
Loading