wiki.techinc.nl/includes
Kevin Israel 7f9fe1b29d Remove the throw from Message::extractParam()
Per Tim Starling's comment on bug 41400, I replaced the throw (when a
message parameter is invalid) with a call to trigger_error().

The string [INVALID] is used as a placeholder to make it clear from
the output that an error has occurred.

Change-Id: I974d55d44d392c956e7de6d243da9d8dc07d8833
2012-11-29 22:33:57 +00:00
..
actions Add the page content language to the page information 2012-10-29 12:03:15 +01:00
api Merge "API: Fix description for YAML format" 2012-11-28 20:41:01 +00:00
cache [JobQueue] Improved refreshLinks/htmlCacheUpdate job de-duplication. 2012-11-28 09:29:41 +00:00
content Removal of unused globals. 2012-11-26 22:15:11 +01:00
context It should not be possible for a RequestContext's WikiPage and Title to be different. 2012-10-24 08:17:27 -07:00
dao Fix per-connection database name in DBAccessBase. 2012-11-27 19:18:55 +01:00
db Merge "Make clear that reportConnectionError() stops the code flow." 2012-11-27 17:57:43 +00:00
debug miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
diff (bug 26280) all files should have GPL header 2012-11-18 15:34:00 +01:00
extauth Remove a bunch of trailing spaces and unneeded newlines 2012-10-19 22:03:05 +02:00
filebackend [FileBackend] Actually unset the "conn" field in closeConnection(). 2012-11-27 14:52:11 -08:00
filerepo Removal of unused globals. 2012-11-26 22:15:11 +01:00
installer Localisation updates from http://translatewiki.net. 2012-11-29 20:38:34 +00:00
interwiki Interwiki::fetch can return null, false or an interwiki object 2012-06-11 23:04:02 +01:00
job [JobQueue] Improved refreshLinks/htmlCacheUpdate job de-duplication. 2012-11-28 09:29:41 +00:00
json Fix misleading param name in FormatJson::encode signature 2012-11-23 13:51:15 -08:00
libs miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
logging Use LogFormatter to format rights log. 2012-10-22 19:28:32 +02:00
media Store "bad metadata" placeholder metadata for SVGs. 2012-11-28 09:01:53 +00:00
normal Remove a bunch of trailing spaces and unneeded newlines 2012-10-19 22:10:42 +02:00
objectcache Fix typo: exipration => expiration 2012-11-15 01:47:54 -08:00
parser Allow null for title in preprocess 2012-11-24 10:40:06 +01:00
profiler
resourceloader Fix typo (manuall -> manually) 2012-11-19 02:18:27 -08:00
revisiondelete Update docs for return and exception info 2012-10-09 09:41:58 +00:00
search Merge "Addition of SearchAfterNoDirectMatch hook" 2012-11-28 11:52:07 +00:00
site Follow-up I214a988e (42a8daa): move documentation to the correct block 2012-11-19 21:26:53 +01:00
specials (bug 40995) Refresh SessionId on login 2012-11-29 22:18:31 +00:00
templates Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:32:35 +02:00
upload Various simple optimizations for the chunked upload process. 2012-11-18 12:40:30 -08:00
zhtable Update some external conversion tables to latest versions 2012-10-02 22:24:56 +08:00
.htaccess
Action.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
AjaxDispatcher.php Don't unset() $wgOut in AjaxDispatcher. 2012-07-29 21:58:03 +02:00
AjaxResponse.php
Article.php Removal of unused globals. 2012-11-26 22:15:11 +01:00
AuthPlugin.php merge latest master. 2012-09-05 17:50:13 +02:00
AutoLoader.php [JobQueue] Improved refreshLinks/htmlCacheUpdate job de-duplication. 2012-11-28 09:29:41 +00:00
Autopromote.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
Block.php Fix tabs inside/between statements/text 2012-10-26 18:18:59 +02:00
CacheHelper.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
Category.php Fix PHP notice in Category.php 2012-11-20 00:29:54 +04:00
Categoryfinder.php Add profiling for database interaction 2012-11-08 12:35:12 +01:00
CategoryPage.php
CategoryViewer.php Add profiling for database interaction 2012-11-08 12:35:12 +01:00
Cdb.php Added a pile of missing brackets 2012-09-27 21:46:22 +02:00
Cdb_PHP.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
ChangesFeed.php merging latest master 2012-08-20 16:55:28 +02:00
ChangesList.php (Bug 41574) Supply Title object to Revision if possible. 2012-11-01 13:48:18 +01:00
ChangeTags.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
Collation.php Fix various boundary cases in IcuCollation::findLowerBound() 2012-10-17 14:30:49 +11:00
ConfEditor.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
Cookie.php Fix tabs inside/between statements/text 2012-10-26 18:18:59 +02:00
CryptRand.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
DataUpdate.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
DefaultSettings.php Merge "(bug 42337) Simplify "my talk" link logic in personal tools" 2012-11-26 21:49:45 +00:00
DeferredUpdates.php Fix flush-like commit in DeferredUpdates. 2012-10-09 15:34:47 +02:00
Defines.php Merge "define RC_EXTERNAL type for recent changes" 2012-10-16 00:40:44 +00:00
DeprecatedGlobal.php Cleanup of Wikidata branch. 2012-10-08 17:34:47 +02:00
EditPage.php Add EditPage hooks AlternateEditPreview, EditPage::showStandardInputs:options 2012-11-22 01:13:33 +00:00
Exception.php Typo in comment's Example code. 2012-11-26 21:23:40 -08:00
Export.php Don't fail on incomplete row info when exporting. 2012-10-29 22:47:19 +01:00
ExternalEdit.php
ExternalStore.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
ExternalStoreDB.php Clean and repair many phpunit tests (+ fix implied configuration) 2012-10-09 03:01:51 +02:00
ExternalStoreHttp.php
ExternalUser.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
FakeTitle.php
Fallback.php
Feed.php ChannelFeed now marked as an abstract class 2012-07-10 17:06:59 +01:00
FeedUtils.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
FileDeleteForm.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
ForkController.php
FormOptions.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
GitInfo.php
GlobalFunctions.php (bug 40995) Refresh SessionId on login 2012-11-29 22:18:31 +00:00
HistoryBlob.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-19 22:03:05 +02:00
Hooks.php Fix behavior of Hooks class. 2012-10-08 13:45:58 +02:00
Html.php Merge "Set default type attribute for button html elements" 2012-11-13 23:08:16 +00:00
HTMLForm.php Merge "Remove unused variables." 2012-10-09 10:23:38 +00:00
HttpFunctions.old.php
HttpFunctions.php Merge "Made SSL validation in Curl HTTP requests the default." 2012-11-15 10:24:11 +00:00
ImageGallery.php merging latest master 2012-08-20 16:55:28 +02:00
ImagePage.php merged master 2012-09-19 12:34:10 +02:00
ImageQueryPage.php
Import.php (Bug 41574) Supply Title object to Revision if possible. 2012-11-01 13:48:18 +01:00
Init.php
IP.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
Licenses.php Added a pile of missing brackets 2012-09-27 21:46:22 +02:00
Linker.php Add comments to Linker::formatLinksInComment() 2012-11-29 22:33:48 +00:00
LinkFilter.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-19 22:03:05 +02:00
LinksUpdate.php [JobQueue] Improved refreshLinks/htmlCacheUpdate job de-duplication. 2012-11-28 09:29:41 +00:00
LocalisationCache.php Remove unneeded third param 2012-11-10 17:23:32 +01:00
MagicWord.php Fix tabs inside/between statements/text 2012-10-26 18:18:59 +02:00
Message.php Remove the throw from Message::extractParam() 2012-11-29 22:33:57 +00:00
MessageBlobStore.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
Metadata.php merged master 2012-08-29 15:20:15 +02:00
mime.info
mime.types
MimeMagic.php Fix indentation whitespace errors 2012-10-26 17:42:13 +02:00
MWFunction.php
Namespace.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
OutputHandler.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
OutputPage.php Use wfBCP47() to format language code for IE in Accept-Language. 2012-11-18 04:00:12 +08:00
PageQueryPage.php
Pager.php Fixing bug where end limit would not be calculated 2012-09-26 05:04:36 +00:00
PathRouter.php
PHPVersionError.php Update version to 1.21. 2012-10-08 20:47:34 +02:00
PoolCounter.php
Preferences.php Add $wgAuth->updateExternalDB calls back into core 2012-11-20 17:39:19 -08:00
PrefixSearch.php
ProtectionForm.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
ProxyTools.php
QueryPage.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
RecentChange.php (bug 14901) Email notification mistakes log action for new page creation 2012-11-26 19:37:01 +00:00
Revision.php fix conflict marker in comment 2012-11-12 14:37:32 +01:00
RevisionList.php escape tags and entity in doxygen comments 2012-07-10 17:08:32 +02:00
Sanitizer.php (bug 40632) Remove CleanupPresentationalAttributes feature 2012-11-19 22:09:17 +01:00
ScopedPHPTimeout.php Handle client disconnects in scoped timeout blocks. 2012-07-02 15:11:49 +02:00
SeleniumWebSettings.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-19 22:03:05 +02:00
Setup.php Remove deprecated $wgAllowRealName 2012-10-05 20:53:22 +02:00
SiteConfiguration.php Minor stylize, add some braces 2012-07-05 23:53:57 +01:00
SiteStats.php SiteStats: use field names in select instead of * 2012-09-23 00:42:34 +02:00
Skin.php Merge "(bug 1) document Skin::buildSidebar per own experience" 2012-10-27 12:51:08 +00:00
SkinLegacy.php Convert width HTML attribute in tables into inline CSS 2012-09-21 22:38:58 +02:00
SkinTemplate.php Global tweaks wrt $wgSecureLogin. 2012-11-26 22:32:23 +01:00
SpecialPage.php Merge "Simplify cached check in Special:SpecialPages" 2012-11-10 11:54:10 +00:00
SpecialPageFactory.php Stopped some debug notice warnings from showing on SpecialPages. 2012-11-24 16:39:48 -08:00
SqlDataUpdate.php Merge "Replaced some !count() with explicit and more efficient check" 2012-10-17 18:02:58 +00:00
SquidPurgeClient.php Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader 2012-10-15 00:58:07 +00:00
Status.php Changed Status class to allow passing of Message objects. 2012-11-27 23:15:47 +00:00
StreamFile.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
StringUtils.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
StubObject.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
tidy.conf (bug 39067) Add support for HTML5 <mark> element. 2012-11-19 09:22:48 +01:00
Timestamp.php Cleanup of Wikidata branch. 2012-10-08 17:34:47 +02:00
Title.php Fix typo (seams => seems) 2012-11-16 02:21:55 -08:00
TitleArray.php
User.php Improve type hint 2012-11-28 20:37:14 +01:00
UserArray.php
UserMailer.php (bug 14901) Email notification mistakes log action for new page creation 2012-11-26 19:37:01 +00:00
UserRightsProxy.php
ViewCountUpdate.php
WatchedItem.php
WebRequest.php Fix indentation whitespace errors 2012-10-26 17:42:13 +02:00
WebResponse.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
WebStart.php (bug 29898) Set cookie to force HTTPS from HTTP 2012-09-21 15:47:59 -07:00
Wiki.php Rewritten $wgAdaptiveMessageCache 2012-10-26 12:48:52 -07:00
WikiCategoryPage.php
WikiError.php Convert last usages of wfMsg*() to wfMessage(). 2012-09-10 19:55:20 +02:00
WikiFilePage.php
WikiMap.php (bug 31644) [MERGE DEPENDENCY] Let WikiMap url builders return full urls instead of canonical urls 2012-07-31 23:17:12 +02:00
WikiPage.php Beware that getContent() may return null 2012-11-09 19:45:12 +01:00
Xml.php Fix tabs inside/between statements/text 2012-10-26 18:18:59 +02:00
XmlTypeCheck.php
ZhClient.php
ZhConversion.php Update some external conversion tables to latest versions 2012-10-02 22:24:56 +08:00
ZipDirectoryReader.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00