1. 7f3719f updated copyrights by Derek Jones · 15 years ago
  2. 8db2d5e Added heading tags to skippable elements in the typography class- started as 1.6 EE bug fix- carried over. by Robin Sowell · 16 years ago
  3. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  4. 232484c Fixed a bug when an opening quote is preceded by a paragraph tag and immediately followed by another tag. by Derek Jones · 16 years ago
  5. e470212 adjustments to auto_typography() to handle beginning and end lines that contain, but do not start/finish with block level elements. by Derek Jones · 16 years ago
  6. 4777fb8 more accurate HTML comment restoration by Derek Jones · 16 years ago
  7. ffa4c84 fixed   cleanup preceding block elements, regex was using [] instead of () by Derek Jones · 16 years ago
  8. 7deecfb performance tweaks by Derek Jones · 16 years ago
  9. a633ec2 various typography bugs, HTML comment parsing, <pre> parsing, more accurate block matching, etc. by Derek Jones · 16 years ago
  10. b859df8 Smart curly quotes! Spaces trump all, then worry about \W, you can't convert them all at once or either your opening or your ending (whichever you process first) is going to be too greedy. by Derek Jones · 16 years ago
  11. 89cd0a7 switched order of parsing opening and closing curly quotes for greater accuracy by Derek Jones · 16 years ago
  12. d5738d9 added some block level tag tracking so we can add inner block level elements when required by Derek Jones · 16 years ago
  13. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  14. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  15. 396a2a6 moved the newly added inline elements so the list would remain in alphabetical order, added corresponding changelog note by Derek Jones · 16 years ago
  16. 9b42253 Oops... forgot to add "tt" as in inline element by Rick Ellis · 16 years ago
  17. 4b84a42 Finessed the code in a few places for better accuracy by Rick Ellis · 16 years ago
  18. cc13d49 added protection against non-breaking spaces within tags by Derek Jones · 16 years ago
  19. 0d37ed8 added protection for dashes so they aren't converted into emdashes in tags by Derek Jones · 16 years ago
  20. c349c51 Fixed the regex matching that checks for user-submitted paragraph tags, it was incorrectly matching in cases like by Derek Jones · 16 years ago
  21. ac91bd7 Fixed some typos by Rick Ellis · 16 years ago
  22. c95c7e9 Fixed a nexted <li> bug by Rick Ellis · 16 years ago
  23. d95ebca added $protect_braced_quotes to Typography class, to prevent curly-quoting single and double quoted string within {curly "braces"} by Derek Jones · 16 years ago
  24. 8ca943f Removed some errant spaces and tabs by Rick Ellis · 16 years ago
  25. fa5c410 moved object out of inline elements to the block elements and skip elements variables. Yes, I know it's technically an inline element, but it's common usage is as a block element, and the typography parser needs to know not to smash a bunch of paragraph tags and <br />s inside of it, regardless of how it's used by Derek Jones · 16 years ago
  26. f2b7f62 tweak tweak... by Derek Jones · 16 years ago
  27. 07fa566 tweak of inline_element regex so that it doesn't hit partial matches, i.e. viewing <blockquote as <b by Derek Jones · 16 years ago
  28. e07ba01 added check that content is surrounded by a valid block level element, and if not, wrapped in paragraph tags by Derek Jones · 16 years ago
  29. 9249068 fixed an issue where the last character before convert ... to an ellipsis was being dropped by Derek Jones · 16 years ago
  30. c184b3b renamed $ignore_elements to $inline_elements, and made more robust by including all valid inline HTML elements by Derek Jones · 16 years ago
  31. 9976587 put all valid block level elements into $block_elements array, added table to tags with which <p> should not be directly contained within by Derek Jones · 16 years ago
  32. 9da2ee9 Fixed a bug that was adding too many blank paragraph tags under certain conditions by Rick Ellis · 16 years ago
  33. 0de7f25 by Rick Ellis · 16 years ago
  34. 3bc791f typography tweaks by Rick Ellis · 16 years ago
  35. 9907df4 Continued working on typography class and docs by Rick Ellis · 16 years ago
  36. 08e3812 by Rick Ellis · 16 years ago
  37. 142f8ed by Rick Ellis · 16 years ago
  38. 339fab7 More tweaks by Rick Ellis · 16 years ago
  39. 3ef59b7 more tweaks! by Rick Ellis · 16 years ago
  40. 25319a3 by Rick Ellis · 16 years ago
  41. 16e3c8c Simplified the typography conversion routine... I hope I didn't break something. by Rick Ellis · 16 years ago
  42. 50500a2 massaged regex for double spaces after sentences by Derek Jones · 16 years ago
  43. e320bc8 by Rick Ellis · 16 years ago
  44. ab504b8 replaced format_characters()' logic replacement with a more straightforward and accurate regex replacement. The former handled some odd improper punctuation in a more predictable manner, but as a result failed to render many proper punctuation cases correctly. The new method is a good tradeoff, getting all "correct" punctuation rendered properly with better performance. by Derek Jones · 16 years ago
  45. 18bd8b5 Added support for removing javascript event handlers from tags, for security reasons by Rick Ellis · 16 years ago
  46. 4c938ae by Rick Ellis · 16 years ago