wiki.techinc.nl/includes
2012-04-04 19:57:30 +02:00
..
actions create Article, EditPage and ExternalEdit via ContentHandler 2012-04-04 19:55:20 +02:00
api auto-summary, auto-delete-reason 2012-04-04 19:56:43 +02:00
cache Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
conf
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 rv r87948 "fix backtrace on SQL error" 2012-01-30 17:36:43 +00:00
debug Reverted r109062 per code slush (also has a CR complaint) 2012-01-19 02:26:10 +00:00
diff reworking EditPage to use the content object - work in horrible progress 2012-04-04 19:57:30 +02:00
extauth
filerepo Expanded 'shardViaHashLevels' config var in FileBackendStore to be able to recognize FileRepo-style deleted zone hash paths (which are different than for the other zones). 2012-01-31 21:52:58 +00:00
installer installer/updater 2012-04-04 19:54:32 +02:00
interwiki
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 Rm extra space 2012-01-22 12:16:47 +00:00
normal
objectcache Pass __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() 2012-01-17 11:38:00 +00:00
parser integration with Title and Revision (work in progress) 2012-04-04 19:41:52 +02:00
profiler Make time of '-total' item correct if using 'user' time metric 2012-01-18 20:01:46 +00:00
resourceloader replacing deprecated getText, etc 2012-04-04 19:54:06 +02: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 adapted WikiPage and Article (work in progress) 2012-04-04 19:44:44 +02:00
templates Move registration form template to its own file 2011-12-20 14:01:09 +00:00
upload Revert feature out of r109562, r109564, r109570 2012-01-22 17:33:44 +00:00
zhtable
.htaccess
Action.php fix xss 2012-01-30 12:24:24 +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
Article.php fix JS/CSS view 2012-04-04 19:57:05 +02:00
AuthPlugin.php
AutoLoader.php fixed several bugs (this is still a mess) 2012-04-04 19:54:50 +02:00
Autopromote.php
BacklinkCache.php
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
CategoryPage.php
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
ChangesFeed.php
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
ConfEditor.php
Content.php reworking EditPage to use the content object - work in horrible progress 2012-04-04 19:57:30 +02:00
ContentHandler.php reworking EditPage to use the content object - work in horrible progress 2012-04-04 19:57:30 +02:00
Cookie.php
DefaultSettings.php integration with Title and Revision (work in progress) 2012-04-04 19:41:52 +02:00
DeferredUpdates.php Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() 2012-01-18 12:10:16 +00:00
Defines.php integration with Title and Revision (work in progress) 2012-04-04 19:41:52 +02:00
EditPage.php reworking EditPage to use the content object - work in horrible progress 2012-04-04 19:57:30 +02: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
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
GlobalFunctions.php Fix for r109720: replace the last two regexes with plain string functions. The regular expression used for stripping the last path component from the output was inefficient, because PCRE does not optimise "$" anchors correctly. It scans the entire string forwards, instead of scanning backwards starting from the anchor. Passes tests. 2012-01-23 19:35:05 +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 comment / style for Html::namespaceSelector() 2012-01-30 11:02:56 +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
HttpFunctions.php * (bug 32341) Add upload by URL domain limitation. 2012-01-19 19:16:06 +00:00
ImageFunctions.php
ImageGallery.php Add some escaping to r109547, 109548, 109549 2012-01-19 16:55:42 +00:00
ImagePage.php replacing deprecated getText, etc 2012-04-04 19:54:06 +02: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
Licenses.php
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 Message class doc 2012-01-26 14:55:38 +00:00
MessageBlobStore.php sanitize outgoing messages 2012-01-26 02:15:04 +00:00
Metadata.php
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
Namespace.php Stylize 2011-12-16 10:58:20 +00:00
OutputHandler.php
OutputPage.php Use the WikiPage object object instead of Title to get the page id and latest revision 2012-01-29 20:35:32 +00:00
PageQueryPage.php
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 Indentation fix 2011-12-06 23:06:50 +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 Code cleanup: 2012-01-29 22:02:27 +00:00
RecentChange.php Documentation 2012-01-14 15:27:30 +00:00
Revision.php isCountable() 2012-04-04 19:56:34 +02: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 Reverted r109062 per code slush (also has a CR complaint) 2012-01-19 02:26:10 +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 (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 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 integration with Title and Revision (work in progress) 2012-04-04 19:41:52 +02: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 Bug 33880 - $wgUsersNotifiedOnAllChanges should not send e-mail to user who made the edit. 2012-01-23 15:04:22 +00:00
UserRightsProxy.php
ViewCountUpdate.php
WatchedItem.php
WebRequest.php FauxRequest now has empty data per default 2012-01-09 10:42:44 +00:00
WebResponse.php
WebStart.php
Wiki.php fix doc and var names 2012-01-29 15:24:06 +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
WikiPage.php reworking EditPage to use the content object - work in horrible progress 2012-04-04 19:57:30 +02:00
Xml.php [Xml::encodeJsVar] Use FormatJson::encode / native json_encode instead 2012-01-30 19:45:38 +00:00
XmlTypeCheck.php
ZhClient.php
ZhConversion.php
ZipDirectoryReader.php