Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
e07ba013ad4ee70ff26ce6ee081cc0d5396a7e03
/
system
/
libraries
/
Typography.php
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
9249068
fixed an issue where the last character before convert ... to an ellipsis was being dropped
by Derek Jones
· 16 years ago
c184b3b
renamed $ignore_elements to $inline_elements, and made more robust by including all valid inline HTML elements
by Derek Jones
· 16 years ago
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
9da2ee9
Fixed a bug that was adding too many blank paragraph tags under certain conditions
by Rick Ellis
· 16 years ago
0de7f25
by Rick Ellis
· 16 years ago
3bc791f
typography tweaks
by Rick Ellis
· 16 years ago
9907df4
Continued working on typography class and docs
by Rick Ellis
· 16 years ago
08e3812
by Rick Ellis
· 16 years ago
142f8ed
by Rick Ellis
· 16 years ago
339fab7
More tweaks
by Rick Ellis
· 16 years ago
3ef59b7
more tweaks!
by Rick Ellis
· 16 years ago
25319a3
by Rick Ellis
· 16 years ago
16e3c8c
Simplified the typography conversion routine... I hope I didn't break something.
by Rick Ellis
· 16 years ago
50500a2
massaged regex for double spaces after sentences
by Derek Jones
· 16 years ago
e320bc8
by Rick Ellis
· 16 years ago
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
18bd8b5
Added support for removing javascript event handlers from tags, for security reasons
by Rick Ellis
· 16 years ago
4c938ae
by Rick Ellis
· 16 years ago