Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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-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 | |
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 url given in the Table library | Gerry | 1 | -2/+2 | |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -6/+6 | |
broke the Typography class's string replacements, for instance | |||||
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 ↵ | Phil Sturgeon | 1 | -5/+5 | |
into my secure cookie change. | |||||
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 ↵ | Greg Aker | 1 | -0/+3 | |
generate(). | |||||
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 ↵ | Phil Sturgeon | 1 | -1/+1 | |
callback which is passed to call_user_func(). | |||||
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 | |
adding null values generating an empty cell in table lib | |||||
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 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 1 | -1/+3 | |
of the file | |||||
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 ↵ | Derek Allard | 1 | -2/+1 | |
rows to be dropped (#3459). | |||||
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -9/+9 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-02-26 | changed conditional for empty cells to not match on variables that would be ↵ | Derek Jones | 1 | -1/+1 | |
loosely cast as an empty string | |||||
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 | |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 | |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 1 | -1/+1 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -2/+2 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2007-04-10 | typo fix | Derek Allard | 1 | -1/+1 | |
2007-01-27 | added set_caption() | Derek Allard | 1 | -415/+438 | |
2006-10-29 | (no commit message) | admin | 1 | -1/+1 | |
2006-10-28 | (no commit message) | admin | 1 | -0/+15 | |
2006-10-28 | (no commit message) | admin | 1 | -14/+65 | |