Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵ | Andrey Andreev | 1 | -1/+1 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
2012-11-02 | DocBlocks for base DB classes | Andrey Andreev | 1 | -5/+21 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-24 | [ci skip] Fix a docblock | Andrey Andreev | 1 | -1/+1 | |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -2/+13 | |
2012-10-23 | Fix issues #134, #1911 | Andrey Andreev | 1 | -11/+5 | |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and ↵ | Andrey Andreev | 1 | -1/+1 | |
file_get_contents() respectively | |||||
2012-06-04 | Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 | Andrey Andreev | 1 | -6/+6 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/database | Alex Bilbie | 1 | -10/+10 | |
2012-04-03 | Fix issue #1238 | Andrey Andreev | 1 | -1/+1 | |
2012-03-20 | Remove extraneous newlines | Timothy Warren | 1 | -1/+1 | |
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-01-08 | Improve database classes | Andrey Andreev | 1 | -35/+14 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
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-10-10 | Converted database constructors to PHP5 type | Timothy Warren | 1 | -1/+1 | |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -3/+3 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -3/+3 | |
2011-01-05 | Hey look, it's 2011 | 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 | -27/+27 | |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-10-13 | numerous changes from DIR_WRITE_MODE to FILE_WRITE_MODE | Derek Jones | 1 | -1/+1 | |
chmod operations on files were using the DIR_ constant permisisons | |||||
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -194/+194 | |
2008-10-17 | Fixed a bug (4718) in which the path to the files was being set in correctly. | Rick Ellis | 1 | -8/+10 | |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -6/+6 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-12 | passed db object by reference to DB Cache class, and changed the cache class ↵ | Derek Jones | 1 | -14/+16 | |
to use that db object instead of $CI->db, to support returned db objects and multiple db connections http://codeigniter.com/bug_tracker/bug/4223/ | |||||
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-04-04 | added constants.php file and implemented constants for file system modes | Derek Jones | 1 | -3/+3 | |
2008-01-28 | added is_really_writable() to Common.php, replaced is_writable() throughout ↵ | Derek Jones | 1 | -3/+0 | |
application with is_really_writable() | |||||
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 | -7/+5 | |
2008-01-14 | fix a segment db cache bug | Derek Allard | 1 | -1/+1 | |
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 | -193/+193 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2006-10-21 | (no commit message) | admin | 1 | -1/+1 | |
2006-10-21 | (no commit message) | admin | 1 | -1/+1 | |
2006-10-21 | (no commit message) | admin | 1 | -1/+1 | |
2006-10-07 | (no commit message) | admin | 1 | -3/+3 | |
2006-10-07 | (no commit message) | admin | 1 | -23/+23 | |
2006-10-06 | (no commit message) | admin | 1 | -3/+3 | |
2006-10-06 | (no commit message) | admin | 1 | -5/+12 | |
2006-10-06 | (no commit message) | admin | 1 | -6/+6 | |
2006-10-04 | (no commit message) | admin | 1 | -0/+187 | |