Activity
From 06/26/2011 to 07/25/2011
07/25/2011
-
11:10 am Bug Report #4130: Deleting cache and ignored files
- This is an error in Kohana 3.2. I forgot to say.
-
11:07 am Bug Report #4130 (Closed): Deleting cache and ignored files
- There are only checked file name and not folder name, so ignore the Subversion folder failed.
And if ignored files a... -
12:57 am Revision f75b9bfe: Merge branch '3.1/release/3.1.4' into 3.1/master
-
12:23 am Bug Report #3049 (Assigned): delete_all() - Error with 'file' driver
-
12:22 am Bug Report #3268 (Closed): KohanaCacheTest RecursiveDirectoryIterator fails of directory operations
- Closing as this isn't apparent in the cli tests and the webui is deprecated
07/23/2011
-
05:45 pm Bug Report #4111: Memcache tests fail due to returned type mismatch
- Sorry about that.
*EDIT*: Also, I'm getting these errors when running @phing test@, haven't tried running the tests ... -
04:11 pm Bug Report #4110: Cache_Memcache::set() should use replace()
- Confirmed in the memcached source code Kemal: https://github.com/memcached/memcached/blob/master/memcached.c#L2141
-
03:04 pm Revision d98520cd: Refs #4110. Created unittest to test this theory. Running locally with three m...
-
02:55 pm Bug Report #4110 (Feedback): Cache_Memcache::set() should use replace()
-
02:33 pm Bug Report #4111 (Feedback): Memcache tests fail due to returned type mismatch
- Running the test suite locally I get:...
07/14/2011
-
08:36 am Bug Report #4111 (Feedback): Memcache tests fail due to returned type mismatch
- ...
-
06:33 am Bug Report #4110: Cache_Memcache::set() should use replace()
- Please note that most sources state that @set()@ will internaly call @replace()@ if data already exists, maybe this b...
-
06:23 am Bug Report #4110 (Feedback): Cache_Memcache::set() should use replace()
- Calling Memcache::set() more than once doesn't replace the data but rather sets multiple values for the same key.
Th...
07/12/2011
07/11/2011
-
02:45 pm Bug Report #4097 (Closed): New line breaks file cache
- Applied in changeset commit:021471fb1cc8b55fe92ea2b89a05c121b9de38eb.
-
02:41 pm Revision ef6f2f48: Merge branch '3.2/develop' of github.com:kohana/cache into 3.2/develop
-
02:41 pm Revision 021471fb: Fixes #4097, FileCache driver now handles cache data with multiple lines as ex...
07/08/2011
-
02:13 pm Bug Report #4101 (New): Cache, memcache, lifetime
- PHP 5.3.6
Membase as memcahed server
php_memcache 2.2.6
Kohana (3.0.7 and 3.1.3.1)
When call
~Cache::instance(... -
01:23 pm Feature Request #4099 (Closed): Memcache Timeout
07/07/2011
-
09:48 pm Feature Request #4099: Memcache Timeout
- *Delete this ticket - created a new ticket with a better title.
-
09:48 pm Feature Request #4100 (Closed): Memcache Timeout Should Be In Milliseconds
- A memcache server should never take more than a 100ms to respond or so. Would be nice if the timeout was in milliseco...
-
09:48 pm Feature Request #4099 (Closed): Memcache Timeout
- A memcache server should never take more than a 100ms to respond or so. Would be nice if the timeout was in milliseco...
-
07:34 pm Feature Request #4098 (Closed): Multiget requests
- Currently, the get function of cache only supports a single key at a time. It really should support multiple keys at ...
-
06:47 pm Bug Report #4097: New line breaks file cache
- This seems highly irregular. Any kind of html caching would blow up.
-
06:20 pm Bug Report #4097 (Closed): New line breaks file cache
- New line breaks file cache.
Cache_Exception [ 0 ]: Kohana_Cache_File::get failed to unserialize cached object with...
07/02/2011
-
09:56 pm Revision 02cbc976: Fixup Cache module tests.
-
05:46 pm Revision 85b20392: Fixed syntax error in failing test... someone did not check their semi-colons ...
-
05:45 pm Revision cbbf0f5e: Fixed syntax error in failing test... someone did not check their semi-colons ...
-
02:44 pm Bug Report #3753: Kohana_Cache_File::_delete_file failed to delete directory
- seems it was only applied for 3.2/develop and not for 3.1
06/27/2011
-
04:17 am Feature Request #4065 (New): Per-request cache driver
- Can be implemented with an array.
I wrote a quick "implementation":https://gist.github.com/1048308, mostly copied ...
06/26/2011
Also available in: Atom