..
SpecialActiveusers.php
Properly count actions in Special:ActiveUsers
2014-07-01 15:55:43 -04:00
SpecialAllMessages.php
Remove unneeded else brach from SpecialAllMessages::execute()
2014-06-28 21:59:35 +02:00
SpecialAllPages.php
De-globali[sz]e AllPages and Prefixindex
2014-06-28 12:17:55 +00:00
SpecialAncientpages.php
SpecialBlankpage.php
SpecialBlock.php
Remove tabindex from Special:Block
2014-05-10 16:21:37 +00:00
SpecialBlockList.php
Pass phpcs-strict on includes/specials/ (1/3)
2014-05-09 21:33:58 +02:00
SpecialBooksources.php
Pass phpcs-strict on includes/specials/ (1/3)
2014-05-09 21:33:58 +02:00
SpecialBrokenRedirects.php
Pass phpcs-strict on includes/specials/ (1/3)
2014-05-09 21:33:58 +02:00
SpecialCachedPage.php
Pass phpcs-strict on includes/specials/ (1/3)
2014-05-09 21:33:58 +02:00
SpecialCategories.php
Add visibility to SpecialCategories methods
2014-03-28 20:23:46 +01:00
SpecialChangeEmail.php
Pass phpcs-strict on includes/specials/ (1/3)
2014-05-09 21:33:58 +02:00
SpecialChangePassword.php
Don't use isset() to check for null
2014-05-24 07:45:33 +02:00
SpecialComparePages.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialConfirmemail.php
SpecialContributions.php
Do not show user blocked warning on included Special:Contributions page
2014-06-30 21:44:21 +02:00
SpecialCreateAccount.php
Only list Special:CreateAccount as restricted if configured so
2014-07-05 16:42:55 -04:00
SpecialDeadendpages.php
SpecialDeletedContributions.php
Show block notice on contribs for range-blocked IP
2014-06-26 15:52:21 -07:00
SpecialDiff.php
Prevent Special:Diff from processing empty string
2014-02-22 16:14:54 +00:00
SpecialDoubleRedirects.php
SpecialEditWatchlist.php
SpecialPage: DRY array filter for prefixSearchSubpages()
2014-06-24 02:18:37 +02:00
SpecialEmailuser.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialExpandTemplates.php
Special:ExpandTemplates: Load RL modules
2014-06-22 11:57:44 +02:00
SpecialExport.php
Pass phpcs-strict on includes/specials/ (2/3)
2014-05-10 14:17:32 +00:00
SpecialFewestrevisions.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialFileDuplicateSearch.php
Don't use isset() to check for null
2014-05-24 07:45:33 +02:00
SpecialFilepath.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialImport.php
Pass phpcs-strict on includes/specials/ (2/3)
2014-05-10 14:17:32 +00:00
SpecialJavaScriptTest.php
SpecialJavaScriptTest: Implement prefixSearchSubpages()
2014-06-24 02:20:56 +02:00
SpecialLinkSearch.php
Make the URL input on Special:LinkSearch ltr by default
2014-06-29 12:39:27 +03:00
SpecialListDuplicatedFiles.php
Replace wfMessage() with this->msg()
2014-03-26 20:04:44 +01:00
SpecialListfiles.php
Add delete link to Special:Listfiles
2014-07-08 23:22:23 +00:00
SpecialListgrouprights.php
Pass phpcs-strict on includes/specials/ (2/3)
2014-05-10 14:17:32 +00:00
SpecialListredirects.php
SpecialListusers.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialLockdb.php
Pass phpcs-strict on includes/specials/ (2/3)
2014-05-10 14:17:32 +00:00
SpecialLog.php
SpecialPage: DRY array filter for prefixSearchSubpages()
2014-06-24 02:18:37 +02:00
SpecialLonelypages.php
SpecialLongpages.php
SpecialMergeHistory.php
Some improvements to Special:MergeHistory
2014-06-10 21:40:21 +00:00
SpecialMIMEsearch.php
Fix typo in Special:MIMESearch causing minor part to be ignored.
2014-06-21 14:19:42 -03:00
SpecialMostcategories.php
SpecialMostimages.php
SpecialMostinterwikis.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialMostlinked.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialMostlinkedcategories.php
Don't include empty categories in Special:Mostlinkedcategories
2014-01-28 02:25:15 +00:00
SpecialMostlinkedtemplates.php
Change MostLinkedTemplates to MostTranscludedPages
2014-06-13 11:52:32 -04:00
SpecialMostrevisions.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialMovepage.php
Add ids to the old link and the new link at the move result
2014-07-03 17:53:41 +03:00
SpecialMyRedirectPages.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialNewimages.php
Pass phpcs-strict on includes/specials/ (3/3)
2014-05-10 14:17:39 +00:00
SpecialNewpages.php
Kill $wgEnableNewpagesUserFilter
2014-06-21 12:07:47 +10:00
SpecialPageLanguage.php
First version of Page Language selector
2014-06-27 23:27:07 +00:00
SpecialPagesWithProp.php
Add SpecialPagesWithProp::prefixSearchSubpages
2014-06-30 21:17:11 +00:00
SpecialPasswordReset.php
SECURITY: Don't parse usernames as wikitext
2014-05-29 19:03:59 +02:00
SpecialPermanentLink.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialPopularpages.php
SpecialPreferences.php
SpecialPrefixindex.php
De-globali[sz]e AllPages and Prefixindex
2014-06-28 12:17:55 +00:00
SpecialProtectedpages.php
Pass phpcs-strict on includes/specials/ (3/3)
2014-05-10 14:17:39 +00:00
SpecialProtectedtitles.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialRandomInCategory.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialRandompage.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialRandomredirect.php
SpecialRecentchanges.php
Append redirect=no to RecentChanges/Watchlist redirect entries
2014-04-28 18:11:13 -07:00
SpecialRecentchangeslinked.php
ChangesListSpecialPage: Implement two new hooks superseding 4 old ones
2014-04-11 22:53:35 +02:00
SpecialRedirect.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialResetTokens.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialRevisiondelete.php
Remove tabindex from the drop-down in Special:RevisionDelete
2014-07-06 10:06:26 +00:00
SpecialRunJobs.php
Add hash_equals() fallback and use it
2014-05-28 20:52:08 -04:00
SpecialSearch.php
Create valid HTML on Search page
2014-07-09 18:30:59 +00:00
SpecialShortpages.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialSpecialpages.php
Fix CodeSniffer errors and warnings in includes/specials (2)
2014-03-26 08:55:03 -07:00
SpecialStatistics.php
Fix CodeSniffer errors and warnings in includes/specials (2)
2014-03-26 08:55:03 -07:00
SpecialTags.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialTrackingCategories.php
Fixes to Special:TrackingCategories
2014-06-19 09:28:32 +00:00
SpecialUnblock.php
Fix typo for system message name
2014-05-06 08:53:25 -07:00
SpecialUncategorizedcategories.php
SpecialUncategorizedimages.php
Fix CodeSniffer errors and warnings in includes/specials (2)
2014-03-26 08:55:03 -07:00
SpecialUncategorizedpages.php
Fix CodeSniffer errors and warnings in includes/specials (2)
2014-03-26 08:55:03 -07:00
SpecialUncategorizedtemplates.php
SpecialUndelete.php
Avoid using raw sql in SpecialUndelete.php
2014-05-31 07:07:24 +00:00
SpecialUnlockdb.php
SpecialUnusedcategories.php
Fix CodeSniffer errors and warnings in includes/specials (2)
2014-03-26 08:55:03 -07:00
SpecialUnusedimages.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialUnusedtemplates.php
Fix CodeSniffer errors and warnings in includes/specials (2)
2014-03-26 08:55:03 -07:00
SpecialUnwatchedpages.php
SpecialUnwatchedpages: Ajaxify watch links
2014-05-16 07:04:29 +03:00
SpecialUpload.php
Disables upload by url option for users without the necessary permissions
2014-07-05 18:20:27 +00:00
SpecialUploadStash.php
Fixed some @params documentation (includes/[specialpage|specials])
2014-04-19 10:16:52 +02:00
SpecialUserlogin.php
Merge "Create PostLoginRedirect Hook for changing the redirect behavior"
2014-06-12 14:24:50 +00:00
SpecialUserlogout.php
Fix CodeSniffer errors and warnings in includes/specials (1)
2014-03-25 16:31:48 +01:00
SpecialUserrights.php
Do not wrap <table> inside <p> on Special:UserRights
2014-06-05 20:05:34 +02:00
SpecialVersion.php
Don't link to PHP @ php.net when running HHVM
2014-07-03 18:03:41 -07:00
SpecialWantedcategories.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialWantedfiles.php
Do not include file redirects in Special:Wantedfiles
2014-07-03 00:59:12 -03:00
SpecialWantedpages.php
Update formatting for includes/specials/
2014-03-23 11:19:12 +00:00
SpecialWantedtemplates.php
Fix CodeSniffer errors and warnings in includes/specials (1)
2014-03-25 16:31:48 +01:00
SpecialWatchlist.php
Merge "SpecialPage: DRY array filter for prefixSearchSubpages()"
2014-06-26 15:44:29 +00:00
SpecialWhatlinkshere.php
Don't use isset() to check for null
2014-05-24 07:45:33 +02:00
SpecialWithoutinterwiki.php
Fix CodeSniffer errors and warnings in includes/specials (1)
2014-03-25 16:31:48 +01:00