mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-12-13 00:29:53 +00:00
bb201b86e4
ConfirmEdit uses MainStash as the backend to write its captchas. We are migrating this extension to use the MicroStash store instead which is more suitable. This patch will store the captcha in MicroStash, read it from there or fallback to MainStash if lookup was not successful. The code will then clear both stores once after processing. Migration plan ============== step .1: Write to microstash store only, read from it or fallback to mainstash store. Then delete from both backends. step .2: Read from microstash store only, delete from the microstash store, and remove dead code afterward. Bug: T336004 Change-Id: Ie7c50a6efe7a0aefc97a712b2ad961e7837cc4cf |
||
---|---|---|
.. | ||
CaptchaCacheStore.php | ||
CaptchaHashStore.php | ||
CaptchaSessionStore.php | ||
CaptchaStore.php |