]>
ToastFreeware Gitweb - toast/cookiecaptcha.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Brion Vibber [Sun, 16 Jul 2006 21:43:23 +0000 (21:43 +0000)]
Revert 15644; extensions need to remain self-contained
Rotem Liss [Sun, 16 Jul 2006 15:59:25 +0000 (15:59 +0000)]
Using the right restriction parameter - empty string instead of 'false'.
Rotem Liss [Sun, 16 Jul 2006 15:46:46 +0000 (15:46 +0000)]
ConfirmEdit nl localisation.
Rotem Liss [Sat, 15 Jul 2006 18:06:26 +0000 (18:06 +0000)]
Using the extAddMessages function for all the internationalised extensions.
Rotem Liss [Sat, 15 Jul 2006 16:23:14 +0000 (16:23 +0000)]
(bug 6694) Indonesian (id) translations for BoardVote, CheckUser, Cite, ConfirmEdit, and SiteMatrix extensions
Rotem Liss [Sat, 15 Jul 2006 15:17:32 +0000 (15:17 +0000)]
* SiteMatrix Internationalisation (en + he)
* Fixing spelling errors
Rotem Liss [Sat, 15 Jul 2006 14:52:53 +0000 (14:52 +0000)]
ConfirmEdit Internationalisation (en + he)
Tim Starling [Mon, 3 Jul 2006 15:56:15 +0000 (15:56 +0000)]
Adding elements to $wgSpecialPages must be done before SpecialPage::initList()
Tim Starling [Sun, 2 Jul 2006 12:49:19 +0000 (12:49 +0000)]
defer loading SpecialPage.php
Brion Vibber [Sat, 24 Jun 2006 21:26:48 +0000 (21:26 +0000)]
Add $wgCaptchaRegexes array; if set, captcha also triggers on new matches
to the regexes contained therein.
Rob Church [Mon, 12 Jun 2006 19:56:17 +0000 (19:56 +0000)]
Captcha class using simple sums and the math renderer. Not brilliant, but enough to dissuade casual spam bots.
Brion Vibber [Thu, 9 Feb 2006 17:46:56 +0000 (17:46 +0000)]
Log trigger when all-edits mode is enabled.
Brion Vibber [Sun, 29 Jan 2006 07:37:33 +0000 (07:37 +0000)]
Rearrange to work with the user account creation form as well as edits.
Requires new hooks just added on HEAD
Brion Vibber [Sun, 29 Jan 2006 02:25:04 +0000 (02:25 +0000)]
Forgot to clear used captcha info from the session after answering.
Brion Vibber [Sun, 29 Jan 2006 00:46:29 +0000 (00:46 +0000)]
tyop
Brion Vibber [Sat, 28 Jan 2006 07:24:34 +0000 (07:24 +0000)]
adjust logging
Brion Vibber [Fri, 27 Jan 2006 11:05:50 +0000 (11:05 +0000)]
add a whitelist regex for urls to avoid triggering captcha
Brion Vibber [Fri, 27 Jan 2006 10:22:37 +0000 (10:22 +0000)]
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.
Brion Vibber [Fri, 27 Jan 2006 08:00:32 +0000 (08:00 +0000)]
* save each captcha's session data separately, so multiple tabs/windows work
Brion Vibber [Fri, 27 Jan 2006 01:53:10 +0000 (01:53 +0000)]
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*
Brion Vibber [Thu, 29 Dec 2005 17:19:28 +0000 (17:19 +0000)]
more short open tags
Ævar Arnfjörð Bjarmason [Fri, 14 Oct 2005 05:25:49 +0000 (05:25 +0000)]
* Adding a <label> associated with the <input>
Brion Vibber [Fri, 14 Oct 2005 05:07:24 +0000 (05:07 +0000)]
Further testing, integrating images generated from Neil's python goody.
Still experimental and incomplete, not ready for use.
Brion Vibber [Fri, 30 Sep 2005 09:21:02 +0000 (09:21 +0000)]
Prelim proof-of-concept testing captcha extension framework.
Not a real captcha, not expected to be robust against real spammers yet!