wiki.techinc.nl/includes
Platonides bdbe39d28c Follow up r85888: Add the parameter to DatabasePostgres.php and DatabaseOracle.php
Follow up r85884: The parent tableName() should work now for DatabaseMssql.php
2011-04-12 18:59:19 +00:00
..
api * (bug 26873) API: Add 'toponly' filter in usercontribs module 2011-04-10 21:52:34 +00:00
db Follow up r85888: Add the parameter to DatabasePostgres.php and DatabaseOracle.php 2011-04-12 18:59:19 +00:00
diff No need to call wfSuppressWarnings() and wfRestoreWarnings(); wfDl() already does this 2011-04-11 16:52:51 +00:00
extauth Remove false related to failfunction... 2011-02-02 11:38:25 +00:00
filerepo Whitespace, braces, documentation 2011-04-12 00:16:04 +00:00
installer Addressing comments by Krinkle on r85885. Removing commented-out code. Verified that there is no more of it. 2011-04-12 17:18:35 +00:00
job Add/update/improve various bits of documentation 2011-03-25 11:21:53 +00:00
json Revert r83647, was based on the inability to read the function signature 2011-03-10 12:04:38 +00:00
libs removing another use of the vertical tab & form feed escapes, which are not available in production php5.2.4 2011-03-15 04:41:15 +00:00
media Whitespace, braces, documentation 2011-04-12 00:16:04 +00:00
normal The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
objectcache In SQLBagOStuff: make it possible to change the purge period, or disable purging altogether. At Domas's suggestion, for deployment to Wikimedia very soon. 2011-04-12 03:59:47 +00:00
parser Clean up some direct $db->query($sql) calls. Remove limit/offset parameters from Article::getContributors() as they weren't being used anywhere and probably didn't work properly anyway. 2011-04-12 12:09:11 +00:00
resourceloader For bug 27488: move the startup script, jquery+mediawiki and the mw.config.set() call for configuration variables back to the <head> . Let modules control whether they're loaded in the <head> ('top') or at the bottom of the <body> ('bottom') through the position parameter/property 2011-04-07 12:07:25 +00:00
revisiondelete Do the filearchive updates too; index is there now 2011-03-12 11:51:33 +00:00
search * fix as per brion's comment on r85669 2011-04-11 13:50:21 +00:00
specials Revert r84856: restore version that works before destruction of the UsersPager class 2011-04-12 17:08:31 +00:00
templates Fix mention of needing 5.1.X or higher in PHP4 file 2011-03-15 12:03:14 +00:00
upload change the name of UploadBase::verifyPermissions() to verifyTitlePermissions() for clarity. A wrapper function is left for extensions that rely on the old method 2011-03-25 20:37:26 +00:00
zhtable Follow r80973, fix a tiny error. 2011-01-25 17:28:15 +00:00
.htaccess
AjaxDispatcher.php Yet more additions of wfProfileOut() 2011-02-10 16:39:53 +00:00
AjaxFunctions.php
AjaxResponse.php
Article.php Clean up some direct $db->query($sql) calls. Remove limit/offset parameters from Article::getContributors() as they weren't being used anywhere and probably didn't work properly anyway. 2011-04-12 12:09:11 +00:00
AuthPlugin.php
AutoLoader.php Revert r84856: restore version that works before destruction of the UsersPager class 2011-04-12 17:08:31 +00:00
Autopromote.php
BacklinkCache.php BacklinkCache: explicit properties visibility 2011-03-18 18:16:38 +00:00
Block.php Followup r85776, per Aaron, add documentation showing reason why explicit creation of a new LB was added 2011-04-11 12:48:59 +00:00
CacheDependency.php
Category.php More documentation and class definitions 2011-03-08 20:17:48 +00:00
Categoryfinder.php
CategoryPage.php Merge r83652 from 1.17wmf1 to trunk: add backwards compatibility from &from= and &until= on category pages to keep things like alphabet templates working 2011-03-09 01:13:17 +00:00
Cdb.php
Cdb_PHP.php
ChangesFeed.php Pass the url to ChangesFeed::getFeedObject() instead of grabbing it from $wgTitle 2011-02-17 19:26:38 +00:00
ChangesList.php Documentation, fix indenting 2011-04-04 21:23:22 +00:00
ChangeTags.php Remove sneaky space in class-> method() call 2011-03-22 22:26:58 +00:00
Collation.php Update comments to take into account r80443 and r80614 changes, per CR. 2011-01-28 22:27:52 +00:00
ConfEditor.php w/s fixups 2011-02-12 04:06:22 +00:00
Cookie.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
Credits.php
DefaultSettings.php follow up to r85847 - tokipona projects long dead and gone 2011-04-12 01:27:10 +00:00
Defines.php Followup to r85706 and friends: now that Math messages have been moved to extension, move out the settings list and constants. 2011-04-09 19:57:35 +00:00
DjVuImage.php Workaround for bug 28146: running out of memory during Unicode validation/normalization when uploading DjVu file with lots of embedded page text 2011-04-04 20:59:04 +00:00
EditPage.php Follow-up r85020 per CR - use strict comparison 2011-03-30 18:06:05 +00:00
Exception.php
Exif.php
Export.php Clean up some direct $db->query($sql) calls. Remove limit/offset parameters from Article::getContributors() as they weren't being used anywhere and probably didn't work properly anyway. 2011-04-12 12:09:11 +00:00
ExternalEdit.php
ExternalStore.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
ExternalStoreDB.php
ExternalStoreHttp.php
ExternalUser.php
FakeTitle.php
Fallback.php Move the include_path finding code to Fallback class. 2011-02-26 22:37:58 +00:00
Feed.php Fixup a few undefined variables and alike while checking REL1_17 2011-04-04 21:13:34 +00:00
FeedUtils.php
FileDeleteForm.php Moving deletion hooks into doArticleDelete so that other code can sanely delete articles. Fixed other core code that was wrapping the calls with hook calls. 2011-03-23 21:54:59 +00:00
FileRevertForm.php
ForkController.php Follow up r83140. Add a clear() method to ObjectCache so that it can be used by ForkController. 2011-03-06 23:07:36 +00:00
FormOptions.php FormOptions: adds doc & tests 2011-02-28 20:58:34 +00:00
GenderCache.php Followup r82029 - typo in comment 2011-02-12 21:05:27 +00:00
GlobalFunctions.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
HistoryBlob.php
HistoryPage.php Follow-up r84249: reimplement isAllowedAny(), and restore isAllowed() to only-accepting-one-parameter mode for the time being. 2011-03-18 21:07:05 +00:00
Hooks.php * Drop 5.1 compat code 2011-04-03 09:44:50 +00:00
Html.php misc w/s cleanups, “svn diff -x-w” clean 2011-03-08 18:12:17 +00:00
HTMLCacheUpdate.php Update doc: Image:: -> File:: 2011-03-15 16:58:06 +00:00
HTMLFileCache.php Documentation and explicit variable definitions 2011-03-07 14:45:11 +00:00
HTMLForm.php Follow-up r85025: fix the you're-trying-to-block-yourself-you-twit warning, and make it an actual checkbox confirmation. Also use said confirmation for reblocks, and HideUser (bug 18678). Mark a static function from HTMLForm which is called from SpecialBlock as explicitly public. 2011-04-01 23:13:15 +00:00
HttpFunctions.old.php
HttpFunctions.php * (bug 27924) PhpHttpRequest doesn't return response body if HTTP != 200 2011-03-17 15:14:09 +00:00
ImageFunctions.php
ImageGallery.php Follow-up changes to r84610: 2011-04-04 01:22:08 +00:00
ImagePage.php * (bug 28372) Fix bogus link to suppressed file versions in ForeignDBRepo 2011-04-06 18:45:27 +00:00
ImageQueryPage.php
Import.php * (bug 28417) Fix PHP notice when importing revision without a listed id 2011-04-04 19:06:01 +00:00
Init.php Added missing file from r85327. 2011-04-04 14:40:36 +00:00
Interwiki.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
IP.php Move Block::normaliseRange() to IP.php, then reduce it to 4 lines by using the existing functionality in that class. 2011-03-18 23:28:23 +00:00
Licenses.php
LinkBatch.php * (bug 17160) Gender specific display text for User namespace 2011-02-12 20:40:40 +00:00
LinkCache.php w/s fixups 2011-02-12 04:06:22 +00:00
Linker.php * (bug 27473) Fix regression: bold, italic no longer interfere with linktrail for ca, kaa 2011-04-06 21:11:49 +00:00
LinkFilter.php
LinksUpdate.php Revert r85799 2011-04-11 18:37:29 +00:00
LocalisationCache.php Followup to r85706 and friends: now that Math messages have been moved to extension, move out the settings list and constants. 2011-04-09 19:57:35 +00:00
LogEventsList.php * Avoid adding DISTINCT if possible 2011-03-22 13:11:28 +00:00
LogPage.php
MacBinary.php
MagicWord.php Moved constant initialisation to class definition instead of constructor 2011-04-01 09:35:39 +00:00
MemcachedSessions.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
Message.php Per Hashar, fix for r83673: only accept StubContLang and StubUserLang for stub objects 2011-03-19 12:53:56 +00:00
MessageBlobStore.php
MessageCache.php Update profiling. 2011-04-03 10:52:54 +00:00
Metadata.php
mime.info Add mime type/info for .eml files 2011-02-28 00:05:04 +00:00
mime.types Add mime type/info for .eml files 2011-02-28 00:05:04 +00:00
MimeMagic.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
MWFunction.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
Namespace.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
OutputHandler.php
OutputPage.php Remove unused globals 2011-04-11 13:53:57 +00:00
PageQueryPage.php
Pager.php (bug 19942) remove deprecated HTML attributes (cellpadding, align, valign) from TablePager. 2011-03-30 17:37:25 +00:00
PatrolLog.php
PoolCounter.php Don't refuse to do work just because the pool counter server is down. This seemed like a good idea at the time, but in practice is rather fragile. 2011-03-19 12:55:48 +00:00
Preferences.php Initial stab at breaking math/texvc out to Math extension. 2011-04-09 00:39:40 +00:00
PrefixSearch.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
Profiler.php Move the overhead computation to another function. 2011-02-10 16:54:51 +00:00
ProfilerSimple.php
ProfilerSimpleText.php
ProfilerSimpleTrace.php
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php Follow-ups to r84258 2011-03-18 22:28:39 +00:00
proxy_check.php
ProxyTools.php Fix some Notices: 2011-04-11 16:49:36 +00:00
QueryPage.php Followup r82641, set default for 2nd param 2011-02-22 23:40:48 +00:00
RawPage.php Fix for bug 28235: IE6 looks for the file extension in the query string 2011-04-12 00:55:10 +00:00
RecentChange.php Code comments, few braces 2011-04-11 12:47:55 +00:00
RequestContext.php Instead of creating an OutputPage and then setting a context start initializing OutputPages 'with' a context and send depreciated calls to extensions directly creating OutputPage instances. 2011-04-04 00:37:42 +00:00
Revision.php Made revText() give deprecated notice 2011-04-10 06:07:34 +00:00
Sanitizer.php Fix for bug 28450: escaped CSS comments 2011-04-12 02:10:16 +00:00
SeleniumWebSettings.php
Setup.php Initial stab at breaking math/texvc out to Math extension. 2011-04-09 00:39:40 +00:00
SiteConfiguration.php
SiteStats.php Swap "or" to || 2011-01-31 16:41:19 +00:00
Skin.php For bug 27488: move the startup script, jquery+mediawiki and the mw.config.set() call for configuration variables back to the <head> . Let modules control whether they're loaded in the <head> ('top') or at the bottom of the <body> ('bottom') through the position parameter/property 2011-04-07 12:07:25 +00:00
SkinLegacy.php * Use OutputPage::getSyndicationLinks() to build feed links 2011-02-19 14:40:56 +00:00
SkinTemplate.php Fix some Notices: 2011-04-11 16:49:36 +00:00
SpecialPage.php Revert r84805: broke CentralAuth by removing base UsersPager class used in other special pages 2011-04-12 17:04:56 +00:00
SquidPurgeClient.php Commit some uncommited documentation from my w/c 2011-02-28 16:37:34 +00:00
SquidUpdate.php Set $wgInternalServer to false by default, and fall back to $wgServer in the referring code. This avoids having squid updates break when $wgServer is set in configuration but $wgInternalServer is neglected. For immediate deployment, tested locally. 2011-03-08 06:38:15 +00:00
Status.php Remove some trailing whitespace 2011-03-24 00:43:27 +00:00
StreamFile.php
StringUtils.php (bug 27093, CVE-2011-0047): Fixed CSS injection vulnerability. The StringUtils.php patch is by Roan, the Sanitizer.php patch is by me. 2011-02-01 22:36:43 +00:00
StubObject.php Followup r85278, remove duplication of userlang code. 2011-04-03 23:56:15 +00:00
tidy.conf
Title.php Various fixes for PHPUnit tests: 2011-04-07 14:54:38 +00:00
TitleArray.php
User.php Revert r85783, it seems to brake random stuff in random places #fail 2011-04-11 18:29:18 +00:00
UserArray.php
UserMailer.php HipHop fixes: 2011-04-05 04:43:54 +00:00
UserRightsProxy.php
ViewCountUpdate.php
WatchedItem.php Add profiling to removeWatch 2011-02-13 19:12:24 +00:00
WebRequest.php Check all MSIE requests since we also want to protect IE 3-5 etc. 2011-04-12 01:26:17 +00:00
WebResponse.php Drop 5.1 compatibility calls to session_set_cookie_params() and setcookie() since we require 5.2.3+ now 2011-04-01 09:50:09 +00:00
WebStart.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
Wiki.php Fix for catchable fatals thrown on invalid titles, follow-up to miscellaneous Context commit pulled out of a hat (let's go for r85252). We must always have a Title object, even on invalid titles, for the purposes of not melting the Skin. The previous method was to make that a barely-existent half-title from SpecialPage::getTitleFor( 'Badtitle' ), where that is a special page which is not actually defined, but exists in the localisation alias lists. Instead, subclass Title as an explicit BadTitle which we can test for. The badtitle error page, which has empty string for its name in all forms, would probably be quite a good test of our JavaScript error checking. 2011-04-04 23:09:21 +00:00
WikiError.php
WikiMap.php
Xml.php Null -> null, reorder docs to match signature 2011-02-26 10:55:44 +00:00
XmlTypeCheck.php
ZhClient.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
ZhConversion.php Follow r80973, fix a tiny error. 2011-01-25 17:28:15 +00:00
ZipDirectoryReader.php Minor fix in ZIP64 code from r82783. Note that this code is, before and after this fix, untested and unused. I only committed it because I thought it might be a helpful starting point for future development. 2011-02-28 02:26:47 +00:00