wiki.techinc.nl/includes
2010-10-08 21:40:52 +00:00
..
api Explicit class variable definition 2010-10-06 21:18:55 +00:00
db Support conversion of floating-point MySQL types in DatabaseSqlite::sourceStream() 2010-10-07 16:13:54 +00:00
diff Followup r72866, make 100 in 100+ a param. Makes raising the limit easier :) 2010-09-13 14:21:13 +00:00
extauth Cleanup r70571, more strict checks for getCookie() return values 2010-08-10 13:30:46 +00:00
filerepo Fixed some overly-long lines, mostly from r72023. 2010-09-13 03:10:28 +00:00
installer Localisation updates for core and extension messages from translatewiki.net (2010-10-08 21:23:00 UTC) 2010-10-08 21:40:52 +00:00
job Follow-up r70137: Made asynchronous upload working a bit more. It now fully works from the API; works still needs to be done for the normal UI. PHPUnit tests are updated and should cover most code paths that can be called from the API. 2010-09-06 10:18:53 +00:00
json Get rid of PHP4-style constructors 2010-08-30 16:52:51 +00:00
libs Fixed typo in a comment 2010-09-27 18:43:21 +00:00
media Code cleanup: unused globals, empty statements, typos... 2010-09-11 21:55:21 +00:00
normal * Standardised file description headers 2010-08-15 07:47:23 +00:00
parser Implements bug 24343 "localurl discards section id". 2010-09-29 19:51:48 +00:00
search Fix tab/space, use null as default value rather than string to match expected return (cleanup from r73859) 2010-09-28 02:24:59 +00:00
specials * Moved search/IE7 specific CSS rule into search.css with a CSS hack, which is now part of mediawiki.legacy.search, reducing the number of requests for IE7 users by 1 2010-10-06 20:42:08 +00:00
templates Remove some references to no longer supported PHP version. 2010-10-02 22:22:12 +00:00
upload Fixes for r72024: 2010-09-07 10:38:19 +00:00
zhtable Update the Chinese conversion tables. 2010-10-02 06:49:52 +00:00
.htaccess
AjaxDispatcher.php Revert r70960 "AjaxDispatcher, now ~30 lines shorter and not using $_GET or $_POST" 2010-08-13 21:39:51 +00:00
AjaxFunctions.php
AjaxResponse.php Fix s-max-age to s-maxage 2010-09-11 09:18:51 +00:00
Article.php Remove some references to no longer supported PHP version. 2010-10-02 22:22:12 +00:00
AuthPlugin.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
AutoLoader.php Move parser test related stuff to tests directory 2010-09-28 12:24:56 +00:00
Autopromote.php Fix a bunch of '? true : false' instances 2010-09-27 14:24:13 +00:00
BacklinkCache.php Revert r74286, r74287 -- broke parserTests completely; mixed lots of formatting and code cleanup in with functional changes making it impossible to review cleanly. 2010-10-05 15:10:14 +00:00
BagOStuff.php
Block.php Followup r70608, don't use master connection just for type check, and use getType() instead of instanceof 2010-09-19 23:25:57 +00:00
CacheDependency.php
Category.php Update comment in Category.php 2010-09-08 18:11:28 +00:00
Categoryfinder.php
CategoryPage.php (bug 25087) Fix fatal in CategoryPage 2010-09-08 10:41:13 +00:00
Cdb.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
Cdb_PHP.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
ChangesFeed.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
ChangesList.php Remove the redundant legend line from recent changes and watchlist. The symbols itself contain tooltips. 2010-09-19 12:12:32 +00:00
ChangeTags.php
ConfEditor.php Remove some unused variables 2010-08-13 20:58:16 +00:00
Credits.php
DefaultSettings.php Remove $wgUseDataURLs as promised by the comment in DefaultSettings.php . Data URL embedding is now always used. 2010-10-07 17:48:46 +00:00
Defines.php Fix groupping in comments 2010-10-03 17:37:26 +00:00
DistributionRepository.php Modified the environment check of the core installer to check the current MediaWiki version to work with the new repository classes. 2010-08-15 10:51:24 +00:00
DjVuImage.php Followup r72238, remove & 2010-09-03 16:00:58 +00:00
EditPage.php Removed CSS file/rule which was added to fix a bug it never actually fixed. More investigation needs to be put into bug #19334 2010-10-06 20:37:34 +00:00
Exception.php Added wfDeprecated() to wfAbruptExit() and wfErrorExit() and removed a comment that mentioned it 2010-10-03 08:42:38 +00:00
Exif.php Get rid of PHP4-style constructors 2010-08-30 16:52:51 +00:00
Export.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
ExternalEdit.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
ExternalStore.php
ExternalStoreDB.php Make $wgExternalBlobCache a local static variable. 2010-08-12 18:25:04 +00:00
ExternalStoreHttp.php
ExternalUser.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
FakeTitle.php
Feed.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
FeedUtils.php
FileDeleteForm.php Refactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE. Yay less file-scope code (extensions will follow) 2010-09-30 19:13:25 +00:00
FileRevertForm.php
ForkController.php
FormOptions.php
GlobalFunctions.php Per Nikerabbit, follow-up to r74191: tag for removal in 1.19; I removed the last usage of these functions in r74190 2010-10-03 08:50:23 +00:00
HistoryBlob.php Get rid of PHP4-style constructors 2010-08-30 16:52:51 +00:00
HistoryPage.php Created mediawiki.views.history and moved init functionality from mediawiki.legacy.history to it. 2010-10-06 21:37:51 +00:00
Hooks.php Remove some unreachable code (usually returns after throwing exceptions) 2010-08-24 22:03:18 +00:00
Html.php Braces and spaces 2010-09-04 03:43:33 +00:00
HTMLCacheUpdate.php Removed single-purpose HTMLCacheUpdate::doUpdate hook, now unused 2010-10-07 18:12:27 +00:00
HTMLFileCache.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
HTMLForm.php Follow-up r72349. 2010-09-04 13:27:12 +00:00
HttpFunctions.php More whitespace updates for files touched in r72342: 2010-09-04 13:48:16 +00:00
ImageFunctions.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
ImageGallery.php
ImagePage.php Merging resourceloader branch into trunk. Full documentation is at http://www.mediawiki.org/wiki/ResourceLoader and a general overview has been posted on wikitech-li <http://lists.wikimedia.org/pipermail/wikitech-l/2010-September/049253.html>. One important change is that all JS is now loaded at the bottom, so any scripts assuming things from wikibits or whatever are present will fail. 2010-09-04 04:00:09 +00:00
ImageQueryPage.php
Import.php Remove comment related to no longer supported PHP versions. 2010-10-02 22:41:44 +00:00
ImportXMLReader.php
Interwiki.php
IP.php update my personal email address altern.org -> free.fr 2010-09-26 15:52:51 +00:00
Licenses.php Get rid of PHP4-style constructors 2010-08-30 16:52:51 +00:00
LinkBatch.php
LinkCache.php
Linker.php Fix double-escaping for section edit link tooltips 2010-10-08 18:52:23 +00:00
LinkFilter.php
LinksUpdate.php Remove comments related to no longer existent and relevant compatibility function for array_diff_key(). 2010-10-02 22:42:44 +00:00
LocalisationCache.php Followup to r72349: fix database error caused by update.php indirectly (via LocalisationCache::recache() and MessageBlobStore::clear()) trying to clear out the msg_resource table before it's even created it. 2010-09-04 07:54:55 +00:00
LogEventsList.php
LogPage.php coding style tweaks 2010-08-21 12:00:28 +00:00
MacBinary.php
MagicWord.php Remove some unreachable code (usually returns after throwing exceptions) 2010-08-24 22:03:18 +00:00
Math.php
memcached-client.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
MemcachedSessions.php Document functions 2010-08-20 21:20:18 +00:00
Message.php (bug 25273) Message::params() triggers a fatal error. 2010-09-23 19:15:58 +00:00
MessageBlobStore.php * Improved on r73971 by removing the $name parameter from MessageBlobStore::gerenateMessageBlob, since it was not being used. 2010-10-08 18:42:20 +00:00
MessageCache.php Fix broken r74177 because it needs a constant and address CR comment on r71412 properly. Documented that 604800 is 7*24*3600 2010-10-02 23:34:58 +00:00
Metadata.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
mime.info
mime.types
MimeMagic.php Fixed some overly-long lines, mostly from r72023. 2010-09-13 03:10:28 +00:00
Namespace.php Remove some unreachable code (usually returns after throwing exceptions) 2010-08-24 22:03:18 +00:00
ObjectCache.php Seems I forgot to commit this file with r71078 2010-08-14 17:52:00 +00:00
OutputHandler.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
OutputPage.php Clean up names of my bodyAttr hooks on Brion's recomendation. 2010-10-04 05:38:48 +00:00
PackageRepository.php Error message tweaks 2010-08-15 16:42:43 +00:00
PageQueryPage.php
Pager.php Fixed E_STRICT from r71059 2010-08-15 07:03:59 +00:00
PatrolLog.php
PoolCounter.php Go back to Status objects after r71805. We return an Ok result if it can give a meaningful result (eg. in fallback). 2010-09-15 21:03:07 +00:00
Preferences.php follow-up r74150 - empty() == bad. 2010-10-02 21:35:00 +00:00
PrefixSearch.php
Profiler.php
ProfilerSimple.php Add missing parameter to lockTables 2010-09-20 13:24:16 +00:00
ProfilerSimpleText.php
ProfilerSimpleTrace.php
ProfilerSimpleUDP.php
ProfilerStub.php Remove some unused variables 2010-09-20 14:32:38 +00:00
ProtectionForm.php Fixed check for mediaWiki existance and removed additional unneeded wrapping in mediaWiki.loader.using calls as per comments on r73499. 2010-09-22 18:03:29 +00:00
proxy_check.php
ProxyTools.php Remove $wgIP global, but add a hook instead. 2010-09-11 13:45:51 +00:00
QueryPage.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
RawPage.php Merging resourceloader branch into trunk. Full documentation is at http://www.mediawiki.org/wiki/ResourceLoader and a general overview has been posted on wikitech-li <http://lists.wikimedia.org/pipermail/wikitech-l/2010-September/049253.html>. One important change is that all JS is now loaded at the bottom, so any scripts assuming things from wikibits or whatever are present will fail. 2010-09-04 04:00:09 +00:00
RecentChange.php Tweak tab vs spaces from r73860 2010-09-28 02:18:35 +00:00
ResourceLoader.php Fix r74454: convert $wgCacheEpoch to a UNIX timestamp before comparing it with other UNIX timestamps 2010-10-08 10:25:23 +00:00
ResourceLoaderContext.php Fix spelling in comment 2010-10-07 17:41:58 +00:00
ResourceLoaderModule.php Fix r74454: convert $wgCacheEpoch to a UNIX timestamp before comparing it with other UNIX timestamps 2010-10-08 10:25:23 +00:00
Revision.php Followup r73348, rv unrelated change 2010-09-19 23:27:16 +00:00
RevisionDelete.php Remove some more unused variables 2010-08-19 11:21:14 +00:00
Sanitizer.php Tweak variable name to be camel case (as per feedback on r70849). 2010-10-03 04:31:29 +00:00
Setup.php added @file to the file description header 2010-10-02 07:57:43 +00:00
SiteConfiguration.php
SiteStats.php
Skin.php Clean up names of my bodyAttr hooks on Brion's recomendation. 2010-10-04 05:38:48 +00:00
SkinTemplate.php Fix a bunch of '? true : false' instances 2010-09-27 14:24:13 +00:00
SpecialPage.php missing space 2010-09-18 11:24:45 +00:00
SquidPurgeClient.php
SquidUpdate.php
Status.php
StreamFile.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
StringUtils.php Fixed a doxygen warning 2010-10-02 14:23:26 +00:00
StubObject.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
tidy.conf
Title.php Refactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE. Yay less file-scope code (extensions will follow) 2010-09-30 19:13:25 +00:00
TitleArray.php
User.php Fix comment typo 2010-10-03 18:23:31 +00:00
UserArray.php
UserMailer.php Using oimplode( ',', $to ) in wfDebug would only result in the same problem as the listed bug (object, object, object) that was being worked around 2010-09-11 21:08:48 +00:00
UserRightsProxy.php
WatchedItem.php
WatchlistEditor.php Make the watchlist query ordering consistent across DBs. 2010-10-05 13:36:05 +00:00
WebRequest.php * Improved on r73567, this makes WebRequest::getFuzzyBool case insensitive, making 'false', 'FALSE', 'FaLsE', etc to be boolean false 2010-09-27 15:59:58 +00:00
WebResponse.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
WebStart.php Remove some references to no longer supported PHP version. 2010-10-02 22:22:12 +00:00
Wiki.php Follow-up r70137: Made asynchronous upload working a bit more. It now fully works from the API; works still needs to be done for the normal UI. PHPUnit tests are updated and should cover most code paths that can be called from the API. 2010-09-06 10:18:53 +00:00
WikiError.php Get rid of PHP4-style constructors 2010-08-30 16:52:51 +00:00
WikiMap.php Braces and spaces 2010-09-04 03:43:33 +00:00
Xml.php Remove $wgContLanguageCode usage in core. 2010-09-07 22:37:55 +00:00
XmlTypeCheck.php
ZhClient.php Braces and spaces 2010-09-04 03:43:33 +00:00
ZhConversion.php Update the Chinese conversion tables. 2010-10-02 06:49:52 +00:00