| .. |
|
actions
|
added enabled field so you can disable the cache thing if you need to before its been initialized and fixed copypaste error
|
2012-03-20 00:31:10 +00:00 |
|
api
|
fix for bug33214 - catch all exceptions in api execute and provides necessary parameters required by the custom printer
|
2012-03-17 02:23:06 +00:00 |
|
cache
|
More of r113580
|
2012-03-11 22:05:54 +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
|
Follow-up to r15791: Rename "user" and "text" when upgrading on PostgreSQL
|
2012-03-14 20:20:53 +00:00 |
|
debug
|
[mw.debug] Clean up
|
2012-02-13 15:25:08 +00:00 |
|
diff
|
Sanitizing already existing use of PHP's assert
|
2012-03-19 11:14:43 +00:00 |
|
extauth
|
Update some deprecated code
|
2011-10-14 21:18:38 +00:00 |
|
filerepo
|
[FileRepo] Added long-since missing FOR UPDATE to LocalFile::lock(). This might help with the weird mismatched metadata for files with two uploads at the same time that I keep seeing in the DB.
|
2012-03-20 00:57:18 +00:00 |
|
installer
|
Commit the cryptrand project worked on in git:
|
2012-03-20 05:17:40 +00:00 |
|
interwiki
|
Documentation updates
|
2012-03-05 15:23:04 +00:00 |
|
job
|
More __METHOD__ in our madness
|
2012-02-24 18:45:24 +00:00 |
|
json
|
More return documentation
|
2012-02-09 21:35:05 +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 19:30:01 +00:00 |
|
logging
|
Unbreak maintenance/deleteDefaultMessages.php for PostgreSQL
|
2012-03-15 01:52:38 +00:00 |
|
media
|
Update core usage of getLanguageName[s].
|
2012-03-08 20:56:26 +00:00 |
|
normal
|
More return documentation
|
2012-02-09 21:35:05 +00:00 |
|
objectcache
|
Trim trailing whitespace
|
2012-03-17 22:52:54 +00:00 |
|
parser
|
Commit the cryptrand project worked on in git:
|
2012-03-20 05:17:40 +00:00 |
|
profiler
|
More return documentation
|
2012-02-09 21:35:05 +00:00 |
|
resourceloader
|
(bug 35036) Wikipage-based ResourceLoader modules were not automatically purged as they should be when one of their messages changed. In practice, this only affected WikiLove.
|
2012-03-07 19:33:37 +00:00 |
|
revisiondelete
|
Normalise casing of getArticleID used in core
|
2012-03-11 18:54:55 +00:00 |
|
search
|
More return documentation
|
2012-02-09 21:36:14 +00:00 |
|
specials
|
Commit the cryptrand project worked on in git:
|
2012-03-20 05:17:40 +00:00 |
|
templates
|
Move registration form template to its own file
|
2011-12-20 14:01:09 +00:00 |
|
upload
|
Remove backslash from @return types
|
2012-02-13 16:35:59 +00:00 |
|
zhtable
|
Revert unihan.zip's version to 5.2.0.
|
2011-10-19 14:13:41 +00:00 |
|
.htaccess
|
|
|
|
Action.php
|
Fix user related direct member variable access
|
2012-02-16 00:54:34 +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
|
Documentation updates
|
2012-03-05 15:23:04 +00:00 |
|
Article.php
|
* (bug 34841) Fix for r103502: don't show edit links when display old page versions
|
2012-03-14 16:04:21 +00:00 |
|
AuthPlugin.php
|
More return documentation
|
2012-02-09 21:33:27 +00:00 |
|
AutoLoader.php
|
Commit the cryptrand project worked on in git:
|
2012-03-20 05:17:40 +00:00 |
|
Autopromote.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 18:01:54 +00:00 |
|
BacklinkCache.php
|
More return documentation
|
2012-02-09 21:33:27 +00:00 |
|
Block.php
|
Force the target user ID to be the correct foreign ID on the relevant local wikis for crosswiki suppress blocks.
|
2012-02-28 02:04:30 +00:00 |
|
CacheHelper.php
|
follow up to r114215, fix some fails and added CachedAction implementing the same stuff as SpecialCachedPage
|
2012-03-20 00:04:36 +00:00 |
|
Category.php
|
More __METHOD__ into db related methods
|
2012-02-24 17:00:52 +00:00 |
|
Categoryfinder.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
CategoryPage.php
|
More return documentation
|
2012-02-09 21:33:27 +00:00 |
|
CategoryViewer.php
|
More return documentation
|
2012-02-09 21:33:27 +00:00 |
|
Cdb.php
|
Followup r105575, r105619, r105671 Add RELEASE-NOTES-1.19
|
2011-12-09 14:48:34 +00:00 |
|
Cdb_PHP.php
|
Delete the temp cdb file when an exception is thrown so they don't take up /tmp space
|
2012-02-15 20:24:15 +00:00 |
|
ChangesFeed.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 19:30:01 +00:00 |
|
ChangesList.php
|
Restore many missing spaces from r112589
|
2012-03-01 10:42:02 +00:00 |
|
ChangeTags.php
|
Reverted r111186, r111226: broken per CR
|
2012-02-14 07:25:48 +00:00 |
|
Collation.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 19:30:01 +00:00 |
|
ConfEditor.php
|
Remove backslash from @return types
|
2012-02-13 16:35:59 +00:00 |
|
Cookie.php
|
More return documentation
|
2012-02-09 21:33:27 +00:00 |
|
CryptRand.php
|
Followup r114270 (essentially reverts it), and r114233, use class member variables as they are already defined
|
2012-03-20 14:21:27 +00:00 |
|
DefaultSettings.php
|
Handle PostgreSQL transaction errors and improve schema detection
|
2012-03-09 17:24:57 +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 |
|
DeprecatedGlobal.php
|
follow-up r111342. Document the callerOffset paramter being used per CR.
|
2012-02-13 20:29:41 +00:00 |
|
EditPage.php
|
Bug 35051 - [Regression] If heading has a trailing space after == then its name is not preloaded into edit summary on section edit. Regression from r105380.
|
2012-03-15 15:21:46 +00:00 |
|
Exception.php
|
Don't output skinned errors in case of unhandled API exceptions
|
2012-02-20 19:19:52 +00:00 |
|
Export.php
|
Fix user related direct member variable access
|
2012-02-16 00:54:34 +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
|
Pass __METHOD__ to DatabaseBase::begin(), DatabaseBase::commit() and DatabaseBase::rollback()
|
2012-02-26 17:19:11 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
Documentation followups from lastnight
|
2012-02-10 15:37:33 +00:00 |
|
FakeTitle.php
|
Removed FakeTitle::userCanEditCssJsSubpage() for consistency since Title::userCanEditCssJsSubpage() doesn't exist anymore
|
2012-02-13 14:01:32 +00:00 |
|
Fallback.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
Feed.php
|
More return documentation
|
2012-02-09 21:33:27 +00:00 |
|
FeedUtils.php
|
Fix possibly undefined variables
|
2012-02-18 01:07:42 +00:00 |
|
FileDeleteForm.php
|
Follow-up r113939: Add divs to addWikiText().
|
2012-03-17 21:19:31 +00:00 |
|
ForkController.php
|
Make sure ForkController nukes any connection resources that backends might have before forking
|
2012-03-09 22:59:13 +00:00 |
|
FormOptions.php
|
More return documentation
|
2012-02-09 21:33:27 +00:00 |
|
GlobalFunctions.php
|
Commit the cryptrand project worked on in git:
|
2012-03-20 05:17:40 +00:00 |
|
HistoryBlob.php
|
Clarified comment per CR r111701
|
2012-02-17 00:28:17 +00:00 |
|
Hooks.php
|
Documentation followups from lastnight
|
2012-02-10 15:37:33 +00:00 |
|
Html.php
|
[Html::namespaceSelector] Remove default id/name attributes
|
2012-03-07 19:14:20 +00:00 |
|
HTMLForm.php
|
Follow up to r113142; fix incorrect conversion to array (value can be array already)
|
2012-03-07 19:07:40 +00:00 |
|
HttpFunctions.old.php
|
Kill various unused variables
|
2011-10-29 01:17:26 +00:00 |
|
HttpFunctions.php
|
r111588: refactored proxy/noProxy code slightly for simplicity
|
2012-02-29 00:36:40 +00:00 |
|
ImageFunctions.php
|
* Allow passing in a blacklist into wfIsBadImage()
|
2011-10-27 00:23:23 +00:00 |
|
ImageGallery.php
|
More return documentation
|
2012-02-09 21:33:27 +00:00 |
|
ImagePage.php
|
(bug 34863) Make it so an image that was previously deleted and currently does not exist (locally or foreignly), shows a snippet from the deletion (and move) log.
|
2012-03-02 01:02:41 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Commit the cryptrand project worked on in git:
|
2012-03-20 05:17:40 +00:00 |
|
Init.php
|
More return documentation
|
2012-02-09 21:35:05 +00:00 |
|
IP.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 18:01:10 +00:00 |
|
Licenses.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
Linker.php
|
Bug 35034 - moved autocomment-prefix between the prefix and the arrow. Follow up to r109086.
|
2012-03-13 23:09:06 +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
|
Fix exception's text: use __construct() instead of class name for constructor and WikiPage::doEditUpdates() instead of Article::editUpdates()
|
2012-02-12 15:37:29 +00:00 |
|
LocalisationCache.php
|
Pass __METHOD__ to DatabaseBase::begin(), DatabaseBase::commit() and DatabaseBase::rollback()
|
2012-02-24 14:47:49 +00:00 |
|
MagicWord.php
|
Documentation followups from lastnight
|
2012-02-10 15:37:33 +00:00 |
|
Message.php
|
Follow-up r113223: set the "interface" flag in Message to true by default and set it to false when the page is included.
|
2012-03-13 18:41:13 +00:00 |
|
MessageBlobStore.php
|
Revert r110045: well-meaning but broken attempt to apply preemptive XSS protection on messages
|
2012-02-27 21:52:33 +00:00 |
|
Metadata.php
|
* Added HttpError exception as replacement for wfHttpError(); changed alls core calls to it except AjaxDispatcher.php
|
2011-09-16 18:50:13 +00:00 |
|
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
|
More return documentation
|
2012-02-09 21:35:05 +00:00 |
|
MWFunction.php
|
arrray -> array
|
2011-11-01 23:48:09 +00:00 |
|
Namespace.php
|
Remove backslash from @return types
|
2012-02-13 16:35:59 +00:00 |
|
OutputHandler.php
|
debug statements for HTMLFileCache / Output
|
2012-02-09 10:56:36 +00:00 |
|
OutputPage.php
|
User:PleaseStand patch fixes bug 34972
|
2012-03-13 17:57:54 +00:00 |
|
PageQueryPage.php
|
revert core part of r111231
|
2012-02-12 19:40:13 +00:00 |
|
Pager.php
|
(bug 34736) empty limit on special pages causes navigation issues
|
2012-02-27 10:17:01 +00:00 |
|
PathRouter.php
|
Fix bug 34684 in my PathRouter code:
|
2012-02-24 11:31:36 +00:00 |
|
PHPVersionError.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
PoolCounter.php
|
More return documentation
|
2012-02-09 21:35:05 +00:00 |
|
Preferences.php
|
Commit the cryptrand project worked on in git:
|
2012-03-20 05:17:40 +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
|
Refactors the check if a particular IP is in the list of configured squid servers into its own function.
|
2012-02-21 22:00:58 +00:00 |
|
QueryPage.php
|
* Don't execute the LinkBatch if there are now rows
|
2012-03-02 20:35:01 +00:00 |
|
RecentChange.php
|
Followup-To: r113888 Remove extra wfDebug()
|
2012-03-15 02:00:16 +00:00 |
|
Revision.php
|
More of r113580
|
2012-03-11 22:05:54 +00:00 |
|
RevisionList.php
|
r99633: Fixed raw access to context field, which is lazy-loaded and thus the relevant code was broken (bug 34544)
|
2012-02-20 18:39:15 +00:00 |
|
Sanitizer.php
|
Revert Microdata improvements in r111891, r111898, r111899, r111901, r111903, and r111906 till after the git migration.
|
2012-02-20 22:32:18 +00:00 |
|
SeleniumWebSettings.php
|
move wfRecursiveRemoveDir to global functions
|
2012-02-24 15:41:06 +00:00 |
|
Setup.php
|
Make the first line of debug log more consitent between CLI and web call by putting the method and the URL directly on the first line
|
2012-03-19 20:52:59 +00:00 |
|
SiteConfiguration.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 19:29:36 +00:00 |
|
SiteStats.php
|
(bug 33911) SiteStats::isSane() should not check admins anymore
|
2012-01-26 22:08:38 +00:00 |
|
Skin.php
|
More of r113580
|
2012-03-11 22:05:54 +00:00 |
|
SkinLegacy.php
|
More of r113580
|
2012-03-11 22:05:54 +00:00 |
|
SkinTemplate.php
|
More of r113580
|
2012-03-11 22:05:54 +00:00 |
|
SpecialPage.php
|
Follow-up r113223: set the "interface" flag in Message to true by default and set it to false when the page is included.
|
2012-03-13 18:41:13 +00:00 |
|
SpecialPageFactory.php
|
More return documentation
|
2012-02-09 21:36:14 +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
|
Add a getValue method...
|
2012-03-12 16:55:25 +00:00 |
|
StreamFile.php
|
More file streaming related profiling
|
2012-02-25 01:43:20 +00:00 |
|
StringUtils.php
|
Remove backslash from @return types
|
2012-02-13 16:35:59 +00:00 |
|
StubObject.php
|
More return documentation
|
2012-02-09 21:36:14 +00:00 |
|
tidy.conf
|
Revert Microdata improvements in r111891, r111898, r111899, r111901, r111903, and r111906 till after the git migration.
|
2012-02-20 22:32:18 +00:00 |
|
Title.php
|
More of r113580
|
2012-03-11 22:05:54 +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
|
(bug 35316) On autocreate, use $this as the "doer" in the newuser log entry, since unlike User::addNewUserLogEntry(), there is no way the action could have been triggered by a different user. Usually $wgUser is set correctly, but there's no need to rely on it here.
|
2012-03-20 06:19:02 +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
|
* (bug 35019) Fix for rr99942: edit summaries are no longer transformed in notification e-mails
|
2012-03-08 21:39:13 +00:00 |
|
UserRightsProxy.php
|
More return documentation
|
2012-02-09 21:36:14 +00:00 |
|
ViewCountUpdate.php
|
Change some DatabaseBase::query() calls to use more specific methods
|
2012-03-03 17:33:26 +00:00 |
|
WatchedItem.php
|
* Don't issue a write query to the database if the wl_notificationtimestamp is already null, so we don't to do at COMMIT et al. on every view request on an user watching the page
|
2012-02-10 19:35:14 +00:00 |
|
WebRequest.php
|
followup to -r113545 - add null for missing $default param
|
2012-03-10 00:31:54 +00:00 |
|
WebResponse.php
|
Fix doxygen docs before REL1_19 branching
|
2012-02-01 20:53:38 +00:00 |
|
WebStart.php
|
Additional register_globals vulnerability check. Merged in from big Wikia merge: http://www.mediawiki.org/wiki/Wikia_code
|
2011-09-16 20:31:37 +00:00 |
|
Wiki.php
|
Give a warning when people use $wgArticle. Add's a class that can be used to give warnings for other globals too.
|
2012-02-13 00:19:06 +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
|
Settings $this->mFile to false and checking for !$this->mFile the line after is rather... useless
|
2012-02-15 13:34:08 +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
|
More of r113580
|
2012-03-11 22:05:54 +00:00 |
|
Xml.php
|
Combine getLanguageNames and getTranslatedLanguageNames into one function which is much easier and more logical to use. Does not contain any actual changes yet in what the function does.
|
2012-02-27 11:59:24 +00:00 |
|
XmlTypeCheck.php
|
More wikia upstreaming
|
2011-08-17 22:42:49 +00:00 |
|
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
|
More return documentation
|
2012-02-09 21:36:14 +00:00 |