| .. |
|
actions
|
Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are now no calls to wfExpandUrl() in core that rely on PROTO_CURRENT being the default. Also switch to using getCanonicalUrl() for.... rel="canonical" :D (I picked the right name, I KNEW IT)
|
2011-08-19 15:46:08 +00:00 |
|
api
|
Revert r95058 (make letype multivalue): has been applied before in r88722 and reverted in r89348.
|
2011-08-20 07:19:10 +00:00 |
|
cache
|
Back out r93533, r93531, r93530
|
2011-07-30 15:56:54 +00:00 |
|
conf
|
Followup r88270: comment out globals so I can resolve the fixme. Throw an exception here so nobody tries using it anyway
|
2011-08-04 21:00:40 +00:00 |
|
db
|
Add in \n from/to r95055 to LoadBalancer.php
|
2011-08-21 15:24:44 +00:00 |
|
diff
|
Use canonical URLs in sitemaps, diff stuff and external edit stuff
|
2011-08-19 17:33:41 +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
|
* Introduce File::getCanonicalUrl()
|
2011-08-19 15:27:49 +00:00 |
|
installer
|
Localisation updates for core and extension messages from translatewiki.net
|
2011-08-19 20:01:08 +00:00 |
|
interwiki
|
Followup r94353; Use !== null since that's what we use in core.
|
2011-08-14 14:20:59 +00:00 |
|
job
|
Removed the ability to pass a key into stashFile(), which simplifies the stash row creation a great deal.
|
2011-08-15 23:58:40 +00:00 |
|
json
|
|
|
|
libs
|
Followup to r92580 and r93820: r92580 duplicated the call to wfExpandUrl(), and r93820 caused them to get out of sync.
|
2011-08-14 13:35:06 +00:00 |
|
media
|
follow-up r86169 - 2 minor issues found while writing unit tests
|
2011-08-21 17:16:57 +00:00 |
|
normal
|
Followup r93921: missed something from testing
|
2011-08-04 22:06:05 +00:00 |
|
objectcache
|
Merge r93797 to trunk, in a somewhat modified form: clamp expiries for memcached to 30 days, higher values give trouble apparently
|
2011-08-10 21:15:57 +00:00 |
|
parser
|
Follow-up r86534 - Do not add tracking categories if we're looking at a special page.
|
2011-08-21 18:46:01 +00:00 |
|
profiler
|
Stylize
|
2011-08-17 22:38:36 +00:00 |
|
resourceloader
|
Followup r94421 which, per CR, broke in non-English content languages because of key mismatches due to localized namespace names. Now ensuring all titles go through getPrefixedDBkey() before we compare them, so they're always normalized. This also ensures we don't get underscore vs. space confusion, which is something that the previous code did right by accident.
|
2011-08-17 14:55:06 +00:00 |
|
revisiondelete
|
* Changed dynamic calls to Linker methods into static ones
|
2011-07-10 18:12:11 +00:00 |
|
search
|
Use canonical URLs (introduced in r94995) in the OpenSearch discovery thingy
|
2011-08-19 14:39:37 +00:00 |
|
specials
|
fu r95152: remove debug line.
|
2011-08-21 18:15:37 +00:00 |
|
templates
|
(bug 30219) NoLocalSettings.php broken on Windows servers. Per Tim on r70711, can't use pathinfo() on url's since the slashes don't match.
|
2011-08-10 17:28:25 +00:00 |
|
upload
|
Two bugs:
|
2011-08-18 23:36:24 +00:00 |
|
zhtable
|
Update Chinese conversion tables.
|
2011-06-19 18:10:24 +00:00 |
|
.htaccess
|
|
|
|
Action.php
|
* Follow-up to r91284: fix error in Action::exists by passing empty array as required second parameter to Action::getClass
|
2011-08-15 04:02:08 +00:00 |
|
AjaxDispatcher.php
|
Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved js_unescape() over to it.
|
2011-07-14 20:38:28 +00:00 |
|
AjaxResponse.php
|
Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved js_unescape() over to it.
|
2011-07-14 20:38:28 +00:00 |
|
Article.php
|
Upstreaming wikia change to WebRequest
|
2011-08-18 00:54:06 +00:00 |
|
AuthPlugin.php
|
added doc
|
2011-08-12 15:42:23 +00:00 |
|
AutoLoader.php
|
Restored r94370 changes PopulateRevisionLen, moving it to $postDatabaseUpdateMaintenance
|
2011-08-15 18:52:25 +00:00 |
|
Autopromote.php
|
Moved wfGetIP() to WebRequest::getIP():
|
2011-08-18 20:03:30 +00:00 |
|
BacklinkCache.php
|
Allow extensions to run their own backlink-based updates:
|
2011-08-13 22:42:09 +00:00 |
|
Block.php
|
Fix r91886 thanks to johnduhart: check if it is an IP *before* stripping subpages, otherwise IP range blocking does not work
|
2011-08-12 14:32:05 +00:00 |
|
Category.php
|
|
|
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
* CategoryPage.php: fix the "category-empty" message per comment on r91518, it was outside the bodyContent. And do not convert interface text.
|
2011-08-11 19:58:23 +00:00 |
|
Cdb.php
|
|
|
|
Cdb_PHP.php
|
|
|
|
ChangesFeed.php
|
Couple more pieces of wikia upstreaming
|
2011-08-19 23:30:12 +00:00 |
|
ChangesList.php
|
Add direction mark in recent changes and in protection log summary.
|
2011-08-02 09:09:23 +00:00 |
|
ChangeTags.php
|
Fix for r91651: don't escape HTML
|
2011-07-09 09:01:50 +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
|
Make $wgVaryOnXFPForAPI apply to RSS/Atom feeds too, because they too use PROT_CURRENT. Make PROT_CURRENT usage explicit there too
|
2011-08-19 14:41:35 +00:00 |
|
Defines.php
|
Add a PROTO_CANONICAL mode to wfExpandUrl(), which uses $wgCanonicalServer
|
2011-08-19 15:25:50 +00:00 |
|
DjVuImage.php
|
|
|
|
EditPage.php
|
Moved wfGetIP() to WebRequest::getIP():
|
2011-08-18 20:03:30 +00:00 |
|
Exception.php
|
Moved wfGetIP() to WebRequest::getIP():
|
2011-08-18 20:03:30 +00:00 |
|
Export.php
|
* Introduce File::getCanonicalUrl()
|
2011-08-19 15:27:49 +00:00 |
|
ExternalEdit.php
|
Use canonical URLs in sitemaps, diff stuff and external edit stuff
|
2011-08-19 17:33:41 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
|
|
|
FakeTitle.php
|
|
|
|
Fallback.php
|
|
|
|
Feed.php
|
Expand some more URLs: for feeds, referers and the proxy script
|
2011-08-19 17:31:40 +00:00 |
|
FeedUtils.php
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
FileDeleteForm.php
|
Couple more pieces of wikia upstreaming
|
2011-08-19 23:30:12 +00:00 |
|
ForkController.php
|
|
|
|
FormOptions.php
|
|
|
|
GenderCache.php
|
|
|
|
GlobalFunctions.php
|
Per r90849, factor out most of the code that's duplicated between Parser::getExternalLinkAttribs() and Skin::addToSidebarPlain() into wfMatchesDomainList(). Change a loose comparison to a strict one, and add a FIXME comment about how whitelisting nl.wikipedia.org also whitelists nds-nl.wikipedia.org due to the function's simplistic substring approach.
|
2011-08-20 10:18:09 +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
|
Temporaray revert of r94031; forgot that this was depending of some other work on my working copy
|
2011-08-07 14:29:28 +00:00 |
|
Hooks.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
Html.php
|
Update the Html5 void elements and boolean attributes, in accordance with the latest draft.
|
2011-08-12 21:04:25 +00:00 |
|
HTMLForm.php
|
w/s fix for r92882
|
2011-08-02 23:16:44 +00:00 |
|
HttpFunctions.old.php
|
|
|
|
HttpFunctions.php
|
Expand some more URLs: for feeds, referers and the proxy script
|
2011-08-19 17:31:40 +00:00 |
|
ImageFunctions.php
|
Move wfFixBoxImage() out of ImageFunctions and into MediaHandler. It's only used by ImageHandler and OggHandler.
|
2011-07-28 00:07:08 +00:00 |
|
ImageGallery.php
|
More wikia upstreaming
|
2011-08-17 22:42:49 +00:00 |
|
ImagePage.php
|
BetterDirectionality fixes:
|
2011-07-11 00:39:41 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Fix embarassing debugging code left in in r93744
|
2011-08-04 12:13:01 +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
|
* Refactored SpecialUndelete::revDeleteLink into a Linker::getRevDeleteLink function
|
2011-08-03 22:37:20 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Allow extensions to run their own backlink-based updates:
|
2011-08-13 22:42:09 +00:00 |
|
LocalisationCache.php
|
Fu r94907 - also update localisation cache, which accesses the fallback variable directly
|
2011-08-19 09:02:35 +00:00 |
|
LogEventsList.php
|
(bug 15641) prevent blocked administrators from accessing deleted revisions.
|
2011-07-26 20:54:41 +00:00 |
|
LogPage.php
|
* Changed dynamic calls to Linker methods into static ones
|
2011-07-10 18:12:11 +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
|
Fix typo
|
2011-08-20 12:47:17 +00:00 |
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are now no calls to wfExpandUrl() in core that rely on PROTO_CURRENT being the default. Also switch to using getCanonicalUrl() for.... rel="canonical" :D (I picked the right name, I KNEW IT)
|
2011-08-19 15:46:08 +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
|
Trim trailing whitespace
|
2011-07-24 21:36:04 +00:00 |
|
PHPVersionError.php
|
Revert 2 from r92498
|
2011-07-18 23:04:09 +00:00 |
|
PoolCounter.php
|
Documentation
|
2011-08-17 17:11:49 +00:00 |
|
Preferences.php
|
* CategoryPage.php: fix the "category-empty" message per comment on r91518, it was outside the bodyContent. And do not convert interface text.
|
2011-08-11 19:58:23 +00:00 |
|
PrefixSearch.php
|
|
|
|
ProtectionForm.php
|
Followup r80248; Fix inverted message exists tests in ProtectionForm.
|
2011-08-17 14:10:41 +00:00 |
|
ProxyTools.php
|
Expand some more URLs: for feeds, referers and the proxy script
|
2011-08-19 17:31:40 +00:00 |
|
QueryPage.php
|
Use local context instead of global variables
|
2011-08-08 21:07:17 +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
|
Per CR on r44412 and my promise in the commit summary of r94990, stop abusing $wgInternalServer (intended for Squid URLs) for IRC/e-mail URLs and introduce $wgCanonicalServer for these purposes instead. This revision introduces two new hooks for WMF hacks, in exchange for making the core code saner.
|
2011-08-19 11:23:17 +00:00 |
|
RequestContext.php
|
* Expanded documentation, added GPL header and changed the @author tag to use my real name
|
2011-07-17 07:47:13 +00:00 |
|
Revision.php
|
Followup r94541 (reverts of r94289 undiscussed core schema change and followups), two more that got missed: reverts of r94290, r94364
|
2011-08-15 18:52:33 +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
|
Add code to the sanitizer to convert presontational attributes that were removed in html5 into inline css. This allows wiki to keep using them in short loose WikiText but still output valid modern markup.
|
2011-08-14 16:41:53 +00:00 |
|
SeleniumWebSettings.php
|
coding style tweaks + removed some PHP4-isms
|
2011-06-25 23:27:05 +00:00 |
|
Setup.php
|
Per CR on r44412 and my promise in the commit summary of r94990, stop abusing $wgInternalServer (intended for Squid URLs) for IRC/e-mail URLs and introduce $wgCanonicalServer for these purposes instead. This revision introduces two new hooks for WMF hacks, in exchange for making the core code saner.
|
2011-08-19 11:23:17 +00:00 |
|
SiteConfiguration.php
|
Remove no-op initialise from configuration. Nothing outside of Ext:Configure needs/uses it
|
2011-08-04 20:55:20 +00:00 |
|
SiteStats.php
|
Remove mention of wfOut() in comment
|
2011-08-13 18:12:43 +00:00 |
|
Skin.php
|
Remove the * {{msg}} syntax introduced to MediaWiki:Sidebar in r66974. This syntax is in the way of projects attempting to use a more flexible sidebar-like message parser, or fixing the dependence on MediaWiki:Sidebar for sidebar config. Eliminating it before people end up using it in production (from my tests it never actually worked in 1.17).
|
2011-08-21 18:23:59 +00:00 |
|
SkinLegacy.php
|
Moved wfGetIP() to WebRequest::getIP():
|
2011-08-18 20:03:30 +00:00 |
|
SkinTemplate.php
|
Re-add historysubmit, removed in r92984. This broke directionality support when viewing diffs.
|
2011-08-10 22:19:57 +00:00 |
|
SpecialPage.php
|
Per Reedy, follow-up r93758: SpecialPage::capturePath() now has incorrect signature. Removed the function rather than updating it, since it's not called at all and current behavior is incompatible with the old one.
|
2011-08-16 11:05:19 +00:00 |
|
SpecialPageFactory.php
|
* (bug 15558) Allow includable special pages to be parameterized using wiki syntax
|
2011-08-02 15:40:03 +00:00 |
|
SquidPurgeClient.php
|
|
|
|
Status.php
|
w/s
|
2011-08-11 22:35:49 +00:00 |
|
StreamFile.php
|
Move wfStreamFile() into a class, update all callers in core (only 3 extensions use it afaict), leave wfStreamFile() as a b/c alias for now.
|
2011-08-13 19:03:51 +00:00 |
|
StringUtils.php
|
|
|
|
StubObject.php
|
|
|
|
tidy.conf
|
|
|
|
Title.php
|
Per CR on r44412 and my promise in the commit summary of r94990, stop abusing $wgInternalServer (intended for Squid URLs) for IRC/e-mail URLs and introduce $wgCanonicalServer for these purposes instead. This revision introduces two new hooks for WMF hacks, in exchange for making the core code saner.
|
2011-08-19 11:23:17 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Use canonical URLs (introduced in r94995) for all URLs in e-mails
|
2011-08-19 14:46:03 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
Use canonical URLs (introduced in r94995) for all URLs in e-mails
|
2011-08-19 14:46:03 +00:00 |
|
UserRightsProxy.php
|
|
|
|
ViewCountUpdate.php
|
Fix comment from r79430; pointed out by Emufarmers
|
2011-06-25 19:13:40 +00:00 |
|
WatchedItem.php
|
|
|
|
WebRequest.php
|
Reverse a bad decision in r93820, which added a comment to WebRequest::getFullRequestURL() saying it would return protocol-relative URLs if $wgServer is protocol-relative. This behavior makes no sense, though, and most callers expect fully qualified URLs. So make it return a fully qualified URL and update the one caller that expected the return value would be compatible with getFullURL()
|
2011-08-19 13:25:43 +00:00 |
|
WebResponse.php
|
Followup r94211
|
2011-08-11 00:17:58 +00:00 |
|
WebStart.php
|
Added some GPL headers
|
2011-06-28 18:21:59 +00:00 |
|
Wiki.php
|
Reverse a bad decision in r93820, which added a comment to WebRequest::getFullRequestURL() saying it would return protocol-relative URLs if $wgServer is protocol-relative. This behavior makes no sense, though, and most callers expect fully qualified URLs. So make it return a fully qualified URL and update the one caller that expected the return value would be compatible with getFullURL()
|
2011-08-19 13:25:43 +00:00 |
|
WikiCategoryPage.php
|
Trim trailing whitespace
|
2011-07-24 21:36:04 +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
|
Instead of using some hacky regexes, just use wfParseUrl() in WikiMap::getDisplayName(). This should make protocol-relative URLs behave correctly as well, and fix bug 29965
|
2011-08-12 19:19:34 +00:00 |
|
WikiPage.php
|
* (bug 30450) Clear page_props table on page deletion
|
2011-08-18 23:37:04 +00:00 |
|
Xml.php
|
Fix fail from r94473
|
2011-08-14 19:50:08 +00:00 |
|
XmlTypeCheck.php
|
More wikia upstreaming
|
2011-08-17 22:42:49 +00:00 |
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update Chinese conversion tables.
|
2011-06-19 18:10:24 +00:00 |
|
ZipDirectoryReader.php
|
|
|