| .. |
|
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
|
Fix whitespace
|
2011-09-07 21:14:55 +00:00 |
|
cache
|
Actually fix bug 30792, despite my earlier claims. SquidUpdate::purge('//upload.wikimedia.org/foo') would return 'http://commons.wikimedia.org//upload.wikimedia.org/foo'
|
2011-09-07 14:15:03 +00:00 |
|
conf
|
Deleted incorrect svn:executable properties
|
2011-09-05 21:01:39 +00:00 |
|
db
|
Merge r90266 to trunk
|
2011-09-07 23:21:41 +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 for r96516: undefined variable $flags
|
2011-09-08 19:11:33 +00:00 |
|
installer
|
Tweaks to LoggedUpdateMaintenance:
|
2011-09-08 15:52:00 +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
|
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
|
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 |
|
logging
|
This should fix regression reported in r96545
|
2011-09-09 08:04:18 +00:00 |
|
media
|
(bug 30640; follow-up r92279) Rotating images was making skewed images
|
2011-09-09 20:13:09 +00:00 |
|
normal
|
Followup r93921: missed something from testing
|
2011-08-04 22:06:05 +00:00 |
|
objectcache
|
* Added a script to reduce disk space on a MySQL parser cache setup such as the one at Wikimedia at the moment, by removing all objects which expire before a given time.
|
2011-09-09 03:51:45 +00:00 |
|
parser
|
Commit live hack: pass XML_PARSE_HUGE (code uses 1 << 19 because the constant isn't available for some reason) into DOMDocument::loadXML() if the first call to loadXML() failed. This prevents newer versions of libxml2 from throwing a warning and messing up when the XML contains structures that are nested more than 256 levels deep. RELEASE-NOTES added to the 1.18 file, tagging this for backporting to 1.18 too.
|
2011-09-09 11:28:00 +00:00 |
|
profiler
|
Another stupid newline, forgot to press save
|
2011-08-30 20:55:50 +00:00 |
|
resourceloader
|
Remove wgProto from mw.config
|
2011-09-09 01:03:27 +00:00 |
|
revisiondelete
|
Renamed Rev_List/Rev_Item classes to RevisionListBase/RevisionItemBase
|
2011-09-09 21:25:21 +00:00 |
|
search
|
Followup r96369: update child classes and a few callers
|
2011-09-06 20:51:10 +00:00 |
|
specials
|
* Don't list sp:ChangeEmail/sp:ChangePassword at SpecialPages. These were clutter, and useless for anons, as there are links on sp:Preferences for these.
|
2011-09-09 09:25:33 +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
|
Partial revert of r65898 (bug 27700). Callers should check 'create' and Title will internally check the proper subpermission depending on the title namespace.
|
2011-09-08 19:28:03 +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
|
For r91123:
|
2011-09-07 17:55:37 +00:00 |
|
AuthPlugin.php
|
Adding support for domains in SpecialPasswordReset.php.
|
2011-09-08 19:54:32 +00:00 |
|
AutoLoader.php
|
Renamed Rev_List/Rev_Item classes to RevisionListBase/RevisionItemBase
|
2011-09-09 21:25:21 +00:00 |
|
Autopromote.php
|
Moved wfGetIP() to WebRequest::getIP():
|
2011-08-18 20:03:30 +00:00 |
|
BacklinkCache.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +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
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
CategoryPage.php
|
Unused variables.
|
2011-08-27 18:28:04 +00:00 |
|
Cdb.php
|
And even more documentation
|
2011-05-28 18:58:51 +00:00 |
|
Cdb_PHP.php
|
And some more....
|
2011-05-28 17:51:33 +00:00 |
|
ChangesFeed.php
|
Couple more pieces of wikia upstreaming
|
2011-08-19 23:30:12 +00:00 |
|
ChangesList.php
|
Improve r96548: fixed one fatal, restored user tool links and removed a little duplication
|
2011-09-08 10:13:01 +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
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
DefaultSettings.php
|
Enabled MoveLogFormatter
|
2011-09-08 09:09:38 +00:00 |
|
Defines.php
|
Followup r96437: actually define PROTO_INTERNAL
|
2011-09-07 14:17:42 +00:00 |
|
DjVuImage.php
|
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely.
|
2011-05-17 22:03:20 +00:00 |
|
EditPage.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +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
|
getFilename renamed to getFilenames since it can return a list
|
2011-09-09 07:28:11 +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
|
Even more documentation in various files
|
2011-05-29 14:24:27 +00:00 |
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
More documentation tweaks/additions
|
2011-05-26 19:52:56 +00:00 |
|
FakeTitle.php
|
It's not just for < 5.1!
|
2011-05-26 20:38:05 +00:00 |
|
Fallback.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
Feed.php
|
Expand some more URLs: for feeds, referers and the proxy script
|
2011-08-19 17:31:40 +00:00 |
|
FeedUtils.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
FileDeleteForm.php
|
Couple more pieces of wikia upstreaming
|
2011-08-19 23:30:12 +00:00 |
|
ForkController.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
FormOptions.php
|
|
|
|
GenderCache.php
|
More documentation tweaks/additions
|
2011-05-26 20:26:51 +00:00 |
|
GlobalFunctions.php
|
Actually fix bug 30792, despite my earlier claims. SquidUpdate::purge('//upload.wikimedia.org/foo') would return 'http://commons.wikimedia.org//upload.wikimedia.org/foo'
|
2011-09-07 14:15:03 +00:00 |
|
GlobalUsageQuery.php
|
Fix trailing whitespaces
|
2011-09-06 19:28:27 +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
|
Per Krinke on r91772, do not use general float/align classes. I removed them in shared.css because they are recent and not widely used yet.
|
2011-09-07 05:23:16 +00:00 |
|
Hooks.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
Html.php
|
Add documentation for r96170 and r96188.
|
2011-09-04 21:18:27 +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
|
More parameter documentation!!
|
2011-05-28 15:59:57 +00:00 |
|
HttpFunctions.php
|
Use wfParseUrl() instead of parse_url() in MWHttpRequest::__construct(), and check the return value for false
|
2011-09-08 13:53:18 +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
|
Cleanup to r84610 per CR: changed BeforeParserMakeImageLinkObj hook to use a RepoGroup style param array that also excepts a 'broken' parameter. This new parameter replaces the odd "use timestamp '0' to make a broken thumbnail' convention. No other callers are using this hook other than FR, so the old time/sha1 params where removed.
|
2011-09-06 18:11:53 +00:00 |
|
ImagePage.php
|
BetterDirectionality fixes:
|
2011-07-11 00:39:41 +00:00 |
|
ImageQueryPage.php
|
Param documentation updates/added
|
2011-05-26 19:21:50 +00:00 |
|
Import.php
|
(bug 23057) Importers can 'edit' or 'create' a fully-protected page by importing a new revision into it
|
2011-09-06 00:01:06 +00:00 |
|
Init.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
IP.php
|
Fixed typo in ipv6 private IP range list and added test (bug 30739)
|
2011-09-06 23:15:42 +00:00 |
|
Licenses.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
Linker.php
|
Mark userLink, userTalkLink, blockLink() and emailLink() as public static per CR comment on r96420 by Nikerabbit.
|
2011-09-07 17:00:46 +00:00 |
|
LinkFilter.php
|
Remove some stuff marked as deprecated <= 1.16 unused
|
2011-05-06 20:59:58 +00:00 |
|
LinksUpdate.php
|
Followup r95396
|
2011-09-01 15:58:43 +00:00 |
|
LocalisationCache.php
|
Replace localisation cache check removed in r91432 with another check
|
2011-09-09 12:49:40 +00:00 |
|
LogEventsList.php
|
Followup r96543, + is not the correct thing to use here
|
2011-09-09 05:17:05 +00:00 |
|
LogPage.php
|
Committing my new logging classes for review. Will later commit changes that use these classes.
|
2011-09-07 15:32:37 +00:00 |
|
MagicWord.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
Message.php
|
Follow up r89585. Clean up after the test, expand inContentLanguage() comment.
|
2011-06-06 21:24:23 +00:00 |
|
MessageBlobStore.php
|
Refactor MessageBlobStore::updateModule() to remove the multi-language update behavior. Instead of updating all language's blobs at once, it now only updates the requested language. This, in combination with the bug fixed in r89001, was what caused the UploadWizard timeouts on the cluster
|
2011-05-27 22:42:20 +00:00 |
|
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
|
More documentation in various files
|
2011-05-29 14:01:47 +00:00 |
|
MWFunction.php
|
coding style tweaks, doc updates, marked some public functions as such
|
2011-03-22 20:23:52 +00:00 |
|
Namespace.php
|
Fix typo
|
2011-08-20 12:47:17 +00:00 |
|
OutputHandler.php
|
And more documentation. Yaaaay
|
2011-05-28 17:18:50 +00:00 |
|
OutputPage.php
|
$wgOverrideSiteFeed was double escaping urls (noticed in bug 30621).
|
2011-09-07 19:14:06 +00:00 |
|
PageQueryPage.php
|
Call Linker method statically; also changed it to linkKnown()
|
2011-09-05 20:48:14 +00:00 |
|
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
|
Conversion script between Tifinagh and Latin for the Tachelhit language
|
2011-09-10 04:09:20 +00:00 |
|
PrefixSearch.php
|
Refactor the factory/i18n/list/etc static methods from SpecialPage into their own class; there's no reason we need to be parsing them in every single SpecialPage subclass. Leave all the methods as stubs in SpecialPage.php; if we required PHP 5.3 they could be replaced by a a __callStatic() magic method, but that doesn't work on PHP 5.2.
|
2011-04-17 11:31:11 +00:00 |
|
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
|
RecentChange::notifyMove* have no callers. Everything uses ::notifyLog or ::newLogEntry.
|
2011-09-07 16:20:23 +00:00 |
|
RequestContext.php
|
Add a new RequestContext::newExtraneousContext() to create a context filled with data not derived from the current session. Also modify setLang to accept a language code.
|
2011-09-05 15:25:20 +00:00 |
|
Revision.php
|
Merge the iwtransclusion branch back into trunk
|
2011-08-24 13:03:03 +00:00 |
|
RevisionList.php
|
Renamed Rev_List/Rev_Item classes to RevisionListBase/RevisionItemBase
|
2011-09-09 21:25:21 +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
|
Add a class to the normal and hidden categories blocks. If non-positioning styles are going to be applied then they should be applied on classes, not ids. It's bad enough that we include a catlinks id in catlinks and make the process to attempt to have two catlinks blocks rediculous.
|
2011-09-09 15:37:20 +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 r96217, slight regression use rawElement not element, accidentally caused the <a> to be htmlescaped.
|
2011-09-07 01:12:00 +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
|
Cleanup to r95402, r95474: "Not using CamelCase is so 2001."
|
2011-09-06 12:39:47 +00:00 |
|
SquidPurgeClient.php
|
More documentation tweaks and updates
|
2011-05-21 19:54:24 +00:00 |
|
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
|
More documentation tweaks and updates
|
2011-05-21 19:54:24 +00:00 |
|
StubObject.php
|
Fix for r89474: added missing () to function call
|
2011-06-04 20:28:59 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Followup r96180: remove unused global $wgCanonicalServer
|
2011-09-05 10:55:54 +00:00 |
|
TitleArray.php
|
More parameter documentation!!
|
2011-05-28 15:59:57 +00:00 |
|
User.php
|
Load edit count separately. The logging system batch queries it for the user tool links, which uses it for coloring.
|
2011-09-07 15:39:01 +00:00 |
|
UserArray.php
|
More parameter documentation!!
|
2011-05-28 15:59:57 +00:00 |
|
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
|
And even more documentation, the last of this batch
|
2011-05-28 19:00:01 +00:00 |
|
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
|
Kill some more long deprecated unused functions
|
2011-05-06 21:09:34 +00:00 |
|
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
|
For r91123:
|
2011-09-07 17:55:37 +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
|
And even more documentation in various files
|
2011-05-29 14:25:20 +00:00 |
|
ZhConversion.php
|
Update zh conversion tables, remove unused/incorrect rules.
|
2011-09-03 13:41:17 +00:00 |
|
ZipDirectoryReader.php
|
Fix unused variables
|
2011-05-13 16:16:44 +00:00 |