Age | Commit message (Expand) | Author | Files | Lines |
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 |
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 |
2017-06-05 | Fix misc type inconsistencies between code and doc comments | Tyson Andre | 1 | -1/+1 |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 |
2016-10-28 | Merge pull request #4826 from gxgpet/develop2 | Andrey Andreev | 1 | -0/+1 |
2016-10-20 | - fixed method chaining for set_caption in Table helper. | George Petculescu | 1 | -0/+1 |
2016-10-10 | - revert: set_caption method chaining will be fixed lately. | George Petculescu | 1 | -1/+0 |
2016-10-01 | - fixed codingstyle (2) ... | George Petculescu | 1 | -1/+1 |
2016-10-01 | - fixed codingstyle | George Petculescu | 1 | -1/+1 |
2016-10-01 | - small fix for HTML Table library: caption is not clearing properly and meth... | George Petculescu | 1 | -0/+2 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-02-11 | Merge pull request #2869 from darwinel/develop | Andrey Andreev | 1 | -1/+1 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-02-11 | More code reduced from CI_Table | Andrey Andreev | 1 | -17/+5 |
2014-02-11 | Another tiny optimization in CI_Table + remove an accidental addition | Andrey Andreev | 1 | -6/+4 |
2014-02-11 | Change CI_Table:: to NULL | Andrey Andreev | 1 | -6/+6 |
2014-02-11 | A bug fix and optimizations in CI_Table | Andrey Andreev | 1 | -49/+27 |
2014-02-08 | Add method chaining support to CI_Table | Andrey Andreev | 1 | -34/+38 |
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 |