| .. |
|
api
|
Follow-up r81971: Fix error handling
|
2011-02-11 15:42:28 +00:00 |
|
db
|
Remove unused initial_setup(), last $wgDBts2schema user. Follow up to r81132
|
2011-02-10 19:12:33 +00:00 |
|
diff
|
More wfProfileOut()ing
|
2011-02-10 16:04:19 +00:00 |
|
extauth
|
Remove false related to failfunction...
|
2011-02-02 11:38:25 +00:00 |
|
filerepo
|
(bug 26548) Make multi-paged documents (PDFs) work with ForeignAPIRepo (aka InstantCommons).
|
2011-02-05 08:49:48 +00:00 |
|
installer
|
$wgDBts2schema was removed in r81132
|
2011-02-10 23:57:30 +00:00 |
|
job
|
Yet more additions of wfProfileOut()
|
2011-02-10 16:39:53 +00:00 |
|
json
|
Add a @fixme comment on FormatJson::encode(); the '$isHtml' parameter's purpose and function is not documented, but it seems to map to a pretty-printing parameter on Services_JSON(). If that's its purpose, it should be renamed and documented. Since it's a bare boolean parameter with no clear purpose in calls when "true" or "false" is passed bare, it probably also wants a nice legible constant value or two.
|
2011-02-05 21:06:44 +00:00 |
|
libs
|
Reimplement r80900, was lost when code was moved around
|
2011-02-08 10:26:30 +00:00 |
|
media
|
Make SVGMetadataExtractor less noisy when it reads SVGs from Adobe Illustrator.
|
2011-02-08 12:25:39 +00:00 |
|
normal
|
* (bug 25708) Update case mappings and normalization to Unicode 6.0.0
|
2011-01-09 12:04:28 +00:00 |
|
parser
|
Adding more wfProfileOut()
|
2011-02-10 16:11:34 +00:00 |
|
resourceloader
|
Apply $wgContLang-based flip logic to site and user modules too. I swear we did this at some point
|
2011-02-11 09:27:02 +00:00 |
|
revisiondelete
|
Fix up few remaining fixme things from r69910
|
2010-12-14 15:44:16 +00:00 |
|
search
|
Use the right query parameter.
|
2011-02-04 00:40:33 +00:00 |
|
specials
|
Partial fix for bug 27310. Add domain information when doing password resets. Also, the login form being used for non-logged in users was failing because of a missing login token, so this adds a login token before the form is executed.
|
2011-02-11 17:38:56 +00:00 |
|
templates
|
bug 10158 : do not mention allowing others to contact you if $wgEnableUserEmail=false
|
2011-01-14 16:53:36 +00:00 |
|
upload
|
Follow-up r81612, disable $wgAllowAsyncCopyUploads
|
2011-02-06 22:53:07 +00:00 |
|
zhtable
|
Follow r80973, fix a tiny error.
|
2011-01-25 17:28:15 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Yet more additions of wfProfileOut()
|
2011-02-10 16:39:53 +00:00 |
|
AjaxFunctions.php
|
|
|
|
AjaxResponse.php
|
|
|
|
Article.php
|
Convert the if into an early exit. Whitespace ignoring diff recommended.
|
2011-02-10 17:13:12 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
Completely remove support for legacy style skins. All legacy skinning options are now part of a SkinLegacy/LegacySkinTemplate pair that inherits from the normal SkinTemplate setup. Also ported our three built in skins to use the new legacy classes. ( ;) if you want to kill legacy skins now, you only have to svn rm 4 files)
|
2011-02-04 04:18:05 +00:00 |
|
Autopromote.php
|
|
|
|
BacklinkCache.php
|
|
|
|
BagOStuff.php
|
Adding more wfProfileOut()
|
2011-02-10 16:11:34 +00:00 |
|
Block.php
|
Followup r73348, r70608: move 'infinity' stuff to DB classes
|
2011-01-05 13:43:13 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
|
|
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
Revert r70418, r70959: direct use of $_GET is not needed anymore since we no longer use null characters as separators as of r80443.
|
2011-01-20 06:42:45 +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
|
Implement Message::isBlank and Message::isDisabled.
|
2011-01-14 10:51:05 +00:00 |
|
Collation.php
|
Update comments to take into account r80443 and r80614 changes, per CR.
|
2011-01-28 22:27:52 +00:00 |
|
ConfEditor.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
Credits.php
|
|
|
|
DefaultSettings.php
|
*(bug 27159) make email confirmation code expiration time configurable
|
2011-02-10 02:32:34 +00:00 |
|
Defines.php
|
Fixes for r75545: don't use MEDIAWIKI_INSTALL in the updaters classes, it's not what it's for. Add new DBO_DDLMODE flag which does the same thing (and moved it up to DatabaseUpdater, in case any other children need it)
|
2011-01-06 19:25:47 +00:00 |
|
DjVuImage.php
|
Add profiling to DjVuImage::retrieveMetaData
|
2011-02-10 16:40:59 +00:00 |
|
EditPage.php
|
Wrap old toolbar addButton() calls in a document ready, so they're not run early and explode in debug mode
|
2011-02-11 09:38:38 +00:00 |
|
Exception.php
|
Partial revert of r79903, unstubbing needs localisation cache which might need database
|
2011-01-09 18:31:52 +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
|
Yet more additions of wfProfileOut()
|
2011-02-10 16:39:53 +00:00 |
|
ExternalEdit.php
|
(bug 26716, well partially anyways. kind of second half of r80608) Add a comment to external editor ini control file explaining
|
2011-01-20 01:49:49 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
|
|
|
FakeTitle.php
|
|
|
|
Fallback.php
|
Fix r79494: Don't prefix functions now that they're in their own class
|
2011-01-04 01:44:11 +00:00 |
|
Feed.php
|
Spell false with small latter
|
2011-01-11 14:28:35 +00:00 |
|
FeedUtils.php
|
|
|
|
FileDeleteForm.php
|
|
|
|
FileRevertForm.php
|
|
|
|
ForkController.php
|
|
|
|
FormOptions.php
|
|
|
|
GlobalFunctions.php
|
Merge r81718 from 1.17wmf1
|
2011-02-08 12:08:21 +00:00 |
|
HistoryBlob.php
|
Change old php4 style constructor
|
2010-12-15 22:41:06 +00:00 |
|
HistoryPage.php
|
Remove unused $wgContLang globals after refactoring at r81456 and r81456
|
2011-02-08 22:40:07 +00:00 |
|
Hooks.php
|
Hooks.php: trim trailing spaces, tweak docs, etc.
|
2011-01-26 16:50:31 +00:00 |
|
Html.php
|
Html::expandAttributes( array( 'foo' => null ) ); ' foo=""' -> ''
|
2011-02-05 20:28:04 +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
|
Follow-up r77640: Check whether there are errors before asking Status to transform them into wikitext.
|
2011-02-02 15:44:42 +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
|
|
|
|
ImageGallery.php
|
Simple commit trimming some trailing whitespace
|
2010-12-22 16:21:02 +00:00 |
|
ImagePage.php
|
Follow-up r79964: Fix double parsing of file info
|
2011-02-02 14:07:08 +00:00 |
|
ImageQueryPage.php
|
Followup r78805, remove now unused function
|
2010-12-22 16:28:52 +00:00 |
|
Import.php
|
Kill the XMLReader2 class in response to Tim's code review comments on r68587
|
2011-02-03 01:25:09 +00:00 |
|
Interwiki.php
|
Implement Message::isBlank and Message::isDisabled.
|
2011-01-14 10:51:05 +00:00 |
|
IP.php
|
random w/s cleanup
|
2010-12-01 20:22:45 +00:00 |
|
Licenses.php
|
Implement Message::isBlank and Message::isDisabled.
|
2011-01-14 10:51:05 +00:00 |
|
LinkBatch.php
|
* (bug 26482) add a imimages param to prop=images
|
2011-01-05 02:52:04 +00:00 |
|
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
|
Fix the wrong merge of r81894 after r81893
|
2011-02-10 16:47:19 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
(follow up r79706 to address CR comments) Simplify some of the logic in LinksUpdate.php
|
2011-02-05 02:16:13 +00:00 |
|
LocalisationCache.php
|
Since 1.17 a whole lot of extensions have sprouted *.i18n.magic.php files. Most of these files have entries which erroneously omit the English synonym for a magic word. This breaks the extension completely when an affected language is selected.
|
2011-02-11 11:53:00 +00:00 |
|
LogEventsList.php
|
|
|
|
LogPage.php
|
Fix mistake in r80248 and restructure a bit
|
2011-01-15 12:46:37 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
More return type documentation
|
2011-02-08 23:18:13 +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
|
Fixed two bugs in message parameter handling:
|
2011-02-10 09:10:47 +00:00 |
|
MessageBlobStore.php
|
(bug 26535) Variable naming collision in MessageBlobStore::updateMessage() caused exception ('Non-string key given' in MessageCache) when conflicted updates were retried.
|
2011-01-06 15:13:24 +00:00 |
|
MessageCache.php
|
More wfProfileOut()ing
|
2011-02-10 16:04:19 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
|
|
|
mime.types
|
|
|
|
MimeMagic.php
|
Cleanup MimeMagic: Add public identifier to functions; kill error operator; Cleanup function documentation; Manual stylize
|
2011-02-06 22:47:10 +00:00 |
|
MWFunction.php
|
Forcing array breaks MWFunction with <2 parameters
|
2011-01-04 01:51:48 +00:00 |
|
Namespace.php
|
(bug 26762) Fix order of namespace list
|
2011-01-21 03:48:00 +00:00 |
|
ObjectCache.php
|
|
|
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Followup to r69185, putting the "dir" attribute back on the HTML root element
|
2011-02-07 03:18:12 +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
|
* (bug 22606) Follow-up r63059: don't send the "someone registred an account" message when setting email address (i.e. old one empty) in user preferences
|
2011-01-29 09:32:02 +00:00 |
|
PrefixSearch.php
|
|
|
|
Profiler.php
|
Move the overhead computation to another function.
|
2011-02-10 16:54:51 +00:00 |
|
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
|
We have OutputPage::showPermissionsErrorPage() for that
|
2011-02-08 15:19:49 +00:00 |
|
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
|
Fixup fixme on r81198, explicitally ORDER BY qc_value ASC if not doing DESC
|
2011-02-02 14:26:12 +00:00 |
|
RawPage.php
|
Implement Message::isBlank and Message::isDisabled.
|
2011-01-14 10:51:05 +00:00 |
|
RecentChange.php
|
Documentation format
|
2011-01-05 23:08:13 +00:00 |
|
Revision.php
|
Merge r80947 from 1.16wmf4 to trunk: throw exception when text couldn't be loaded from archive table
|
2011-02-02 20:25:47 +00:00 |
|
Sanitizer.php
|
(bug 27093, CVE-2011-0047): Fixed CSS injection vulnerability. The StringUtils.php patch is by Roan, the Sanitizer.php patch is by me.
|
2011-02-01 22:36:43 +00:00 |
|
SeleniumWebSettings.php
|
Follow up to #79421. Cleaned up some globals and some typos. Going to follow up with some actual test changes
|
2011-01-11 00:36:36 +00:00 |
|
Setup.php
|
* Replaced $wgMessageCache by MessageCache::singleton(); since we only use one instance of this class (as for ParserCache, LinkCache)
|
2011-01-26 15:42:04 +00:00 |
|
SiteConfiguration.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
SiteStats.php
|
Swap "or" to ||
|
2011-01-31 16:41:19 +00:00 |
|
Skin.php
|
Follow-up r81604: Prefix new classes with 'mw-' per [[Manual:Coding conventions]]
|
2011-02-09 17:06:41 +00:00 |
|
SkinLegacy.php
|
Fix a small bug in SkinLegacy.
|
2011-02-11 06:42:40 +00:00 |
|
SkinTemplate.php
|
Follow-up r64670 (bug22929): cleaner implementation of security for script (and potentially CSS) files. ResourceLoader *already* knows where each module has come from, so all we need to do is filter them in OutputPage according to the desired level of 'trustworthiness'.
|
2011-02-04 16:39:17 +00:00 |
|
SpecialPage.php
|
Add a context to SpecialPage, so that subclasses don't need globals anymore. Introduces $mRequest, $mOutput and $mFullTitle, which can be used instead of $wgRequest, $wgOut and $wgTitle. Introduces msg(), which is a wrapper around wfMessage()->title().
|
2011-02-10 16:14:56 +00:00 |
|
SquidPurgeClient.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
SquidUpdate.php
|
|
|
|
Status.php
|
(bug 19751) Filesystem is now checked during image undeletion
|
2011-02-04 20:54:11 +00:00 |
|
StreamFile.php
|
Remove some unused variables and globals
|
2010-11-28 16:13:13 +00:00 |
|
StringUtils.php
|
(bug 27093, CVE-2011-0047): Fixed CSS injection vulnerability. The StringUtils.php patch is by Roan, the Sanitizer.php patch is by me.
|
2011-02-01 22:36:43 +00:00 |
|
StubObject.php
|
(bug 27094) fix path traversal vulnerability
|
2011-02-01 22:43:58 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Yet more additions of wfProfileOut()
|
2011-02-10 16:39:53 +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 27159) make email confirmation code expiration time configurable
|
2011-02-10 02:32:34 +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
|
Followup r74298: add ORDER BY wl_namespace, wl_title to the query in WatchlistEditor.php , rather than conditionally adding an ORDER BY that only seems to play nice on Postgres
|
2011-01-08 16:01:31 +00:00 |
|
WebRequest.php
|
* recover dropped check of $wgUsePathInfo from r81363
|
2011-02-02 15:44:37 +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
|
adding comment
|
2011-01-22 01:57:25 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Follow r80973, fix a tiny error.
|
2011-01-25 17:28:15 +00:00 |