wiki.techinc.nl/includes
2010-01-05 23:39:16 +00:00
..
api Only use one if, not 2 2010-01-05 10:50:07 +00:00
db Add $maxlag parameter to LoadBalancer::getMaxLag() so it'll actually select the right DB when opening new connections. Looks like an ugly temp fix to me but I have no idea how to do it properly offhand. 2010-01-05 23:39:16 +00:00
diff Update break notation to self enclosed and properly spaced 2009-11-14 20:59:15 +00:00
extauth Begin work on allowing extauth login from cookies 2009-12-14 00:53:13 +00:00
filerepo * (bug 19791) Add URL of file source as comment to thumbs (for ImageMagick) 2009-12-17 20:25:55 +00:00
json Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
media Removed unused globals 2010-01-03 04:10:26 +00:00
normal Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
parser Readd case statement for {{STYLEPATH}} that was accidentally removed in r57283 2009-12-16 12:02:41 +00:00
search query parser rewrite to get boolean operators to work 2009-12-28 14:10:00 +00:00
specials Remove unused private "filterPage" function from specials/SpecialExport.php 2010-01-05 22:53:00 +00:00
templates Follow-up r60043. Add accidently deleted strong 2009-12-14 20:11:01 +00:00
upload Follow up to r57868: Fix virus scanner on Windows (r57801 et al) 2009-12-24 21:02:40 +00:00
zhtable Update the Chinese conversion tables. 2009-11-14 17:09:22 +00:00
.htaccess
AjaxDispatcher.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
AjaxFunctions.php
AjaxResponse.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
Article.php Whitespaces fixes: 2009-12-26 20:03:33 +00:00
AuthPlugin.php Fix some doxygen warnings 2010-01-05 21:24:23 +00:00
AutoLoader.php Add missing class LanguageConverter 2010-01-04 05:55:33 +00:00
Autopromote.php * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to various user groups. 2009-06-18 02:50:16 +00:00
BacklinkCache.php Fix some doxygen warnings 2010-01-05 21:24:23 +00:00
BagOStuff.php Eliminated deadlock during parser tests on SQLite 2009-12-05 10:33:09 +00:00
Block.php Changed sequence names to a standard <table>_<field>_seq form. 2009-10-28 16:17:16 +00:00
CacheDependency.php Fix some doxygen warnings 2010-01-05 21:24:23 +00:00
Category.php Changed sequence names to a standard <table>_<field>_seq form. 2009-10-28 16:17:16 +00:00
Categoryfinder.php
CategoryPage.php Follow up on r46020 and r46489. Improve the $wgContLang->convert() calling procedure on CategoryPage. 2009-07-26 15:54:11 +00:00
Cdb.php Follow-up r54966: more sanity checks 2009-08-13 21:18:37 +00:00
Cdb_PHP.php Sanity check $this->handle on close() 2009-08-13 20:42:19 +00:00
ChangesFeed.php Follow-up to r60163 - add new function parameters at the end of the parameter list. And update release notes. 2009-12-17 20:28:57 +00:00
ChangesList.php Fix some doxygen warnings 2010-01-05 21:24:23 +00:00
ChangeTags.php coding style tweaks 2009-10-04 13:32:48 +00:00
ConfEditor.php Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command 2009-12-15 21:26:58 +00:00
Credits.php fix comments 2009-10-09 22:11:17 +00:00
DatabaseFunctions.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
DefaultSettings.php Add documentation for $wgVariantArticlePath 2010-01-05 08:40:50 +00:00
Defines.php Add new define for localisation cache support 2009-10-30 01:51:21 +00:00
DjVuImage.php use UtfNormal::cleanUp() (r55768) 2009-09-05 06:45:38 +00:00
DoubleRedirectJob.php
EditPage.php Missing global; was throwing Fatal error: Call to a member function getSkinFromCssJsSubpage() on a non-object in includes/EditPage.php on line 1467 2009-12-12 18:04:13 +00:00
EmaillingJob.php
EnotifNotifyJob.php Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function 2009-09-11 01:04:00 +00:00
Exception.php * Re-added $wgMessageCache->addMessages(), there are still some extensions (in and out of subversion) that rely on it. Call wfDeprecated(). 2009-07-03 06:19:39 +00:00
Exif.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
Export.php Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on line 518 seen on translatewiki 2009-10-15 07:08:56 +00:00
ExternalEdit.php
ExternalStore.php
ExternalStoreDB.php Update callers from immediateCommit() to commit(). The former's been deprecated a really long time...Tim did it 45243 revisions ago. 2009-12-14 23:05:35 +00:00
ExternalStoreHttp.php
ExternalUser.php Begin work on allowing extauth login from cookies 2009-12-14 00:53:13 +00:00
FakeTitle.php
Feed.php
FeedUtils.php (bug 19394) Recent changes feed items corresponding to some log entries are broken. Patch by Mormegil 2009-08-02 03:07:07 +00:00
FileDeleteForm.php Fix a Fatal: Call to a member function isLoggedIn() on a non-object in /var/www/w/includes/FileDeleteForm.php on line 115 2009-11-27 17:46:35 +00:00
FileRevertForm.php
ForkController.php
FormOptions.php
GlobalFunctions.php Add $maxlag parameter to LoadBalancer::getMaxLag() so it'll actually select the right DB when opening new connections. Looks like an ugly temp fix to me but I have no idea how to do it properly offhand. 2010-01-05 23:39:16 +00:00
HistoryBlob.php
HistoryPage.php Fix for r58197, removed unnecessary array_merge() 2009-12-30 08:01:17 +00:00
Hooks.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
Html.php Tweak 'HMTL 5' -> 'HTML5' per suggestion on translatewiki: http://translatewiki.net/wiki/Thread:Support/HTML5 2009-12-30 07:08:52 +00:00
HTMLCacheUpdate.php In response to a report from Domas that we are seeing HTMLCacheUpdate::invalidate() queries that touch hundreds of thousands of rows and cause significant slave lag: 2009-08-12 05:00:30 +00:00
HTMLFileCache.php * (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cache 2009-10-21 11:42:10 +00:00
HTMLForm.php Tweak 'HMTL 5' -> 'HTML5' per suggestion on translatewiki: http://translatewiki.net/wiki/Thread:Support/HTML5 2009-12-30 07:08:52 +00:00
HttpFunctions.php Doxygen fixes: 2009-12-05 17:07:40 +00:00
IEContentAnalyzer.php
ImageFunctions.php
ImageGallery.php * Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfFindFile() global function bloat. Did not port unused functions such as the batch loading functions. 2009-08-15 09:59:59 +00:00
ImagePage.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
ImageQueryPage.php
Import.php Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command 2009-12-15 21:26:58 +00:00
Interwiki.php (bug 10812) Interwiki links can have names and descriptions, fetched from message 'interwiki-desc-PREFIX', not really used anywhere yet though 2009-07-25 14:28:53 +00:00
IP.php Code cleanup, covert leading spaces into tabs per coding style 2009-11-14 21:27:13 +00:00
JobQueue.php *coding style cleanup 2009-12-13 17:57:21 +00:00
Licenses.php Fixed certain cases where license construction would be incorrect. 2009-12-19 21:23:04 +00:00
LinkBatch.php
LinkCache.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
Linker.php (bug 18885) Red links for media files do not support shared repositories 2010-01-03 22:45:34 +00:00
LinkFilter.php Fix breakage of LinkFilter::makeLike() due to attempted rewrite in r60162. It's meant to return the string without the quotes, not the whole clause. 2009-12-18 02:49:07 +00:00
LinksUpdate.php Add accessor to LinksUpdate::mImages 2009-11-06 16:22:56 +00:00
LocalisationCache.php Fixed variable name in error message 2009-11-13 11:16:42 +00:00
LogEventsList.php * If two log type have the same description, they're now both displayed in the type selector on Special:Log 2010-01-01 19:49:37 +00:00
LogPage.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
MacBinary.php
MagicWord.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
Math.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
MediaTransformOutput.php Updated parser tests for r52726. Also fixed some corner cases and updated the parser test for PMID links. 2009-07-11 04:47:12 +00:00
memcached-client.php *coding style cleanup 2009-12-13 17:57:21 +00:00
MemcachedSessions.php
MessageCache.php (bug 20275) Fixed LIKE queries on SQLite backend 2009-10-21 19:53:03 +00:00
Metadata.php
mime.info
mime.types Added MS Office 7 file types for downloads. This is a hack solution - addressing the whole mime.types issue need to be done in the future. 2009-09-25 17:22:27 +00:00
MimeMagic.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
Namespace.php Add NS_USER to MWNamespace::$alwaysCapitalizedNamespaces, as suggested by Happy-melon on CR r57558. Untested, but should be beneficial, allowing easier linking to users on wikis with $wgCapitalLinks=false. But redirects from invalid names to valid names, e.g. [[User:tim]] -> [[User:Tim]] will become inaccessible. r57558 itself suffers similar problems, inaccessible pages should really be cleaned up with a maintenance script. 2009-12-15 04:20:17 +00:00
NamespaceCompat.php
ObjectCache.php * (bug 21403) memcached class renamed to MWMemecached to avoid conflict with PHP's memcached extension 2009-11-20 15:37:28 +00:00
OutputHandler.php Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command 2009-12-15 21:26:58 +00:00
OutputPage.php follow-up r60272 and r60292. replace getText with getCheck. 2009-12-22 14:36:00 +00:00
PageQueryPage.php
Pager.php Update break notation to self enclosed and properly spaced 2009-11-14 20:59:15 +00:00
PatrolLog.php
PoolCounter.php Added missing static keyword 2009-07-08 08:42:13 +00:00
Preferences.php Removed JS2 work (has been moved to the js2-work branch). Has been lightly tested, should mostly work. Some of the more complicated associated changes are listed below. 2009-11-26 12:00:36 +00:00
PrefixSearch.php * (bug 20885) Search box no longer suggests unavailable special pages 2009-10-02 09:44:34 +00:00
Profiler.php fix some doxygen errors 2009-12-11 22:19:37 +00:00
ProfilerSimple.php
ProfilerSimpleText.php * (bug 20388) ProfilerSimpleText no longer outputs comments on action=raw so that the result is valid CSS/JS and don't interfere with wikitext 2009-12-18 21:21:51 +00:00
ProfilerSimpleTrace.php
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php (bug 21455) Fixed "Watch this page" checkbox appearing on some special pages even to non-logged in users 2009-11-14 11:07:46 +00:00
proxy_check.php
ProxyTools.php fix some doxygen errors 2009-12-11 22:19:37 +00:00
QueryPage.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
RawPage.php PageHistory class renamed to HistoryPage 2009-12-18 21:44:41 +00:00
RecentChange.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
RefreshLinksJob.php
Revision.php Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command 2009-12-15 21:26:58 +00:00
Sanitizer.php Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command 2009-12-15 21:26:58 +00:00
Setup.php Removed JS2 work (has been moved to the js2-work branch). Has been lightly tested, should mostly work. Some of the more complicated associated changes are listed below. 2009-11-26 12:00:36 +00:00
SiteConfiguration.php
SiteStats.php $fname -> __METHOD__ 2009-11-07 14:23:09 +00:00
Skin.php Follow-up r60093: forgot this one 2009-12-28 14:42:04 +00:00
SkinTemplate.php Fix for r58980: use wfMsgForContent 2010-01-02 15:03:17 +00:00
SpecialPage.php (bug 21986) Special page names were are now capitalized by content language 2010-01-01 16:15:07 +00:00
SquidUpdate.php (bug 21551) Make Squid response limit configurable. Patch by Roi Aminoam 2009-11-17 19:04:48 +00:00
Status.php
StreamFile.php here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge 1st attempt. 2009-07-14 23:52:14 +00:00
StringUtils.php
StubObject.php Fixes for r51204: removed useless $wgVariant and StubUserVariant. In Skin::makeGlobalVariablesScript(), use $wgContLang->getPreferredVariant() instead, which is the variant used in the relevant server-side code. 2009-09-02 07:19:35 +00:00
tidy.conf Partial revert r58111 2009-10-25 13:43:17 +00:00
Title.php Remove unprefixed constant "CASCADE" due to risk of conflicts. It was added in r19097 but apparently was never used. 2009-12-30 06:44:52 +00:00
TitleArray.php
User.php Per Tim Starling, fixes for r58061: 2009-12-30 12:32:40 +00:00
UserArray.php
UserMailer.php Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function 2009-09-11 01:04:00 +00:00
UserRightsProxy.php Missing commit for r56798 2009-09-23 03:42:18 +00:00
WatchedItem.php Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
WatchlistEditor.php
WebRequest.php Fix for bug 9413 and the related Malayalam issue reported on wikitech-l. 2010-01-04 08:28:50 +00:00
WebResponse.php
WebStart.php
Wiki.php follow-up r59522. follow Tim's suggestion to serve same vary and XVO headers for the same URL. Now the vary headers should be consistent. Feel free to test it. 2009-12-21 18:55:42 +00:00
WikiError.php
WikiMap.php
Xml.php Fix for bug 9413 and the related Malayalam issue reported on wikitech-l. 2010-01-04 08:28:50 +00:00
XmlFunctions.php
XmlTypeCheck.php
ZhClient.php
ZhConversion.php Update the Chinese conversion tables. 2009-11-14 17:09:22 +00:00