Brion Vibber
a14d91cde6
Tweak audit hooks
2007-05-08 18:31:32 +00:00
Brion Vibber
3d65c3adaf
* Add hooks for captcha in main user login form
...
* Add hook point for detecting and logging login attempts with invalid password
* Add captcha support for triggering a captcha after a bad password attempt. Legit users shouldn't be inconvenienced much, but password-guesser bots will be severely speedbumped.
2007-05-07 21:54:06 +00:00
Raimond Spekking
2b89cec777
keep separate messages separate
2007-04-25 17:14:29 +00:00
Raimond Spekking
9df08c8ce3
* (bug 9102) Cookie message optional + Es internationalization
2007-04-25 16:52:57 +00:00
Rob Church
fa1a661efb
Fix incorrect comment
2007-04-09 16:42:18 +00:00
Tim Starling
7efda6cecf
Action-specific messages. Don't claim that the user is adding a URL when they aren't. For languages other than English, I copied the old addurl message, better to have an inaccurate message in the right language than an accurate message in the wrong language.
2007-03-29 18:41:40 +00:00
Tim Starling
eb45ea62c3
Applied patches by Platonides from bugs 9099 and 9255, with review and minor modifications. Adds "create" captcha trigger and per-namespace settings.
2007-03-29 02:13:34 +00:00
Brion Vibber
985ccb6608
PHP 4 / MW 1.6 compat
2007-02-19 22:26:06 +00:00
Brion Vibber
04cb9b5eb6
Add alternative session storage for captcha data using $wgMemc, if
...
wgCaptchaStorageClass is set to 'CaptchaCacheStore' (custom classes
are also possible).
Enables use of captchas by anons with cookies disabled, so long as
the object cache system is set up for general caching.
2007-02-19 21:32:16 +00:00
Antoine Musso
3578c26504
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
...
This is like r19502 but for extensions.
2007-01-20 15:10:35 +00:00
Ivan Lanin
856d451a63
Add descriptions and urls (if available) for 4 extensions used in Wikipedia:
...
* ConfirmEdit
* EasyTimeline
* ImageMap
* OAIRepository
2007-01-11 05:36:48 +00:00
Rob Church
00bca3616f
Extension credits
2007-01-04 23:11:44 +00:00
Rob Church
ac3040e470
(bug 8484) Provide a getMessage() method that individual captcha plugins can use to override the messages for each appearance, refer to a sum in SimpleCaptcha and an image in FancyCaptcha, tweak inefficient message-loading code, possibly something else I forgot
2007-01-04 16:48:53 +00:00
Brion Vibber
51adfd5b2e
* (bug 4823) Use full parser to extract URLs in ConfirmEdit checks.
...
Should work on 1.6 or higher, tested on 1.8 and 1.9
* (bug 8268) Fix regression in ConfirmEdit on 1.8 and higher when
no parser hook extensions are present, leaving $wgParser stubbed
2006-12-15 10:06:58 +00:00
Brion Vibber
2f8c433911
Revert 15644; extensions need to remain self-contained
2006-07-16 21:43:23 +00:00
Rotem Liss
788769ecbc
Using the right restriction parameter - empty string instead of 'false'.
2006-07-16 15:59:25 +00:00
Rotem Liss
c5be0b70ce
Using the extAddMessages function for all the internationalised extensions.
2006-07-15 18:06:26 +00:00
Rotem Liss
05d01ab923
* SiteMatrix Internationalisation (en + he)
...
* Fixing spelling errors
2006-07-15 15:17:32 +00:00
Rotem Liss
2dc607d20a
ConfirmEdit Internationalisation (en + he)
2006-07-15 14:52:53 +00:00
Tim Starling
ed40c74ceb
Adding elements to $wgSpecialPages must be done before SpecialPage::initList()
2006-07-03 15:56:15 +00:00
Tim Starling
9f10ce13c2
defer loading SpecialPage.php
2006-07-02 12:49:19 +00:00
Brion Vibber
898bca86b8
Add $wgCaptchaRegexes array; if set, captcha also triggers on new matches
...
to the regexes contained therein.
2006-06-24 21:26:48 +00:00
Brion Vibber
0ca24a388f
Log trigger when all-edits mode is enabled.
2006-02-09 17:46:56 +00:00
Brion Vibber
cfd970a513
Rearrange to work with the user account creation form as well as edits.
...
Requires new hooks just added on HEAD
2006-01-29 07:37:33 +00:00
Brion Vibber
a2a6e0afe1
Forgot to clear used captcha info from the session after answering.
2006-01-29 02:25:04 +00:00
Brion Vibber
84c75759a6
adjust logging
2006-01-28 07:24:34 +00:00
Brion Vibber
1ae38fa114
add a whitelist regex for urls to avoid triggering captcha
2006-01-27 11:05:50 +00:00
Brion Vibber
81e2bc3a9c
* save each captcha's session data separately, so multiple tabs/windows work
2006-01-27 08:00:32 +00:00
Brion Vibber
8258853051
committing progress so i don't forget to save changes this month
...
* add some semi-useful help text
* fix tab order when the captcha form comes up
* work with more than 16 image files *cough*
2006-01-27 01:53:10 +00:00
Brion Vibber
181670c968
more short open tags
2005-12-29 17:19:28 +00:00
Ævar Arnfjörð Bjarmason
c7d1b65a08
* Adding a <label> associated with the <input>
2005-10-14 05:25:49 +00:00
Brion Vibber
da07c3eb19
Further testing, integrating images generated from Neil's python goody.
...
Still experimental and incomplete, not ready for use.
2005-10-14 05:07:24 +00:00
Brion Vibber
75483a0771
Prelim proof-of-concept testing captcha extension framework.
...
Not a real captcha, not expected to be robust against real spammers yet!
2005-09-30 09:21:02 +00:00