Commit graph

24 commits

Author SHA1 Message Date
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 8207bb9d28 ConfirmEdit nl localisation. 2006-07-16 15:46:46 +00:00
Rotem Liss c5be0b70ce Using the extAddMessages function for all the internationalised extensions. 2006-07-15 18:06:26 +00:00
Rotem Liss 16491fa69f (bug 6694) Indonesian (id) translations for BoardVote, CheckUser, Cite, ConfirmEdit, and SiteMatrix extensions 2006-07-15 16:23:14 +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
Rob Church bdc5e0ca1f Captcha class using simple sums and the math renderer. Not brilliant, but enough to dissuade casual spam bots. 2006-06-12 19:56:17 +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 672d37ea0e tyop 2006-01-29 00:46:29 +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 cf1c61a3bd Captcha generating script by Neil Harris
with some tweaks for command-line options
Requires Python Imaging Library, a word list file, and a TrueType font.
2006-01-27 10:22:37 +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