[Bug 30850] maintenance/changePassword.php does not purge (APC) cache

2012-04-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30850

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Version|1.16.5  |1.16

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30850] maintenance/changePassword.php does not purge (APC) cache

2012-04-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30850

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Version|1.16|1.16.x

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30850] maintenance/changePassword.php does not purge (APC) cache

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30850

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30850] maintenance/changePassword.php does not purge (APC) cache

2011-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30850

--- Comment #4 from Jille Timmermans ji...@quis.cx 2011-09-11 10:11:30 UTC ---
A bit nasty, but certainly effective: We could let all cache-deletes (or even
all actions) be done through web-requests. So the changePassword script calls
http://url.to.mediawiki/w/api.php?action=cache-deletekey=user-123

That might cause problems with race-conditions however.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30850] maintenance/changePassword.php does not purge (APC) cache

2011-09-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30850

--- Comment #1 from Reedy s...@reedyboy.net 2011-09-10 18:47:02 UTC ---
r96732 should hopefully fix that in trunk

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30850] maintenance/changePassword.php does not purge (APC) cache

2011-09-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30850

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-09-10 21:17:34 UTC 
---
That doesn't look like it'll help; the fundamental problem with using APC etc
for data caching is this inability for command-line scripts to update or delete
the cached items that the web processes access.

This will be only one of thousands of instances of this problem; the only ways
to fix it would be general, using a cache system that can be accessed by all
processes -- my personal recommendation is to just set up memcached instead! ;)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30850] maintenance/changePassword.php does not purge (APC) cache

2011-09-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30850

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #3 from Reedy s...@reedyboy.net 2011-09-10 21:19:38 UTC ---
(In reply to comment #2)
 That doesn't look like it'll help;

Yup, I realised and reverted soon after :)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l