Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-09 | Fixed PDO | Taufan Aditya | 1 | -0/+1 | |
2012-01-08 | Improve database classes | Andrey Andreev | 1 | -34/+20 | |
2012-01-05 | Merge pull request #839 from GDmac/develop | Greg Aker | 1 | -2/+2 | |
No need for eval to extend a class | |||||
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-26 | No need for eval to extend a class | GDmac | 1 | -2/+2 | |
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-08-15 | Added some docs to CI core files | David Behler | 1 | -1/+3 | |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -8/+8 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -8/+8 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -6/+6 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -9/+4 | |
stop environment checks. | |||||
2011-02-14 | Whitespace cleanup in db classes | Pascal Kriete | 1 | -1/+1 | |
2011-02-02 | Merged recent changes and tweaked multi-env changes. | Phil Sturgeon | 1 | -1/+1 | |
2011-01-16 | Changed loading process for database config to check for config for the set ↵ | joelcox | 1 | -1/+15 | |
environment first. | |||||
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Removing instantiate_class(), which was needed to make php 4 and 5.3 play ↵ | Pascal Kriete | 1 | -1/+1 | |
together nicely. Removed all instantiations by reference. | |||||
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 | -23/+23 | |
2010-03-03 | added stricton db config item to force strict mode - good for ensuring ↵ | Derek Jones | 1 | -0/+5 | |
strict sql during development | |||||
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-12-05 | fixed bug where active record override wasn't being honored properly | Derek Jones | 1 | -3/+3 | |
2009-07-29 | PHP 5.3.0 compatibility changes | 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 | -145/+145 | |
2008-09-30 | Removed some spaces | Rick Ellis | 1 | -3/+3 | |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-08-22 | fixed a missing semi colon | Derek Allard | 1 | -1/+2 | |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -2/+1 | |
a minor re-ordering of the changelog | |||||
2008-05-14 | fixed bug #3419 where the 'database' setting for DSN connections was using ↵ | Derek Jones | 1 | -2/+23 | |
the host portion of the URL instead of the path. Added ability to set other db config values in DSN connections via query string | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -9/+9 | |
(! 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-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -5/+5 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-02-14 | little protection in case an array is provided as the $params for the DB class | Derek Jones | 1 | -1/+1 | |
2008-02-13 | fixed bug #3419, moved DSN parsing to DB.php so the driver could properly be ↵ | Derek Jones | 1 | -0/+23 | |
set to instantiate the correct db driver class. | |||||
2008-01-30 | added default value for $active_record when it's not set | Derek Jones | 1 | -1/+1 | |
2008-01-30 | removed 'active_r' db config variable, replaced with global $active_record ↵ | Derek Jones | 1 | -4/+4 | |
setting. (bug report #1834) | |||||
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 | |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 1 | -5/+19 | |
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 | -85/+85 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2006-10-21 | (no commit message) | admin | 1 | -3/+3 | |
2006-10-16 | (no commit message) | admin | 1 | -2/+2 | |
2006-10-12 | (no commit message) | admin | 1 | -16/+3 | |
2006-10-07 | (no commit message) | admin | 1 | -4/+3 | |
2006-10-07 | (no commit message) | admin | 1 | -1/+1 | |
2006-10-06 | (no commit message) | admin | 1 | -0/+100 | |