summaryrefslogtreecommitdiffstats
path: root/system/libraries/Table.php
AgeCommit message (Collapse)AuthorFilesLines
2020-06-24Fix user guide urlsapics1-1/+1
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2018-12-27Update copyright date to 2019Jim Parry1-2/+2
2018-05-18http:// to https://Mehdi Bounya1-2/+2
2018-01-09Annual copyright updateMaster Yoda1-2/+2
2017-06-05Fix misc type inconsistencies between code and doc commentsTyson Andre1-1/+1
2016-12-31Update copyright data to 2017Master Yoda1-2/+2
2016-10-28Merge pull request #4826 from gxgpet/develop2Andrey Andreev1-0/+1
Make CI_Table::clear() reset captions
2016-10-20- fixed method chaining for set_caption in Table helper.George Petculescu1-0/+1
2016-10-10- revert: set_caption method chaining will be fixed lately.George Petculescu1-1/+0
2016-10-01- fixed codingstyle (2) ...George Petculescu1-1/+1
2016-10-01- fixed codingstyleGeorge Petculescu1-1/+1
2016-10-01- small fix for HTML Table library: caption is not clearing properly and ↵George Petculescu1-0/+2
method chaining has been fixed for set_caption method.
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-1/+1
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated.
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-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 #3293Andrey Andreev1-14/+25
2014-02-11Merge pull request #2869 from darwinel/developAndrey Andreev1-1/+1
2013 > 2014
2014-02-112013 > 2014darwinel1-1/+1
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2014-02-11More code reduced from CI_TableAndrey Andreev1-17/+5
2014-02-11Another tiny optimization in CI_Table + remove an accidental additionAndrey Andreev1-6/+4
2014-02-11Change CI_Table:: to NULLAndrey Andreev1-6/+6
Because semantics
2014-02-11A bug fix and optimizations in CI_TableAndrey Andreev1-49/+27
2014-02-08Add method chaining support to CI_TableAndrey Andreev1-34/+38
2013-01-14Replace is_null() with === / !== NULLvlakoff1-1/+1
Exact same behavior, but faster. I also think it's more readable.
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+1
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-5/+5
2012-05-17Clean up the librariesAndrey Andreev1-8/+8
2012-04-27Fix calendar and session librariesTimothy Warren1-1/+1
2012-04-27Fix Table library docblocksTimothy Warren1-2/+50
2012-04-03Some very minor code style changes and comment fixesAndrey Andreev1-1/+1
2012-04-03Minor cleanup and style changes to the Table libraryAndrey Andreev1-67/+56
2012-03-14Merged unit test progress.Phil Sturgeon1-4/+14
2012-03-14Merge branch 'feature/unit-tests' into developPhil Sturgeon1-2/+2
2012-03-12Just some cleanup in the Table classAndrey Andreev1-7/+3
2012-03-12merged latest develop branch.Mike Funk1-1/+1
2012-03-12Changed space to tab in docblock.Mike Funk1-1/+1
2012-03-10Fix incomplete and skipped testTaufan Aditya1-2/+2
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-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-02-28using tabs as @item seperators in docblocks.Mike Funk1-2/+2
2012-02-24added config check, changelog entry, and user guide update.Mike Funk1-1/+15
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Remove access lines from method descriptionsAndrey Andreev1-13/+0
2011-12-26Replace private with protected, so the class can be easily extendedAndrey Andreev1-10/+10
2011-12-25Improve the Table libraryAndrey Andreev1-63/+46