https://bugzilla.wikimedia.org/show_bug.cgi?id=29283
Vitaliy Filippov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8625|0 |1 is obsolete| | --- Comment #6 from Vitaliy Filippov <[email protected]> 2011-10-31 12:09:12 UTC --- Created attachment 9322 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9322 Updated patch for r101353 Why it's not properly targetting a file? Do you mean the path must be 'phase3/includes/LocalisationCache.php' instead of just 'includes/LocalisationCache.php'? If so, see the updated patch. I've also corrected the code style, added an AutoLoader entry and removed require_once ObjectCache.php, although I remember it didn't work in 1.16 without it :) Also, there was an issue with accel store - sometimes 'list:messages' expired in XCache while 'deps' didn't, which leaded to warnings on the top of page. I've fixed it - now it checks both keys to determine if the cache is missing. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
