Age | Commit message (Expand) | Author | Files | Lines |
2013-01-14 | Replace is_null() with === / !== NULL | vlakoff | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+1 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -5/+5 |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -8/+8 |
2012-04-27 | Fix calendar and session libraries | Timothy Warren | 1 | -1/+1 |
2012-04-27 | Fix Table library docblocks | Timothy Warren | 1 | -2/+50 |
2012-04-03 | Some very minor code style changes and comment fixes | Andrey Andreev | 1 | -1/+1 |
2012-04-03 | Minor cleanup and style changes to the Table library | Andrey Andreev | 1 | -67/+56 |
2012-03-14 | Merged unit test progress. | Phil Sturgeon | 1 | -4/+14 |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 1 | -2/+2 |
2012-03-12 | Just some cleanup in the Table class | Andrey Andreev | 1 | -7/+3 |
2012-03-12 | merged latest develop branch. | Mike Funk | 1 | -1/+1 |
2012-03-12 | Changed space to tab in docblock. | Mike Funk | 1 | -1/+1 |
2012-03-10 | Fix incomplete and skipped test | Taufan Aditya | 1 | -2/+2 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-02-28 | using tabs as @item seperators in docblocks. | Mike Funk | 1 | -2/+2 |
2012-02-24 | added config check, changelog entry, and user guide update. | Mike Funk | 1 | -1/+15 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-27 | Remove access lines from method descriptions | Andrey Andreev | 1 | -13/+0 |
2011-12-26 | Replace private with protected, so the class can be easily extended | Andrey Andreev | 1 | -10/+10 |
2011-12-25 | Improve the Table library | Andrey Andreev | 1 | -63/+46 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-09-24 | Fixing the documentation url given in the Table library | Gerry | 1 | -2/+2 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -6/+6 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -6/+6 |
2011-02-16 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change in... | Phil Sturgeon | 1 | -5/+5 |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -4/+4 |
2011-02-01 | Fixed a bug where the table class would not clear table data after calling ge... | Greg Aker | 1 | -0/+3 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -1/+1 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-12-27 | Issue #298: $this->table->function = can now accept an array with a valid cal... | Phil Sturgeon | 1 | -1/+1 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 |
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 | -78/+78 |
2010-03-03 | expanded abilities of Table library | Derek Jones | 1 | -25/+113 |
2010-01-15 | adding parse_string method | Derek Allard | 1 | -1/+1 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -439/+439 |
2008-09-13 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -12/+12 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 1 | -1/+3 |
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 |
2008-05-06 | Fixed a bug in the table library that could cause identically constructed row... | Derek Allard | 1 | -2/+1 |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th... | Derek Allard | 1 | -9/+9 |
2008-02-26 | changed conditional for empty cells to not match on variables that would be l... | Derek Jones | 1 | -1/+1 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 |