Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
c9bb0c5b7a3a349a5c255b02b5cc7ddbe32132e5
/
system
/
libraries
/
Cache
/
drivers
/
Cache_file.php
c9195a7
Add changelog for pull #1017
by Andrey Andreev
· 13 years ago
187742c
Merge pull request #1017 from burakerdem/patch-1
by Andrey Andreev
· 13 years ago
0f0b769
Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively
by Andrey Andreev
· 13 years ago
d261b1e
Replaced `==` with `===` and `!=` with `!==` in /system/libraries
by Alex Bilbie
· 13 years ago
5645479
Clean up the libraries
by Andrey Andreev
· 13 years ago
0688ac9
Start comment cleanup of libraries
by Timothy Warren
· 13 years ago
b24b033
Switch private methods and properties to protected and cleanup the Cache library and drivers
by Andrey Andreev
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
6e09f23
Lowered the file permissions for file caches.
by Yorick Peterse
· 13 years ago
0b48dd4
Filesystem cache metadata function return correct TTL now.
by Burak Erdem
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
7d4ea07
Improve the Cache library
by Andrey Andreev
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
a3a8b61
- check if file exists before unlinking
by Jeroen van der Gulik
· 13 years ago
3db2849
Resolved issue 48. Removed unneeded array copy.
by Ben Edmunds
· 13 years ago
80f4c34
Resolved issue 160. Removed unneeded array copy.
by Ben Edmunds
· 13 years ago
37f4b9c
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance
by Derek Jones
· 14 years ago
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
eb2dcda
Added CI_ Prefix to the Cache driver.
by Phil Sturgeon
· 14 years ago
23351dc
Fix #329 where the file caching driver referenced the incorrect cache directory.
by Greg Aker
· 14 years ago
700205a
updating copyrights to 2011
by Derek Jones
· 14 years ago
bde25d9
Initial commit of Caching Driver.
by Greg Aker
· 14 years ago