wiki.techinc.nl/includes
Sam Reed 4655409bf9 * (bug 33865) Exception thrown when using API sandbox action=parse
The actual bug is from wrongly using title when the user wanted page, and hence weren't passing any wikitext...
2012-01-21 21:36:07 +00:00
..
actions [Actions] Move the remaining actions out of MediaWiki::performAction into single action classes (finally). 2012-01-17 19:56:08 +00:00
api * (bug 33865) Exception thrown when using API sandbox action=parse 2012-01-21 21:36:07 +00:00
cache Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
conf Deleted incorrect svn:executable properties 2011-09-05 21:01:39 +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 Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() 2012-01-18 12:10:16 +00:00
debug Reverted r109062 per code slush (also has a CR complaint) 2012-01-19 02:26:10 +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 Update some deprecated code 2011-10-14 21:18:38 +00:00
filerepo * r109659: actually return the exact type we say we do 2012-01-21 00:04:09 +00:00
installer Localisation updates for core and extension messages from translatewiki.net 2012-01-19 21:38:41 +00:00
interwiki Back out r95396 and friends 2011-09-29 22:08:00 +00:00
job Fix non reverted job_insert_timestamp 2012-01-03 15:14:35 +00:00
json Simplify $assoc check 2011-12-20 20:15:42 +00:00
libs Revert r103978, r103979 -- screwed something up, breaks jQuery minification. 2011-11-23 00:22:46 +00:00
logging Can't PHP just DWIM? Ping r109628 2012-01-20 19:09:55 +00:00
media Add some escaping to r109547, 109548, 109549 2012-01-19 16:55:42 +00:00
normal Followup r93921: missed something from testing 2011-08-04 22:06:05 +00:00
objectcache Pass __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() 2012-01-17 11:38:00 +00:00
parser Bug 33845: Headings become cursive in TOC when they contain an image 2012-01-21 16:27:27 +00:00
profiler Make time of '-total' item correct if using 'user' time metric 2012-01-18 20:01:46 +00:00
resourceloader Fix profiling, that function is not profiled 2012-01-18 14:48:35 +00:00
revisiondelete Fix one usage of User::getSkin() in phase3 2011-12-14 12:52:20 +00:00
search * Inlinise Preferences::loadOldSearchNs() in SearchEngine::userNamespaces(); the latter is the only caller of the former 2012-01-20 16:12:34 +00:00
specials [JSTesting] update QUnit html 2012-01-21 06:18:38 +00:00
templates Move registration form template to its own file 2011-12-20 14:01:09 +00:00
upload Followup r109562 2012-01-19 20:26:10 +00:00
zhtable Revert unihan.zip's version to 5.2.0. 2011-10-19 14:13:41 +00:00
.htaccess
Action.php +@since for getActionName (r109678) 2012-01-21 17:21:53 +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 Fix method name in comment: Article::followRedirect() -> WikiPage::getRedirectTarget() 2012-01-08 17:34:28 +00:00
AuthPlugin.php Adding support for domains in SpecialPasswordReset.php. 2011-09-08 19:54:32 +00:00
AutoLoader.php Split LogPager out of LogEventsList.php 2012-01-20 09:44:39 +00:00
Autopromote.php Moved wfGetIP() to WebRequest::getIP(): 2011-08-18 20:03:30 +00:00
BacklinkCache.php using real identity for hashar 2011-10-24 09:08:13 +00:00
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
Categoryfinder.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
CategoryPage.php * restored category page (some references to Title object were missing) 2011-10-15 18:14:25 +00:00
CategoryViewer.php Bug 33514 - Make category "columns" (table cells) equal width 2012-01-05 04:53:05 +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 Couple more pieces of wikia upstreaming 2011-08-19 23:30:12 +00:00
ChangesList.php Documentation 2012-01-12 19:03:32 +00:00
ChangeTags.php Typofix, ping r109446 2012-01-19 09:20:32 +00:00
Collation.php (bug 30722) Add an identity collation that sorts things based on what the unicode code point is (aka pre-1.17 behaviour). 2011-09-11 01:13:08 +00:00
ConfEditor.php
Cookie.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
DefaultSettings.php comment wgLocalFileRepo has an example usage in Setup.php 2012-01-19 23:06:23 +00:00
DeferredUpdates.php Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() 2012-01-18 12:10:16 +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 Update comment 2012-01-19 02:04:30 +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 Revert r108764: doesn't appear to do what it says in the description, and no explanation why it's being done (presumably would just break searches again?) 2012-01-12 22:17:54 +00:00
ExternalEdit.php Unindent code to use elseif 2012-01-12 19:04:06 +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 Revert r107769, r107771, r107825, r107840, r107927, r107934 2012-01-03 21:44:41 +00:00
Fallback.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
Feed.php Documentation and whitespace 2012-01-19 14:56:18 +00:00
FeedUtils.php Follow-up r106189. The $wgUser are no longer needed. 2011-12-15 21:53:02 +00:00
FileDeleteForm.php Removed useless call to Title::getArticleID(); let WikiPage::doDeleteArticle() do this itself 2012-01-03 16:20:56 +00:00
ForkController.php * Fix class name 2011-12-20 04:39:12 +00:00
FormOptions.php using real identity for hashar 2011-10-24 09:08:13 +00:00
GlobalFunctions.php Documentation 2012-01-19 17:27:29 +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 makes HTML5 five only attributes a global property 2011-10-24 13:58:03 +00:00
HTMLForm.php Documentation 2012-01-19 17:27:29 +00:00
HttpFunctions.old.php Kill various unused variables 2011-10-29 01:17:26 +00:00
HttpFunctions.php * (bug 32341) Add upload by URL domain limitation. 2012-01-19 19:16:06 +00:00
ImageFunctions.php * Allow passing in a blacklist into wfIsBadImage() 2011-10-27 00:23:23 +00:00
ImageGallery.php Add some escaping to r109547, 109548, 109549 2012-01-19 16:55:42 +00:00
ImagePage.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +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 using real identity for hashar 2011-10-24 09:08:13 +00:00
Licenses.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
Linker.php Follow up to r105855 - now with updated phpunit tests. 2012-01-17 00:17:55 +00:00
LinkFilter.php
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 Remove support for the deprecated and no longer used in trunk hook MagicWordMagicWords. 2012-01-18 18:20:50 +00:00
Message.php Update documentation on params method of Message class to indicate it can either be varags, or it can also 2011-12-22 00:51:43 +00:00
MessageBlobStore.php
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 mime.types: add opendoc database 2012-01-04 15:14:08 +00:00
MimeMagic.php application/vnd.oasis.opendocument.database [OFFICE] 2012-01-04 16:24:41 +00:00
MWFunction.php arrray -> array 2011-11-01 23:48:09 +00:00
Namespace.php Stylize 2011-12-16 10:58:20 +00:00
OutputHandler.php
OutputPage.php Reinstate r109223 per CR + fixes 2012-01-21 06:57:34 +00:00
PageQueryPage.php Call Linker method statically; also changed it to linkKnown() 2011-09-05 20:48:14 +00:00
Pager.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +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 Documentation 2011-08-17 17:11:49 +00:00
Preferences.php * Inlinise Preferences::loadOldSearchNs() in SearchEngine::userNamespaces(); the latter is the only caller of the former 2012-01-20 16:12:34 +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 (bug 33456) show $wgQueryCacheLimit on cached query pages, so users know that the results are artificially cut off, and its not just that there is only 1000 wanted files (or whatever else) on the wiki. 2012-01-05 16:14:52 +00:00
RecentChange.php Documentation 2012-01-14 15:27:30 +00:00
Revision.php Fix bug 32948: 2012-01-21 07:59:25 +00:00
RevisionList.php Bug 29524 - Rename RequestContext::getLang to getLanguage 2011-11-21 16:13:21 +00:00
Sanitizer.php Correct typo in comment, so that it reflects the spec and the actual value in 2012-01-18 01:38:44 +00:00
SeleniumWebSettings.php
Setup.php Reverted r109062 per code slush (also has a CR complaint) 2012-01-19 02:26:10 +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 Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() 2012-01-18 12:10:16 +00:00
Skin.php (follow-up r108145) Mark test as needing a database, and fix bug number in comment. 2012-01-07 15:43:21 +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 Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
Status.php Fixed comment typo 2011-12-02 07:45:20 +00:00
StreamFile.php * Fixed type check in StreamFile::prepareForStream() for 404s 2012-01-17 05:34:01 +00:00
StringUtils.php
StubObject.php added missing deprecation notices 2011-12-13 19:51:03 +00:00
tidy.conf
Title.php deprecated $query2 in Title.php 2012-01-17 16:42:53 +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 Revert r102624, r104262 (user display name stuff). Per CR there isn't consensus on this yet. 2012-01-11 00:53:08 +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 w/s, remove unused vars per note in bug #33537 2012-01-06 20:54:24 +00:00
UserRightsProxy.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
ViewCountUpdate.php Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case: 2011-09-10 06:50:30 +00:00
WatchedItem.php
WebRequest.php FauxRequest now has empty data per default 2012-01-09 10:42:44 +00:00
WebResponse.php Followup r94211 2011-08-11 00:17:58 +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 [Action] Fix action=ajax 2012-01-21 20:13:57 +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 Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
WikiPage.php Fix bug 32948: 2012-01-21 07:59:25 +00:00
Xml.php follow-up to r106912 - NULL to null 2012-01-04 19:01:12 +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 Add, update, tweak documentation 2011-10-26 03:45:13 +00:00