wiki.techinc.nl/includes
2013-02-20 18:21:59 +00:00
..
actions Add line breaks to the output of action=info 2013-02-14 11:29:29 +01:00
api Merge "Fix API output formatting (change lines delimited with * as bold)" 2013-02-20 14:55:45 +00:00
cache fix hardcoded quote in BacklinkCache 2013-02-18 08:35:26 +00:00
clientpool Fixed some comments and removed redundant constant. 2013-02-11 10:11:52 -08:00
content fix some spacing 2013-02-09 23:03:53 +01:00
context Weaken the recursion guard on RequestContext::getLanguage() 2013-02-08 16:38:41 +11:00
dao Made ORMTable and ORMRow non-abstract 2013-01-18 10:29:20 +01:00
db Fix documentation of DatabaseBase::fetchObject() and DatabaseBase::fetchRow() 2013-02-18 15:39:29 +01:00
debug
diff Add a handful of missing @return 2013-02-16 17:51:13 +01:00
extauth
externalstore phpcs: Normalize methods declarations to "[final abstract] [visibility]". 2013-02-19 16:56:35 +00:00
filebackend [LockManager] Created PostgreSqlLockManager class. 2013-02-15 04:06:10 +00:00
filerepo Add a handful of missing @return 2013-02-16 17:51:13 +01:00
installer Localisation updates from http://translatewiki.net. 2013-02-12 20:15:09 +00:00
interwiki The static declaration must come after the visibility declaration 2013-01-26 21:03:52 +01:00
job [JobQueue] Allow certain job types to always opt out of retries. 2013-02-19 16:58:34 -08:00
json The use of function sizeof() is forbidden; use count() instead 2013-01-26 22:20:04 +01:00
libs style: normalize end of files 2013-02-03 15:04:39 +01:00
logging Merge "remove space before semicolon" 2013-02-10 12:51:02 +00:00
media Merge "remove not needed return and break" 2013-02-10 13:02:07 +00:00
normal fix some spacing 2013-02-09 23:03:53 +01:00
objectcache [BagOStuff] De-breakified cas() for SqlBagOStuff. 2013-02-15 14:31:19 +00:00
parser Merge "remove space before semicolon" 2013-02-10 12:51:02 +00:00
profiler (Bug 37957) Replace php_sapi_name() with PHP_SAPI 2013-02-04 12:50:45 -08:00
resourceloader fix some spacing 2013-02-04 19:54:07 +00:00
revisiondelete Merge "Add ArchivedFile::selectFields() and use it" 2013-02-09 21:40:04 +00:00
search fix some spacing 2013-02-04 19:54:07 +00:00
site Set timeout for Sites object in memcached. 2013-02-11 20:40:12 +01:00
specials Merge "Use $this->checkReadOnly() for read only database check in Special:Invalidateemail" 2013-02-20 18:21:59 +00:00
templates fix some spacing 2013-01-26 19:15:35 +01:00
upload Merge "remove space before semicolon" 2013-02-10 12:51:02 +00:00
.htaccess
Action.php Using "Page" for type hinting is really useless 2013-02-20 15:38:22 +00:00
AjaxDispatcher.php
AjaxResponse.php Fixing typo 2012-12-01 16:02:15 +00:00
ArrayUtils.php fix some spacing 2013-02-04 20:18:33 +00:00
Article.php remove space before semicolon 2013-02-09 22:44:24 +01:00
AuthPlugin.php
AutoLoader.php [LockManager] Created PostgreSqlLockManager class. 2013-02-15 04:06:10 +00:00
Autopromote.php
Block.php fix some spacing 2013-02-04 20:18:33 +00:00
CacheHelper.php
Category.php fix some spacing 2013-02-04 20:18:33 +00:00
Categoryfinder.php fix some spacing 2013-02-04 20:18:33 +00:00
CategoryPage.php Don't use isset() to check whether an existing variable is null 2013-01-01 22:13:30 +01:00
CategoryViewer.php Use array for join condition 2013-01-19 12:20:37 +01:00
Cdb.php fix some spacing 2013-02-04 20:18:33 +00:00
Cdb_PHP.php fix some spacing 2013-02-04 20:18:33 +00:00
ChangesFeed.php fix some spacing 2013-02-04 20:18:33 +00:00
ChangesList.php fix some spacing 2013-02-04 20:18:33 +00:00
ChangeTags.php fix some spacing 2013-02-04 20:18:33 +00:00
Collation.php (bug 43801) add a getter for ICU version to ICUCollation 2013-02-08 16:57:08 -04:00
ConfEditor.php style: normalize end of files 2013-02-03 15:04:39 +01:00
Cookie.php fix some spacing 2013-02-04 20:18:33 +00:00
CryptRand.php Bug 44157 - The return value of realpath should be tested 2013-01-31 04:53:22 +00:00
DataUpdate.php
DefaultSettings.php API Remove $wgAPIGeneratorModules - it's dynamic now 2013-02-19 11:27:13 -05:00
DeferredUpdates.php
Defines.php Merge "Added deprecation comment to constant that when used throws deprecation exception" 2013-02-09 21:47:23 +00:00
DeprecatedGlobal.php fix some spacing 2013-02-04 20:18:33 +00:00
EditPage.php [Regression] Do not trim spaces on edit preview or show changes 2013-02-18 07:28:59 +00:00
Exception.php fix some spacing 2013-02-04 20:18:33 +00:00
Export.php Merge "remove not needed return and break" 2013-02-10 13:02:07 +00:00
ExternalEdit.php fix some spacing 2013-01-27 14:21:50 +01:00
ExternalUser.php fix some spacing 2013-02-04 20:18:33 +00:00
FakeTitle.php fix some spacing 2013-02-04 20:18:33 +00:00
Fallback.php Remove fallback for PHP installs < v5.3.2 as that is now an install requirement 2012-12-10 13:47:57 -05:00
Feed.php fix some spacing 2013-02-04 20:18:33 +00:00
FeedUtils.php Merge "remove space before semicolon" 2013-02-10 12:51:02 +00:00
FileDeleteForm.php fix some spacing 2013-02-04 20:18:33 +00:00
ForkController.php (Bug 37957) Replace php_sapi_name() with PHP_SAPI 2013-02-04 12:50:45 -08:00
FormOptions.php Fix spelling mistake 2013-01-14 07:19:29 +00:00
GitInfo.php Show HEADs for Git 1.7.8+ submodules 2013-02-20 11:14:52 -05:00
GlobalFunctions.php Merge "(bug 45069) wfParseUrl() no longer produces a PHP notice if passed a "mailto:" URL without address" 2013-02-20 15:42:16 +00:00
HistoryBlob.php fix some spacing 2013-02-04 20:18:33 +00:00
Hooks.php Profiling for hook calls. 2013-02-01 10:51:00 +00:00
Html.php fix some spacing 2013-02-09 23:03:53 +01:00
HTMLForm.php fix some spacing 2013-02-04 20:18:33 +00:00
HttpFunctions.old.php
HttpFunctions.php remove space before semicolon 2013-02-09 22:44:24 +01:00
ImageGallery.php Merge "remove space before semicolon" 2013-02-10 12:51:02 +00:00
ImagePage.php Merge "fix some spacing" 2013-02-10 12:47:01 +00:00
ImageQueryPage.php
Import.php fix some spacing 2013-02-09 23:03:53 +01:00
Init.php
IP.php style: fix up commas in function arguments 2013-02-06 19:30:39 +01:00
Licenses.php
limit.sh Improve the shell cgroup feature 2013-02-05 16:47:34 +11:00
Linker.php Merge "Fix documentation in Linker::formatTemplates." 2013-02-20 15:39:55 +00:00
LinkFilter.php fix some spacing 2013-02-04 20:18:33 +00:00
LinksUpdate.php fix some spacing 2013-02-04 20:18:33 +00:00
MagicWord.php fix some spacing 2013-02-04 20:18:33 +00:00
Message.php Add getters to Message object. 2013-02-19 20:30:36 +01:00
MessageBlobStore.php (bug 31044) Make ResourceLoader behave in read-only mode 2013-01-16 03:10:26 +00:00
Metadata.php fix some spacing 2013-02-04 20:18:33 +00:00
mime.info
mime.types use video/webm instead of audio/webm for webm 2012-12-28 16:05:24 +00:00
MimeMagic.php fix some spacing 2013-02-09 23:03:53 +01:00
MWFunction.php
Namespace.php fix some spacing 2013-02-04 20:18:33 +00:00
OutputHandler.php (bug 43218) Fixing PHP notice: undefined SERVER_PROTOCOL key 2012-12-18 15:45:06 +01:00
OutputPage.php fix some spacing 2013-02-09 23:03:53 +01:00
PageQueryPage.php
Pager.php fix some spacing 2013-02-04 20:18:33 +00:00
PathRouter.php fix some spacing 2013-02-04 20:18:33 +00:00
PHPVersionError.php fix some spacing 2013-01-27 14:21:50 +01:00
PoolCounter.php
Preferences.php remove space before semicolon 2013-02-09 22:44:24 +01:00
PrefixSearch.php fix some spacing 2013-02-04 20:18:33 +00:00
ProtectionForm.php fix some spacing 2013-02-04 20:18:33 +00:00
ProxyTools.php fix some spacing 2013-02-04 20:18:33 +00:00
QueryPage.php Removed references to DB ignoreErrors() function. 2012-12-11 11:24:12 -08:00
RecentChange.php remove space before semicolon 2013-02-09 22:44:24 +01:00
Revision.php fix some spacing 2013-02-04 20:18:33 +00:00
RevisionList.php
Sanitizer.php Add a handful of missing @return 2013-02-16 17:51:13 +01:00
ScopedCallback.php [JobQueue] Added support for using an external DB. 2013-01-07 16:42:22 -08:00
ScopedPHPTimeout.php
SeleniumWebSettings.php
Setup.php remove space before semicolon 2013-02-09 22:44:24 +01:00
SiteConfiguration.php fix some spacing 2013-02-04 20:18:33 +00:00
SiteStats.php Fixed unmatched begin/commit in SiteStatsUpdate. 2013-02-11 16:53:25 -08:00
Skin.php fix some spacing 2013-02-04 20:18:33 +00:00
SkinLegacy.php fix some spacing 2013-02-04 20:18:33 +00:00
SkinTemplate.php fix some spacing 2013-02-04 20:18:33 +00:00
SpecialPage.php fix some spacing 2013-02-04 20:18:33 +00:00
SpecialPageFactory.php fix some spacing 2013-02-04 20:18:33 +00:00
SqlDataUpdate.php fix some spacing 2013-02-09 23:03:53 +01:00
SquidPurgeClient.php fix some spacing 2013-02-04 20:18:33 +00:00
Status.php Add getters to Message object. 2013-02-19 20:30:36 +01:00
StreamFile.php
StringUtils.php fix some spacing 2013-02-04 20:18:33 +00:00
StubObject.php fix some spacing 2013-02-04 20:18:33 +00:00
tidy.conf (bug 39067) Add support for HTML5 <mark> element. 2012-11-19 09:22:48 +01:00
Timestamp.php Add months and years to Timestamp::getHumanTimestamp() 2013-01-03 12:57:59 -08:00
Title.php style: indent tweaks to Title.php 2013-02-20 15:43:25 +00:00
TitleArray.php
UIDGenerator.php Break long line. 2013-02-12 09:34:15 -08:00
User.php Merge "Mention that User::setInternalPassword() accepts null as password string" 2013-02-20 15:37:47 +00:00
UserArray.php
UserMailer.php fix some spacing 2013-02-04 20:18:33 +00:00
UserRightsProxy.php
ViewCountUpdate.php Removed references to DB ignoreErrors() function. 2012-12-11 11:24:12 -08:00
WatchedItem.php fix some spacing 2013-02-04 20:18:33 +00:00
WebRequest.php fix some spacing 2013-02-09 23:03:53 +01:00
WebResponse.php fix some spacing 2013-02-04 20:18:33 +00:00
WebStart.php fix some spacing 2013-02-09 23:03:53 +01:00
Wiki.php fix some spacing 2013-01-27 14:21:50 +01:00
WikiCategoryPage.php
WikiError.php
WikiFilePage.php fix some spacing 2013-02-04 20:18:33 +00:00
WikiMap.php
WikiPage.php Made Page an interface, since it is only there to pass type checks. 2013-02-07 12:46:02 -08:00
Xml.php fix some spacing 2013-02-09 23:03:53 +01:00
XmlTypeCheck.php
ZhClient.php
ZhConversion.php (zhtable) Add zh2Hans: '这么' => '这么' for better segmentation 2013-01-04 20:32:53 +08:00
ZipDirectoryReader.php fix some spacing 2013-02-04 20:18:33 +00:00