Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-24 | Added a "break 2;", When overriding the cache file in an other folder, it ↵ | Stéphane Goetz | 1 | -1/+1 | |
would try to load all files corresponding to this name and create an error because of a double file loading | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -2/+14 | |
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-14 | Driver children can be located in any package path. Thanks Namaless. | Phil Sturgeon | 1 | -2/+2 | |
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 1 | -4/+4 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -1/+1 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | swapping out preg_replace() in the driver library where str_replace() works ↵ | Greg Aker | 1 | -4/+4 | |
just fine. | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -1/+1 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -1/+1 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-08 | Fix: codeigniter-reactor/193 incorrect driver filepaths | patwork | 1 | -2/+2 | |
2011-04-02 | Added CI_ Prefix to the Cache driver. | Phil Sturgeon | 1 | -12/+12 | |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -3/+3 | |
2011-01-28 | updating copyrights to 2011 | Derek Jones | 1 | -1/+1 | |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -6/+3 | |
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 | -22/+22 | |
2010-03-05 | added Driver lib | Derek Jones | 1 | -0/+232 | |