summaryrefslogtreecommitdiffstats
path: root/system/libraries/Typography.php
AgeCommit message (Expand)AuthorFilesLines
2008-11-05Oops... forgot to add "tt" as in inline elementRick Ellis1-1/+1
2008-11-05Finessed the code in a few places for better accuracyRick Ellis1-6/+53
2008-11-04added protection against non-breaking spaces within tagsDerek Jones1-2/+4
2008-10-29added protection for dashes so they aren't converted into emdashes in tagsDerek Jones1-3/+5
2008-10-27Fixed the regex matching that checks for user-submitted paragraph tags, it wa...Derek Jones1-9/+9
2008-10-26Fixed some typosRick Ellis1-9/+2
2008-10-22Fixed a nexted <li> bugRick Ellis1-1/+4
2008-10-02added $protect_braced_quotes to Typography class, to prevent curly-quoting si...Derek Jones1-1/+17
2008-10-01Removed some errant spaces and tabsRick Ellis1-2/+2
2008-09-30moved object out of inline elements to the block elements and skip elements v...Derek Jones1-3/+3
2008-09-27tweak tweak...Derek Jones1-1/+1
2008-09-27tweak of inline_element regex so that it doesn't hit partial matches, i.e. vi...Derek Jones1-2/+2
2008-09-26added check that content is surrounded by a valid block level element, and if...Derek Jones1-0/+6
2008-09-24fixed an issue where the last character before convert ... to an ellipsis was...Derek Jones1-1/+1
2008-09-24renamed $ignore_elements to $inline_elements, and made more robust by includi...Derek Jones1-3/+3
2008-09-24put all valid block level elements into $block_elements array, added table to...Derek Jones1-3/+3
2008-09-23Fixed a bug that was adding too many blank paragraph tags under certain condi...Rick Ellis1-6/+16
2008-09-13(no commit message)Rick Ellis1-0/+3
2008-09-13typography tweaksRick Ellis1-40/+17
2008-09-12Continued working on typography class and docsRick Ellis1-0/+34
2008-09-12(no commit message)Rick Ellis1-3/+10
2008-09-12(no commit message)Rick Ellis1-0/+8
2008-09-12More tweaksRick Ellis1-12/+18
2008-09-11more tweaks!Rick Ellis1-7/+8
2008-09-11(no commit message)Rick Ellis1-1/+1
2008-09-11Simplified the typography conversion routine... I hope I didn't break something.Rick Ellis1-131/+76
2008-09-11massaged regex for double spaces after sentencesDerek Jones1-1/+1
2008-09-11(no commit message)Rick Ellis1-2/+1
2008-09-11replaced format_characters()' logic replacement with a more straightforward a...Derek Jones1-220/+38
2008-09-11Added support for removing javascript event handlers from tags, for security ...Rick Ellis1-4/+31
2008-09-11(no commit message)Rick Ellis1-0/+482