wiki.techinc.nl/includes
2011-07-23 09:49:54 +00:00
..
actions Update code comments that point to 1.18 to point to 1.19 2011-07-18 23:01:08 +00:00
api Reduce a bit the coupling between Skin and OutputPage: 2011-07-22 10:45:07 +00:00
cache Documentation 2011-07-12 19:59:35 +00:00
conf
db Revert DatabaseBase::tablePrefix() part of r79272: doesn't seem to be really necessary (tests are all still passing, Mysql && Sqlite) and as Tim points out this breaks anything trying to use it as an accessor rather than mutator. 2011-07-20 23:27:34 +00:00
diff Profiling errors. r92106 missed a wfProfileOut 2011-07-19 19:05:23 +00:00
extauth Revert the dbname -> dbName part of r90430. dbname actually dates back to r32578 and is referenced in the documentation for $wgDBservers, so it can't be easily changed. We can still kill tablename though, it's not too late. 2011-06-20 07:40:07 +00:00
filerepo added missing null checks in callers of Revision::newNullRevision 2011-07-20 00:15:05 +00:00
installer Localisation updates for core and extension messages from translatewiki.net (2011-07-21 19:11:00 UTC) 2011-07-21 19:32:47 +00:00
interwiki Fixes for r92538 & r92528: 2011-07-21 22:19:23 +00:00
job Non-concurrent pop_type() since the $row === false case was being hit 99% of the time on WMF in a backlog situation. 2011-07-12 08:08:58 +00:00
json
libs Fixes for URL expanding in CSSMin: adjust the offset correctly (this could've theoretically resulted in very strange bugs) and only call wfExpandUrl() if available (the file is in includes/libs so it should work outside of MediaWiki) 2011-07-19 21:19:50 +00:00
media Fixup r89029. You don't include the brackets in the method name! 2011-07-20 15:13:58 +00:00
normal Swap else if for elseif 2011-06-17 16:05:05 +00:00
objectcache Removed usage of error suppression operator 2011-07-06 16:29:27 +00:00
parser Profiling errors. r92106 missed a wfProfileOut 2011-07-19 19:05:23 +00:00
profiler Avoid notice on profile close errors 2011-07-13 22:59:55 +00:00
resourceloader Followup to r91608: reduce impact of bug 29784 (high jsmin+ memory usage during parsing) by skipping JS validation on modules backed by files. Unless you're developing them, these will usually be stable, and large individual files like the pre-bundled jQuery can hit memory limits much sooner than we like. 2011-07-11 21:39:06 +00:00
revisiondelete * Changed dynamic calls to Linker methods into static ones 2011-07-10 18:12:11 +00:00
search Update code comments that point to 1.18 to point to 1.19 2011-07-18 23:01:08 +00:00
specials Dummy-proof incLoginThrottle/clearLoginThrottle with trim() 2011-07-23 09:49:54 +00:00
templates Bunch of error suppression operator fixes (bug 2011-07-06 21:57:44 +00:00
upload Bug #29874 - Image extension strict whitelist handling is inconsistent 2011-07-18 18:05:45 +00:00
zhtable Update Chinese conversion tables. 2011-06-19 18:10:24 +00:00
.htaccess
Action.php * Changed action=revert to use a subclass of Action 2011-07-01 20:07:21 +00:00
AjaxDispatcher.php Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved js_unescape() over to it. 2011-07-14 20:38:28 +00:00
AjaxResponse.php Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved js_unescape() over to it. 2011-07-14 20:38:28 +00:00
Article.php Fix for r92702: there's no such method in Article class 2011-07-21 20:23:30 +00:00
AuthPlugin.php
AutoLoader.php * Moved email changing from sp:Preferences to new sp:ChangeEmail, which requires confirming the user password. This reduces the impact of session hijacking, which was increased slightly with r86482. Changing a password already required confirming the old one. This change closes the loophole of changing the email address and then doing a reset. 2011-07-23 00:48:39 +00:00
Autopromote.php Follow-up r90819: made XOR only work on two conditions per CR. Give a warning if three or more given. 2011-06-28 02:56:45 +00:00
BacklinkCache.php (Follow-up r91059) Make backlinks query do both null or "" to potentially account for old rows that havn't been updated 2011-06-29 23:09:00 +00:00
Block.php Add comment 2011-07-18 22:23:42 +00:00
Category.php
Categoryfinder.php
CategoryPage.php (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished. 2011-07-06 02:26:06 +00:00
Cdb.php
Cdb_PHP.php
ChangesFeed.php (bug 29485) For rss feed of the RC, it groups consecutive edits by same user, but then links 2011-06-19 05:45:40 +00:00
ChangesList.php Update code comments that point to 1.18 to point to 1.19 2011-07-18 23:01:08 +00:00
ChangeTags.php Fix for r91651: don't escape HTML 2011-07-09 09:01:50 +00:00
Collation.php (Follow-up r90759 per CR) Use a hook to register new Collations instead of just taking the collation name as a class name 2011-07-05 05:30:04 +00:00
ConfEditor.php
Cookie.php
DefaultSettings.php Revert 2 from r92498 2011-07-18 23:04:09 +00:00
Defines.php Move $wgFeedClasses to DefaultSettings where they belong. This has been bothering me for years. 2011-06-30 18:16:45 +00:00
DjVuImage.php
EditPage.php Revert non-functional parts of r82343 -- 'select' parameter that's never actually been exported or used, and was always being forced to true before being discarded anyway. 2011-07-20 23:51:52 +00:00
Exception.php * Remove Exception.php's reliance on wfDie(), as well as the awful constant MEDIAWIKI_INSTALL (holdover from old installer) 2011-06-28 19:46:23 +00:00
Export.php Uncommited documentation from my working copy 2011-06-25 16:15:44 +00:00
ExternalEdit.php Fix for r92187 2011-07-15 05:32:57 +00:00
ExternalStore.php
ExternalStoreDB.php
ExternalStoreHttp.php
ExternalUser.php
FakeTitle.php
Fallback.php
Feed.php
FeedUtils.php Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() 2011-07-01 02:25:19 +00:00
FileDeleteForm.php Follow-up r90482: escape some more wikitext 2011-06-22 14:59:05 +00:00
ForkController.php
FormOptions.php
GenderCache.php
GlobalFunctions.php Update code comments that point to 1.18 to point to 1.19 2011-07-18 23:01:08 +00:00
HistoryBlob.php
HistoryPage.php Override Pager::getTitle() in core subclasses of ReverseChronologicalPager that don't have it 2011-07-06 14:10:24 +00:00
Hooks.php Swap else if for elseif 2011-06-17 16:03:52 +00:00
Html.php
HTMLForm.php Document parameter in loadInputFromParameters 2011-07-22 19:44:48 +00:00
HttpFunctions.old.php
HttpFunctions.php (bug 29959) Installer fatal when cURL and allow_url_fopen is disabled and user tries to subsribe to mediawiki-announce 2011-07-18 21:56:10 +00:00
ImageFunctions.php
ImageGallery.php sync up RELEASE-NOTES 2011-07-15 23:18:38 +00:00
ImagePage.php BetterDirectionality fixes: 2011-07-11 00:39:41 +00:00
ImageQueryPage.php
Import.php libxml >= 2.7.3 ha a 10mb cap on the size of a text node and the LIBXML_PARSEHUGE lets us override that, needed for lucid since there are a few revs in the db larger than that limit 2011-07-12 15:01:58 +00:00
Init.php Minor doc fix to r84741 2011-06-16 23:40:13 +00:00
IP.php
Licenses.php Swap else if for elseif 2011-06-17 16:03:52 +00:00
Linker.php $wgUploadNavigationUrl should be used for file redlinks if $wgUploadMissingFileUrl is not set. The first was used for this until the second was introduced in r69997 (1.17). According to the comments there it was broken in 1.16 but as far as I tested it worked in 1.16. In any case, the old behavior should be restored as most WMF wikis have set wgUploadNavigationUrl but not wgUploadMissingFileUrl. 2011-07-19 23:09:55 +00:00
LinkFilter.php
LinksUpdate.php Fix whitespace, documentation 2011-07-09 03:49:25 +00:00
LocalisationCache.php (see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php because it is broken (and has been for a long time) and secondly, it is only used for things that can be done otherwise: 2011-07-05 01:26:49 +00:00
LogEventsList.php * Changed dynamic calls to Linker methods into static ones 2011-07-10 18:12:11 +00:00
LogPage.php * Changed dynamic calls to Linker methods into static ones 2011-07-10 18:12:11 +00:00
MagicWord.php
Message.php
MessageBlobStore.php
Metadata.php * Split off WikiPage class from Article, WikiFilePage class from ImagePage, and WikiCategoryPage from CategoryPage. 2011-06-29 22:09:51 +00:00
mime.info Per CR, revert non debugging stuff from r82436. (KML uploads) 2011-06-29 20:31:43 +00:00
mime.types Per CR, revert non debugging stuff from r82436. (KML uploads) 2011-06-29 20:31:43 +00:00
MimeMagic.php
MWFunction.php
Namespace.php
OutputHandler.php
OutputPage.php And I forgot to rename that variable in r92855 2011-07-22 10:48:16 +00:00
PageQueryPage.php
Pager.php (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished. 2011-07-06 02:26:06 +00:00
PatrolLog.php in "marked version X of [[Page]] patrolled" on IRC, the "version" displays according to the user language. If this is the correct fix (didn't test), it can perhaps be merged with 1.18 and 1.17wmf1. 2011-07-22 22:50:03 +00:00
PHPVersionError.php Revert 2 from r92498 2011-07-18 23:04:09 +00:00
PoolCounter.php
Preferences.php * Moved email changing from sp:Preferences to new sp:ChangeEmail, which requires confirming the user password. This reduces the impact of session hijacking, which was increased slightly with r86482. Changing a password already required confirming the old one. This change closes the loophole of changing the email address and then doing a reset. 2011-07-23 00:48:39 +00:00
PrefixSearch.php
ProtectionForm.php * Split off WikiPage class from Article, WikiFilePage class from ImagePage, and WikiCategoryPage from CategoryPage. 2011-06-29 22:09:51 +00:00
ProxyTools.php Update code comments that point to 1.18 to point to 1.19 2011-07-18 23:01:08 +00:00
QueryPage.php Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() 2011-07-01 02:25:19 +00:00
RawPage.php Reverted part of r91246, fixes: Fatal error: Call to undefined method RawPage::getSkin() in C:\wamp\www\MW_trunk\includes\RawPage.php on line 156 2011-07-05 21:28:27 +00:00
RecentChange.php r91784 forgot to change one instance of $wgUser to $user 2011-07-19 20:21:11 +00:00
RequestContext.php * Expanded documentation, added GPL header and changed the @author tag to use my real name 2011-07-17 07:47:13 +00:00
Revision.php Removed some error suppression operators 2011-07-08 18:17:02 +00:00
RevisionList.php Added filterByIds() function to Rev_List and made ID based filtering optional. It's still mandatory for RevDel_List however. 2011-07-02 09:30:55 +00:00
Sanitizer.php
SeleniumWebSettings.php coding style tweaks + removed some PHP4-isms 2011-06-25 23:27:05 +00:00
Setup.php * Don't create a WebRequest obhject in CLI mode but a FauxRequest; avoids some useless notices about headers already sent (I know this is more a PHP silliness, but anyway) 2011-07-05 15:05:14 +00:00
SiteConfiguration.php Followup r91224: stupid syntax error 2011-06-30 21:32:55 +00:00
SiteStats.php Fix trailing whitespace 2011-06-29 23:46:39 +00:00
Skin.php Reduce a bit the coupling between Skin and OutputPage: 2011-07-22 10:45:07 +00:00
SkinLegacy.php (see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php because it is broken (and has been for a long time) and secondly, it is only used for things that can be done otherwise: 2011-07-05 01:26:49 +00:00
SkinTemplate.php Reduce a bit the coupling between Skin and OutputPage: 2011-07-22 10:45:07 +00:00
SpecialPage.php Removed Special{$this->getName()}ModifyFormFields from r86482. Seems kind of weird, was undocumented, and is unused by extensions. 2011-07-22 21:31:50 +00:00
SpecialPageFactory.php * Moved email changing from sp:Preferences to new sp:ChangeEmail, which requires confirming the user password. This reduces the impact of session hijacking, which was increased slightly with r86482. Changing a password already required confirming the old one. This change closes the loophole of changing the email address and then doing a reset. 2011-07-23 00:48:39 +00:00
SquidPurgeClient.php
Status.php
StreamFile.php Removed some error suppression operators 2011-07-08 18:17:02 +00:00
StringUtils.php
StubObject.php
tidy.conf
Title.php * Made Skin::userCanPreview() use Title::getUserPermissionsErrors() instead of Title::userCanEditCssSubpage() and Title::userCanEditJsSubpage() so that the checks are the same as EditPage's ones 2011-07-21 10:37:43 +00:00
TitleArray.php
User.php decodeOptions() used by GlobalAuth - made it public 2011-07-21 17:22:01 +00:00
UserArray.php
UserMailer.php Fixes Bug#17866 2011-07-07 19:11:25 +00:00
UserRightsProxy.php
ViewCountUpdate.php Fix comment from r79430; pointed out by Emufarmers 2011-06-25 19:13:40 +00:00
WatchedItem.php
WebRequest.php * Broke long Wiki.php lines 2011-07-13 18:05:44 +00:00
WebResponse.php * Added some tests for FauxResponse class 2011-07-13 20:16:14 +00:00
WebStart.php Added some GPL headers 2011-06-28 18:21:59 +00:00
Wiki.php Update code comments that point to 1.18 to point to 1.19 2011-07-18 23:01:08 +00:00
WikiCategoryPage.php * Marked WikiCategoryPage::hasViewableContent() as "public" 2011-06-30 19:44:06 +00:00
WikiError.php
WikiFilePage.php * Changed action=revert to use a subclass of Action 2011-07-01 20:07:21 +00:00
WikiMap.php Call Linker::link() statically instead of getting a Skin object from $wgUser 2011-07-01 08:24:32 +00:00
WikiPage.php Update code comments that point to 1.18 to point to 1.19 2011-07-18 23:01:08 +00:00
Xml.php Follow up r91072. This is indeed not needed. 2011-06-29 22:37:11 +00:00
XmlTypeCheck.php
ZhClient.php
ZhConversion.php Update Chinese conversion tables. 2011-06-19 18:10:24 +00:00
ZipDirectoryReader.php