| .. |
|
actions
|
Moved action=rollback to an Action subclass
|
2011-07-02 13:46:56 +00:00 |
|
api
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
cache
|
Removed ampersand in HTMLFileCache constructor
|
2011-07-01 22:01:48 +00:00 |
|
conf
|
|
|
|
db
|
* Removed usage of error suppression operator in includes/db
|
2011-07-04 15:00:30 +00:00 |
|
diff
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
extauth
|
Revert the dbname -> dbName part of r90430. dbname actually dates back to r32578 and is referenced in the documentation for $wgDBservers, so it can't be easily changed. We can still kill tablename though, it's not too late.
|
2011-06-20 07:40:07 +00:00 |
|
filerepo
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
installer
|
Localisation updates for core and extension messages from translatewiki.net (2011-07-05 21:00:00 UTC)
|
2011-07-05 21:05:02 +00:00 |
|
interwiki
|
|
|
|
job
|
* Follow-up r84397: make sure that mysql uses the job_id index even with the job_cmd clause
|
2011-06-30 20:32:41 +00:00 |
|
json
|
Fix the non-PEAR alternative for Services_JSON_Error to be less useless. bug 29278 shows an error related to this class not being stringifiable
|
2011-06-06 09:41:33 +00:00 |
|
libs
|
HTTP status messages move: OutputPage -> HttpStatus
|
2011-07-04 21:01:19 +00:00 |
|
media
|
Replaced calls to Skin::formatSize() by Language::formatSize() where escaping is not needed (the former is just a wrapper to the latter with a call to htmlspecialchars())
|
2011-07-01 09:03:15 +00:00 |
|
normal
|
Swap else if for elseif
|
2011-06-17 16:05:05 +00:00 |
|
objectcache
|
Removed usage of error suppression operator
|
2011-07-06 16:29:27 +00:00 |
|
parser
|
* Split off WikiPage class from Article, WikiFilePage class from ImagePage, and WikiCategoryPage from CategoryPage.
|
2011-06-29 22:09:51 +00:00 |
|
profiler
|
Division by zero
|
2011-07-05 22:47:21 +00:00 |
|
resourceloader
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
revisiondelete
|
Fix for r91344: removed straggling instances of $this->special in item classes
|
2011-07-02 17:27:48 +00:00 |
|
search
|
Swap else if for elseif
|
2011-06-17 16:05:05 +00:00 |
|
specials
|
Override Pager::getTitle() in core subclasses of ReverseChronologicalPager that don't have it
|
2011-07-06 14:10:24 +00:00 |
|
templates
|
* Restored the page shown when LocalSettings.php is missing to how it was before r85918. That template is a welcome page, not a "catastrophic error".
|
2011-06-07 05:11:50 +00:00 |
|
upload
|
UploadStashFile::__construct() can't assume that the mwrepo-produced paths match the temp zone.
|
2011-06-28 22:00:21 +00:00 |
|
zhtable
|
Update Chinese conversion tables.
|
2011-06-19 18:10:24 +00:00 |
|
.htaccess
|
|
|
|
Action.php
|
* Changed action=revert to use a subclass of Action
|
2011-07-01 20:07:21 +00:00 |
|
AjaxDispatcher.php
|
|
|
|
AjaxFunctions.php
|
Removed code2utf() and replaced with codepointToUtf8() to reduce code duplication since they do exactely the same thing
|
2011-06-29 09:22:15 +00:00 |
|
AjaxResponse.php
|
|
|
|
Article.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
HTTP status messages move: OutputPage -> HttpStatus
|
2011-07-04 21:01:19 +00:00 |
|
Autopromote.php
|
Follow-up r90819: made XOR only work on two conditions per CR. Give a warning if three or more given.
|
2011-06-28 02:56:45 +00:00 |
|
BacklinkCache.php
|
(Follow-up r91059) Make backlinks query do both null or "" to potentially account for old rows that havn't been updated
|
2011-06-29 23:09:00 +00:00 |
|
Block.php
|
Follow-up r88738: this check is no longer needed since r88750.
|
2011-06-27 13:48:01 +00:00 |
|
Category.php
|
|
|
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
Cdb.php
|
|
|
|
Cdb_PHP.php
|
|
|
|
ChangesFeed.php
|
(bug 29485) For rss feed of the RC, it groups consecutive edits by same user, but then links
|
2011-06-19 05:45:40 +00:00 |
|
ChangesList.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
ChangeTags.php
|
Minor refactoring
|
2011-06-06 15:01:27 +00:00 |
|
Collation.php
|
(Follow-up r90759 per CR) Use a hook to register new Collations instead of just taking the collation name as a class name
|
2011-07-05 05:30:04 +00:00 |
|
ConfEditor.php
|
Removed some usage of error suppression operator
|
2011-06-09 19:52:07 +00:00 |
|
Cookie.php
|
|
|
|
DefaultSettings.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
Defines.php
|
Move $wgFeedClasses to DefaultSettings where they belong. This has been bothering me for years.
|
2011-06-30 18:16:45 +00:00 |
|
DjVuImage.php
|
|
|
|
EditPage.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
Exception.php
|
* Remove Exception.php's reliance on wfDie(), as well as the awful constant MEDIAWIKI_INSTALL (holdover from old installer)
|
2011-06-28 19:46:23 +00:00 |
|
Export.php
|
Uncommited documentation from my working copy
|
2011-06-25 16:15:44 +00:00 |
|
ExternalEdit.php
|
Removed raw Article->field accessing
|
2011-06-28 14:10:55 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
|
|
|
FakeTitle.php
|
|
|
|
Fallback.php
|
|
|
|
Feed.php
|
|
|
|
FeedUtils.php
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
FileDeleteForm.php
|
Follow-up r90482: escape some more wikitext
|
2011-06-22 14:59:05 +00:00 |
|
ForkController.php
|
|
|
|
FormOptions.php
|
|
|
|
GenderCache.php
|
|
|
|
GlobalFunctions.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
HistoryBlob.php
|
Revert r89925, setting disable_functions in php.ini is definitely the wrong way to fix hash mismatches.
|
2011-06-14 06:07:20 +00:00 |
|
HistoryPage.php
|
Override Pager::getTitle() in core subclasses of ReverseChronologicalPager that don't have it
|
2011-07-06 14:10:24 +00:00 |
|
Hooks.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
Html.php
|
|
|
|
HTMLForm.php
|
Changed calls to Linker::tooltipAndAccesskeyAttribs() to be static and fixed casing in method's name
|
2011-07-04 08:28:27 +00:00 |
|
HttpFunctions.old.php
|
|
|
|
HttpFunctions.php
|
|
|
|
ImageFunctions.php
|
|
|
|
ImageGallery.php
|
Revert r91426 and followups r91427, r91430: Breaks Gallery-related parser tests
|
2011-07-06 16:23:20 +00:00 |
|
ImagePage.php
|
Changed all dynamic calls to Linker methods into static ones in ImagePage.php.
|
2011-07-06 14:45:19 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Fixes for r88113 and some realted changes:
|
2011-06-30 15:26:26 +00:00 |
|
Init.php
|
Minor doc fix to r84741
|
2011-06-16 23:40:13 +00:00 |
|
IP.php
|
* (bug 28798) Set $wgServer in the default LocalSettings.php
|
2011-06-15 07:35:47 +00:00 |
|
Licenses.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
Linker.php
|
Reverted r91195, this isn't needed ;)
|
2011-06-30 18:45:48 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Added some GPL headers
|
2011-06-28 18:21:59 +00:00 |
|
LocalisationCache.php
|
(see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php because it is broken (and has been for a long time) and secondly, it is only used for things that can be done otherwise:
|
2011-07-05 01:26:49 +00:00 |
|
LogEventsList.php
|
Override Pager::getTitle() in core subclasses of ReverseChronologicalPager that don't have it
|
2011-07-06 14:10:24 +00:00 |
|
LogPage.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
MagicWord.php
|
|
|
|
Message.php
|
Follow up r89585. Clean up after the test, expand inContentLanguage() comment.
|
2011-06-06 21:24:23 +00:00 |
|
MessageBlobStore.php
|
|
|
|
Metadata.php
|
* Split off WikiPage class from Article, WikiFilePage class from ImagePage, and WikiCategoryPage from CategoryPage.
|
2011-06-29 22:09:51 +00:00 |
|
mime.info
|
Per CR, revert non debugging stuff from r82436. (KML uploads)
|
2011-06-29 20:31:43 +00:00 |
|
mime.types
|
Per CR, revert non debugging stuff from r82436. (KML uploads)
|
2011-06-29 20:31:43 +00:00 |
|
MimeMagic.php
|
|
|
|
MWFunction.php
|
|
|
|
Namespace.php
|
|
|
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
PatrolLog.php
|
|
|
|
PoolCounter.php
|
|
|
|
Preferences.php
|
Remove unused globals
|
2011-07-01 02:58:42 +00:00 |
|
PrefixSearch.php
|
|
|
|
ProtectionForm.php
|
* Split off WikiPage class from Article, WikiFilePage class from ImagePage, and WikiCategoryPage from CategoryPage.
|
2011-06-29 22:09:51 +00:00 |
|
ProxyTools.php
|
Moved wfIsLocallyBlockedProxy() to User::isLocallyBlockedProxy() to put it near other proxy checks. No other call to that function in core or extension.
|
2011-06-19 12:57:31 +00:00 |
|
QueryPage.php
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
RawPage.php
|
Reverted part of r91246, fixes: Fatal error: Call to undefined method RawPage::getSkin() in C:\wamp\www\MW_trunk\includes\RawPage.php on line 156
|
2011-07-05 21:28:27 +00:00 |
|
RecentChange.php
|
|
|
|
RequestContext.php
|
Follow-up r89408, r86872: restore IContextSource and ContextSource, to be more carefully reimplemented.
|
2011-06-27 19:38:30 +00:00 |
|
Revision.php
|
Fixed bogus $conds in r91327
|
2011-07-01 23:46:20 +00:00 |
|
RevisionList.php
|
Added filterByIds() function to Rev_List and made ID based filtering optional. It's still mandatory for RevDel_List however.
|
2011-07-02 09:30:55 +00:00 |
|
Sanitizer.php
|
Followup to r86061: add parser test case to confirm that '&apos' in wikitext doesn't make it to output.
|
2011-06-07 20:11:24 +00:00 |
|
SeleniumWebSettings.php
|
coding style tweaks + removed some PHP4-isms
|
2011-06-25 23:27:05 +00:00 |
|
Setup.php
|
* Don't create a WebRequest obhject in CLI mode but a FauxRequest; avoids some useless notices about headers already sent (I know this is more a PHP silliness, but anyway)
|
2011-07-05 15:05:14 +00:00 |
|
SiteConfiguration.php
|
Followup r91224: stupid syntax error
|
2011-06-30 21:32:55 +00:00 |
|
SiteStats.php
|
Fix trailing whitespace
|
2011-06-29 23:46:39 +00:00 |
|
Skin.php
|
Add lang & dir attributes to the sitenotice, in the site content language
|
2011-07-01 21:28:11 +00:00 |
|
SkinLegacy.php
|
(see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php because it is broken (and has been for a long time) and secondly, it is only used for things that can be done otherwise:
|
2011-07-05 01:26:49 +00:00 |
|
SkinTemplate.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
SpecialPage.php
|
Add SpecialPermanentLink to Autoloader
|
2011-06-28 01:17:19 +00:00 |
|
SpecialPageFactory.php
|
(Follow-up r87705) per CR add docs to function. No code changes.
|
2011-06-30 22:47:41 +00:00 |
|
SquidPurgeClient.php
|
|
|
|
Status.php
|
|
|
|
StreamFile.php
|
|
|
|
StringUtils.php
|
|
|
|
StubObject.php
|
|
|
|
tidy.conf
|
|
|
|
Title.php
|
(bug 29680, bug 22911) Add GetDeaultSortkey hook in order to override default sortkey used on pages (default is {{PAGENAME}})
|
2011-07-06 00:38:40 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
(see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php because it is broken (and has been for a long time) and secondly, it is only used for things that can be done otherwise:
|
2011-07-05 01:26:49 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
|
|
|
UserRightsProxy.php
|
|
|
|
ViewCountUpdate.php
|
Fix comment from r79430; pointed out by Emufarmers
|
2011-06-25 19:13:40 +00:00 |
|
WatchedItem.php
|
|
|
|
WebRequest.php
|
More return documentation and trimming trailing whitespace
|
2011-06-30 02:59:43 +00:00 |
|
WebResponse.php
|
Per Brion, fix for r91460: make this a bit more robust
|
2011-07-05 16:40:12 +00:00 |
|
WebStart.php
|
Added some GPL headers
|
2011-06-28 18:21:59 +00:00 |
|
Wiki.php
|
Moved action=rollback to an Action subclass
|
2011-07-02 13:46:56 +00:00 |
|
WikiCategoryPage.php
|
* Marked WikiCategoryPage::hasViewableContent() as "public"
|
2011-06-30 19:44:06 +00:00 |
|
WikiError.php
|
|
|
|
WikiFilePage.php
|
* Changed action=revert to use a subclass of Action
|
2011-07-01 20:07:21 +00:00 |
|
WikiMap.php
|
Call Linker::link() statically instead of getting a Skin object from $wgUser
|
2011-07-01 08:24:32 +00:00 |
|
WikiPage.php
|
(Follow-up r91414) Also take the page name in account when considering how much of page to put in auto-summary.
|
2011-07-06 00:24:59 +00:00 |
|
Xml.php
|
Follow up r91072. This is indeed not needed.
|
2011-06-29 22:37:11 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update Chinese conversion tables.
|
2011-06-19 18:10:24 +00:00 |
|
ZipDirectoryReader.php
|
|
|