wiki.techinc.nl/includes
Antoine Musso dd00e0dee2 (bug 34421) avoid duplicate Subject headers
r93397 duplicated the Subject header which was passed to the mail() function
as well as to the $headers array.
2012-02-17 17:02:24 +00:00
..
actions Make wfProfileOut call be the last thing before the return 2012-02-16 02:52:46 +00:00
api Merge r111667 into trunk 2012-02-16 20:13:35 +00:00
cache Fixed bogus call to method on a string 2012-02-16 05:04:17 +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 Documentations! 2012-02-14 04:05:49 +00:00
debug [mw.debug] Clean up 2012-02-13 15:25:08 +00:00
diff Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
extauth
filerepo Improve error log formatting and added error message info for InvalidResponseException 2012-02-16 18:22:09 +00:00
installer Localisation updates for core and extension messages from translatewiki.net 2012-02-14 21:44:34 +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 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 More return documentation 2012-02-09 21:35:05 +00:00
media Remove backslash from @return types 2012-02-13 16:35:59 +00:00
normal More return documentation 2012-02-09 21:35:05 +00:00
objectcache More return documentation 2012-02-09 21:35:05 +00:00
parser Add missing wfProfileOut( __METHOD__ ); 2012-02-16 02:01:00 +00:00
profiler More return documentation 2012-02-09 21:35:05 +00:00
resourceloader Since I'm sick of all the mw.user-induced problems, break the dependency between mw.user.{options,tokens} and mw.user . With this change, mediawiki.js defines a skeleton object for mw.user containing just the options and tokens maps, and mediawiki.user.js copies those when it sets up the full mw.user object. This way of doing extending is kind of ugly but I don't have time to work on something nicer without breaking backwards compatibility. Because mw.user.{options,tokens} are loaded very early, this also means they're now guaranteed to be available to everything everywhere. 2012-02-16 22:51:06 +00:00
revisiondelete More return documentation 2012-02-09 21:36:14 +00:00
search More return documentation 2012-02-09 21:36:14 +00:00
specials * (bug 34471) Deleted contributions for IP addresses now works again 2012-02-17 14:44:14 +00:00
templates
upload Remove backslash from @return types 2012-02-13 16:35:59 +00:00
zhtable
.htaccess
Action.php Fix user related direct member variable access 2012-02-16 00:54:34 +00:00
AjaxDispatcher.php
AjaxResponse.php Fix user related direct member variable access 2012-02-16 00:54:34 +00:00
Article.php Port (with changes) r110866 to trunk. Reviewed by Brion before commit. 2012-02-13 22:32:44 +00:00
AuthPlugin.php More return documentation 2012-02-09 21:33:27 +00:00
AutoLoader.php comment out inclusion awaiting putting this stuff back after slush 2012-02-15 22:59:06 +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 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
Category.php More return documentation 2012-02-09 21:33:27 +00:00
Categoryfinder.php
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
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 Documentation followups from lastnight 2012-02-10 15:37:33 +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
DefaultSettings.php Revert r106393; I do not find it acceptible for MediaWiki to ship by-default strangling it's deprecation notices. 2012-02-13 00:35:35 +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 Whitespaces fixes 2012-02-16 16:09:08 +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 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 More return documentation 2012-02-09 21:33:27 +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
Feed.php More return documentation 2012-02-09 21:33:27 +00:00
FeedUtils.php More return documentation 2012-02-09 21:33:27 +00:00
FileDeleteForm.php More return documentation 2012-02-09 21:33:27 +00:00
ForkController.php More return documentation 2012-02-09 21:33:27 +00:00
FormOptions.php More return documentation 2012-02-09 21:33:27 +00:00
GlobalFunctions.php Added wfDeprecated() call to wfSpecialList() now there no more calls to that function in core or extensions 2012-02-16 12:59:48 +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] Follow-up r109990: Add support for excluding and disabling options 2012-02-13 15:08:26 +00:00
HTMLForm.php Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
HttpFunctions.old.php
HttpFunctions.php important fix inside HttpFunctions.php. I noticed that when you call HttpRequest::factory with noProxy=true for example inside an intranet, this is ignored in (Curl)HttpRequest because the proxy url is not cleared. This commit makes sure at lowest level - namel in the public function proxySetup() - that a optional(true) value of noProxy is observed and that it (now) also clears the proxy url. (I have been told that I am allowed to commit this patch. Please carefully review, as usual). 2012-02-15 22:40:38 +00:00
ImageFunctions.php
ImageGallery.php More return documentation 2012-02-09 21:33:27 +00:00
ImagePage.php More return documentation 2012-02-09 21:33:27 +00:00
ImageQueryPage.php
Import.php Documentation followups from lastnight 2012-02-10 15:37:33 +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
Linker.php More return documentation 2012-02-09 21:35:05 +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 More return documentation 2012-02-09 21:35:05 +00:00
MagicWord.php Documentation followups from lastnight 2012-02-10 15:37:33 +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
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
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 Followup r110592: rename 'blocking' to 'async', and invert the logic everywhere. This makes blocking loading (async=false) the default as it was before. r110592 made async loading (blocking=false) the default, which caused backwards compatibility problems when page HTML generated by 1.18 interacted with the 1.19 version of mw.loader 2012-02-15 23:38:40 +00:00
PageQueryPage.php revert core part of r111231 2012-02-12 19:40:13 +00:00
Pager.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
PathRouter.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
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 Fix user related direct member variable access 2012-02-16 00:54:34 +00:00
PrefixSearch.php
ProtectionForm.php
ProxyTools.php
QueryPage.php Remove backslash from @return types 2012-02-13 16:35:59 +00:00
RecentChange.php Documentation 2012-01-14 15:27:30 +00:00
Revision.php fix doc 2012-02-13 19:13:30 +00:00
RevisionList.php More return documentation 2012-02-09 21:36:14 +00:00
Sanitizer.php reverting r109723 because of slush. 2012-01-22 20:46:39 +00:00
SeleniumWebSettings.php
Setup.php revert r111028 (attempt to fix bug 34254) 2012-02-12 19:33:52 +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 Add &useskin=default handling to always display the wiki's default skin. 2012-02-15 19:44:54 +00:00
SkinLegacy.php More return documentation 2012-02-09 21:36:14 +00:00
SkinTemplate.php (Bug 31417) Content-holding div needs an ID. 2012-02-16 16:05:43 +00:00
SpecialPage.php Fix user related direct member variable access 2012-02-16 00:54:34 +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 More return documentation 2012-02-09 21:36:14 +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 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
Title.php Fix user related direct member variable access 2012-02-16 00:54:34 +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 * 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
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 34421) avoid duplicate Subject headers 2012-02-17 17:02:24 +00:00
UserRightsProxy.php More return documentation 2012-02-09 21:36:14 +00:00
ViewCountUpdate.php
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 Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
WebResponse.php Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
WebStart.php
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
WikiError.php
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 Also call $this->clear() from WikiPage::doDeleteUpdates() so that the object is in a consistent state after deletion 2012-02-14 15:06:13 +00:00
Xml.php Followup r107002 2012-02-16 02:52:11 +00:00
XmlTypeCheck.php
ZhClient.php
ZhConversion.php
ZipDirectoryReader.php More return documentation 2012-02-09 21:36:14 +00:00