Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-23 | This paragraph local variable is declared but never used. | Gwenael G | 1 | -1/+0 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -4/+4 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -2/+2 | |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 1 | -6/+30 | |
2012-03-26 | Remove access description lines and cleanup the Typography library | Andrey Andreev | 1 | -33/+20 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-01-10 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Ronald Beilsma | 1 | -1/+1 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-28 | fixed bug in typography library | Ronald Beilsma | 1 | -1/+1 | |
array index starts at 0, not 1 | |||||
2011-12-26 | Replace private with protected, so the class can be easily extended | Andrey Andreev | 1 | -5/+5 | |
2011-12-25 | Improve the Typography library | Andrey Andreev | 1 | -58/+41 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-09-24 | Fixing the documentation link in the Typography library so that it's valid | Gerry | 1 | -2/+2 | |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -18/+18 | |
broke the Typography class's string replacements, for instance | |||||
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 | |
1.6 EE bug fix- carried over. | |||||
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 ↵ | Derek Jones | 1 | -4/+4 | |
immediately followed by another tag. | |||||
2009-01-14 | adjustments to auto_typography() to handle beginning and end lines that ↵ | Derek Jones | 1 | -10/+21 | |
contain, but do not start/finish with block level elements. | |||||
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 ↵ | Derek Jones | 1 | -12/+29 | |
block matching, etc. | |||||
2008-11-18 | Smart curly quotes! Spaces trump all, then worry about \W, you can't ↵ | Derek Jones | 1 | -13/+24 | |
convert them all at once or either your opening or your ending (whichever you process first) is going to be too greedy. | |||||
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 | |
when required | |||||
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 | |
simplified paragraph tag cleanup regex | |||||
2008-11-05 | moved the newly added inline elements so the list would remain in ↵ | Derek Jones | 1 | -1/+1 | |
alphabetical order, added corresponding changelog note | |||||
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 ↵ | Derek Jones | 1 | -9/+9 | |
was incorrectly matching in cases like <p></p><blockquote><p> resulting in a removal of the paragraph tag from within the blockquote. also tweaked some looping code to make it a hair more efficient | |||||
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 ↵ | Derek Jones | 1 | -1/+17 | |
single and double quoted string within {curly "braces"} | |||||
2008-10-01 | Removed some errant spaces and tabs | Rick Ellis | 1 | -2/+2 | |