wiki.techinc.nl/includes
Erik Bernhardson 5da2c4197d Push common search api parameters into SearchApi class
We have a number of parameters that are pretty much the same between
these different search api's. Lets make them actually the same by
sharing the definitions, and then letting individual classes tweak them
as needed by removing the offset, or adjusting the max limits as
necessary.

Change-Id: I6f987db8ecb63dc943b4d2518bfe3703c677448e
2016-07-26 08:56:00 -07:00
..
actions RollbackAction: Don't return true, causes '1' to be output 2016-05-27 16:12:58 -07:00
api Push common search api parameters into SearchApi class 2016-07-26 08:56:00 -07:00
auth AuthManager::setDefaultUserOptions and LoginForm::initUser shouldn't invalidate CA tokens 2016-06-02 19:35:27 +00:00
cache LinkBatch: Cast array keys to string when constructing TitleValue 2016-06-01 22:12:59 +02:00
changes ChangesList: Use LinkRenderer instead of Linker::link() 2016-05-26 14:47:45 -07:00
changetags Split off permission to delete tags from managechangetags permission 2016-05-12 21:11:04 +00:00
clientpool Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
collation Merge "Add support for icu-ta collation" 2016-05-30 08:12:41 +00:00
compat Fix and standardize Doxygen tags 2016-04-30 12:10:17 +02:00
composer Stop supporting old versions of composer for ComposerPackageModifier 2016-05-06 19:44:06 +00:00
config Allow resources to be salvaged across service resets. 2016-05-19 12:38:07 +02:00
content Add actual documentation for ContentHandler::getActionOverrides 2016-05-18 15:49:26 +02:00
context Add getStatsdDataFactory to MediawikiServices 2016-04-19 13:11:38 +01:00
dao Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
db Add LBFactory::closeAll() method 2016-05-25 07:43:23 +00:00
debug MWDebugTest: disable MWDebug on test teardown 2016-05-18 02:23:26 -07:00
deferred Merge "Make LinksDeletionUpdate use query batching" 2016-06-02 17:54:40 +00:00
diff Rethink diff limits 2016-06-01 16:30:58 -07:00
exception exception: Create generic BadRequestError based on ErrorPageError 2016-05-19 18:59:15 +00:00
export Many more function case mismatches 2016-03-19 00:20:58 +00:00
externalstore Fix ExternalStoreDB IDEA errors 2016-04-20 18:17:25 +00:00
filebackend Log when resyncFiles() fails in FileBackendMultiWrite 2016-04-29 12:16:13 -07:00
filerepo filerepo: Add missing quote back to LocalFileLockError message 2016-05-25 18:27:22 +00:00
gallery TraditionalImageGallery: Preload Titles being linked into LinkCache 2016-05-19 19:08:03 -07:00
htmlform Improve HTMLForm (and Special:ChangeCredentials) cancel button 2016-06-02 19:42:44 +00:00
import Cleanups to WikiRevision 2016-03-23 17:27:23 +00:00
installer Localisation updates from https://translatewiki.net. 2016-06-01 22:34:22 +02:00
interwiki Factor InterwikiLookup out of Interwiki class. 2016-05-18 11:57:32 +02:00
jobqueue Add LinksUpdate::getRevision() 2016-05-26 15:43:22 -07:00
json Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
libs Fix key prefix comment after 0a38dbc809 2016-05-31 22:27:46 -07:00
linker Have Linker::getLinkColour() accept LinkTarget objects 2016-05-26 14:47:45 -07:00
logging LogEventsList::showLogExtract: allow providing custom URL parameters for "view full log" link 2016-05-22 18:04:45 +00:00
mail Remove WatchedItemStore::getDefaultInstance 2016-05-06 08:47:37 +00:00
media Fix and standardize Doxygen tags 2016-04-30 12:10:17 +02:00
objectcache Fix installer issues introduces by MediaWikiServices 2016-05-17 15:24:31 +00:00
page Merge "RollbackAction: Implement AJAX interface and require POST" 2016-05-23 21:02:50 +00:00
pager Make some TablePager methods actually protected 2016-04-09 06:37:33 +02:00
parser Parser: Pass Title onto Linker::makeExternalLink() 2016-05-31 22:47:51 -07:00
password SECURITY: Throw exception on unknown hash algorithm 2016-05-20 09:48:59 -07:00
poolcounter Include type in hashKeyIntoSlots() 2016-05-09 16:54:51 -07:00
profiler Decouple Xhprof profiling from profiling data processing 2016-05-12 22:23:05 +00:00
rcfeed Don't send RC_CATEGORIZE events to the IRC feed 2016-02-18 12:19:08 -08:00
registration Add AuthManager 2016-05-16 15:11:02 +00:00
resourceloader resourceloader: Strip leading BOM when concatenating files 2016-05-31 19:47:19 +01:00
revisiondelete RevDel: Fix ChangeTags for archived items 2016-05-24 18:33:25 +00:00
search Expose SearchEngine specific profiles 2016-05-30 20:43:53 +02:00
Services Allow resources to be salvaged across service resets. 2016-05-19 12:38:07 +02:00
session Fix encryption code in Session 2016-05-31 16:01:07 +00:00
site Revert "Allow reset of global services." 2016-04-11 13:40:28 -07:00
skins Remove "Not logged in" from the personal URLs array 2016-05-17 20:06:43 +00:00
specialpage Merge "LoginSignupSpecialPage: Load return and returnto params as early as possible" 2016-05-28 20:14:56 +00:00
specials Merge "Improve HTMLForm (and Special:ChangeCredentials) cancel button" 2016-06-02 20:00:37 +00:00
templates Use AuthManager on special pages 2016-05-16 15:12:13 +00:00
tidy Use english messages for background use of Status::getWikiText 2016-04-12 20:01:44 +02:00
title TitleParser: In formatTitle(), don't throw exceptions on bad namespaces 2016-05-26 13:34:18 -07:00
upload SECURITY: Don't use m modifier when checking link prefix 2016-05-20 09:47:45 -07:00
user User: Simplify process cache by using WANObjectCache::getWithSetCallback 2016-05-31 21:13:08 -07:00
utils Merge "Add note that IP::isInRange() can return unexpected results for invalid args" 2016-04-09 20:28:15 +00:00
widget Search: Change dataLocation default value and add docs 2016-05-06 12:18:19 +00:00
.htaccess
AjaxDispatcher.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
AjaxResponse.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
AuthPlugin.php Add AuthManager 2016-05-16 15:11:02 +00:00
AutoLoader.php Merge "Remove fix for a 5.3 problem" 2016-02-29 14:46:40 +00:00
Autopromote.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Block.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
Category.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CategoryFinder.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CategoryViewer.php Add class to div wrapper around category lists 2016-04-29 22:30:57 +01:00
DefaultSettings.php Make number of PBKDF2 iterations used for deriving session secret configurable 2016-05-28 07:06:30 -07:00
Defines.php Fix various phpcs error from last security patches 2016-05-20 20:20:36 +02:00
DeprecatedGlobal.php
DerivativeRequest.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
DummyLinker.php Remove 'noclasses' from Linker::linkKnown() defaults 2016-05-19 19:07:58 -07:00
EditPage.php EditPage: Do not resolve redirect on cancel button 2016-05-28 20:21:07 +00:00
EventRelayerGroup.php Convert EventRelayerGroup to services infrastructure 2016-04-25 14:22:31 -07:00
FauxRequest.php Change \\ to \ in phpdoc 2016-04-08 17:46:30 +00:00
Feed.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FeedUtils.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FileDeleteForm.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ForkController.php Revert "Allow reset of global services." 2016-04-11 13:40:28 -07:00
FormOptions.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
GitInfo.php Use Diffusion for default Git Viewer 2016-03-14 13:03:34 -07:00
GlobalFunctions.php Fix various phpcs error from last security patches 2016-05-20 20:20:36 +02:00
HistoryBlob.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
Hooks.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Html.php Remove support for $wgWellFormedXml=false 2016-05-12 17:40:01 -04:00
HtmlFormatter.php Switch to external HtmlFormatter 2016-04-13 02:37:59 +00:00
HttpFunctions.php Use english messages for background use of Status::getWikiText 2016-04-12 20:01:44 +02:00
Licenses.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
limit.sh
Linker.php Revert "RollbackAction: Implement AJAX interface and require POST" 2016-05-27 16:16:40 +00:00
LinkFilter.php
ListToggle.php Initialise array with contents in one go 2016-02-23 23:39:40 +00:00
MagicWord.php Add access modifiers to MagicWord.php 2016-03-01 10:56:04 +00:00
MagicWordArray.php Add access modifiers to MagicWordArray.php 2016-03-01 10:56:55 +00:00
MediaWiki.php Merge "Do not redirect to HTTPS when it's not supported" 2016-05-31 17:39:48 +00:00
MediaWikiServices.php Merge "Add LinkRenderer (rewrite of Linker::link())" 2016-05-24 03:29:32 +00:00
MediaWikiVersionFetcher.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MergeHistory.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
Message.php Language: Introduce new method equals( Language $lang ) 2016-05-16 22:33:33 +00:00
mime.info
mime.types Add AMF and STL to mime.types 2016-05-05 02:25:07 +00:00
MimeMagic.php MimeMagic: Prevent PHP warning when trying to read zero bytes 2016-03-24 10:14:31 +01:00
MovePage.php Remove WatchedItemStore::getDefaultInstance 2016-05-06 08:47:37 +00:00
MWNamespace.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWTimestamp.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
NoLocalSettings.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
OutputHandler.php SECURITY: Improve cross-domain-policy mangling 2016-05-20 09:48:11 -07:00
OutputPage.php resourceloader: Merge 'user.groups' into 'user' module 2016-05-26 04:15:33 +00:00
PageProps.php Hide hiddencat catwatch changes in special changelists 2016-04-18 16:41:26 +02:00
PathRouter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PHPVersionCheck.php Bump mediawiki version in PHPVersionCheck.php to 1.28 2016-05-23 16:27:26 +00:00
PHPVersionError.php
Preferences.php Use AuthManager on special pages 2016-05-16 15:12:13 +00:00
PrefixSearch.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ProtectionForm.php Avoid master queries on GET in ProtectionForm 2016-05-09 22:12:38 -07:00
Revision.php Remove wfDebug() from Revision::loadText() 2016-05-09 22:37:50 -07:00
RevisionList.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Sanitizer.php Remove $wgAllowMicroDataAttributes and $wgAllowRdfaAttributes 2016-03-18 17:24:56 +00:00
ServiceWiring.php Do not use $wgUser in Linker/LinkRenderer when sessions are disabled 2016-05-25 19:58:13 +00:00
Setup.php Merge "Log autocreation attempts in SessionManager" 2016-05-23 17:53:38 +00:00
SiteConfiguration.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SiteStats.php Add TTL_PROC_* constants for clarity 2016-05-06 23:45:41 +00:00
Status.php Add some missing MW version documentation 2016-05-23 19:46:35 +02:00
StreamFile.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
StubObject.php Remove unused $fname in StubObject::_unstub 2016-04-03 11:06:27 +03:00
TemplateParser.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
Title.php Merge "Language: Introduce new method equals( Language $lang )" 2016-05-23 16:03:50 +00:00
TitleArray.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TitleArrayFromResult.php
WatchedItem.php Add wfDeprecated calls to WatchedItem 2016-05-10 11:44:56 +00:00
WatchedItemStore.php WatchedItemStore: Use callable type hint instead of Assert library 2016-05-27 19:30:14 -07:00
WebRequest.php Avoid DBPerformance warnings on PURGE/TRACE requests 2016-05-25 18:22:26 -07:00
WebRequestUpload.php WebRequestUpload: Use canonical header name in getHeader() 2016-02-25 21:06:40 +00:00
WebResponse.php Guard against allowing intermediate caching when cookies are present 2016-02-29 15:29:58 -07:00
WebStart.php Fix various phpcs error from last security patches 2016-05-20 20:20:36 +02:00
WikiMap.php Introduce top level service locator. 2016-04-02 18:07:28 +03:00
Xml.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
XmlSelect.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00