Commit graph

6 commits

Author SHA1 Message Date
Siebrand Mazeland 3e563fa7b9 file name -> filename
Change-Id: Ib0a4e503ad9eb414fce898f3dbf510e61d9dd617
2015-01-14 20:13:40 +01:00
Siebrand Mazeland 1185128686 Fix typo
Spotted by Liuxinyu970226 and reported at
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-titleblacklist-example-2/en

Change-Id: I4789c97507588a71792dd9f0d0338cf90dfcb601
2014-11-14 13:38:09 +01:00
Brad Jorsch 8c8c8bbe92 Add i18n for API module help
MediaWiki core change I04b1a384 added support for i18n of API module
help. This takes advantage of that while still maintaining backwards
compatibility with earlier versions of MediaWiki.

Once support for MediaWiki before 1.25 is dropped, the methods marked
deprecated in this patch may be removed.

Change-Id: I67395aff48185f3e09da31b51a08aa2541fe6a17
2014-10-29 16:48:10 -04:00
Jackmcbarn f0e2d73e87 Display a warning when editing a blacklisted page
Show a warning when users are about to create or edit a page that the
titleblacklist prevents most users from creating or editing.

Bug: 13780
Change-Id: I0e3c08d026e415c31c792dffbb6bb300c7f1fd9c
2014-07-10 16:29:35 -04:00
PiRSquared17 750a76ca7f Add log for TitleBlacklist hits
This adds a log, Special:Log/titleblacklist.
Since titleblacklist hits when editing or moving
can be triggered with GET, they are not logged.
(i.e. only local account creations are logged)

Bug: 21206
Change-Id: I1b7396cebaa528edca043d5d3dfbf9d950d0e116
2014-05-23 19:02:49 +00:00
Siebrand Mazeland 013979589d Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I55d19cd7008c5638f7c599727c429968be86fc06
2014-03-29 13:47:09 +01:00