| .. |
|
actions
|
fix doc grouping for actions
|
2012-02-08 16:58:49 +00:00 |
|
api
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
cache
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
conf
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
context
|
Per Aaron, fix for r108274: added canUseWikiPage() to context objects to know whether getWikiPage() can be safely called
|
2012-01-14 14:27:46 +00:00 |
|
db
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
debug
|
Fix typo so that the key is set with correct value instead of a boolean with key "0"
|
2012-02-08 22:41:11 +00:00 |
|
diff
|
Use the context's WikiPage object if the title of the new revision is the same as context's title; avoids a duplicated database query to load the WikiPage
|
2012-01-15 22:00:04 +00:00 |
|
extauth
|
|
|
|
filerepo
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
installer
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
interwiki
|
Improve documentation
|
2012-02-02 20:19:20 +00:00 |
|
job
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
json
|
Simplify $assoc check
|
2011-12-20 20:15:42 +00:00 |
|
libs
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
logging
|
(bug 33374) - 'Deletion log summary not properly truncated'
|
2012-02-08 19:53:55 +00:00 |
|
media
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
normal
|
|
|
|
objectcache
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
parser
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
profiler
|
Fix comment, Profiler::getFunctionReport() no longer logs data itself.
|
2012-02-08 15:23:09 +00:00 |
|
resourceloader
|
(bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS part of user.options into a separate module (user.cssprefs), as per the fixme comment added in r93363. No RELEASE-NOTEs because this is a regression fix that I'm gonna tag for backporting to 1.19
|
2012-02-09 11:04:24 +00:00 |
|
revisiondelete
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
search
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
specials
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
templates
|
Move registration form template to its own file
|
2011-12-20 14:01:09 +00:00 |
|
upload
|
r110979: removed implode() call and format the message as plaintext, as any HTML will be escaped anyway for such exceptions.
|
2012-02-08 23:25:58 +00:00 |
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
Action.php
|
fix doc grouping for actions
|
2012-02-08 16:58:49 +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
|
|
|
|
Article.php
|
* (bug 33967) "Previous revision" and "Newer revision" links now display the correct revision
|
2012-01-29 19:05:04 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
(bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS part of user.options into a separate module (user.cssprefs), as per the fixme comment added in r93363. No RELEASE-NOTEs because this is a regression fix that I'm gonna tag for backporting to 1.19
|
2012-02-09 11:04:24 +00:00 |
|
Autopromote.php
|
|
|
|
BacklinkCache.php
|
|
|
|
Block.php
|
* (bug 33101) Viewing a User or User talk of username resembling IP ending with .xxx causes Internal error
|
2011-12-15 18:57:53 +00:00 |
|
Category.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
|
|
|
CategoryViewer.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
Cdb.php
|
Followup r105575, r105619, r105671 Add RELEASE-NOTES-1.19
|
2011-12-09 14:48:34 +00:00 |
|
Cdb_PHP.php
|
Documentation and whitespace
|
2012-02-09 01:06:57 +00:00 |
|
ChangesFeed.php
|
|
|
|
ChangesList.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
ChangeTags.php
|
Typofix, ping r109446
|
2012-01-19 09:20:32 +00:00 |
|
Collation.php
|
|
|
|
ConfEditor.php
|
|
|
|
Cookie.php
|
|
|
|
DefaultSettings.php
|
Bump 1.20alpha
|
2012-02-09 00:59:56 +00:00 |
|
DeferredUpdates.php
|
Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit()
|
2012-01-18 12:10:16 +00:00 |
|
Defines.php
|
Fix some missing doc groups
|
2012-02-09 09:34:47 +00:00 |
|
EditPage.php
|
Revert from 107187 to 107186 for bug24430 patch, it causes layout issue
|
2012-01-25 18:26:46 +00:00 |
|
Exception.php
|
bug 33646 Badtitle error page now emits a 400 HTTP status.
|
2012-01-25 10:51:37 +00:00 |
|
Export.php
|
Add the new SHA1 revision field to the XML export, add SHA1 field to export-0.6.xsd and fix namespace element from string to integer.
|
2012-01-23 19:48:20 +00:00 |
|
ExternalEdit.php
|
Unindent code to use elseif
|
2012-01-12 19:04:06 +00:00 |
|
ExternalStore.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
ExternalStoreDB.php
|
Added missing __METHOD__ parameter to DatabaseBase::selectField() calls in ExternalStoreDB
|
2012-01-31 10:22:17 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
FakeTitle.php
|
Revert r107769, r107771, r107825, r107840, r107927, r107934
|
2012-01-03 21:44:41 +00:00 |
|
Fallback.php
|
|
|
|
Feed.php
|
Documentation and whitespace
|
2012-01-19 14:56:18 +00:00 |
|
FeedUtils.php
|
r96546: Made FeedUtils::formatDiff() use the new LogFormatter class rather than a broken LogPage::actionText() call (the <summary> tag only had the log action name in it). This change means that log actions in feeds now have the user name in them, unlike 1.18. Also, broke a long code line.
|
2012-02-07 23:57:33 +00:00 |
|
FileDeleteForm.php
|
Follow-up r110750: move constants to a different class per CR
|
2012-02-07 09:40:08 +00:00 |
|
ForkController.php
|
* Fix class name
|
2011-12-20 04:39:12 +00:00 |
|
FormOptions.php
|
|
|
|
GlobalFunctions.php
|
Fixes bug 33165 - GlobalFunctions.php line 1312: Call to a member function getText() on a non-object
|
2012-02-07 02:49:28 +00:00 |
|
HistoryBlob.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
Hooks.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
Html.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
HTMLForm.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:42:35 +00:00 |
|
HttpFunctions.old.php
|
|
|
|
HttpFunctions.php
|
* (bug 32341) Add upload by URL domain limitation.
|
2012-01-19 19:16:06 +00:00 |
|
ImageFunctions.php
|
|
|
|
ImageGallery.php
|
Add some escaping to r109547, 109548, 109549
|
2012-01-19 16:55:42 +00:00 |
|
ImagePage.php
|
Use accessor method, ping r110179
|
2012-01-27 23:19:58 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Update documentation for ImportHandleRevisionXMLTag
|
2012-01-16 15:49:32 +00:00 |
|
Init.php
|
Add a new methodExists method to MWInit.
|
2012-01-09 13:45:34 +00:00 |
|
IP.php
|
|
|
|
Licenses.php
|
|
|
|
Linker.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
LinkFilter.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
LinksUpdate.php
|
Follow-up r108137: @since
|
2012-01-05 18:05:54 +00:00 |
|
LocalisationCache.php
|
Bye, bye $wgExtensionAliasesFiles (deprecated in 1.16).
|
2011-12-25 23:09:26 +00:00 |
|
MagicWord.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
Message.php
|
r80240: throw an exception if an empty message key array is given
|
2012-02-07 00:20:27 +00:00 |
|
MessageBlobStore.php
|
sanitize outgoing messages
|
2012-01-26 02:15:04 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
Follow-up r104312, tab to space
|
2011-11-26 21:46:51 +00:00 |
|
mime.types
|
added kml mime type
|
2012-01-27 22:11:57 +00:00 |
|
MimeMagic.php
|
application/vnd.oasis.opendocument.database [OFFICE]
|
2012-01-04 16:24:41 +00:00 |
|
MWFunction.php
|
|
|
|
Namespace.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
OutputHandler.php
|
debug statements for HTMLFileCache / Output
|
2012-02-09 10:56:36 +00:00 |
|
OutputPage.php
|
(bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS part of user.options into a separate module (user.cssprefs), as per the fixme comment added in r93363. No RELEASE-NOTEs because this is a regression fix that I'm gonna tag for backporting to 1.19
|
2012-02-09 11:04:24 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
spacing fix
|
2012-01-24 00:25:00 +00:00 |
|
PathRouter.php
|
Followup r104676, r104688:
|
2011-12-09 00:28:34 +00:00 |
|
PHPVersionError.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
PoolCounter.php
|
|
|
|
Preferences.php
|
Revert from 107187 to 107186 for bug24430 patch, it causes layout issue
|
2012-01-25 18:26:46 +00:00 |
|
PrefixSearch.php
|
|
|
|
ProtectionForm.php
|
And I of course forgot to commit ProtectionForm.php in r106567...
|
2011-12-18 16:02:14 +00:00 |
|
ProxyTools.php
|
added missing deprecation notices
|
2011-12-13 19:51:03 +00:00 |
|
QueryPage.php
|
Fix some missing doc groups
|
2012-02-09 09:34:47 +00:00 |
|
RecentChange.php
|
Documentation
|
2012-01-14 15:27:30 +00:00 |
|
Revision.php
|
Select fields returned by Revision::selectPageFields() and call Title::newFromRow() instead of Title::makeTitle() in Revision::getTitle() so that it doesn't need a separate query to load the page id or the latest revision id.
|
2012-02-07 19:24:31 +00:00 |
|
RevisionList.php
|
Bug 29524 - Rename RequestContext::getLang to getLanguage
|
2011-11-21 16:13:21 +00:00 |
|
Sanitizer.php
|
reverting r109723 because of slush.
|
2012-01-22 20:46:39 +00:00 |
|
SeleniumWebSettings.php
|
|
|
|
Setup.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
(bug 33911) SiteStats::isSane() should not check admins anymore
|
2012-01-26 22:08:38 +00:00 |
|
Skin.php
|
Merge r97508 changes to MessageCache.php and Skin.php into trunk
|
2012-02-07 16:49:34 +00:00 |
|
SkinLegacy.php
|
added missing deprecation notices
|
2011-12-13 19:51:03 +00:00 |
|
SkinTemplate.php
|
Fix comment, this doesn't use $wgTitle anymore
|
2012-01-14 13:15:19 +00:00 |
|
SpecialPage.php
|
Improve/add to documentation
|
2011-12-24 23:11:25 +00:00 |
|
SpecialPageFactory.php
|
merge JSTesting branch into trunk
|
2012-01-03 18:33:26 +00:00 |
|
SquidPurgeClient.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
Status.php
|
Fixed comment typo
|
2011-12-02 07:45:20 +00:00 |
|
StreamFile.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
StringUtils.php
|
|
|
|
StubObject.php
|
added missing deprecation notices
|
2011-12-13 19:51:03 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
TitleArray.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
User.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
UserArray.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
UserMailer.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
UserRightsProxy.php
|
|
|
|
ViewCountUpdate.php
|
|
|
|
WatchedItem.php
|
|
|
|
WebRequest.php
|
w/s
|
2012-02-07 13:05:31 +00:00 |
|
WebResponse.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
WebStart.php
|
|
|
|
Wiki.php
|
Please review carefully, I cannot see negative side effects from this patch. It gives extensions which use the (depreacted) UnknownAction hook a chance to see the original action= value. This fixes bug 34203 and bug 34161 UnknownAction hook problem: the hook must pass the unknown action to the callee and not the value "nosuchaction"
|
2012-02-05 11:00:07 +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
|
added missing deprecation notices
|
2011-12-13 19:51:03 +00:00 |
|
WikiFilePage.php
|
follow-up r98710/r104410. I personally think that forRefresh is confusing, since a purge is always in essence a "refresh"ing operation. change it to forThumbRefresh.
|
2011-12-20 06:48:05 +00:00 |
|
WikiMap.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 17:41:50 +00:00 |
|
WikiPage.php
|
Fix my stupid mistake in r110750 that resulted in fake "can't delete page" errors (bug 34245)
|
2012-02-08 18:07:41 +00:00 |
|
Xml.php
|
Revert r110321: introduces an XSS vulnerability because FormatJson::encode() does not prevent the termination of CDATA sections when JavaScript is embedded in HTML.
|
2012-02-08 00:03:16 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
|
|
|
ZipDirectoryReader.php
|
|
|