wiki.techinc.nl/includes
2012-02-12 23:42:39 +00:00
..
actions fixes Bug 34198 - first item in the history shows no information about its size 2012-02-11 18:11:01 +00:00
api * (bug 34313) MediaWiki API intro message about "HTML format" should mention the format parameter. 2012-02-10 14:39:12 +00:00
cache Fix some injection from r110871 2012-02-12 19:51:03 +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 Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
debug More return documentation 2012-02-09 21:33:27 +00:00
diff Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
extauth Update some deprecated code 2011-10-14 21:18:38 +00:00
filerepo Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
installer Localisation updates for core and extension messages from translatewiki.net 2012-02-11 21:23:46 +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 Documentation followups from lastnight 2012-02-10 15:37:33 +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 revert r111234 (deprecated methods removal) 2012-02-12 19:25:28 +00:00
profiler More return documentation 2012-02-09 21:35:05 +00:00
resourceloader 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
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 fix for bug 29135 - please carefully review as it touched the PasswordReset behaviour. Aashish's fix only presets the PasswordReset username field with the logged-in username. This is exactly what users want when they reset their own password via mail. It is also needed by OpenID extension to allow OpenID-only logged-in users to create a regular password for several purposes and security. 2012-02-12 09:13:53 +00:00
templates Move registration form template to its own file 2011-12-20 14:01:09 +00:00
upload Followup r11120, wfParseUrl() can return false, if it does, the host isn't going to be valid 2012-02-11 15:13:01 +00:00
zhtable Revert unihan.zip's version to 5.2.0. 2011-10-19 14:13:41 +00:00
.htaccess
Action.php w/s 2012-02-11 01:33:20 +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 More return documentation 2012-02-09 21:33:27 +00:00
Article.php Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
AuthPlugin.php More return documentation 2012-02-09 21:33:27 +00:00
AutoLoader.php adding DBDataObject class after having some people review it and posting on the list. docs can currently be found at https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw/DBDataObject 2012-02-11 21:34:01 +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 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 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 re r111186: remove extra form tag. 2012-02-11 01:53:17 +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 More return documentation 2012-02-09 21:33:27 +00:00
Cookie.php More return documentation 2012-02-09 21:33:27 +00:00
DBDataObject.php v2, not v3 2012-02-12 19:27:09 +00:00
DefaultSettings.php * (bug 32341) Add upload by URL domain limitation. 2012-02-09 23:22:38 +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 ugh, missed this global var 2012-02-11 01:43:34 +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 More return documentation 2012-02-09 21:33:27 +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 revert r111234 (deprecated methods removal) 2012-02-12 19:25:28 +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 revert core part of r111231 2012-02-12 19:40:13 +00:00
HistoryBlob.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
Hooks.php Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
Html.php [Html.php] Follow-up r110275, comment fixes. 2012-02-12 18:58:28 +00:00
HTMLForm.php Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
HttpFunctions.old.php Kill various unused variables 2011-10-29 01:17:26 +00:00
HttpFunctions.php More return documentation 2012-02-09 21:33:27 +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 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 * 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 More return documentation 2012-02-09 21:35:05 +00:00
OutputHandler.php debug statements for HTMLFileCache / Output 2012-02-09 10:56:36 +00:00
OutputPage.php More return documentation 2012-02-09 21:35:05 +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 revert r111234 (deprecated methods removal) 2012-02-12 19:25:28 +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 More return documentation 2012-02-09 21:36:14 +00:00
RecentChange.php Documentation 2012-01-14 15:27:30 +00:00
Revision.php More return documentation 2012-02-09 21:36:14 +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 More return documentation 2012-02-09 21:36:14 +00:00
SkinLegacy.php More return documentation 2012-02-09 21:36:14 +00:00
SkinTemplate.php More return documentation 2012-02-09 21:36:14 +00:00
SpecialPage.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
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
StubObject.php More return documentation 2012-02-09 21:36:14 +00:00
tidy.conf
Title.php add warning note to isKnown() per r111017 2012-02-12 23:42:39 +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 32210) UserMailer.php: New edit emails should offer a single-diff link. 2012-02-10 21:47:37 +00:00
UserRightsProxy.php More return documentation 2012-02-09 21:36:14 +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 * 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 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 Revert r111168 (removed of $wgArticle) since it seems that this is too early for some people; also removed the comment stating the removal was due in 1.20 (might want to be merged in 1.19). 2012-02-12 14:38:42 +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 More return documentation 2012-02-09 21:36:14 +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 Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
Xml.php More return documentation 2012-02-09 21:36:14 +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 More return documentation 2012-02-09 21:36:14 +00:00