| .. |
|
api
|
(bug 25137) Don't open a DB connection just to (wrongly) use $dbr->timestamp()
|
2010-09-13 15:14:11 +00:00 |
|
db
|
Drop no-op. initial_setup() and setup_database() are going away anyway
|
2010-09-13 18:00:30 +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-09-13 19:03:00 UTC)
|
2010-09-13 19:28:11 +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
|
Made CSSMin::remap take both local and remote directory parameters, allowing more felxible configuration. Also made ResourceLoaderFileModule use $wgScriptPath as the base of the remote directory parameter.
|
2010-09-11 10:20:26 +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
|
Removed trailing spaces
|
2010-09-12 19:26:01 +00:00 |
|
search
|
Get rid of PHP4-style constructors
|
2010-08-30 16:52:51 +00:00 |
|
specials
|
(bug 24987) Special:ListUsers does not take external groups into account. Patch by Mathias Ertl
|
2010-09-12 15:15:30 +00:00 |
|
templates
|
Firefox interpretes links starting with // as if they would start with http://. If the wiki is installed in /, we get // as path
|
2010-09-05 21:54:01 +00:00 |
|
upload
|
Fixes for r72024:
|
2010-09-07 10:38:19 +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
|
Fix s-max-age to s-maxage
|
2010-09-11 09:18:51 +00:00 |
|
Article.php
|
Made getUndoText() not use unreliable getContent() function (weird wgRequest dependency)
|
2010-09-12 10:02:19 +00:00 |
|
AuthPlugin.php
|
* Standardised file description headers
|
2010-08-14 17:42:40 +00:00 |
|
AutoLoader.php
|
Broke part of ResourceLoaderSiteModule into ResourceLoaderWikiModule (abstract parent). This paves the way for ResourceLoaderUserModule which will come next.
|
2010-09-10 21:40:42 +00:00 |
|
Autopromote.php
|
Refactor to avoid defining globals inside switches.
|
2010-08-12 14:25:07 +00:00 |
|
BacklinkCache.php
|
|
|
|
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
|
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
|
Fix warning from r72349, $script is no longer used.
|
2010-09-11 14:26:37 +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
|
* Changed the expiry time strategy, now treating any request to ResourceLoader::respond which does not contain a version parameter as an unversioned request which is responded to with a near-future maxage and smaxage, while those which do contain a version parameter are treated as versioned requests and responded to with a far-future maxage and smaxage.
|
2010-09-13 23:19:05 +00:00 |
|
Defines.php
|
DB2: Implemented prepared statements for INSERT and UPDATE to allow more than 32k of text data
|
2010-09-01 18:14:15 +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
|
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 |
|
Exception.php
|
More whitespace updates for files touched in r72342:
|
2010-09-04 13:48:16 +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
|
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
|
Remove $wgContLanguageCode usage in core.
|
2010-09-07 22:37:55 +00:00 |
|
FeedUtils.php
|
|
|
|
FileDeleteForm.php
|
Follow up r32776.
|
2010-08-29 19:11:23 +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
|
|
|
|
GlobalFunctions.php
|
Whitespace fixes
|
2010-09-11 20:27:40 +00:00 |
|
HistoryBlob.php
|
Get rid of PHP4-style constructors
|
2010-08-30 16:52:51 +00:00 |
|
HistoryPage.php
|
(bug 24977) Remove the duplicate Access Key to compare selected revision in history
|
2010-09-05 13:21:04 +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
|
|
|
|
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 old var_dump
|
2010-08-27 17:55:20 +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 |
|
Licenses.php
|
Get rid of PHP4-style constructors
|
2010-08-30 16:52:51 +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
|
Remove usage of deprecated makeKnownLinkObj().
|
2010-09-04 22:25:59 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Further categorylinks schema changes
|
2010-09-03 20:52:08 +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
|
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
|
|
|
|
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
|
One step forward with the Message class.
|
2010-09-02 17:12:56 +00:00 |
|
MessageBlobStore.php
|
Canonical case for function and whitespace fixes
|
2010-09-11 15:55:02 +00:00 |
|
MessageCache.php
|
Remove $wgContLanguageCode usage in core.
|
2010-09-07 22:37:55 +00:00 |
|
Metadata.php
|
Remove $wgContLanguageCode usage in core.
|
2010-09-07 22:37:55 +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
|
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
|
* Changed the expiry time strategy, now treating any request to ResourceLoader::respond which does not contain a version parameter as an unversioned request which is responded to with a near-future maxage and smaxage, while those which do contain a version parameter are treated as versioned requests and responded to with a far-future maxage and smaxage.
|
2010-09-13 23:19:05 +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
|
Make a bunch of incompatible changes to the PoolCounter.
|
2010-08-27 20:57:32 +00:00 |
|
Preferences.php
|
Remove $wgContLanguageCode usage in core.
|
2010-09-07 22:37:55 +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
|
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 |
|
proxy_check.php
|
* Standardised file description headers
|
2010-08-08 14:23:14 +00:00 |
|
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
|
* Standardised file description headers
|
2010-08-08 14:23:14 +00:00 |
|
ResourceLoader.php
|
Added missing semi-colon in r72941
|
2010-09-13 23:41:35 +00:00 |
|
ResourceLoaderContext.php
|
* Changed the expiry time strategy, now treating any request to ResourceLoader::respond which does not contain a version parameter as an unversioned request which is responded to with a near-future maxage and smaxage, while those which do contain a version parameter are treated as versioned requests and responded to with a far-future maxage and smaxage.
|
2010-09-13 23:19:05 +00:00 |
|
ResourceLoaderModule.php
|
Reduced (dramatically) the number of database queries being performed to evaluate the last modified time of a module by only checking the mr_timestamp table when there are messages in the module.
|
2010-09-14 00:45:53 +00:00 |
|
Revision.php
|
Get rid of PHP4-style constructors
|
2010-08-30 16:52:51 +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
|
Remove $wgIP global, but add a hook instead.
|
2010-09-11 13:45:51 +00:00 |
|
SiteConfiguration.php
|
|
|
|
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
|
Code cleanup: unused globals, empty statements, typos...
|
2010-09-11 21:55:21 +00:00 |
|
SkinTemplate.php
|
Added media-type support for static and dynamic ResourceLoader requests.
|
2010-09-10 00:21:36 +00:00 |
|
SpecialPage.php
|
* Remove $wg*Selenium* globals as they are only used for testing.
|
2010-09-04 00:58:57 +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
|
Remove $wgContLanguageCode usage in core.
|
2010-09-07 22:37:55 +00:00 |
|
StringUtils.php
|
Mark the comment as documentation
|
2010-08-08 06:36:44 +00:00 |
|
StubObject.php
|
Remove $wgContLanguageCode usage in core.
|
2010-09-07 22:37:55 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
$result = '' in Title->checkPermissionHooks
|
2010-09-02 22:08:09 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Rewrite User::getSkin, broken in r49493 because requesting the skin for a particular title had the side-effect of changing the title associated with the stored Skin object, causing weirdness like the wrong namespace tabs.
|
2010-09-06 12:11:57 +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
|
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
|
Braces and spaces
|
2010-09-04 03:43:33 +00:00 |
|
WebRequest.php
|
Braces and spaces
|
2010-09-04 03:43:33 +00:00 |
|
WebResponse.php
|
* Standardised file description headers
|
2010-08-14 17:42:40 +00:00 |
|
WebStart.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 |
|
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
|
* Standardised file description headers
|
2010-08-20 20:39:04 +00:00 |