wiki.techinc.nl/includes
2012-05-20 18:13:59 +00:00
..
actions CacheHelper: facilitate caching handling on a page 2012-04-18 18:46:10 +01:00
api Merge "Fill GenderCache inside ApiPageSet" 2012-05-20 18:13:59 +00:00
cache Fill GenderCache inside ApiPageSet 2012-05-16 16:46:22 +02:00
conf Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
context Per Aaron, fix for r108274: added canUseWikiPage() to context objects to know whether getWikiPage() can be safely called 2012-01-14 14:27:46 +00:00
db [SiteStatsUpdate] Reduced contention by using a new lockIsFree() DB function. 2012-05-10 15:48:58 -07:00
debug Merge "add since tags" 2012-05-16 23:48:49 +00:00
diff Merge "(bug 33928) make diff title page more relevant" 2012-05-11 09:05:44 +00:00
extauth
filerepo Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
installer Set $wgLanguageConverterCacheType to CACHE_NONE in installer 2012-05-11 19:13:13 +02:00
interwiki add Interwiki::selectFields 2012-05-11 22:16:19 +02:00
job Generalizing LinksUpdate to allow extensions to add arbitrary update handlers. 2012-05-13 20:53:37 +02:00
json Added missing GPLv2 headers in some places. 2012-05-04 08:47:07 +02:00
libs Added missing GPLv2 headers in some places. 2012-05-04 08:47:07 +02:00
logging Make the private-logs-UDP code path in saveContent() also return $newId 2012-05-13 14:47:19 -07:00
media Added missing GPLv2 headers in some places. 2012-05-03 22:22:45 +02:00
normal More return documentation 2012-02-09 21:35:05 +00:00
objectcache Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
parser Merge "Remove extra unneeded whitespace" 2012-05-18 04:57:44 +00:00
profiler Only use per-template profiling for one-time profiling output. 2012-05-05 00:34:50 +01:00
resourceloader Introduced the concept of raw ResourceLoader modules 2012-05-16 01:03:12 +04:00
revisiondelete Use local context to get messages and time formatting methods of Language class 2012-05-12 23:27:22 +02:00
search Added missing GPLv2 headers in some places. 2012-04-28 20:41:55 +02:00
specials Merge "Various fixes to Special:Mostlinked." 2012-05-18 05:22:55 +00:00
templates Added missing GPLv2 headers in some places. 2012-05-08 14:51:21 +02:00
upload [Upload] Added various profiling calls to upload code. 2012-05-16 16:44:48 -07:00
zhtable Tweak includes/zhtable/Makefile.py 2012-05-17 07:10:59 +02:00
.htaccess
Action.php Action::checkCanExecute doesn't return anything on success, but WatchAction returns the result 2012-04-07 17:23:55 +01:00
AjaxDispatcher.php
AjaxResponse.php Documentation updates 2012-03-05 15:23:04 +00:00
Article.php Fixing fatal error - you can't call getUser on a WebRequest object 2012-05-07 16:34:09 -07:00
AuthPlugin.php More return documentation 2012-02-09 21:33:27 +00:00
AutoLoader.php Merge "Implemented a wrapper for the memcached PECL client" 2012-05-15 01:07:05 +00:00
Autopromote.php Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar 2012-02-09 18:01:54 +00:00
BacklinkCache.php More return documentation 2012-02-09 21:33:27 +00:00
Block.php Merge "Use the same object when checking if the user is blocked instead of creating a new one." 2012-05-04 14:09:05 +00:00
CacheHelper.php CacheHelper: facilitate caching handling on a page 2012-04-18 18:46:10 +01:00
Category.php More __METHOD__ into db related methods 2012-02-24 17:00:52 +00:00
Categoryfinder.php
CategoryPage.php More return documentation 2012-02-09 21:33:27 +00:00
CategoryViewer.php More return documentation 2012-02-09 21:33:27 +00:00
Cdb.php
Cdb_PHP.php Delete the temp cdb file when an exception is thrown so they don't take up /tmp space 2012-02-15 20:24:15 +00:00
ChangesFeed.php Normalising return statements 2012-04-27 16:40:14 +01:00
ChangesList.php Restore many missing spaces from r112589 2012-03-01 10:42:02 +00:00
ChangeTags.php Resolve bug #18704 ("Add an unique CSS class or ID to the tagfilter table row at RecentChanges") 2012-04-09 19:33:28 +01:00
Collation.php Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar 2012-02-09 19:30:01 +00:00
ConfEditor.php Remove backslash from @return types 2012-02-13 16:35:59 +00:00
Cookie.php More return documentation 2012-02-09 21:33:27 +00:00
CryptRand.php Improve MWCryptRand comments a bit. 2012-04-03 16:15:02 +02:00
DataUpdate.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
DefaultSettings.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
DeferredUpdates.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
Defines.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
DeprecatedGlobal.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
DeviceDetection.php Integrating mobile device detection class into MW core 2012-05-09 14:28:16 -07:00
EditPage.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
Exception.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
Export.php GROUP BY and ORDER BY supports arrays in Database class 2012-05-13 00:06:48 +02:00
ExternalEdit.php Fatal error: Call to a member function getExtension() on a non-object in /usr/local/apache/common-local/php-1.20wmf1/includes/ExternalEdit.php on line 84 2012-04-28 01:21:42 +01:00
ExternalStore.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
ExternalStoreDB.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
ExternalStoreHttp.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
ExternalUser.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
FakeTitle.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
Fallback.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
Feed.php More return documentation 2012-02-09 21:33:27 +00:00
FeedUtils.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
FileDeleteForm.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
ForkController.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
FormOptions.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
GitInfo.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
GlobalFunctions.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
HistoryBlob.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
Hooks.php Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
Html.php [Html::namespaceSelector] Remove default id/name attributes 2012-03-07 19:14:20 +00:00
HTMLForm.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
HttpFunctions.old.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
HttpFunctions.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
ImageGallery.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
ImagePage.php Fixed call to setArticleBodyOnly() on wrong object type. 2012-05-16 11:15:00 -07:00
ImageQueryPage.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Import.php (bug 33564) transwiki import sometimes result in invalid title 2012-04-09 12:25:00 -07:00
Init.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
IP.php [IP] Added an IP::prettifyIP() function for displaying IPs. 2012-05-11 10:53:14 -07:00
Licenses.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Linker.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
LinkFilter.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
LinksUpdate.php Merge "Generalizing LinksUpdate to allow extensions to add arbitrary update handlers." 2012-05-14 22:20:04 +00:00
LocalisationCache.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
MagicWord.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Message.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
MessageBlobStore.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Metadata.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
mime.info
mime.types added kml mime type 2012-01-27 22:11:57 +00:00
MimeMagic.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
MWFunction.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Namespace.php Merge "Adding NamespaceIsMovable hook to isMovable in MWNamespace, much like done in Title::isMovable." 2012-05-14 22:23:46 +00:00
OutputHandler.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
OutputPage.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
PageQueryPage.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
Pager.php GROUP BY and ORDER BY supports arrays in Database class 2012-05-13 00:06:48 +02:00
PathRouter.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
PHPVersionError.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
PoolCounter.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
Preferences.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
PrefixSearch.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
ProtectionForm.php
ProxyTools.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
QueryPage.php Merge "(bug 23844) Add var dataCacheTime to mw.config" 2012-05-19 22:05:20 +00:00
RecentChange.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
Revision.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
RevisionList.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
Sanitizer.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
ScopedPHPTimeout.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
SeleniumWebSettings.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
Setup.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
SiteConfiguration.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
SiteStats.php [SiteStatsUpdate] Reduced contention by using a new lockIsFree() DB function. 2012-05-10 15:48:58 -07:00
Skin.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
SkinLegacy.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
SkinTemplate.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
SpecialPage.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
SpecialPageFactory.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
SqlDataUpdate.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
SquidPurgeClient.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
Status.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
StreamFile.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
StringUtils.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
StubObject.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
tidy.conf Add new-inline-tags to tidy.conf 2012-05-06 22:13:32 +02:00
Title.php Merge "Title::moveToInternal doesn't return anything, but it does throw an exception" 2012-05-19 07:55:54 +00:00
TitleArray.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
User.php Reduced contention slam potential in User::invalidateCache(). 2012-05-11 15:18:14 -07:00
UserArray.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
UserMailer.php Noticed while looking at $wgShowUpdatedMarker related database queries, queries not using index order at all. Fixed up 2012-04-28 00:59:59 +01:00
UserRightsProxy.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
ViewCountUpdate.php Change some DatabaseBase::query() calls to use more specific methods 2012-03-03 17:33:26 +00:00
WatchedItem.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
WebRequest.php Deprecate WebRequest::escapeAppendQuery() 2012-04-25 12:09:01 +04:00
WebResponse.php Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
WebStart.php
Wiki.php Give a warning when people use $wgArticle. Add's a class that can be used to give warnings for other globals too. 2012-02-13 00:19:06 +00:00
WikiCategoryPage.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
WikiError.php
WikiFilePage.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
WikiMap.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
WikiPage.php fix for Ibe3e88fa: restoring doDeleteUpdates(). 2012-05-18 18:58:21 +02:00
Xml.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
XmlTypeCheck.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
ZhClient.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
ZhConversion.php Update Chinese conversion table: 海淀山後 2012-05-12 21:48:58 +08:00
ZipDirectoryReader.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00