wiki.techinc.nl/includes/specials
Amir Sarabadani 627c1c2c30 Allow setting max execution time to several special pages
These special pages and their counter-part APIs are:
 - Special:RecentChanges
 - Special:Watchlist
 - Special:Log
 - Special:Contributions

This also changes the way MAX_EXECUTION_TIME works from taking the value
as milliseconds, it takes seconds which is more intuitive for users.

Bug: T297708
Depends-On: I126e7181422d8da1a63afc3717faa4f72a687dd9
Change-Id: I3ff78751c3df3b6342f1865d35c2075f4415185d
2021-12-15 22:59:06 +01:00
..
exception
formfields Simplify else-branches after continue/break 2021-08-17 22:51:43 +02:00
forms Merge "Deprecate $wgAjaxUploadDestCheck, act as always-true" 2021-12-09 16:19:04 +00:00
helpers Merge "ImportReporter: replace Title in method signatures" 2021-05-13 15:11:36 +00:00
Hook Remove some more comments that literally repeat the code 2021-12-09 19:01:36 +01:00
pagers Allow setting max execution time to several special pages 2021-12-15 22:59:06 +01:00
redirects
SpecialActiveUsers.php Add message parameter type for User Groups 2021-10-14 15:02:13 -04:00
SpecialAllMessages.php
SpecialAllPages.php Rename ParserOutput::{allow,prevent}Clickjacking() -> ::{get,set}PreventClickjacking() 2021-10-01 14:13:47 -04:00
SpecialAncientPages.php
SpecialApiHelp.php
SpecialApiSandbox.php
SpecialAutoblockList.php Introduce CommentFormatter 2021-09-28 11:13:03 -07:00
SpecialBlankpage.php
SpecialBlock.php Merge "Show autoblock duration in the form at Special:Block" 2021-09-17 18:57:41 +00:00
SpecialBlockList.php Introduce CommentFormatter 2021-09-28 11:13:03 -07:00
SpecialBookSources.php
SpecialBotPasswords.php Improve nullable documentation in special page class about args 2021-10-22 06:14:21 +00:00
SpecialBrokenRedirects.php Add missing null to string casts when using rd_fragment and such 2021-11-02 07:14:32 +00:00
SpecialCategories.php Rename ParserOutput::{allow,prevent}Clickjacking() -> ::{get,set}PreventClickjacking() 2021-10-01 14:13:47 -04:00
SpecialChangeContentModel.php
SpecialChangeCredentials.php
SpecialChangeEmail.php SpecialChangeEmail: Requiring email confirmation is not an error 2021-06-23 17:29:15 +02:00
SpecialChangePassword.php
SpecialComparePages.php
SpecialConfirmEmail.php docs: Change wording master to primary in comments and log text 2021-09-01 23:04:40 +02:00
SpecialContributions.php SpecialContributions: Let tagfilter support multiple tags 2021-11-28 14:00:39 +00:00
SpecialCreateAccount.php SpecialCreateAccount: don't reinvent the wheel for restrictions 2021-05-26 22:19:21 +00:00
SpecialDeadendPages.php
SpecialDeletedContributions.php Add stylesheet for history-deleted on Special:DeletedContributions 2021-11-27 22:53:49 +01:00
SpecialDeletePage.php Rename Special:Delete/Protect to Special:DeletePage/ProtectPage 2021-11-18 02:12:20 +01:00
SpecialDiff.php
SpecialDoubleRedirects.php
SpecialEditPage.php
SpecialEditTags.php Remove or replace usages of "sanity" 2021-11-19 23:19:42 +00:00
SpecialEditWatchlist.php Avoid SpecialPage::getConfig in constructor on Special:Watchlist/EditWatchlist 2021-05-04 20:55:30 +00:00
SpecialEmailInvalidate.php docs: Change wording master to primary in comments and log text 2021-09-01 23:04:40 +02:00
SpecialEmailUser.php Remove some more comments that literally repeat the code 2021-12-09 19:01:36 +01:00
SpecialExpandTemplates.php Revert "Use CsrfTokenSet as CSRF token source" 2021-08-05 15:48:26 -07:00
SpecialExport.php Remove or replace usages of "sane" 2021-11-22 13:35:17 +00:00
SpecialFewestRevisions.php
SpecialFileDuplicateSearch.php Merge "Use Message::sizeParams to simplify code when building messages" 2021-10-15 23:21:38 +00:00
SpecialFilepath.php
SpecialGoToInterwiki.php
SpecialImport.php Change trivial use of getVal('action') to getRawVal 2021-08-26 22:11:58 +01:00
SpecialJavaScriptTest.php Rename ParserOutput::{allow,prevent}Clickjacking() -> ::{get,set}PreventClickjacking() 2021-10-01 14:13:47 -04:00
SpecialLinkAccounts.php
SpecialLinkSearch.php Rename ParserOutput::{allow,prevent}Clickjacking() -> ::{get,set}PreventClickjacking() 2021-10-01 14:13:47 -04:00
SpecialListDuplicatedFiles.php
SpecialListFiles.php Hard deprecate User ::isIP, ::getOptions 2021-04-26 16:10:24 +00:00
SpecialListGrants.php Change null to [] for html attributes on call of Html functions 2021-09-22 22:47:28 +02:00
SpecialListGroupRights.php Support having groups inherit permissions from another group 2021-12-04 12:45:23 -08:00
SpecialListRedirects.php Introduce Redirect(Lookup&Store) services to handle redirects 2021-12-01 19:14:22 +01:00
SpecialListUsers.php
SpecialLockdb.php Remove unused 'vertical-label' => true from various forms 2021-06-01 23:26:05 +02:00
SpecialLog.php Inject UserIdentityLookup into SpecialLog 2021-09-25 18:36:37 +02:00
SpecialLonelyPages.php
SpecialLongPages.php
SpecialMediaStatistics.php Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
SpecialMergeHistory.php Improve nullable documentation in special page class about args 2021-10-22 06:14:21 +00:00
SpecialMIMESearch.php
SpecialMostCategories.php
SpecialMostimages.php
SpecialMostInterwikis.php
SpecialMostLinked.php
SpecialMostLinkedCategories.php
SpecialMostLinkedTemplates.php
SpecialMostRevisions.php
SpecialMovepage.php SpecialMovePage: stop falling back to global state 2021-10-01 13:33:48 +00:00
SpecialMute.php Rename four config variables to avoid 'blacklist' term 2021-09-08 23:32:29 +01:00
SpecialMyLanguage.php Introduce Redirect(Lookup&Store) services to handle redirects 2021-12-01 19:14:22 +01:00
SpecialNewFiles.php Clean up NewFilesPager: remove deprecated and unused services 2021-05-27 13:47:22 +00:00
SpecialNewpages.php Change null to [] for html attributes on call of Html functions 2021-09-22 22:47:28 +02:00
SpecialNewSection.php Use 'title' type input for Special:NewSection form 2021-06-13 14:38:23 +00:00
SpecialPageData.php
SpecialPageHistory.php
SpecialPageInfo.php
SpecialPageLanguage.php Use LanguageNameUtils constants instead of strings 2021-12-05 22:13:34 +01:00
SpecialPagesWithProp.php Use Message::sizeParams to simplify code when building messages 2021-10-13 19:52:41 +00:00
SpecialPasswordPolicies.php Don't use NamespaceInfo when it's not necessary 2021-05-17 07:06:58 +00:00
SpecialPasswordReset.php
SpecialPermanentLink.php
SpecialPreferences.php docs: Change wording master to primary in comments and log text 2021-09-01 23:04:40 +02:00
SpecialPrefixindex.php Remove index check on page_name_title 2021-07-03 07:04:57 +02:00
SpecialProtectedpages.php Introduce CommentFormatter 2021-09-28 11:13:03 -07:00
SpecialProtectedtitles.php Use HTMLForm::setWrapperLegend and ::setSubmitTextMsg to set messages 2021-06-15 18:56:49 +00:00
SpecialProtectPage.php Rename Special:Delete/Protect to Special:DeletePage/ProtectPage 2021-11-18 02:12:20 +01:00
SpecialPurge.php
SpecialRandomInCategory.php Remove explicit LIMIT 1 when using IDatabase::selectRow/selectField 2021-08-06 00:54:47 +02:00
SpecialRandomPage.php Rename PHP class RandomPage to SpecialRandomPage 2021-09-03 09:26:06 -07:00
SpecialRandomRedirect.php Rename PHP class RandomPage to SpecialRandomPage 2021-09-03 09:26:06 -07:00
SpecialRandomRootPage.php Rename PHP class RandomPage to SpecialRandomPage 2021-09-03 09:26:06 -07:00
SpecialRecentChanges.php Allow setting max execution time to several special pages 2021-12-15 22:59:06 +01:00
SpecialRecentChangesLinked.php Allow setting max execution time to several special pages 2021-12-15 22:59:06 +01:00
SpecialRedirect.php Improve nullable documentation in special page class about args 2021-10-22 06:14:21 +00:00
SpecialRemoveCredentials.php
SpecialResetTokens.php
SpecialRevisionDelete.php RevDelList: Rename reloadFromMaster to reloadFromPrimary 2021-09-03 20:16:18 +00:00
SpecialRunJobs.php Use array_fill_keys() instead of array_flip() if that reflects the developer's intention 2021-06-15 00:11:10 +00:00
SpecialSearch.php Use inject Config in api modules and special pages 2021-12-01 13:01:02 +00:00
SpecialShortPages.php Rename four config variables to avoid 'blacklist' term 2021-09-08 23:32:29 +01:00
SpecialSpecialpages.php Rename ParserOutput::{allow,prevent}Clickjacking() -> ::{get,set}PreventClickjacking() 2021-10-01 14:13:47 -04:00
SpecialStatistics.php Avoid confusing link on Special:Statistics in miser mode 2021-06-10 10:57:38 +00:00
SpecialTags.php Merge "Mark hidden tags on Special:Tags and show in RCFilters" 2021-09-10 08:54:20 +00:00
SpecialTrackingCategories.php Convert TrackingCategories to a service with DI 2021-10-08 16:36:20 -04:00
SpecialUnblock.php Convert BlockUtils::parseBlockTarget to UserIdentity 2021-07-20 22:12:26 +02:00
SpecialUncategorizedCategories.php
SpecialUncategorizedImages.php Do not call SpecialPage::addHelpLink in constructor 2021-05-04 20:35:39 +00:00
SpecialUncategorizedPages.php Do not call SpecialPage::addHelpLink in constructor 2021-05-04 20:35:39 +00:00
SpecialUncategorizedTemplates.php
SpecialUndelete.php Merge "Use UndeletePage from Special:Undelete" 2021-11-29 17:54:12 +00:00
SpecialUnlinkAccounts.php
SpecialUnlockdb.php
SpecialUnusedCategories.php
SpecialUnusedImages.php
SpecialUnusedTemplates.php
SpecialUnwatchedPages.php
SpecialUpload.php Remove or replace usages of "sane" 2021-11-22 13:35:17 +00:00
SpecialUploadStash.php Merge "Use LinkRenderer instead of building link HTML manually" 2021-11-27 08:28:50 +00:00
SpecialUserLogin.php
SpecialUserLogout.php
SpecialUserrights.php specials: Fix init value for reason on Special:Userrights 2021-11-08 23:23:07 +01:00
SpecialVersion.php Merge "Use inject Config in api modules and special pages" 2021-12-03 15:23:15 +00:00
SpecialWantedCategories.php
SpecialWantedfiles.php Use Message::page instead of Message::title 2021-06-09 13:18:22 +00:00
SpecialWantedpages.php
SpecialWantedTemplates.php
SpecialWatchlist.php Allow setting max execution time to several special pages 2021-12-15 22:59:06 +01:00
SpecialWhatLinksHere.php Merge "Fix notice for Special:WhatLinksHere?limit=0" 2021-08-31 00:13:12 +00:00
SpecialWithoutInterwiki.php