aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add new message 'showhideselectedlogentries' for revdel of logs."Siebrand2012-06-051-1/+1
|\
| * Add new message 'showhideselectedlogentries' for revdel of logs.Liangent2012-06-051-1/+1
| | | | | | | | | | | | What we're hiding are not "revisions" here... Change-Id: I3d3d75dea240ff189fc929e0a24f8e5449a4e0c6
* | Merge "(bug 37180) Removed hard coded parentheses in SpecialVersion.php"Siebrand2012-06-051-4/+5
|\ \
| * | (bug 37180) Removed hard coded parentheses in SpecialVersion.phppmolina2012-06-041-4/+5
| |/ | | | | | | | | | | | | | | Patch set 4: * Use params() instead of rawParams() because there is no need for raw. * Specify processing explicitely. Change-Id: If5f1c26f221bdb060b5944ef5e3cdb64d76154e3
* | (bug 37330) Fix wrong block being displayed due to autoblock in place.Victor Vasiliev2012-06-051-1/+3
| | | | | | | | | | | | | | Autoblocks triggered latest block log entry being displayed, which was naturally the wrong one, since autoblocks are not put into a block log. Change-Id: Ic08880c18a778d5294bb934c764a70dbd7800b70
* | Changed a call to Title::getEscapedText() which is now deprecated.Alexandre Emsenhuber2012-06-041-1/+1
|/ | | | Change-Id: I3cb6e9b4cf4a70ff3f30662ed12152a6f9d3f170
* (bug 37179) Allow undelete revision rows l10nDereckson2012-06-041-3/+5
| | | | | | | Patch set 5: Update spacing in changes in SpecialUndelete.php per convention. Change-Id: I95756fa53c1f3b2a62fa9b5f6a63475dd5462442
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-06-032-11/+39
| | | | | | Also made file/class documentation more consistent. Change-Id: Ie95c594fcd686ef30dadc7574d3e5b47236a8638
* Merge "(bug 37182) Removed hard coded parentheses in SpecialStatistics.php"Siebrand2012-06-031-2/+2
|\
| * (bug 37182) Removed hard coded parentheses in SpecialStatistics.phppmolina2012-06-031-2/+2
| | | | | | | | Change-Id: Ie412b21a0426e5aaf9c1cf55aa91ab16fd1c0662
* | (bug 37183) Removed hard coded parentheses in SpecialListfiles.phppmolina2012-06-031-1/+2
|/ | | | Change-Id: Id8fceb6075579bd30b701c2531f0d24723fe54f1
* (bug 37177) Make revision row localisable.Siebrand Mazeland2012-06-021-1/+4
| | | | Change-Id: Ie35a8b918151467400683a8474775790d45a5b55
* Merge "Show revdel links instead of checkboxes on pages where there is no ↵Aaron Schulz2012-05-311-1/+1
|\ | | | | | | multiple log entry revdel form."
| * Show revdel links instead of checkboxes on pages where there is no multiple ↵Alex Monk2012-05-301-1/+1
| | | | | | | | | | | | log entry revdel form. Change-Id: Ie061ee5b77a39c13628bfdb73f09cb3fa97dd090
* | cleanup EditWatchlist a bitumherirrender2012-05-311-4/+9
| | | | | | | | | | | | | | | | * set fields explict in select statement * get database connection only, if there is anything to do * store often used object in local var Change-Id: I41325ee0fdd935e48e2539668dfa0a46ff04af51
* | Unused variable $wgUserPlatonides2012-05-291-1/+1
| | | | | | | | Change-Id: Ib00ba04cc372788b791fec3f1358048530ecca9f
* | Merge "bug 37015: Allow disabling special page summary"Nikerabbit2012-05-281-1/+1
|\ \
| * | bug 37015: Allow disabling special page summaryAmir E. Aharoni2012-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced isBlank() with isDisabled() in SpecialPage::outputHeader. This allows disabling the default headers (*-summary). Patch set 2: Hid recentchangestext if nothing is written there. Change-Id: Id3ec2aeb1fab00344908b7bff01929bdafbfd08f
* | | Check validity of fetched titles and show a descriptive messages when an ↵Alexandre Emsenhuber2012-05-271-5/+7
| | | | | | | | | | | | | | | | | | invalid title is encountered. Change-Id: I84804c9d89e778d263c781393afe9c8f70395c99
* | | Set title for Linker::revComment on Special:NewPagesumherirrender2012-05-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | When Linker::revComment gets the title from the revision object, he can produce section links for autocomments This will also avoid a query per non-empty comment, because the revision object loads the title on demand, if not set Change-Id: I891afe9aaa6eeeb8382a6131376c26690082a8c7
* | | Check validity of fetched titles and show a descriptive messages when an ↵Alexandre Emsenhuber2012-05-261-1/+5
| | | | | | | | | | | | | | | | | | invalid title is encountered. Change-Id: I8989430db3eb817d24b5128df46942eda15eb535
* | | user table: replace some '*' with explicit fields in selectsumherirrender2012-05-251-1/+1
| | | | | | | | | | | | | | | | | | It is good practice to select only fields, which are used later Change-Id: Iaaa252d594112894334a8ee9916007352d5bc4e7
* | | Merge "(bug 36761) "Mark pages as visited" should submit previously ↵Aaron Schulz2012-05-241-14/+17
|\ \ \ | | | | | | | | | | | | established filter options The form was missing the hidden inputs containing the filter options already selected. This change fixes adds those inputs."
| * | | (bug 36761) "Mark pages as visited" should submit previously established ↵Aaron Pramana2012-05-211-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter options The form was missing the hidden inputs containing the filter options already selected. This change fixes adds those inputs. Change-Id: I67f3b34672c52c13789a967e81e0cb32813b2be2
* | | | Merge "Bug 36785 Special:Shortpages lists only NS_MAIN pages. (pages from ↵Aaron Schulz2012-05-241-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | all $wgContentNamespaces should be listed)"
| * | | | Bug 36785 Special:Shortpages lists only NS_MAIN pages. (pages from all ↵Mark A. Hershberger2012-05-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $wgContentNamespaces should be listed) Change-Id: I9d7307ae22745e7aa640ed611ea64f76e2507651
* | | | | Removed checks for the "MEDIAWIKI" constant on files that only define classes.Alexandre Emsenhuber2012-05-231-3/+0
| |_|/ / |/| | | | | | | | | | | | | | | | | | | This checks are not needed in that case. Change-Id: Ia83447427de8b7ea32aced8ff43c7a252b8d504c
* | | | Merge "(bug 25946) The message on the top of Special:RecentChanges is now ↵Siebrand2012-05-211-8/+12
|\ \ \ \ | |_|/ / |/| | | | | | | displayed in user language instead of content language"
| * | | (bug 25946) The message on the top of Special:RecentChanges is now displayed ↵Alexandre Emsenhuber2012-05-091-8/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | in user language instead of content language Moved 'recentchangestext' message to 'recentchanges-summary'; left 'recentchangestext' empty by default for wikis that would like to display things in content language on the top of Special:RecentChanges This a resubmit of r86186 (https://www.mediawiki.org/wiki/Special:Code/MediaWiki/86186) which was reverted in r86294 (https://www.mediawiki.org/wiki/Special:Code/MediaWiki/86294). The revert should have been temporary (at least from commit summary), but it seems that it was not the case. Change-Id: Ia2061a581f754aa1bc374a615d41e8465996feac
* | | Merge "Various fixes to Special:Mostlinked."Aaron Schulz2012-05-181-3/+4
|\ \ \
| * | | Various fixes to Special:Mostlinked.Alexandre Emsenhuber2012-05-101-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Show descriptive error message on invalid title * Call methods directly on ResultWrapper instead of DatabaseBase Change-Id: Ia437e73546ce664395f07c4a10bad6f04fcfb5d7
* | | | Merge "exclude immovable namespaces from the namespace selector on ↵Aaron Schulz2012-05-181-1/+12
|\ \ \ \ | | | | | | | | | | | | | | | Special:MovePage"
| * | | | exclude immovable namespaces from the namespace selector on Special:MovePagejeroendedauw2012-05-111-1/+12
| |/ / / | | | | | | | | | | | | Change-Id: Icd5645921e95bfd4b3a04c40d4b9bba3600d2f07
* | | | Merge "Various fixes to Special:Mostcategories."Aaron Schulz2012-05-151-1/+31
|\ \ \ \
| * | | | Various fixes to Special:Mostcategories.Alexandre Emsenhuber2012-05-091-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Show descriptive error message on invalid title * Don't check for page existence if the query is not cached, since the page must exist to be listed here * Do a LinkBatch if the query is cached, otherwise we end up with on database query per displayed row Change-Id: Ia10d0e7d69def0ee1f42727124518bc6f6335dda
* | | | | GROUP BY and ORDER BY supports arrays in Database classumherirrender2012-05-1310-14/+13
| |_|_|/ |/| | | | | | | | | | | Change-Id: Ib431b07ffa2ce6843e21536de2ff19c648e0a595
* | | | Merge "Add username as parameter for gender support"Aaron Schulz2012-05-121-2/+2
|\ \ \ \
| * | | | Add username as parameter for gender supportrobin2012-05-121-2/+2
| | |/ / | |/| | | | | | | | | | Change-Id: I66ec154e6d62172321f983f6898fa074d53e0e23
* / | | Use local context to get messages.Alexandre Emsenhuber2012-05-114-9/+7
|/ / / | | | | | | | | | | | | | | | Also added "false, false" to Language::time() and Language::date() calls in Special:Lockdb, this is to have the date using the default format and not in the format of the user locking the database. Change-Id: I9309022b005fcc7d31350242b8989ca7eabf69a8
* | / Use local context to get messagesAlexandre Emsenhuber2012-05-101-8/+8
| |/ |/| | | | | Change-Id: I942ce637b53599b865f36012bd9a91f0fea63b1f
* | Use local context to get messagesAlexandre Emsenhuber2012-05-091-78/+52
|/ | | | Change-Id: Ieb3564e5532e421b4b803ed6c327d6a75ed0103c
* Show descriptive error message on invalid title instead of showing an empty lineAlexandre Emsenhuber2012-05-081-1/+2
| | | | Change-Id: Ided20c465fee37087239a0caef01c7427c5ceeef
* Merge "(bug 20189) Added 'Show/hide selected revisions' button and ↵Brion VIBBER2012-05-081-3/+24
|\ | | | | | | checkboxes to Special:Log."
| * (bug 20189) Added 'Show/hide selected revisions' button and checkboxes to ↵Alex Monk2012-05-081-3/+24
| | | | | | | | | | | | Special:Log. Change-Id: I2c4d4e1234d5ab9f7d514831351ea3b298811165
* | Include the namespace of the page in the "target" parameter of the form to ↵Alexandre Emsenhuber2012-05-081-1/+1
| | | | | | | | | | | | | | | | confirm display of a deleted file. Currently the name of the file is sent without the "File:" prefix making MediaWiki think we want to display a page in the main namespace. Change-Id: I5a42764c8e9289d13b95a1989be63fdf357bc6ef
* | Use right case for Title::makeTitleumherirrender2012-05-052-2/+2
| | | | | | | | Change-Id: Ia91b3679f03eefb9970a790c784a92ea6fb0c274
* | Merge "Use local context to get messages and time formatting methods of ↵Aaron Schulz2012-05-051-22/+25
|\ \ | | | | | | | | | Language class"
| * | Use local context to get messages and time formatting methods of Language classAlexandre Emsenhuber2012-05-041-22/+25
| | | | | | | | | | | | Change-Id: I04d460a63f40e13e7f84cb168a9001516b1215fa
* | | (bug 32604) Some messages needs escaping of wikitext inside usernameumherirrender2012-05-043-7/+7
|/ / | | | | Change-Id: I223a5fb8d110ceace122acb7045bc6a925bfda66
* | Ported r112366 from 1.19wmf branch indefinitely.Aaron Schulz2012-05-011-1/+4
| | | | | | | | Change-Id: I6e326d7729b26bdc7a02f19a475d2e6033ffbfc3