wiki.techinc.nl/includes
2011-01-14 20:43:14 +00:00
..
api Not sure why I originally used array_key_exists(). Switch for isset() 2011-01-12 01:17:31 +00:00
db No space after unary minus 2011-01-11 14:30:03 +00:00
diff Follow up r75662 and r67090 — use UTF-8 minus instead of HTML entity 2011-01-13 22:09:34 +00:00
extauth Follow up r79848. Fix the syntax error. 2011-01-08 00:46:45 +00:00
filerepo Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
installer * (bug 26733) Wrap initial table creation in transaction 2011-01-14 20:43:14 +00:00
job
json
libs Resolves bug #26655 - adds support for space before and after the URL inside the parenthesis of a url() statement in CSS. 2011-01-10 21:31:12 +00:00
media Follow up r79845. No need to keep $wgCustomConvertCommand there. 2011-01-12 00:30:42 +00:00
normal * (bug 25708) Update case mappings and normalization to Unicode 6.0.0 2011-01-09 12:04:28 +00:00
parser Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
resourceloader Coerce mtimes to TS_UNIX before outputting them, and fix a wrong timestamp format in ResourceLoaderUserModule. This should fix bug 26704 2011-01-13 14:42:19 +00:00
revisiondelete Fix up few remaining fixme things from r69910 2010-12-14 15:44:16 +00:00
search Changed doQuery() -> query() 2010-12-15 20:59:29 +00:00
specials bug 10158 : do not mention allowing others to contact you if $wgEnableUserEmail=false 2011-01-14 16:53:36 +00:00
templates bug 10158 : do not mention allowing others to contact you if $wgEnableUserEmail=false 2011-01-14 16:53:36 +00:00
upload Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
zhtable
.htaccess
AjaxDispatcher.php Use the AutoLoader to load the AjaxDispatcher class 2010-12-08 10:00:25 +00:00
AjaxFunctions.php
AjaxResponse.php
Article.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
AuthPlugin.php
AutoLoader.php Fixup some of the ordering of API Autoloader stuff 2011-01-11 00:55:20 +00:00
Autopromote.php
BacklinkCache.php
BagOStuff.php Fix for r78322, check $result not $value 2010-12-14 12:47:07 +00:00
Block.php Followup r73348, r70608: move 'infinity' stuff to DB classes 2011-01-05 13:43:13 +00:00
CacheDependency.php
Category.php
Categoryfinder.php
CategoryPage.php (bug 25512) Make it so that categories listed in the subcategory section of a page aren't prefixed with category: namespace. 2010-12-08 16:01:50 +00:00
Cdb.php
Cdb_PHP.php
ChangesFeed.php
ChangesList.php Follow-up r79084: synchronise keys. 2010-12-27 20:02:10 +00:00
ChangeTags.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
ConfEditor.php More unused variables 2010-11-30 18:44:50 +00:00
Credits.php
DefaultSettings.php Follow up to #79421. Cleaned up some globals and some typos. Going to follow up with some actual test changes 2011-01-11 00:36:36 +00:00
Defines.php Fixes for r75545: don't use MEDIAWIKI_INSTALL in the updaters classes, it's not what it's for. Add new DBO_DDLMODE flag which does the same thing (and moved it up to DatabaseUpdater, in case any other children need it) 2011-01-06 19:25:47 +00:00
DjVuImage.php Fix for r69139: create_function() is not allowed. 2010-12-08 05:57:57 +00:00
EditPage.php Fix for r80248: undefined variable. 2011-01-14 13:25:14 +00:00
Exception.php Partial revert of r79903, unstubbing needs localisation cache which might need database 2011-01-09 18:31:52 +00:00
Exif.php Throw an exception instead of low-level PHP fatal error if something invokes the Exif() class when exif functions aren't actually present. (Discovered with PagedTiffHandler enabled on my test machine.) 2010-12-26 20:39:21 +00:00
Export.php Bug 26563: Add bytes changed per revision for stub and full article dumps 2011-01-08 03:11:06 +00:00
ExternalEdit.php
ExternalStore.php
ExternalStoreDB.php
ExternalStoreHttp.php
ExternalUser.php
FakeTitle.php
Fallback.php Fix r79494: Don't prefix functions now that they're in their own class 2011-01-04 01:44:11 +00:00
Feed.php Spell false with small latter 2011-01-11 14:28:35 +00:00
FeedUtils.php
FileDeleteForm.php
FileRevertForm.php
ForkController.php
FormOptions.php
GlobalFunctions.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
HistoryBlob.php Change old php4 style constructor 2010-12-15 22:41:06 +00:00
HistoryPage.php Fix for bug 26561: clickjacking attacks. See the bug report for full documentation. 2011-01-04 06:12:33 +00:00
Hooks.php
Html.php
HTMLCacheUpdate.php Misc whitespace changes, mostly EOL w/s and indention fixes so TAB = 4 spaces 2010-12-19 04:31:15 +00:00
HTMLFileCache.php followup to r77843: fix off by one error 2010-12-06 00:36:54 +00:00
HTMLForm.php bug 10158 : do not mention allowing others to contact you if $wgEnableUserEmail=false 2011-01-14 16:53:36 +00:00
HttpFunctions.old.php
HttpFunctions.php Follow up r67663. Now with 100% less sugar, er.. @s! 2010-12-29 16:15:23 +00:00
ImageFunctions.php
ImageGallery.php Simple commit trimming some trailing whitespace 2010-12-22 16:21:02 +00:00
ImagePage.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
ImageQueryPage.php Followup r78805, remove now unused function 2010-12-22 16:28:52 +00:00
Import.php Converted ImportStreamSource functions to return a Status object rather than ImportStreamSource-or-WikiError 2010-12-05 14:22:49 +00:00
ImportXMLReader.php Followup r66267, usage of $revisionInfo is undefined, but isset is on $uploadInfo, guessing the usages wanted to be $uploadInfo 2011-01-07 19:51:58 +00:00
Interwiki.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
IP.php random w/s cleanup 2010-12-01 20:22:45 +00:00
Licenses.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
LinkBatch.php * (bug 26482) add a imimages param to prop=images 2011-01-05 02:52:04 +00:00
LinkCache.php Treat interwiki titles as known-bad in LinkCache, prevents useless queries for interwiki titles with possibly misleading results 2010-12-22 15:54:27 +00:00
Linker.php A wfProfileOut was missing (which messed up profiling sometimes). Thanks to Owen Davis for finding this. 2011-01-11 22:20:56 +00:00
LinkFilter.php
LinksUpdate.php (Bug 25254) cl_timestamp gets updated on null edit where it shouldn't. 2011-01-06 02:42:51 +00:00
LocalisationCache.php Remove public from interface defintion, as decleration in an interface is not valid 2010-12-15 11:30:54 +00:00
LogEventsList.php
LogPage.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
MacBinary.php
MagicWord.php More unused variables 2010-11-30 18:44:50 +00:00
Math.php
memcached-client.php Few braces and spaces 2010-11-30 19:06:28 +00:00
MemcachedSessions.php
Message.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
MessageBlobStore.php (bug 26535) Variable naming collision in MessageBlobStore::updateMessage() caused exception ('Non-string key given' in MessageCache) when conflicted updates were retried. 2011-01-06 15:13:24 +00:00
MessageCache.php Fix regression in r70657. Misplaced else condition was causing cache misses 2010-12-10 13:18:11 +00:00
Metadata.php
mime.info
mime.types
MimeMagic.php Document how the mime<->extension map is supposed to work, to my best understanding from reading the code. Fixed the built-in mini-mime.types according to this specification. Should fix bug 26367. 2011-01-07 19:41:38 +00:00
MWFunction.php Forcing array breaks MWFunction with <2 parameters 2011-01-04 01:51:48 +00:00
Namespace.php Merge querypage-work2 branch from trunk. The most relevant changes are: 2010-12-22 14:16:25 +00:00
ObjectCache.php
OutputHandler.php
OutputPage.php Follow-up r80192, tweak docs 2011-01-14 07:54:28 +00:00
PageQueryPage.php Merge querypage-work2 branch from trunk. The most relevant changes are: 2010-12-22 14:16:25 +00:00
Pager.php Fixup fixme on r76844 2010-12-14 18:17:42 +00:00
PatrolLog.php
PoolCounter.php
Preferences.php bug 10158 : do not mention allowing others to contact you if $wgEnableUserEmail=false 2011-01-14 16:53:36 +00:00
PrefixSearch.php
Profiler.php
ProfilerSimple.php
ProfilerSimpleText.php
ProfilerSimpleTrace.php Remove a couple of unused variables, add spaces, wrap some long lines 2010-11-30 18:33:59 +00:00
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
proxy_check.php
ProxyTools.php
QueryPage.php Follow up r78786. Do not mark as @deprecated yet, since it is called by getQueryInfo(). 2011-01-06 19:15:02 +00:00
RawPage.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
RecentChange.php Documentation format 2011-01-05 23:08:13 +00:00
Revision.php
Sanitizer.php * bug 26437: fix for Sanitizer::decodeCharReferences converting invalid hex character references 2010-12-27 03:21:43 +00:00
SeleniumWebSettings.php Follow up to #79421. Cleaned up some globals and some typos. Going to follow up with some actual test changes 2011-01-11 00:36:36 +00:00
Setup.php Group settings modifications at the top of the file 2011-01-06 21:00:17 +00:00
SiteConfiguration.php More unused variables 2010-11-30 18:44:50 +00:00
SiteStats.php
Skin.php Use same wording as in skintemplate 2011-01-11 14:27:15 +00:00
SkinTemplate.php Fix r79383, I used Message->plain() under the impression it was the proper replacement for wfMsg when Message->text() was actually the correct method to use. 2011-01-14 09:28:34 +00:00
SpecialPage.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
SquidPurgeClient.php More unused variables 2010-11-30 18:44:50 +00:00
SquidUpdate.php
Status.php * Made the web upgrade process more friendly. Instead of saying "access denied, go away" when the user has a normal LocalSettings.php file, generate a random $wgUpgradeKey and instruct the user to insert it into their LocalSettings.php. The subsequent file modification then authenticates the session and allows the upgrade. 2010-12-09 08:24:54 +00:00
StreamFile.php Remove some unused variables and globals 2010-11-28 16:13:13 +00:00
StringUtils.php
StubObject.php Move wfCreateObject to MWFunction::newObj. This uses the ReflectionClass to 2011-01-03 02:10:05 +00:00
tidy.conf
Title.php Fix bug 14267 by adding support for a MediaWiki:Mainpage-nstab. 2011-01-14 08:32:10 +00:00
TitleArray.php
Token.php Follow-up r78585: Make Token::PERSISTENT the default, so no need to specify it. That will be more usual, I expect. 2010-12-19 15:23:22 +00:00
User.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
UserArray.php
UserMailer.php When using safe_mode, mail() cannot take the 5th parameter. Rather than (needlessly) disabling e-mail confirmation as a result, just disregard the parameter. Pointed out by Kunda on IRC. 2010-12-15 19:55:08 +00:00
UserRightsProxy.php
ViewCountUpdate.php Per Platonides, fix for r79430: removed debugging code 2011-01-01 21:57:32 +00:00
WatchedItem.php
WatchlistEditor.php Followup r74298: add ORDER BY wl_namespace, wl_title to the query in WatchlistEditor.php , rather than conditionally adding an ORDER BY that only seems to play nice on Postgres 2011-01-08 16:01:31 +00:00
WebRequest.php Followup r72119, add some braces 2011-01-07 00:55:09 +00:00
WebResponse.php
WebStart.php Per my comment on r68760: Make MWfunction class, complete with call_user_func helper functions that automatically 2011-01-02 06:48:07 +00:00
Wiki.php * Modified Article::loadPageData() to use a slave database connection and pageDataFromTitle() instead of pageDataFromId() in the default case, as in Wiki.php (this also saves a query since the ID will be fetched with other fileds) 2011-01-03 19:50:01 +00:00
WikiError.php * (bug 23119) WikiError class and subclasses are now marked as deprecated 2010-12-06 10:09:43 +00:00
WikiMap.php
Xml.php Documentation addition/tweaks 2011-01-10 04:44:33 +00:00
XmlTypeCheck.php
ZhClient.php
ZhConversion.php