wiki.techinc.nl/includes
Sam Reed fb627b636a Followup r71662
Update fname (same for DatabaseMysql)

Add missing spaces, remove superfluous makeList() call
2010-08-26 22:23:03 +00:00
..
api I really do hate whitespace 2010-08-26 22:12:01 +00:00
db Followup r71662 2010-08-26 22:23:03 +00:00
diff "Difference between pages" is now displayed instead of "Difference between revisions" on diffs when appropriate. This is even more important now that we have Special:ComparePages 2010-08-22 10:06:06 +00:00
extauth Cleanup r70571, more strict checks for getCookie() return values 2010-08-10 13:30:46 +00:00
filerepo Remove some unreachable code (usually returns after throwing exceptions) 2010-08-24 22:03:18 +00:00
installer Localisation updates for core and extension messages from translatewiki.net (2010-08-25 21:36 UTC) 2010-08-25 22:01:30 +00:00
job Fix UploadFromUrl test cases, UploadFromUrlJob::run return value, and disable broken features in UploadFromUrlJob 2010-07-29 18:39:42 +00:00
json * Added file description headers 2010-08-22 14:31:05 +00:00
media Fixup whitespace from r71592 2010-08-24 22:34:44 +00:00
normal * Standardised file description headers 2010-08-15 07:47:23 +00:00
parser Try to improve the funciton comment of getETag() per r70809 CR. Adaptation of Nikerabbit proposal. 2010-08-23 21:54:45 +00:00
search follow up r69134. Change all of convertLinkToAllVariants()'s callers to call autoConvertToAllVariants(). 2010-08-23 02:07:31 +00:00
specials When the CSRF token on is not available in the session, show the 2010-08-26 18:28:33 +00:00
templates Added file description headers 2010-08-21 16:10:56 +00:00
upload * Standardised file description headers 2010-08-20 20:39:04 +00:00
zhtable * Standardised file description headers 2010-08-20 20:39:04 +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 * Standardised file description headers 2010-08-08 14:23:14 +00:00
AjaxResponse.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
Article.php Use the common code at switch end if viewing the current version of a page using the permalink. 2010-08-23 14:13:41 +00:00
AuthPlugin.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
AutoLoader.php Modified Special:Categories to subclass SpecialPage 2010-08-21 15:39:07 +00:00
Autopromote.php Refactor to avoid defining globals inside switches. 2010-08-12 14:25:07 +00:00
BacklinkCache.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:48:30 +00:00
BagOStuff.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
Block.php DatabaseMssql class and related changes 2010-08-06 23:44:00 +00:00
CacheDependency.php Fix method name in a comment 2010-07-16 11:38:10 +00:00
Category.php Remove dead code added in r36814 2010-07-27 19:55:47 +00:00
Categoryfinder.php coding style tweaks 2010-03-23 15:43:57 +00:00
CategoryPage.php Save 200 useless queries per category page view 2010-08-16 21:37:17 +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 Removal of unused globals 2010-07-24 19:11:52 +00:00
ChangesList.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
ChangeTags.php More unused variables, whitespace 2010-07-25 21:44:29 +00:00
ConfEditor.php Remove some unused variables 2010-08-13 20:58:16 +00:00
Credits.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
DefaultSettings.php coding style tweaks for ajax.js 2010-08-22 21:14:36 +00:00
Defines.php Merge fixes to ?preload= from /branches/conrad/ (cf. bug 5210, r62864, r62035) 2010-03-03 02:41:14 +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 * Standardised file description headers 2010-08-08 14:23:14 +00:00
EditPage.php Add ID to minor/watch labels to allow separate styling of these lebels. 2010-08-10 08:51:11 +00:00
Exception.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
Exif.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
Export.php $fname -> __METHOD__/__FUNCTION__ 2010-04-04 18:33:57 +00:00
ExternalEdit.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
ExternalStore.php And one error suppression opertator less (per bug 24159) 2010-07-02 19:10:36 +00:00
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 * Standardised file description headers 2010-08-14 17:42:40 +00:00
FeedUtils.php Avoid PHP notice about undefined variable $diffText if $wgFeedDiffCutoff is 0 2010-04-04 12:01:42 +00:00
FileDeleteForm.php More unused.... 2010-08-19 11:42:06 +00:00
FileRevertForm.php Removal of unused globals 2010-07-24 19:11:52 +00:00
ForkController.php Removal of unused globals 2010-07-24 19:11:52 +00:00
FormOptions.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:28:54 +00:00
GlobalFunctions.php Merge r71750 to trunk: let wfTimestamp() accept TS_RFC2822 as an input format in addition to output 2010-08-26 21:02:12 +00:00
HistoryBlob.php Convert $wgBlobCache into a static class member. 2010-08-12 18:43:06 +00:00
HistoryPage.php Use proper tooltipAndAccessKeyAttribs() 2010-06-12 17:08:51 +00:00
Hooks.php Remove some unreachable code (usually returns after throwing exceptions) 2010-08-24 22:03:18 +00:00
Html.php Removal of unused globals 2010-07-24 19:11:52 +00:00
HTMLCacheUpdate.php
HTMLFileCache.php Removal of unused globals 2010-07-24 19:11:52 +00:00
HTMLForm.php Remove some more unused variables 2010-08-13 11:43:01 +00:00
HttpFunctions.php Fixed some doxygen warnings 2010-07-02 21:22:38 +00:00
IEContentAnalyzer.php Fixed some doxygen warnings 2010-03-04 22:23:21 +00:00
ImageFunctions.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
ImageGallery.php Followup r67707, cast these to boolean just to be paranoid 2010-06-09 15:06:11 +00:00
ImagePage.php Remove some unused variables 2010-08-13 20:58:16 +00:00
ImageQueryPage.php
Import.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
ImportXMLReader.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
Interwiki.php coding style tweaks to Interwiki.php 2010-07-25 15:50:23 +00:00
IP.php coding style tweaks 2010-08-08 16:57:31 +00:00
JSMin.php Removed @package and added @file from the documentation for consistency with other files 2010-08-07 14:58:18 +00:00
Licenses.php Remove unused variable 2010-07-24 21:11:29 +00:00
LinkBatch.php Clean up query code 2010-07-10 08:14:39 +00:00
LinkCache.php Removal of unused globals 2010-07-24 19:11:52 +00:00
Linker.php Style fixes for Linker.php 2010-08-26 19:40:29 +00:00
LinkFilter.php
LinksUpdate.php Big commit: kill almost every freeResult() call as useless 2010-08-08 12:27:48 +00:00
LocalisationCache.php Build preload l10ncache after running hooks, not before, so extension changes (by e.g. LocalisationUpdate) to preloaded messages get picked up. 2010-03-08 14:43:02 +00:00
LogEventsList.php Seems I forgot to commit these files in r70699 2010-08-08 14:28:01 +00:00
LogPage.php coding style tweaks 2010-08-21 12:00:28 +00:00
MacBinary.php Fixed some doxygen warnings 2010-05-22 16:14:28 +00:00
MagicWord.php Remove some unreachable code (usually returns after throwing exceptions) 2010-08-24 22:03:18 +00:00
Math.php Move the math option inside ParserOptions instead of having Math.php directly sneaking into $wgUser. 2010-08-05 15:24:36 +00:00
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 Update syntax examples a bit 2010-07-08 09:03:47 +00:00
MessageCache.php Follow up r71412. $wgContLang is not used. 2010-08-21 20:47:15 +00:00
Metadata.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
mime.info Recognize webm and matroska files. See also Bug 23888 2010-07-28 19:24:00 +00:00
mime.types Recognize webm and matroska files. See also Bug 23888 2010-07-28 19:24:00 +00:00
MimeMagic.php * Standardised file description headers 2010-08-08 14:23:14 +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 Adding helpful comment :) 2010-08-20 01:47:52 +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
Preferences.php Remove some more unused variables 2010-08-13 11:43:01 +00:00
PrefixSearch.php Suppress warnings 2010-06-25 14:21:07 +00:00
Profiler.php Fixed some doxygen warnings 2010-07-01 20:45:21 +00:00
ProfilerSimple.php
ProfilerSimpleText.php Removal of unused globals 2010-07-24 19:11:52 +00:00
ProfilerSimpleTrace.php $self to $this 2010-07-24 19:06:19 +00:00
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
proxy_check.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
ProxyTools.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
QueryPage.php More unused.... 2010-08-19 11:42:06 +00:00
RawPage.php Removed PHP4-ism 2010-08-08 14:58:29 +00:00
RecentChange.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
Revision.php Deprecate revText(), redundant 2010-02-27 22:56:48 +00:00
RevisionDelete.php Remove some more unused variables 2010-08-19 11:21:14 +00:00
Sanitizer.php Blacklist % in HTML id's 2010-08-25 17:56:03 +00:00
Setup.php Get rid of StubUser. Constructing a user object isn't quite as intensive as it once was. It actually takes more time using the StubUser (construction + unstub on first call) than just initializing User::newFromSession() from the start. Either way, the real overhead starts when you start calling methods (for the nitpicky, the optimization was only about 20µs. The real gain here was eliminating a StubObject) 2010-08-12 17:10:00 +00:00
SiteConfiguration.php Fixed some doxygen warnings 2010-05-10 20:43:54 +00:00
SiteStats.php Made active users concept have some meaning by decoupling it from recent changes length. 2010-07-18 07:15:27 +00:00
Skin.php Update SkinAfterContent hook to pass the current skin too 2010-08-24 01:31:28 +00:00
SkinTemplate.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
SpecialPage.php Modified Special:Categories to subclass SpecialPage 2010-08-21 15:39:07 +00:00
SquidPurgeClient.php
SquidUpdate.php Big commit: kill almost every freeResult() call as useless 2010-08-08 12:27:48 +00:00
Status.php Cleanup r69128, getStatArray() -> getStatusArray(). It's two characters, c'mon 2010-07-10 09:26:42 +00:00
StreamFile.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
StringUtils.php Mark the comment as documentation 2010-08-08 06:36:44 +00:00
StubObject.php Get rid of StubUser. Constructing a user object isn't quite as intensive as it once was. It actually takes more time using the StubUser (construction + unstub on first call) than just initializing User::newFromSession() from the start. Either way, the real overhead starts when you start calling methods (for the nitpicky, the optimization was only about 20µs. The real gain here was eliminating a StubObject) 2010-08-12 17:10:00 +00:00
tidy.conf
Title.php Swap order of exists() and isAlwaysKnown() checks, as the latter is generally less expensive. Could not reproduce a case where Linker::link() actually caused an existence check to be ran for an always-known title, though. 2010-08-09 15:35:36 +00:00
TitleArray.php
User.php Remove User::getToggles() code, dormant since preferences rewrite over a year ago 2010-08-14 08:46:36 +00:00
UserArray.php
UserMailer.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
UserRightsProxy.php Hack up UserRightsProxy to support setting preferences of remote users, needed for a feature in PrefSwitch I'm about to commit. The way this hacks around UserRightsProxy's 'helpful' behavior of refusing to work with wikis not in $wgLoclDatabases is kinda ugly (I'm open to alternative suggestions), but then this entire class is an ugly hack and should be replaced by something more sane (even brion, its author, agrees with this :P) 2010-08-07 16:08:22 +00:00
WatchedItem.php Big commit: kill almost every freeResult() call as useless 2010-08-08 12:27:48 +00:00
WatchlistEditor.php Make the subtitle of Special:Watchlist more consistent with other subtitles. 2010-08-10 16:21:10 +00:00
WebRequest.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
WebResponse.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
WebStart.php * Standardised file description headers 2010-08-14 17:42:40 +00:00
Wiki.php Added $wgAdaptiveMessageCache to avoid caching huge pile of never used messages at twn. 2010-08-21 16:41:53 +00:00
WikiError.php * Standardised file description headers 2010-08-08 14:23:14 +00:00
WikiMap.php Removal of unused globals 2010-07-24 19:11:52 +00:00
Xml.php Make r66504 a little more concise 2010-06-09 20:49:00 +00:00
XmlTypeCheck.php
ZhClient.php Fix some wrong usages of static method calls (actually belong to class instance) 2010-07-25 18:00:32 +00:00
ZhConversion.php * Standardised file description headers 2010-08-20 20:39:04 +00:00