| .. |
|
api
|
* (bug 26541) Generator-ise ApiQueryRecentChanges
|
2011-01-02 21:01:44 +00:00 |
|
db
|
I made MySQL work, and broke SQLite in the process. I fix SQLite, and made MySQL break. Fixing MySQL again, hoping that SQLite works too. :)
|
2010-12-31 21:01:17 +00:00 |
|
diff
|
Fix fatal error from r78264
|
2010-12-12 20:45:32 +00:00 |
|
extauth
|
|
|
|
filerepo
|
Revert r78903, r78904, r78905, r78906 (changing opendir() to use sfFinder class) per CR and wikitech-l objections.
|
2010-12-23 21:49:01 +00:00 |
|
installer
|
Refresh header fix for Opera, as in r79498
|
2011-01-03 02:05:10 +00:00 |
|
job
|
Revert r76174 and call directly UserMailer::send()
|
2010-11-06 16:22:18 +00:00 |
|
json
|
|
|
|
libs
|
Revert r78903, r78904, r78905, r78906 (changing opendir() to use sfFinder class) per CR and wikitech-l objections.
|
2010-12-23 21:49:01 +00:00 |
|
media
|
Fix up few remaining fixme things from r69910
|
2010-12-14 15:44:16 +00:00 |
|
normal
|
Use constants. Add spacing.
|
2010-11-30 23:46:14 +00:00 |
|
parser
|
This precondition is no longer needed after r78393
|
2010-12-28 18:15:48 +00:00 |
|
resourceloader
|
(bug 26507) Wrap all ResourceLoader-served JS in (function($, mw) { code here })(jQuery, mediaWiki) so modules can always use $ as an alias for jQuery even if it's been unset in the global scope with jQuery.noConflict()
|
2010-12-30 12:22:39 +00:00 |
|
revisiondelete
|
Fix up few remaining fixme things from r69910
|
2010-12-14 15:44:16 +00:00 |
|
search
|
Changed doQuery() -> query()
|
2010-12-15 20:59:29 +00:00 |
|
specials
|
The subtitle on movepage is now redundant with the tabs
|
2011-01-02 12:43:43 +00:00 |
|
templates
|
* Update NoLocalSettings.php for the new installer. Stop advising users to move LocalSettings.php from config/, the new installer doesn't create it. I imagine I'm not the only one with copies of LocalSettings.php lying around everywhere.
|
2010-12-06 08:11:31 +00:00 |
|
upload
|
Properly qualify usage of class constants
|
2010-12-22 00:25:16 +00:00 |
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Use the AutoLoader to load the AjaxDispatcher class
|
2010-12-08 10:00:25 +00:00 |
|
AjaxFunctions.php
|
|
|
|
AjaxResponse.php
|
|
|
|
Article.php
|
* Modified Article::loadPageData() to use a slave database connection and pageDataFromTitle() instead of pageDataFromId() in the default case, as in Wiki.php (this also saves a query since the ID will be fetched with other fileds)
|
2011-01-03 19:50:01 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
Followup to r79463: Move fallback functions to new Fallback class
|
2011-01-02 15:54:18 +00:00 |
|
Autopromote.php
|
|
|
|
BacklinkCache.php
|
|
|
|
BagOStuff.php
|
Fix for r78322, check $result not $value
|
2010-12-14 12:47:07 +00:00 |
|
Block.php
|
(Bug 26425) Due to r71751, wfTimestamp stopped accepting '' to mean get
|
2010-12-26 04:38:41 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
|
|
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
(bug 25512) Make it so that categories listed in the subcategory section of a page aren't prefixed with category: namespace.
|
2010-12-08 16:01:50 +00:00 |
|
Cdb.php
|
CDB support: never refer to it as just "DB" in messages, it confuses people
|
2010-11-03 17:04:56 +00:00 |
|
Cdb_PHP.php
|
CDB support: never refer to it as just "DB" in messages, it confuses people
|
2010-11-03 17:04:56 +00:00 |
|
ChangesFeed.php
|
|
|
|
ChangesList.php
|
Follow-up r79084: synchronise keys.
|
2010-12-27 20:02:10 +00:00 |
|
ChangeTags.php
|
|
|
|
ConfEditor.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
Credits.php
|
|
|
|
DefaultSettings.php
|
Revert r75588 and r77381. Block just the tainted pairs of username/passwords until a proper solution for weak passwords is added, hopefully for 1.18.
|
2010-12-26 22:55:32 +00:00 |
|
Defines.php
|
Per CR r77020, followup to r77046: add a constant so that extensions can more easily support versions of MediaWiki without $wgResourceModules. But note that the ClickTracking style of registration would have worked as well, since an array index write works even if the variable is unset.
|
2010-11-20 07:05:02 +00:00 |
|
DjVuImage.php
|
Fix for r69139: create_function() is not allowed.
|
2010-12-08 05:57:57 +00:00 |
|
EditPage.php
|
Followup r75763, fixup wrong change of deprecated method
|
2010-12-12 18:35:19 +00:00 |
|
Exception.php
|
Fix potential html injection when the database server isn't available (bug 26164).
|
2010-11-29 16:34:28 +00:00 |
|
Exif.php
|
Throw an exception instead of low-level PHP fatal error if something invokes the Exif() class when exif functions aren't actually present. (Discovered with PagedTiffHandler enabled on my test machine.)
|
2010-12-26 20:39:21 +00:00 |
|
Export.php
|
Converted WikiError to MWException so at least users can see the problem (nothing was checking the return value of WikiExporter::dumpFrom() and realted methods)
|
2010-12-05 13:57:07 +00:00 |
|
ExternalEdit.php
|
|
|
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
|
|
|
FakeTitle.php
|
|
|
|
Fallback.php
|
Followup to r79463: Move fallback functions to new Fallback class
|
2011-01-02 15:54:18 +00:00 |
|
Feed.php
|
The default value of isPermaLink is true, not including it does nothing.
|
2010-11-16 17:44:08 +00:00 |
|
FeedUtils.php
|
|
|
|
FileDeleteForm.php
|
|
|
|
FileRevertForm.php
|
|
|
|
ForkController.php
|
|
|
|
FormOptions.php
|
|
|
|
GlobalFunctions.php
|
Move wfCreateObject to MWFunction::newObj. This uses the ReflectionClass to
|
2011-01-03 02:10:05 +00:00 |
|
HistoryBlob.php
|
Change old php4 style constructor
|
2010-12-15 22:41:06 +00:00 |
|
HistoryPage.php
|
Revert r77297, Won't be reverting MimeMagic
|
2010-11-25 22:22:53 +00:00 |
|
Hooks.php
|
|
|
|
Html.php
|
Add missing credits from r75975
|
2010-11-06 15:10:18 +00:00 |
|
HTMLCacheUpdate.php
|
Misc whitespace changes, mostly EOL w/s and indention fixes so TAB = 4 spaces
|
2010-12-19 04:31:15 +00:00 |
|
HTMLFileCache.php
|
followup to r77843: fix off by one error
|
2010-12-06 00:36:54 +00:00 |
|
HTMLForm.php
|
Nicer way of doing r78566, and also one which won't incur Tim's wrath... :D
|
2010-12-18 19:08:22 +00:00 |
|
HttpFunctions.old.php
|
Followup r76566
|
2010-11-12 14:20:10 +00:00 |
|
HttpFunctions.php
|
Follow up r67663. Now with 100% less sugar, er.. @s!
|
2010-12-29 16:15:23 +00:00 |
|
ImageFunctions.php
|
* Moving wfGetSVGSize() and wfScaleSVGUnit() into a seperate SVGMetadataExtractor.
|
2010-11-01 23:57:09 +00:00 |
|
ImageGallery.php
|
Simple commit trimming some trailing whitespace
|
2010-12-22 16:21:02 +00:00 |
|
ImagePage.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
ImageQueryPage.php
|
Followup r78805, remove now unused function
|
2010-12-22 16:28:52 +00:00 |
|
Import.php
|
Converted ImportStreamSource functions to return a Status object rather than ImportStreamSource-or-WikiError
|
2010-12-05 14:22:49 +00:00 |
|
ImportXMLReader.php
|
Actually skip invalid titles in XML dumps, don't just say you're going to. Avoids fatal error.
|
2010-12-21 02:57:33 +00:00 |
|
Interwiki.php
|
|
|
|
IP.php
|
random w/s cleanup
|
2010-12-01 20:22:45 +00:00 |
|
Licenses.php
|
random w/s cleanup
|
2010-12-01 20:22:45 +00:00 |
|
LinkBatch.php
|
|
|
|
LinkCache.php
|
Treat interwiki titles as known-bad in LinkCache, prevents useless queries for interwiki titles with possibly misleading results
|
2010-12-22 15:54:27 +00:00 |
|
Linker.php
|
Same for the tooltip, don't call twice
|
2010-12-25 12:33:17 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
|
|
|
LocalisationCache.php
|
Remove public from interface defintion, as decleration in an interface is not valid
|
2010-12-15 11:30:54 +00:00 |
|
LogEventsList.php
|
|
|
|
LogPage.php
|
(bug 25839) Set class="blockExpiry" and dir="ltr" (bug suggested direction: ltr; in CSS, but that doesn't work in this case) on the <span> containing the block expiry in Special:Log. It seems strange to unconditionally set dir="ltr" on something that may contain text in an RTL language, but it seems to leave the latter alone while fixing the display of ISO 8601 timestamps. It's definitely possible there's another issue with dir="ltr" that I overlooked here, so if this does break display of other expiries in RTL, please revert.
|
2010-11-08 15:23:42 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
Math.php
|
Removed some error suppression operators
|
2010-11-08 10:22:54 +00:00 |
|
memcached-client.php
|
Few braces and spaces
|
2010-11-30 19:06:28 +00:00 |
|
MemcachedSessions.php
|
|
|
|
Message.php
|
|
|
|
MessageBlobStore.php
|
* Introduced Xml::encodeJsCall(), to replace the awkward repetitive code that was doing the same thing throughout the resource loader with varying degrees of security and correctness.
|
2010-11-04 07:53:37 +00:00 |
|
MessageCache.php
|
Fix regression in r70657. Misplaced else condition was causing cache misses
|
2010-12-10 13:18:11 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
|
|
|
mime.types
|
|
|
|
MimeMagic.php
|
revert r76464
|
2010-11-25 20:01:34 +00:00 |
|
MWFunction.php
|
Run is_callable, just to make sure the autoloader gets called.
|
2011-01-03 19:55:44 +00:00 |
|
Namespace.php
|
Merge querypage-work2 branch from trunk. The most relevant changes are:
|
2010-12-22 14:16:25 +00:00 |
|
ObjectCache.php
|
|
|
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Reverting r78889 and r78865. Breaks changeslist on translatewiki (unpatrolled-flag exclamation mark popping up on page histories and and diff-views where they shouldn't instead of an 'm' for minor)
|
2010-12-25 00:29:41 +00:00 |
|
PageQueryPage.php
|
Merge querypage-work2 branch from trunk. The most relevant changes are:
|
2010-12-22 14:16:25 +00:00 |
|
Pager.php
|
Fixup fixme on r76844
|
2010-12-14 18:17:42 +00:00 |
|
PatrolLog.php
|
|
|
|
PoolCounter.php
|
|
|
|
Preferences.php
|
Clean up the running mess that is r64866, r65040, and then r67277. Implement and document consistent behaviour for all types of fields: if the 'name' parameter is specified, use it exactly as is, otherwise use "wp{$fieldname}". For hidden fields added with addHiddenField(), continue to use either $attrib['name'] or $name, both unaltered.
|
2010-12-15 21:14:36 +00:00 |
|
PrefixSearch.php
|
|
|
|
Profiler.php
|
|
|
|
ProfilerSimple.php
|
|
|
|
ProfilerSimpleText.php
|
|
|
|
ProfilerSimpleTrace.php
|
Remove a couple of unused variables, add spaces, wrap some long lines
|
2010-11-30 18:33:59 +00:00 |
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
|
|
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
Mark wfParseCIDR(), was moved to IP::parseCIDR() in r16625; also tag for removal, no use in core or extensions.
|
2010-11-07 15:51:56 +00:00 |
|
QueryPage.php
|
Followup r78786: pass $fname in the raw SQL case too
|
2010-12-31 16:47:57 +00:00 |
|
RawPage.php
|
|
|
|
RecentChange.php
|
Remove some of the rubbish that has been accumulating in the default LocalSettings.php for years, especially code as opposed to configuration data:
|
2010-12-06 15:00:56 +00:00 |
|
Revision.php
|
Fixup some more documentation
|
2010-11-13 00:47:51 +00:00 |
|
Sanitizer.php
|
* bug 26437: fix for Sanitizer::decodeCharReferences converting invalid hex character references
|
2010-12-27 03:21:43 +00:00 |
|
SeleniumWebSettings.php
|
now uses separate database and images dir for selenium tests if $wgSeleniumUseTestResources is set
|
2011-01-01 15:47:43 +00:00 |
|
Setup.php
|
Follow-up to r64937: expand ternary to conditionals because I hate nested ternaries.
|
2010-12-09 03:12:28 +00:00 |
|
SiteConfiguration.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
SiteStats.php
|
|
|
|
Skin.php
|
Implement "relevant" title and user in the skin system and update undelete, log, contributions, blockip, and movepage to use it.
|
2011-01-01 01:03:02 +00:00 |
|
SkinTemplate.php
|
Convert the common bottomscripts, reporttime, and debug boilerplate into a printTrail() helper method.
|
2011-01-01 16:41:45 +00:00 |
|
SpecialPage.php
|
Move wfCreateObject to MWFunction::newObj. This uses the ReflectionClass to
|
2011-01-03 02:10:05 +00:00 |
|
SquidPurgeClient.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
SquidUpdate.php
|
|
|
|
Status.php
|
* Made the web upgrade process more friendly. Instead of saying "access denied, go away" when the user has a normal LocalSettings.php file, generate a random $wgUpgradeKey and instruct the user to insert it into their LocalSettings.php. The subsequent file modification then authenticates the session and allows the upgrade.
|
2010-12-09 08:24:54 +00:00 |
|
StreamFile.php
|
Remove some unused variables and globals
|
2010-11-28 16:13:13 +00:00 |
|
StringUtils.php
|
|
|
|
StubObject.php
|
Move wfCreateObject to MWFunction::newObj. This uses the ReflectionClass to
|
2011-01-03 02:10:05 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
(Bug 26410) In an internal link, a plus sign is treated as a space if the link
|
2010-12-24 09:53:08 +00:00 |
|
TitleArray.php
|
|
|
|
Token.php
|
Follow-up r78585: Make Token::PERSISTENT the default, so no need to specify it. That will be more usual, I expect.
|
2010-12-19 15:23:22 +00:00 |
|
User.php
|
(Bug 26434) - Generated password from "Create account by email" does not work.
|
2010-12-27 17:17:45 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
When using safe_mode, mail() cannot take the 5th parameter. Rather than (needlessly) disabling e-mail confirmation as a result, just disregard the parameter. Pointed out by Kunda on IRC.
|
2010-12-15 19:55:08 +00:00 |
|
UserRightsProxy.php
|
|
|
|
ViewCountUpdate.php
|
Per Platonides, fix for r79430: removed debugging code
|
2011-01-01 21:57:32 +00:00 |
|
WatchedItem.php
|
|
|
|
WatchlistEditor.php
|
Revert r77297, Won't be reverting MimeMagic
|
2010-11-25 22:22:53 +00:00 |
|
WebRequest.php
|
followup r78209: fix typo, better word choice
|
2010-12-10 22:42:46 +00:00 |
|
WebResponse.php
|
|
|
|
WebStart.php
|
Per my comment on r68760: Make MWfunction class, complete with call_user_func helper functions that automatically
|
2011-01-02 06:48:07 +00:00 |
|
Wiki.php
|
* Modified Article::loadPageData() to use a slave database connection and pageDataFromTitle() instead of pageDataFromId() in the default case, as in Wiki.php (this also saves a query since the ID will be fetched with other fileds)
|
2011-01-03 19:50:01 +00:00 |
|
WikiError.php
|
* (bug 23119) WikiError class and subclasses are now marked as deprecated
|
2010-12-06 10:09:43 +00:00 |
|
WikiMap.php
|
|
|
|
Xml.php
|
Clarify doc, per r63675 CR.
|
2010-11-06 15:14:04 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
|
|