Age | Commit message (Expand) | Author | Files | Lines |
2014-05-31 | Changelog messages, bump year in copyright notices | Andrey Andreev | 1 | -1/+1 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -18/+18 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -18/+18 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -8/+0 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -70/+70 |
2010-10-01 | tweak to typography. Better aesthetic to placement of paragraph tags | Derek Jones | 1 | -3/+15 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-07-18 | Added heading tags to skippable elements in the typography class- started as ... | Robin Sowell | 1 | -1/+1 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
2009-01-15 | Fixed a bug when an opening quote is preceded by a paragraph tag and immediat... | Derek Jones | 1 | -4/+4 |
2009-01-14 | adjustments to auto_typography() to handle beginning and end lines that conta... | Derek Jones | 1 | -10/+21 |
2008-12-11 | more accurate HTML comment restoration | Derek Jones | 1 | -2/+5 |
2008-12-11 | fixed cleanup preceding block elements, regex was using [] instead of () | Derek Jones | 1 | -2/+2 |
2008-12-11 | performance tweaks | Derek Jones | 1 | -24/+35 |
2008-12-11 | various typography bugs, HTML comment parsing, <pre> parsing, more accurate b... | Derek Jones | 1 | -12/+29 |
2008-11-18 | Smart curly quotes! Spaces trump all, then worry about \W, you can't convert... | Derek Jones | 1 | -13/+24 |
2008-11-14 | switched order of parsing opening and closing curly quotes for greater accuracy | Derek Jones | 1 | -3/+3 |
2008-11-14 | added some block level tag tracking so we can add inner block level elements ... | Derek Jones | 1 | -57/+25 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -384/+384 |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 1 | -385/+384 |
2008-11-05 | moved the newly added inline elements so the list would remain in alphabetica... | Derek Jones | 1 | -1/+1 |
2008-11-05 | Oops... forgot to add "tt" as in inline element | Rick Ellis | 1 | -1/+1 |
2008-11-05 | Finessed the code in a few places for better accuracy | Rick Ellis | 1 | -6/+53 |
2008-11-04 | added protection against non-breaking spaces within tags | Derek Jones | 1 | -2/+4 |
2008-10-29 | added protection for dashes so they aren't converted into emdashes in tags | Derek Jones | 1 | -3/+5 |
2008-10-27 | Fixed the regex matching that checks for user-submitted paragraph tags, it wa... | Derek Jones | 1 | -9/+9 |
2008-10-26 | Fixed some typos | Rick Ellis | 1 | -9/+2 |
2008-10-22 | Fixed a nexted <li> bug | Rick Ellis | 1 | -1/+4 |
2008-10-02 | added $protect_braced_quotes to Typography class, to prevent curly-quoting si... | Derek Jones | 1 | -1/+17 |
2008-10-01 | Removed some errant spaces and tabs | Rick Ellis | 1 | -2/+2 |
2008-09-30 | moved object out of inline elements to the block elements and skip elements v... | Derek Jones | 1 | -3/+3 |
2008-09-27 | tweak tweak... | Derek Jones | 1 | -1/+1 |
2008-09-27 | tweak of inline_element regex so that it doesn't hit partial matches, i.e. vi... | Derek Jones | 1 | -2/+2 |
2008-09-26 | added check that content is surrounded by a valid block level element, and if... | Derek Jones | 1 | -0/+6 |
2008-09-24 | fixed an issue where the last character before convert ... to an ellipsis was... | Derek Jones | 1 | -1/+1 |
2008-09-24 | renamed $ignore_elements to $inline_elements, and made more robust by includi... | Derek Jones | 1 | -3/+3 |
2008-09-24 | put all valid block level elements into $block_elements array, added table to... | Derek Jones | 1 | -3/+3 |
2008-09-23 | Fixed a bug that was adding too many blank paragraph tags under certain condi... | Rick Ellis | 1 | -6/+16 |
2008-09-13 | (no commit message) | Rick Ellis | 1 | -0/+3 |
2008-09-13 | typography tweaks | Rick Ellis | 1 | -40/+17 |
2008-09-12 | Continued working on typography class and docs | Rick Ellis | 1 | -0/+34 |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -3/+10 |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -0/+8 |
2008-09-12 | More tweaks | Rick Ellis | 1 | -12/+18 |
2008-09-11 | more tweaks! | Rick Ellis | 1 | -7/+8 |
2008-09-11 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2008-09-11 | Simplified the typography conversion routine... I hope I didn't break something. | Rick Ellis | 1 | -131/+76 |
2008-09-11 | massaged regex for double spaces after sentences | Derek Jones | 1 | -1/+1 |