summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_file.php
AgeCommit message (Collapse)AuthorFilesLines
2012-05-17Clean up the librariesAndrey Andreev1-0/+2
2012-04-20Start comment cleanup of librariesTimothy Warren1-4/+12
2012-03-26Switch private methods and properties to protected and cleanup the Cache ↵Andrey Andreev1-25/+17
library and drivers
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-15Lowered the file permissions for file caches.Yorick Peterse1-1/+1
See #1045 for more information. Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-25Improve the Cache libraryAndrey Andreev1-33/+22
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-5/+17
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-16- check if file exists before unlinkingJeroen van der Gulik1-2/+9
2011-08-20Resolved issue 48. Removed unneeded array copy.Ben Edmunds1-2/+2
2011-08-20Resolved issue 160. Removed unneeded array copy.Ben Edmunds1-3/+2
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-20/+20
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-20/+20
2011-04-02Added CI_ Prefix to the Cache driver.Phil Sturgeon1-1/+1
2011-02-14Fix #329 where the file caching driver referenced the incorrect cache directory.Greg Aker1-1/+1
2011-01-28updating copyrights to 2011Derek Jones1-1/+1
2010-12-21Initial commit of Caching Driver.Greg Aker1-0/+196