Skip to content
Snippets Groups Projects
  1. May 21, 2014
    • 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
  2. Mar 31, 2014
  3. Mar 17, 2014
  4. Mar 05, 2014
  5. Feb 28, 2014
  6. Feb 27, 2014
  7. Feb 25, 2014
  8. Feb 20, 2014
  9. Jan 30, 2014
  10. Jan 06, 2014
  11. Dec 23, 2013
  12. Nov 13, 2013
  13. Nov 12, 2013
  14. Nov 09, 2013
  15. Nov 08, 2013
  16. 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
  17. Oct 31, 2013
  18. Oct 28, 2013
  19. Oct 21, 2013
    • Jared Hancock's avatar
      Use Redactor in linebreaks mode · bfcebd5d
      Jared Hancock authored
      Linebreaks mode will result in <Enter> key adding a <br/> element to the
      HTML markup rather than starting a new paragraph <p> element.
      
      This patch also changes the behavior of the <Tab> key to change focus away
      from the Redactor editor rather than indenting the current block.
      bfcebd5d
  20. Oct 10, 2013
  21. Oct 09, 2013
  22. Jul 24, 2013
  23. Feb 28, 2013
  24. Feb 20, 2013
  25. Feb 19, 2013
  26. Feb 15, 2013
  27. Jul 25, 2012
  28. Jul 23, 2012
  29. Apr 29, 2012
  30. Mar 26, 2012
  31. Mar 23, 2012
Loading