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