wiki.techinc.nl/includes
2012-02-09 10:42:53 +00:00
..
actions fix doc grouping for actions 2012-02-08 16:58:49 +00:00
api Documentation and whitespace 2012-02-09 01:06:57 +00:00
cache make gzopen() portable by using binary flag 2012-02-08 07:03:20 +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 Reverted r106025 and friends (r106370, r106373, r108060, r108337, r106419). This can go in 1.20 if a Postgres person has time to look at it. 2012-02-03 23:37:30 +00:00
debug Fix typo so that the key is set with correct value instead of a boolean with key "0" 2012-02-08 22:41:11 +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 Blacklist | in windows paths too 2012-02-09 00:24:11 +00:00
installer Followup r111006 2012-02-09 01:21:02 +00:00
interwiki Improve documentation 2012-02-02 20:19:20 +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 Fix bug in CSSJanus where background-position and background-position-x weren't flipped if negative values were given. Trevor found this by running the original CSSJanus test suite against his NodeJS port; I should port the test suite to PHPUnit some time 2012-02-02 16:31:42 +00:00
logging (bug 33374) - 'Deletion log summary not properly truncated' 2012-02-08 19:53:55 +00:00
media Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
normal
objectcache Pass __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() 2012-01-17 11:38:00 +00:00
parser * Optimise {{GENDER}} so that it doesn't need to load the user options if only one form is given. For some reason (presumably some detail of how translatewiki.net works) such {{GENDER}} invocations are extremely common. 2012-02-08 06:09:58 +00:00
profiler Fix comment, Profiler::getFunctionReport() no longer logs data itself. 2012-02-08 15:23:09 +00:00
resourceloader fix @example in ResourceLoaderFileModule 2012-02-01 17:05:15 +00:00
revisiondelete Fix some missing doc groups 2012-02-09 09:34:47 +00:00
search Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
specials Fix some missing doc groups 2012-02-09 09:34:47 +00:00
templates Move registration form template to its own file 2011-12-20 14:01:09 +00:00
upload r110979: removed implode() call and format the message as plaintext, as any HTML will be escaped anyway for such exceptions. 2012-02-08 23:25:58 +00:00
zhtable Revert unihan.zip's version to 5.2.0. 2011-10-19 14:13:41 +00:00
.htaccess
Action.php fix doc grouping for actions 2012-02-08 16:58:49 +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 * (bug 33967) "Previous revision" and "Newer revision" links now display the correct revision 2012-01-29 19:05:04 +00:00
AuthPlugin.php Adding support for domains in SpecialPasswordReset.php. 2011-09-08 19:54:32 +00:00
AutoLoader.php Followup r110001 2012-01-31 15:56:17 +00:00
Autopromote.php
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 Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +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 Couple more pieces of wikia upstreaming 2011-08-19 23:30:12 +00:00
ChangesList.php Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +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 Bump 1.20alpha 2012-02-09 00:59:56 +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 Revert from 107187 to 107186 for bug24430 patch, it causes layout issue 2012-01-25 18:26:46 +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 Add the new SHA1 revision field to the XML export, add SHA1 field to export-0.6.xsd and fix namespace element from string to integer. 2012-01-23 19:48:20 +00:00
ExternalEdit.php Unindent code to use elseif 2012-01-12 19:04:06 +00:00
ExternalStore.php
ExternalStoreDB.php Added missing __METHOD__ parameter to DatabaseBase::selectField() calls in ExternalStoreDB 2012-01-31 10:22:17 +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 r96546: Made FeedUtils::formatDiff() use the new LogFormatter class rather than a broken LogPage::actionText() call (the <summary> tag only had the log action name in it). This change means that log actions in feeds now have the user name in them, unlike 1.18. Also, broke a long code line. 2012-02-07 23:57:33 +00:00
FileDeleteForm.php Follow-up r110750: move constants to a different class per CR 2012-02-07 09:40:08 +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 Fixes bug 33165 - GlobalFunctions.php line 1312: Call to a member function getText() on a non-object 2012-02-07 02:49:28 +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 Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
HTMLForm.php (bug 33992) - "Allow anon a formless purge with POST". Changed HTMLForm::tryAuthorizedSubmit() to (a) require post for forms that are supposed to be posted and (b) bypass the token check for anons as it doesn't really do much except be slightly annoying. The tokens are just User::EDIT_TOKEN_SUFFIX in that case. 2012-01-30 23:44:34 +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 Use accessor method, ping r110179 2012-01-27 23:19:58 +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 Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +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 Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +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 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 And more documentation. Yaaaay 2011-05-28 17:18:50 +00:00
OutputPage.php Explanatory comment for r111023 2012-02-09 10:42:53 +00:00
PageQueryPage.php Call Linker method statically; also changed it to linkKnown() 2011-09-05 20:48:14 +00:00
Pager.php spacing fix 2012-01-24 00:25:00 +00:00
PathRouter.php Followup r104676, r104688: 2011-12-09 00:28:34 +00:00
PHPVersionError.php Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
PoolCounter.php
Preferences.php Revert from 107187 to 107186 for bug24430 patch, it causes layout issue 2012-01-25 18:26:46 +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 Fix some missing doc groups 2012-02-09 09:34:47 +00:00
RecentChange.php Documentation 2012-01-14 15:27:30 +00:00
Revision.php Select fields returned by Revision::selectPageFields() and call Title::newFromRow() instead of Title::makeTitle() in Revision::getTitle() so that it doesn't need a separate query to load the page id or the latest revision id. 2012-02-07 19:24:31 +00:00
RevisionList.php Bug 29524 - Rename RequestContext::getLang to getLanguage 2011-11-21 16:13:21 +00:00
Sanitizer.php reverting r109723 because of slush. 2012-01-22 20:46:39 +00:00
SeleniumWebSettings.php
Setup.php Disable $wgDebugToolbar if file cache is turned on, as with $$wgShowIPinHeader 2012-02-07 21:30:41 +00:00
SiteConfiguration.php
SiteStats.php (bug 33911) SiteStats::isSane() should not check admins anymore 2012-01-26 22:08:38 +00:00
Skin.php Merge r97508 changes to MessageCache.php and Skin.php into trunk 2012-02-07 16:49:34 +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 In FileBackend: 2012-01-25 01:57:28 +00:00
StringUtils.php
StubObject.php added missing deprecation notices 2011-12-13 19:51:03 +00:00
tidy.conf
Title.php put in r110285 again now that 1.19 branched 2012-02-09 01:34:20 +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 Fixed a bug in User::loadOptions(), probably introduced in r49925, causing the User::loadOptions() query to be done after a cache load if the user had no option overrides at the time of cache save. Store an empty array to the cache's mOptionOverrides instead of null. 2012-02-08 05:25:19 +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 Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +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 w/s 2012-02-07 13:05:31 +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 Please review carefully, I cannot see negative side effects from this patch. It gives extensions which use the (depreacted) UnknownAction hook a chance to see the original action= value. This fixes bug 34203 and bug 34161 UnknownAction hook problem: the hook must pass the unknown action to the callee and not the value "nosuchaction" 2012-02-05 11:00:07 +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 my stupid mistake in r110750 that resulted in fake "can't delete page" errors (bug 34245) 2012-02-08 18:07:41 +00:00
Xml.php Revert r110321: introduces an XSS vulnerability because FormatJson::encode() does not prevent the termination of CDATA sections when JavaScript is embedded in HTML. 2012-02-08 00:03:16 +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 Add, update, tweak documentation 2011-10-26 03:45:13 +00:00