Commit graph

7 commits

Author SHA1 Message Date
Kunal Grover
50144cd02a First version of Page Language selector
Special page PageLanguage to set the page language of a page.
To enable the feature, set $wgPageLanguageUseDB to true
and assign the 'pagelang' user right to a user group.

Bug: 35489
Change-Id: I0f82b146fbe948f917c1c5d29f7469644d797e80
2014-06-27 23:27:07 +00:00
PiRSquared17
2b438eb5c1 Show block notice on contribs for range-blocked IP
Also on deleted contribs, user, user talk pages.

Bug: 20790
Change-Id: I3ed9cb56f91b52fdb0ba452422f9d0723e9abe41
2014-06-26 15:52:21 -07:00
Aaron Schulz
360ba51b58 Set noindex,nofollow on missing (404) pages
* This used to be done until a0e83700a6 by mistake

Change-Id: I77c96363e472c5cb87183ba7d6458241b76d8ed1
2014-06-24 21:28:50 -07:00
jenkins-bot
b52d47b74d Merge "Add deprecation messages to static methods in Article.php" 2014-06-25 01:01:28 +00:00
withoutaname
34b98c7b2c Add deprecation messages to static methods in Article.php
The referenced hooks simply call the corresponding hooks in WikiPage.php,
so it would be better to call them from WikiPage.php directly.

Change-Id: Ia0cf526c625d38cd941a1166876c13697be87a86
2014-06-24 12:47:58 -07:00
umherirrender
7ce1fca4c7 Use user name for $6 of message 'revision-info'
Giving the user id is not useful for GENDER, it needs a user name.
Was added in r53505.

Change-Id: I3420561b1198c8c90b5411dd619205af38291b69
2014-06-22 19:30:28 +02:00
withoutaname
32ac391331 Move implementations of Page to separate file
Moved implementations of the Page interface, including subclasses
of WikiPage and Article, to a separate /includes/page file.
Separated PoolWorkArticleView to the includes/poolcounter file.

Change-Id: I4557eab76e0cb12d9d7f93644c5831bdd5b472b0
2014-06-22 07:56:16 +00:00