Commit graph

742 commits

Author SHA1 Message Date
Rob Church 00bca3616f Extension credits 2007-01-04 23:11:44 +00:00
Leon Weber 964de363c0 Whoops, forgot to commit the third patch raymond sent me :)) 2007-01-04 17:44:01 +00:00
Leon Weber cd3fc790d9 German localisation patch by raymond 2007-01-04 17:39:25 +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
Niklas Laxström 571a2bcdc3 * Some Finnish translations 2006-12-30 12:17:40 +00:00
Leon Weber fd9772671e * (bug 8374) Portugese localisation patches to extensions
* Made the code of one of my previous commits look nicer :-)
2006-12-24 22:00:24 +00:00
Brion Vibber a2a5ff2436 Japanese translation of ConfirmEdit strings; submitted by Yu Kobayashi:
http://mail.wikipedia.org/pipermail/wikitech-l/2006-December/040576.html
2006-12-24 09:57:22 +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
Leon Weber 9603505233 * (bug 8183) Italian localisation patches by Broken Arrow, batch 2. 2006-12-03 21:45:01 +00:00
Leon Weber fb5f8bc683 * (bug 8127) Applied localization patch by helix84 2006-12-03 09:18:02 +00:00
Rotem Liss f6e85628ce (bug 7795) Czech translation for ExpandTemplates, Cite, LuceneSearch, Makesysop, LinkSearch, Desysop, ConfirmEdit, and CheckUser 2006-11-18 15:05:43 +00:00
Rotem Liss f596ca86e8 (bug 7971) Kazakh i18n updates for extensions 2006-11-18 14:57:17 +00:00
Jimmy Collins fa133ed7b4 (bug 7544) Slovak (sk) translation update for extensions 2006-10-14 09:11:31 +00:00
Rotem Liss 34049937a7 * (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
2006-09-15 14:42:05 +00:00
Rotem Liss 9028dd7da1 (bug 7296) i18n for Cite, SpecialCite, ConfirmEdit, DynamicPageList2, Filepath extensions (zho series,yue) 2006-09-12 12:31:00 +00:00
Rotem Liss 77b51123c2 Several EOL fixes. 2006-08-28 13:27:59 +00:00
Rotem Liss f08fb2e6d1 Moved all the extension messages from Walloon (wa) localisation to the extensions themselves (except for Makebot). 2006-08-10 18:22:31 +00:00
Rotem Liss b65a2714e9 Moving Captcha messages from the Bosnian (bs) file to the extension internationalisation file. 2006-08-10 12:04:11 +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 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