Skip to content
Snippets Groups Projects
  1. May 23, 2014
  2. May 22, 2014
  3. 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
  4. May 16, 2014
  5. May 15, 2014
  6. Apr 29, 2014
  7. Apr 23, 2014
  8. Apr 21, 2014
  9. Apr 16, 2014
  10. Apr 15, 2014
  11. Apr 14, 2014
  12. Mar 31, 2014
  13. Mar 17, 2014
  14. Mar 05, 2014
  15. Feb 28, 2014
  16. Feb 27, 2014
  17. Feb 25, 2014
  18. Feb 20, 2014
  19. Jan 30, 2014
  20. Jan 06, 2014
  21. Dec 23, 2013
  22. Nov 13, 2013
  23. Nov 12, 2013
  24. Nov 09, 2013
  25. Nov 08, 2013
  26. Nov 04, 2013
    • Jared Hancock's avatar
      Continue drafts after a reset · ecfd5877
      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
      ecfd5877
    • Jared Hancock's avatar
      Make findRichtextBoxes() more reusable · d484e711
      Jared Hancock authored
      Fixes #65
      d484e711
  27. Oct 31, 2013
Loading