summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Brion Vibber [Sun, 24 Dec 2006 09:57:22 +0000 (09:57 +0000)]
Japanese translation of ConfirmEdit strings; submitted by Yu Kobayashi:
http://mail.wikipedia.org/pipermail/wikitech-l/2006-December/040576.html
Brion Vibber [Fri, 15 Dec 2006 10:06:58 +0000 (10:06 +0000)]
* (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
Leon Weber [Sun, 3 Dec 2006 21:45:01 +0000 (21:45 +0000)]
* (bug 8183) Italian localisation patches by Broken Arrow, batch 2.
Leon Weber [Sun, 3 Dec 2006 09:18:02 +0000 (09:18 +0000)]
* (bug 8127) Applied localization patch by helix84
Rotem Liss [Sat, 18 Nov 2006 15:05:43 +0000 (15:05 +0000)]
(bug 7795) Czech translation for ExpandTemplates, Cite, LuceneSearch, Makesysop, LinkSearch, Desysop, ConfirmEdit, and CheckUser
Rotem Liss [Sat, 18 Nov 2006 14:57:17 +0000 (14:57 +0000)]
(bug 7971) Kazakh i18n updates for extensions
Jimmy Collins [Sat, 14 Oct 2006 09:11:31 +0000 (09:11 +0000)]
(bug 7544) Slovak (sk) translation update for extensions
Rotem Liss [Fri, 15 Sep 2006 14:42:05 +0000 (14:42 +0000)]
* (bug 7337) Russian translation for CheckUser
* (bug 7338) Russian translation for ConfirmEdit
* (bug 7339) Russian translation for Desysop
* (bug 7340) Russian translation for DynamicPageList2
* (bug 7341) Russian translation for ExpandTemplates
* (bug 7342) Russian translation for FilePath
* (bug 7343) Russian translation for BoardVote
Rotem Liss [Tue, 12 Sep 2006 12:31:00 +0000 (12:31 +0000)]
(bug 7296) i18n for Cite, SpecialCite, ConfirmEdit, DynamicPageList2, Filepath extensions (zho series,yue)
Rotem Liss [Mon, 28 Aug 2006 13:27:59 +0000 (13:27 +0000)]
Several EOL fixes.
Rotem Liss [Thu, 10 Aug 2006 18:22:31 +0000 (18:22 +0000)]
Moved all the extension messages from Walloon (wa) localisation to the extensions themselves (except for Makebot).
Rotem Liss [Thu, 10 Aug 2006 12:04:11 +0000 (12:04 +0000)]
Moving Captcha messages from the Bosnian (bs) file to the extension internationalisation file.
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!