| .. |
|
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
|
Clarify parameter description added in r95714
|
2011-08-31 14:30:18 +00:00 |
|
cache
|
Unused variables.
|
2011-08-27 18:28:04 +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
|
rv r89483 per CR
|
2011-09-03 20:14:17 +00:00 |
|
diff
|
Mark $mDiffLang protected, and rename function to setTextLanguage per Nikerabbit on r92956
|
2011-09-04 16:09:58 +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
|
Fix r95446
|
2011-08-26 17:42:25 +00:00 |
|
installer
|
Localisation updates for core and extension messages from translatewiki.net
|
2011-09-03 13:52:53 +00:00 |
|
interwiki
|
Merge the iwtransclusion branch back into trunk
|
2011-08-24 13:03:03 +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
|
Reverted parser bump from r84601 per CR
|
2011-09-02 23:14:08 +00:00 |
|
profiler
|
Another stupid newline, forgot to press save
|
2011-08-30 20:55:50 +00:00 |
|
resourceloader
|
Remove type hint that broke r95975
|
2011-09-01 13:07:27 +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
|
Use local context instead of global variables
|
2011-09-03 20:51:17 +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
|
UploadFromStash::stashSession returned an object instead of a file key, which broke stashing in SpecialUpload in some cases.
|
2011-08-26 23:17:43 +00:00 |
|
zhtable
|
Update zh conversion tables, remove unused/incorrect rules.
|
2011-09-03 13:41:17 +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
|
Fix autoloader entry from r90929
|
2011-08-28 05:59:36 +00:00 |
|
Autopromote.php
|
Moved wfGetIP() to WebRequest::getIP():
|
2011-08-18 20:03:30 +00:00 |
|
BacklinkCache.php
|
Followup r95396
|
2011-08-31 15:00:23 +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
|
Unused variables.
|
2011-08-27 18:28:04 +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
|
|
|
|
Cookie.php
|
|
|
|
DefaultSettings.php
|
Add zh-min-nan, zh-yue, zh-classical to dummy language codes, and mention the "redirect destination" or purpose of each code.
|
2011-09-04 15:30:27 +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
|
Revert r95930, r95931 and r95939. Poorly commited patch
|
2011-09-01 21:32:55 +00:00 |
|
Exception.php
|
Followup r85994: eliminate code duplication introduced by this revision, instead make OutputPage::showErrorPage() accept Message objects
|
2011-08-25 10:13:30 +00:00 |
|
Export.php
|
define and use closeAndRename() after last write of xml dump file; convert from popen (child inherits all open descriptors and there is no workaround) to proc_open (CLOEXEC set on all descriptors), needed so close and rename doesn't hang forever if a child (prefetcher) is forked
|
2011-08-27 18:31:03 +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
|
Followup r90361, r90362
|
2011-08-25 16:40:49 +00:00 |
|
GlobalUsageQuery.php
|
Merge the iwtransclusion branch back into trunk
|
2011-08-24 13:03:03 +00:00 |
|
HistoryBlob.php
|
|
|
|
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
|
Expand r96170's support for space separated attributes with support for boolean keys such as array( 'class' => array( 'selected' => true ) ) to match our array( 'checked' => false ) support.
|
2011-09-03 14:36:58 +00:00 |
|
HTMLForm.php
|
Followup r92155, move preferences-specific code introduced in HTMLForm to Preferences.php. Dropping $displayTitle and replacing it with something else is OK since $displayTitle was introduced as a hack for the preferences form anyway
|
2011-08-25 09:44:20 +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
|
|
|
|
IP.php
|
|
|
|
Licenses.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
Linker.php
|
Crack down on arguments inside the Linker that call themselves $text but in reality are unescaped html.
|
2011-09-03 13:46:56 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Followup r95396
|
2011-09-01 15:58:43 +00:00 |
|
LocalisationCache.php
|
Whitespace and formatting updates.
|
2011-08-25 14:45:38 +00:00 |
|
LogEventsList.php
|
(bug 15641) prevent blocked administrators from accessing deleted revisions.
|
2011-07-26 20:54:41 +00:00 |
|
LogPage.php
|
Update whitespace and a comment.
|
2011-09-03 11:34:55 +00:00 |
|
MagicWord.php
|
|
|
|
Message.php
|
|
|
|
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
|
Pass OutputPage instance to MakeGlobalVariablesScript. Allows extensions to getTitle()->equals( .. ) and add config vars depending on title
|
2011-09-01 17:23:13 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
Split up TablePager css class, introduce .mw-datatable
|
2011-09-01 10:38:19 +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
|
Followup r92155, move preferences-specific code introduced in HTMLForm to Preferences.php. Dropping $displayTitle and replacing it with something else is OK since $displayTitle was introduced as a hack for the preferences form anyway
|
2011-08-25 09:44:20 +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
|
Merge the iwtransclusion branch back into trunk
|
2011-08-24 13:03:03 +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
|
A d d s p a c e s
|
2011-09-01 14:33:57 +00:00 |
|
SkinLegacy.php
|
Followup r87340: Post-hook swap bodytext into a new bodycontent key and append printfooter and debughtml to bodytext so that we get the same behaviour as before for skins, the advantage of letting extensions modify them separately, and let skins opt-in to the ability to display these separately.
|
2011-09-04 12:38:04 +00:00 |
|
SkinTemplate.php
|
Followup r87340: Post-hook swap bodytext into a new bodycontent key and append printfooter and debughtml to bodytext so that we get the same behaviour as before for skins, the advantage of letting extensions modify them separately, and let skins opt-in to the ability to display these separately.
|
2011-09-04 12:38:04 +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
|
Actually do r95462 as intended
|
2011-08-25 10:47:13 +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
|
Use wfExpandUrl+PROTO_CANONICAL inside of getCanonicalURL instead of just prepending the url so this does not break on interwiki and action=render
|
2011-09-03 13:17:55 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Add comment on why the list is not localised.
|
2011-09-03 11:31:50 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
Followup r95547; Where'd that $ come from?
|
2011-08-29 18:53:59 +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
|
(bug 4381) Magic quotes cleaning is not comprehensive, key strings not unescaped
|
2011-08-31 23:15:16 +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
|
Minor tweak to r95521: remove outdated comment about $wgArticle
|
2011-09-02 13:32:35 +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
|
In WikiMap, pull wgCanonicalServer from $wgConf instead of wgServer for building URLs to foreign wikis. This means wgCanonicalServer is now expected to always be available in wgConf; document this in RELEASE-NOTES (-1.18 because this is for backporting).
|
2011-08-29 08:55:35 +00:00 |
|
WikiPage.php
|
Removed unused global declaration of $wgMessageCache (!)
|
2011-08-30 12:24:12 +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 zh conversion tables, remove unused/incorrect rules.
|
2011-09-03 13:41:17 +00:00 |
|
ZipDirectoryReader.php
|
|
|