wiki.techinc.nl/includes/specials
Sam Smith 16cea35d85 Configure logged in session length independently
* Add the $wgExtendedLoginCookies configuration variable, which defines
  the set of login cookies that can have their lifetime configured
  independently
* Add the $wgExtendedLoginCookieExpiration configuration variable, which
  dictates when the extended lifetime login cookies expire
* Default $wgExtendedLoginCookieExpiration to null so that the current
  behaviour is unaffected

Bug: T68699
Change-Id: I0cc24524e4d7d9d1d21c9fa8a28c7c76b677b96c
2015-06-23 19:31:20 -04:00
..
SpecialActiveusers.php Improved ActiveUsers cache staleness estimates 2015-04-24 00:23:34 -07:00
SpecialAllMessages.php Fix some line indent of string concat 2015-06-19 20:52:43 +02:00
SpecialAllPages.php Fix phpcs errors and warnings in includes/specials 2015-03-16 18:29:40 +00:00
SpecialAncientpages.php
SpecialApiHelp.php
SpecialBlankpage.php
SpecialBlock.php Use Linker::linkKnown for some links to MediaWiki pages from navigation 2015-06-19 18:55:30 +02:00
SpecialBlockList.php Remove double str_replace( ' ', '_', $ ) when using LinkBatch 2015-06-19 22:04:25 +02:00
SpecialBooksources.php Fix "Bad value 1 for attribute autofocus" on special pages 2015-03-18 14:27:52 +00:00
SpecialBrokenRedirects.php
SpecialCachedPage.php
SpecialCategories.php
SpecialChangeEmail.php Special:ChangeEmail: Set autofocus on new email field rather than password field 2015-04-19 19:28:39 +00:00
SpecialChangePassword.php Handle missing returnto on Special:ChangePassword/ConfirmEmail 2015-04-13 21:36:42 +02:00
SpecialComparePages.php
SpecialConfirmemail.php Add lots of @throws 2014-12-24 13:49:20 +00:00
SpecialContributions.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
SpecialCreateAccount.php
SpecialDeadendpages.php
SpecialDeletedContributions.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
SpecialDiff.php Allow to customise addHelpLink() target via system message 2015-05-15 10:14:28 +02:00
SpecialDoubleRedirects.php
SpecialEditTags.php Allow to customise addHelpLink() target via system message 2015-05-15 10:14:28 +02:00
SpecialEditWatchlist.php Made getWatchlistInfo use DB_SLAVE 2015-04-06 14:51:10 -07:00
SpecialEmailuser.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
SpecialExpandTemplates.php Fix "Bad value 1 for attribute autofocus" on special pages 2015-03-18 14:27:52 +00:00
SpecialExport.php Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
SpecialFewestrevisions.php
SpecialFileDuplicateSearch.php Use HTMLForm for Special:FileDuplicateSearch 2015-03-29 17:23:12 +02:00
SpecialFilepath.php specials: Clean up redirect special pages ($subpage can be null) 2015-04-13 20:10:00 +01:00
SpecialImport.php Add help link for 8 more special pages 2015-05-15 11:25:27 +00:00
SpecialJavaScriptTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
SpecialLinkSearch.php Merge "Add help link for 8 more special pages" 2015-06-01 23:47:09 +00:00
SpecialListDuplicatedFiles.php Changed some DatabaseBase type hints to IDatabase 2014-12-02 23:34:44 -08:00
SpecialListfiles.php Display warning message in Special:ListFiles when invalid username entered 2015-04-11 14:47:13 +00:00
SpecialListgrouprights.php Fix warning on Special:ListGroupRights for group with invalid group page 2014-12-29 19:24:20 +01:00
SpecialListredirects.php Changed some DatabaseBase type hints to IDatabase 2014-12-02 23:34:44 -08:00
SpecialListusers.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
SpecialLockdb.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
SpecialLog.php ChangeTags: Don't show UI when no editable tags exist 2015-05-01 11:12:31 -04:00
SpecialLonelypages.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
SpecialLongpages.php
SpecialMediaStatistics.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
SpecialMergeHistory.php Allow to customise addHelpLink() target via system message 2015-05-15 10:14:28 +02:00
SpecialMIMEsearch.php Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
SpecialMostcategories.php Changed some DatabaseBase type hints to IDatabase 2014-12-02 23:34:44 -08:00
SpecialMostimages.php Fix some stuttering in comments and documentation 2014-12-17 19:44:10 +00:00
SpecialMostinterwikis.php Changed some DatabaseBase type hints to IDatabase 2014-12-02 23:34:44 -08:00
SpecialMostlinked.php Changed some DatabaseBase type hints to IDatabase 2014-12-02 23:34:44 -08:00
SpecialMostlinkedcategories.php Changed some DatabaseBase type hints to IDatabase 2014-12-02 23:34:44 -08:00
SpecialMostlinkedtemplates.php Changed some DatabaseBase type hints to IDatabase 2014-12-02 23:34:44 -08:00
SpecialMostrevisions.php
SpecialMovepage.php Allow to customise addHelpLink() target via system message 2015-05-15 10:14:28 +02:00
SpecialMyLanguage.php specials: Clean up redirect special pages ($subpage can be null) 2015-04-13 20:10:00 +01:00
SpecialMyRedirectPages.php Add some more allowedRedirectParams to MyContributions 2015-06-10 17:51:17 +00:00
SpecialNewimages.php Allow to customise addHelpLink() target via system message 2015-05-15 10:14:28 +02:00
SpecialNewpages.php Merge "Use correct fields for LinkBatch on Special:NewPages" 2015-06-19 18:28:04 +00:00
SpecialPageLanguage.php Special:PageLanguage: Show log extract only when title known 2015-05-23 21:41:01 +02:00
SpecialPagesWithProp.php Support offsets in prefix searching 2014-12-02 11:59:26 -08:00
SpecialPasswordReset.php HTMLForm: Separate VForm code to a subclass 2015-01-14 19:33:34 +00:00
SpecialPermanentLink.php specials: Clean up redirect special pages ($subpage can be null) 2015-04-13 20:10:00 +01:00
SpecialPreferences.php Allow to customise addHelpLink() target via system message 2015-05-15 10:14:28 +02:00
SpecialPrefixindex.php Fix phpcs errors and warnings in includes/specials 2015-03-16 18:29:40 +00:00
SpecialProtectedpages.php Do not call purgeExpiredRestrictions on simple page views 2015-02-11 05:24:04 +00:00
SpecialProtectedtitles.php Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
SpecialRandomInCategory.php Allow to customise addHelpLink() target via system message 2015-05-15 10:14:28 +02:00
SpecialRandompage.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
SpecialRandomredirect.php
SpecialRecentchanges.php Add help link for 8 more special pages 2015-05-15 11:25:27 +00:00
SpecialRecentchangeslinked.php Add help link for 8 more special pages 2015-05-15 11:25:27 +00:00
SpecialRedirect.php Support offsets in prefix searching 2014-12-02 11:59:26 -08:00
SpecialResetTokens.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
SpecialRevisiondelete.php Use Linker::linkKnown for some links to MediaWiki pages from navigation 2015-06-19 18:55:30 +02:00
SpecialRunJobs.php Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
SpecialSearch.php Add a SpecialSearchResultsAppend hook 2015-06-15 12:59:36 -07:00
SpecialShortpages.php Changed some DatabaseBase type hints to IDatabase 2014-12-02 23:34:44 -08:00
SpecialSpecialpages.php Allow to customise addHelpLink() target via system message 2015-05-15 10:14:28 +02:00
SpecialStatistics.php Merge "SpecialStatsAddExtra: Format column label with msg" 2015-05-23 13:23:52 +00:00
SpecialTags.php Avoid undefined index on Special:Tags 2015-06-19 20:10:41 +02:00
SpecialTrackingCategories.php SpecialTrackingCategories: Read from the extension registry 2015-01-23 10:33:45 -08:00
SpecialUnblock.php Migrate block log to new log system 2015-02-07 21:02:10 +01:00
SpecialUncategorizedcategories.php
SpecialUncategorizedimages.php
SpecialUncategorizedpages.php
SpecialUncategorizedtemplates.php
SpecialUndelete.php Made isAllowed(), showHistory() and formatRevisionRow() protected to allow for easier subclassing 2015-05-24 21:58:31 +03:00
SpecialUnlockdb.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
SpecialUnusedcategories.php
SpecialUnusedimages.php
SpecialUnusedtemplates.php
SpecialUnwatchedpages.php
SpecialUpload.php Use Linker::linkKnown for some links to MediaWiki pages from navigation 2015-06-19 18:55:30 +02:00
SpecialUploadStash.php HTTPS-ify links to Wikimedia's sites in MW core source 2015-06-13 19:23:23 +01:00
SpecialUserlogin.php Configure logged in session length independently 2015-06-23 19:31:20 -04:00
SpecialUserlogout.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
SpecialUserrights.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
SpecialVersion.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
SpecialWantedcategories.php Ensure integer compare in Special:WantedCategories 2014-12-06 18:37:11 +00:00
SpecialWantedfiles.php Fix comment for grep in SpecialWantedfiles.php 2015-06-19 19:49:04 +02:00
SpecialWantedpages.php Special:WantedPages only lists page which having at least one red link pointing to it. 2015-02-24 01:49:51 +09:00
SpecialWantedtemplates.php
SpecialWatchlist.php Add help link for 8 more special pages 2015-05-15 11:25:27 +00:00
SpecialWhatlinkshere.php Add help link for 8 more special pages 2015-05-15 11:25:27 +00:00
SpecialWithoutinterwiki.php