| .. |
|
actions
|
Reduce some duplication in Action::getRestriction(), all but 2 (plus one extension) return null anyway
|
2011-12-06 17:40:12 +00:00 |
|
api
|
rem use of escapeLocalURL
|
2011-12-13 04:58:48 +00:00 |
|
cache
|
Gender is already needed in addResultToCache
|
2011-12-08 08:51:21 +00:00 |
|
conf
|
|
|
|
context
|
Add missing @since tags for getLanguage and deal with this sanitizeLangCode fatal that no-one bothered to fix.
|
2011-12-05 18:56:09 +00:00 |
|
db
|
* (bug 32786) Fix backwards compatibility for extensions using 1.17's Database::newFromType()
|
2011-12-06 22:37:38 +00:00 |
|
debug
|
svn:eol-style native on all phase3 stuff, since I messed that up in r105122
|
2011-12-04 18:35:40 +00:00 |
|
diff
|
* Added revision's timestamp to OutputPage along with revision ID; avoid a DB hit in Skin::lastModified() when showing parser cache's content. This changed with the removal of $wgArticle in Skin since now it's a different WikiPage object and thus WikiPage::setTimetstamp() call is useless (but still kept).
|
2011-12-10 16:30:40 +00:00 |
|
extauth
|
Update some deprecated code
|
2011-10-14 21:18:38 +00:00 |
|
filerepo
|
Removed swift subclass comments from r99546 (that is an extension and it will be done differently as well)
|
2011-12-08 19:02:36 +00:00 |
|
installer
|
Simplify code (minor)
|
2011-12-12 21:56:26 +00:00 |
|
interwiki
|
Back out r95396 and friends
|
2011-09-29 22:08:00 +00:00 |
|
job
|
(bug 26854) Invalid user names go unchecked. Applied most of the patch submitted by Søren Løvborg, checking for null return values from User::newFromName()
|
2011-11-20 10:55:58 +00:00 |
|
json
|
Kill various unused variables
|
2011-10-29 01:17:26 +00:00 |
|
libs
|
Revert r103978, r103979 -- screwed something up, breaks jQuery minification.
|
2011-11-23 00:22:46 +00:00 |
|
logging
|
Bug 29524 - Rename RequestContext::getLang to getLanguage
|
2011-11-21 16:13:21 +00:00 |
|
media
|
Fix version check version from r105559
|
2011-12-08 18:07:26 +00:00 |
|
normal
|
|
|
|
objectcache
|
(bug 32853) DBA cache broken in MW 1.18
|
2011-12-07 11:04:11 +00:00 |
|
parser
|
rem use of escapeLocalURL
|
2011-12-13 04:58:48 +00:00 |
|
profiler
|
Rm unused parameter
|
2011-10-28 03:01:57 +00:00 |
|
resourceloader
|
* (bug 27721) Make JavaScript variables wgSeparatorTransformTable and wgDigitTransformTable depend on page content language so the sort script sorts correctly more often. It will e.g. sort according to the user language on special pages, where localised numbers are usually used.
|
2011-11-28 20:53:26 +00:00 |
|
revisiondelete
|
Bug 29524 - Rename RequestContext::getLang to getLanguage
|
2011-11-21 16:13:21 +00:00 |
|
search
|
Apply the actual fix from r104635. :P
|
2011-11-30 00:37:35 +00:00 |
|
specials
|
rem use of escapeLocalURL
|
2011-12-13 04:58:48 +00:00 |
|
templates
|
adding note to code snippet
|
2011-10-17 09:46:05 +00:00 |
|
upload
|
Use database to track uploaded chunks and concatenate at the end.
|
2011-11-30 14:56:40 +00:00 |
|
zhtable
|
Revert unihan.zip's version to 5.2.0.
|
2011-10-19 14:13:41 +00:00 |
|
.htaccess
|
|
|
|
Action.php
|
Reduce some duplication in Action::getRestriction(), all but 2 (plus one extension) return null anyway
|
2011-12-06 17:40:12 +00:00 |
|
AjaxDispatcher.php
|
* (bug 32276) Skins were generating output using the internal page title which would allow anonymous users to determine wheter a page exists, potentially leaking private data. In fact, the curid and oldid request parameters would
|
2011-11-28 23:18:55 +00:00 |
|
AjaxResponse.php
|
Add, update, tweak documentation
|
2011-10-26 03:44:47 +00:00 |
|
Article.php
|
* Added revision's timestamp to OutputPage along with revision ID; avoid a DB hit in Skin::lastModified() when showing parser cache's content. This changed with the removal of $wgArticle in Skin since now it's a different WikiPage object and thus WikiPage::setTimetstamp() call is useless (but still kept).
|
2011-12-10 16:30:40 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
Revert r104353, r104354, r104356, r104358, r104383: changes to pagers breaking existing links as noted in CR.
|
2011-12-06 19:32:29 +00:00 |
|
Autopromote.php
|
|
|
|
BacklinkCache.php
|
using real identity for hashar
|
2011-10-24 09:08:13 +00:00 |
|
Block.php
|
Add a getExpiry method to Block (rather than direct member variable access. Yuck)
|
2011-12-06 15:23:21 +00:00 |
|
Category.php
|
|
|
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
* restored category page (some references to Title object were missing)
|
2011-10-15 18:14:25 +00:00 |
|
CategoryViewer.php
|
Bug 29524 - Rename RequestContext::getLang to getLanguage
|
2011-11-21 16:13:21 +00:00 |
|
Cdb.php
|
Followup r105575, r105619, r105671 Add RELEASE-NOTES-1.19
|
2011-12-09 14:48:34 +00:00 |
|
Cdb_PHP.php
|
More documentation
|
2011-10-29 01:53:28 +00:00 |
|
ChangesFeed.php
|
|
|
|
ChangesList.php
|
Followup r100722, show the full size of the page in the tooltip
|
2011-11-23 21:01:03 +00:00 |
|
ChangeTags.php
|
|
|
|
Collation.php
|
|
|
|
ConfEditor.php
|
|
|
|
Cookie.php
|
|
|
|
DefaultSettings.php
|
Reverted r92364 (per-namespace permissions).
|
2011-12-12 06:03:01 +00:00 |
|
DeferredUpdates.php
|
More documentation updates
|
2011-10-28 18:11:47 +00:00 |
|
Defines.php
|
(bug 29747) eAccelerator shared memory caching has been removed since it is now disabled by default and is buggy. APC, XCache and WinCache are not affected.
|
2011-11-22 22:56:00 +00:00 |
|
EditPage.php
|
* (bug 32617) Fix for edit summary on section 0 containing a bogus section heading
|
2011-12-06 23:40:44 +00:00 |
|
Exception.php
|
On errors not using OutputPage, Content-Type header wasn't set,
|
2011-11-16 16:53:12 +00:00 |
|
Export.php
|
* (bug 32414) Empty page get a empty bytes attribute in Export/Dump
|
2011-12-11 19:01:11 +00:00 |
|
ExternalEdit.php
|
Attempt to fix External Edit for files.
|
2011-12-01 19:11:54 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
Fix for r98756: $wgDefaultExternalStore can also be a string
|
2011-10-04 16:51:37 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
|
|
|
FakeTitle.php
|
(bug 29475) Remove "trackback" feature entirely from core. This has been disabled-by-default since its inception and nobody uses it.
|
2011-11-23 17:14:03 +00:00 |
|
Fallback.php
|
|
|
|
Feed.php
|
Per Nikerabbit, fix undefined variable notice from r102851
|
2011-11-12 12:13:08 +00:00 |
|
FeedUtils.php
|
Fix for r102295 per CR r105654: don't double-escape the URL
|
2011-12-09 09:32:15 +00:00 |
|
FileDeleteForm.php
|
Following r100264, update usages in core
|
2011-11-16 04:37:17 +00:00 |
|
ForkController.php
|
|
|
|
FormOptions.php
|
using real identity for hashar
|
2011-10-24 09:08:13 +00:00 |
|
GenderCache.php
|
Add, update, tweak documentation
|
2011-10-26 03:44:47 +00:00 |
|
GlobalFunctions.php
|
add support for passing a component arg to this function, so it can be used by extensions as well (ie function foo depracted in extension bar 4.2)
|
2011-12-13 04:42:03 +00:00 |
|
HistoryBlob.php
|
|
|
|
Hooks.php
|
Throw a FatalError exception instead of calling OutputPage::showFatalError() (on usage of $wgOut less)
|
2011-11-09 10:59:17 +00:00 |
|
Html.php
|
makes HTML5 five only attributes a global property
|
2011-10-24 13:58:03 +00:00 |
|
HTMLForm.php
|
Revert r104353, r104354, r104356, r104358, r104383: changes to pagers breaking existing links as noted in CR.
|
2011-12-06 19:32:29 +00:00 |
|
HttpFunctions.old.php
|
Kill various unused variables
|
2011-10-29 01:17:26 +00:00 |
|
HttpFunctions.php
|
(bug 310720) Make Http::request() (and, by extension, get() and post() as well) accept a 'userAgent' option. Patch by Chad Horohoe
|
2011-11-20 17:45:18 +00:00 |
|
ImageFunctions.php
|
* Allow passing in a blacklist into wfIsBadImage()
|
2011-10-27 00:23:23 +00:00 |
|
ImageGallery.php
|
|
|
|
ImagePage.php
|
Add a configuration variable to work around the issue that has been reported at least twice on IRC: pages from MW with a 404 status code have the last block of their body replaced, and their headers appended to, resulting in totally broken output for page views of non-existent pages. BizLand or some reseller is probably at fault.
|
2011-12-09 04:31:10 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Use WikiPage instead of Article
|
2011-11-19 08:51:20 +00:00 |
|
Init.php
|
|
|
|
IP.php
|
using real identity for hashar
|
2011-10-24 09:08:13 +00:00 |
|
Licenses.php
|
|
|
|
Linker.php
|
Replaced the core message 'sectionlink' with getArrow, which is cleaner and does the right thing in mixed RTL/LTR environment. Removed the message from the messages files, because it doesn't seem to be used elsewhere.
|
2011-12-12 06:40:40 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
(bug 29854) Store protocol-relative links twice in the externallinks table, one with http: in el_index and once with https: . Modified patch by Brad Jorsch
|
2011-11-14 09:13:58 +00:00 |
|
LocalisationCache.php
|
Followup r101507: don't automatically use APC for the localization cache if it is available. I've expressed reservations in my CR comments (issues abound wherever maintenance scripts, server farms or manualRecache are involved), but the real reason is that three people (Siebrand on CR, Antoine/hashar in person and Rusty Burchfield on bug 32602) have reported problems with the APC LC, and had to set $wgLocalisationCacheConf['store'] = 'files'; explicitly to get LC to work again.
|
2011-11-23 13:12:22 +00:00 |
|
LogEventsList.php
|
Comments, braces, explicit member variables
|
2011-11-16 13:22:03 +00:00 |
|
LogPage.php
|
Make use of Title::isSpecialPage() in various places
|
2011-11-02 20:55:08 +00:00 |
|
MagicWord.php
|
Partial revert to r101244 due to next() weirdness
|
2011-11-05 14:10:50 +00:00 |
|
Message.php
|
Bug 29524 - Rename RequestContext::getLang to getLanguage
|
2011-11-21 16:13:21 +00:00 |
|
MessageBlobStore.php
|
|
|
|
Metadata.php
|
|
|
|
mime.info
|
Follow-up r104312, tab to space
|
2011-11-26 21:46:51 +00:00 |
|
mime.types
|
arrray -> array
|
2011-11-01 23:48:09 +00:00 |
|
MimeMagic.php
|
|
|
|
MWFunction.php
|
arrray -> array
|
2011-11-01 23:48:09 +00:00 |
|
Namespace.php
|
Type hinting please
|
2011-12-05 02:29:08 +00:00 |
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondary $query argument and treat variant paths like we do action paths.
|
2011-12-12 19:19:23 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
Revert r104353, r104354, r104356, r104358, r104383: changes to pagers breaking existing links as noted in CR.
|
2011-12-06 19:32:29 +00:00 |
|
PathRouter.php
|
Followup r104676, r104688:
|
2011-12-09 00:28:34 +00:00 |
|
PHPVersionError.php
|
Indentation fix
|
2011-12-06 23:06:50 +00:00 |
|
PoolCounter.php
|
|
|
|
Preferences.php
|
* (bug 32960) remove EmailAuthenticationTimestamp from database when a
|
2011-12-11 15:31:17 +00:00 |
|
PrefixSearch.php
|
|
|
|
ProtectionForm.php
|
* Changed OutputPage's handling of subtitles to use an array and implode it with "<br />" so that callers don't have to bother whether there's already a subtitle when adding new ones
|
2011-11-08 18:01:22 +00:00 |
|
ProxyTools.php
|
|
|
|
QueryPage.php
|
Bug 29524 - Rename RequestContext::getLang to getLanguage
|
2011-11-21 16:13:21 +00:00 |
|
RecentChange.php
|
Followup r101834 - this time tested
|
2011-11-03 17:09:29 +00:00 |
|
Revision.php
|
Self-revert r105872, there's a deeper issue here
|
2011-12-12 13:45:33 +00:00 |
|
RevisionList.php
|
Bug 29524 - Rename RequestContext::getLang to getLanguage
|
2011-11-21 16:13:21 +00:00 |
|
Sanitizer.php
|
Fix version check version from r105559
|
2011-12-08 18:07:26 +00:00 |
|
SeleniumWebSettings.php
|
|
|
|
Setup.php
|
Adding new debugging toolbar
|
2011-12-04 18:29:57 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
|
|
|
Skin.php
|
fix deprecated method usage
|
2011-12-13 04:04:52 +00:00 |
|
SkinLegacy.php
|
rem use of escapeLocalURL
|
2011-12-13 04:58:48 +00:00 |
|
SkinTemplate.php
|
Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondary $query argument and treat variant paths like we do action paths.
|
2011-12-12 19:19:23 +00:00 |
|
SpecialPage.php
|
Followup r103817, backing out ContextSource changes to SpecialPage and Action
|
2011-11-23 09:53:37 +00:00 |
|
SpecialPageFactory.php
|
Add a configuration variable to work around the issue that has been reported at least twice on IRC: pages from MW with a 404 status code have the last block of their body replaced, and their headers appended to, resulting in totally broken output for page views of non-existent pages. BizLand or some reseller is probably at fault.
|
2011-12-09 04:31:10 +00:00 |
|
SquidPurgeClient.php
|
Expand URLs in SquidPurgeClient too
|
2011-10-05 20:04:34 +00:00 |
|
Status.php
|
Fixed comment typo
|
2011-12-02 07:45:20 +00:00 |
|
StreamFile.php
|
StreamFile::StreamFile() tweaks:
|
2011-11-20 10:24:04 +00:00 |
|
StringUtils.php
|
|
|
|
StubObject.php
|
Bug 29524 - Rename RequestContext::getLang to getLanguage
|
2011-11-21 16:13:21 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Followup r105919:
|
2011-12-12 20:03:50 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Reverted r92364 (per-namespace permissions).
|
2011-12-12 06:03:01 +00:00 |
|
UserArray.php
|
Documentation and type hinting.
|
2011-10-06 13:22:53 +00:00 |
|
UserMailer.php
|
"else if" to "elseif"
|
2011-11-25 00:15:27 +00:00 |
|
UserRightsProxy.php
|
Add, update, tweak documentation
|
2011-10-26 03:44:47 +00:00 |
|
ViewCountUpdate.php
|
|
|
|
WatchedItem.php
|
|
|
|
WebRequest.php
|
Followup r104676, r104688:
|
2011-12-09 00:28:34 +00:00 |
|
WebResponse.php
|
|
|
|
WebStart.php
|
|
|
|
Wiki.php
|
* (bug 32276) Skins were generating output using the internal page title which would allow anonymous users to determine wheter a page exists, potentially leaking private data. In fact, the curid and oldid request parameters would
|
2011-11-28 23:18:55 +00:00 |
|
WikiCategoryPage.php
|
Removed useless constructor, just use parent's one which is identical
|
2011-11-15 18:28:26 +00:00 |
|
WikiError.php
|
|
|
|
WikiFilePage.php
|
Fix for r103471: WikiPage::doSubmit() is not the only implementation of doSubmit() that needs to be patched to return true. Without this, action=purge on an image page just shows a blank body.
|
2011-12-06 01:21:08 +00:00 |
|
WikiMap.php
|
Add, update, tweak documentation
|
2011-10-26 03:45:13 +00:00 |
|
WikiPage.php
|
Moved view count from WikiPage to Title; avoids an extra DB query when showing the view count in SkinTemplate::outputPage() (since it's not the same WikiPage object)
|
2011-12-11 11:30:11 +00:00 |
|
Xml.php
|
Type hinting
|
2011-10-17 15:56:25 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
Add, update, tweak documentation
|
2011-10-26 03:45:13 +00:00 |
|
ZhConversion.php
|
Revert unihan.zip's version to 5.2.0.
|
2011-10-19 14:13:41 +00:00 |
|
ZipDirectoryReader.php
|
Add, update, tweak documentation
|
2011-10-26 03:45:13 +00:00 |