wiki.techinc.nl/includes
2009-05-04 07:00:52 +00:00
..
api Fix up r50126: dump $wgDBtype rather than a class name, per CR comment 2009-05-04 07:00:52 +00:00
cbt
db Log function name for SHOW PROCESSLIST query in getLag(). 2009-04-30 05:23:25 +00:00
diff * Workaround ugly Safari/Chrome handling of <col> tags for hidden diffs (bug 18538) 2009-04-21 06:21:27 +00:00
filerepo Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +00:00
media extract djvu text (bug 18046); escape possible script with htmlspecialchars instead of sed 2009-04-29 19:33:57 +00:00
normal
parser Revert r49653 "Make the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChars and still be able to pipe 2009-04-28 23:33:28 +00:00
specials * Hack for checkLanguage.php to work without database 2009-05-02 10:49:37 +00:00
templates Remove last of ini_set() for allow_url_fopen. This hasn't worked since PHP 4.3.4, when it became a PHP_INI_SYSTEM setting. 2009-04-21 16:02:45 +00:00
zhtable Update the Chinese conversion tables. 2009-05-03 05:48:38 +00:00
.htaccess
AjaxDispatcher.php
AjaxFunctions.php
AjaxResponse.php * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses 2009-03-18 21:26:57 +00:00
Article.php Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +00:00
AuthPlugin.php Default true :) 2009-05-01 01:34:37 +00:00
AutoLoader.php Revert r49880, r49883, r49885 - add uniwiki/CreatePage extension to core 2009-04-27 19:04:21 +00:00
Autopromote.php
BacklinkCache.php I have no idea why I'm doing this, but this has to be done, force order on *links,page reads 2009-02-19 10:38:42 +00:00
BagOStuff.php
Block.php * Allow changing block reason 2009-02-21 10:15:10 +00:00
CacheDependency.php
Category.php Whitespace :) 2009-02-25 00:48:07 +00:00
Categoryfinder.php Revert r46447 in Collection -- fixed bug in Categoryfinder class it was trying to work around. 2009-01-29 01:29:43 +00:00
CategoryPage.php Enabled LanguageConverter on extension:CategoryTree. 2009-04-25 05:13:18 +00:00
ChangesFeed.php Cleanup to $wgFeedClasses: 2009-02-14 16:00:51 +00:00
ChangesList.php Fix braindead wrong escaping from r49017, r49018 2009-04-19 17:07:41 +00:00
ChangeTags.php Sanitize class names applied by change tagging -- was not anticipating multi-word, ugly tag names 2009-05-01 12:55:29 +00:00
Credits.php Allow gender based localisation for 'lastmodifiedatby' 2009-04-25 09:02:54 +00:00
DatabaseFunctions.php
DefaultSettings.php Removed float from the user login form in RTL interface - caused display problems in FF2, and in LTR interfaces there is no float there. 2009-05-01 19:08:22 +00:00
Defines.php
DjVuImage.php
DoubleRedirectJob.php
EditPage.php Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +00:00
EmaillingJob.php
EnotifNotifyJob.php (bug 10172) Move setting the "changed since last visit" flags out of the job queue: 2009-03-02 12:15:28 +00:00
Exception.php * (bug 18289) Database connection error page now returns correct HTML 2009-04-02 20:38:25 +00:00
Exif.php Apply patch for bug 13172 by Brent G <overlordq@gmail.com> with minor modifications. 2009-04-20 22:29:40 +00:00
Export.php Log stream buffer fix 2009-04-14 14:42:50 +00:00
ExternalEdit.php
ExternalStore.php Allow storage of blobs to ES on foreign wikis, by calling ExternalStore::storeToForeignDefault, related changes including adding an associative array parameter to the ExternalStore constructor. Currently this parameter is just used to specify on which wiki the external store is wanted, but could be expanded in future. 2009-03-26 13:28:22 +00:00
ExternalStoreDB.php Small-scale data loss logged on Wikimedia along these lines: invalid URL written to old_text with the user thinking their edit has succeeded. This change should prevent that scenario. 2009-04-30 06:00:01 +00:00
ExternalStoreHttp.php Use Http::get() rather than file_get_contents() 2009-04-22 19:16:11 +00:00
FakeTitle.php
Feed.php
FeedUtils.php Remove some unused $wgOut's. 2009-04-07 15:56:26 +00:00
FileDeleteForm.php Fix broken calls to ArticleDelete hook. 2009-01-29 01:04:00 +00:00
FileRevertForm.php
FileStore.php
ForkController.php Assorted minor live patches to command-line scripts. 2009-04-30 05:52:25 +00:00
FormOptions.php
GlobalFunctions.php Branch merge of preferences work branch. Includes fixes for several bugs. WARNING: Breaks some extensions which have not been adapted to use it properly (basically anything not used on Wikimedia). 2009-04-24 01:31:17 +00:00
HistoryBlob.php
Hooks.php * (bug 18009) $wgHooks and $wgExtensionFunctions now support closures 2009-04-06 12:41:20 +00:00
HTMLCacheUpdate.php * Mostly reverted r41081 and related. Although the motivation (to save a query) is noble, it's a complex special case relying on subtle inter-module effects, making the code quite unclear and the performance advantage hard to reproduce in new code. 2009-02-16 14:26:34 +00:00
HTMLFileCache.php * Avoid double output on filecache failover 2009-03-13 20:15:16 +00:00
HTMLForm.php * Fix silly PHP annoyance where eauth message was shown on all saves. 2009-04-28 01:00:35 +00:00
HttpFunctions.php
IEContentAnalyzer.php
ImageFunctions.php * (bug 15008) Redirect images are now subject to Bad image list rules 2009-05-01 21:22:25 +00:00
ImageGallery.php * Replace hardcoded '...' as indication of a truncation with the 'ellipsis' message 2009-02-13 19:13:48 +00:00
ImagePage.php Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +00:00
ImageQueryPage.php
Import.php * Mostly reverted r41081 and related. Although the motivation (to save a query) is noble, it's a complex special case relying on subtle inter-module effects, making the code quite unclear and the performance advantage hard to reproduce in new code. 2009-02-16 14:26:34 +00:00
Interwiki.php Tweak brackets from r49012 2009-03-30 23:16:13 +00:00
IP.php Changes required by the current version of SecurePoll: 2009-04-01 08:54:17 +00:00
JobQueue.php No it is not a FIFO, what's your point? 2009-03-17 08:37:25 +00:00
Licenses.php
LinkBatch.php
LinkCache.php
Linker.php Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +00:00
LinkFilter.php
LinksUpdate.php Revert r47530 "Fix bug 17571, now page1 would add to both cat1 and cat2." 2009-03-25 08:46:22 +00:00
LogEventsList.php Fixed dropdown selector display and other log type issues due to string -> array conversion 2009-05-02 14:34:45 +00:00
LogPage.php reverted change committed by mistake 2009-04-16 04:53:43 +00:00
MacBinary.php
MagicWord.php Cleanup in MagicWord::$mVariableIDs, removed IDs that aren't handled in Parser::getVariableValue(). 2009-05-03 12:38:13 +00:00
Math.php
MediaTransformOutput.php Remove superfluous border="0" from images 2009-04-03 14:46:32 +00:00
memcached-client.php
MemcachedSessions.php
MessageCache.php Added new hook 'MessageCacheReplace' into MessageCache.php. For instance 2009-04-08 14:23:14 +00:00
Metadata.php
mime.info
mime.types Trailing whitespace 2009-02-17 23:50:08 +00:00
MimeMagic.php
Namespace.php
NamespaceCompat.php
ObjectCache.php
OutputHandler.php Re-revert r46344 because of crossing commits (r46346) 2009-01-27 15:20:31 +00:00
OutputPage.php * Strict Standards: Cannot assign by reference. 2009-04-09 18:54:15 +00:00
PageHistory.php Tweaked r49408: Improved hiding and changed 1 revision case handling 2009-04-16 04:51:43 +00:00
PageQueryPage.php
Pager.php (bug 18620) Fix some escaping issues in TablePager::formatRow() and set $mCurrentRow earlier. Patch by Happy-Melon 2009-04-29 15:59:59 +00:00
PatrolLog.php
Preferences.php (bug 9219) Auth plugins can control editing RealName/Email/Nick preferences. Based on patch by MrPete. 2009-05-01 01:27:22 +00:00
PrefixSearch.php * STFU E_WARN, please review for correcteness 2009-02-05 19:55:57 +00:00
Profiler.php * Fixed $wgProfileToDatabase/$wgProfileCallTree interaction (later disabled the former) 2009-02-24 09:50:22 +00:00
ProfilerSimple.php Support early loading of the Profiler class from a different directory (live patch) 2009-02-17 03:32:07 +00:00
ProfilerSimpleText.php
ProfilerSimpleTrace.php add memory tracing 2009-03-17 19:46:05 +00:00
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php Remove some unused $wgOut's. 2009-04-07 15:56:26 +00:00
proxy_check.php
ProxyTools.php
QueryPage.php (bug 18151) Clean up duplicate code between Special:WantedPages, WantedFiles, WantedTemplates 2009-04-15 03:35:59 +00:00
RawPage.php More helpful error message if PHP_SELF isn't set 2009-01-25 01:31:48 +00:00
RecentChange.php Make RecentChange::cleanupForIRC() also call Sanitizer::decodeCharReferences() to remove HTML entities left by some messages (such as colon-separator, etc.) 2009-01-25 19:00:11 +00:00
RefreshLinksJob.php Wait for slaves after each page (from live patch). 2009-04-30 05:34:50 +00:00
Revision.php In Revision::newFromTitle(): don't do a query with WHERE rev_id='' when the page doesn't exist 2009-02-17 14:02:12 +00:00
Sanitizer.php Update documentation: 2009-04-22 20:56:41 +00:00
SearchEngine.php Branch merge of preferences work branch. Includes fixes for several bugs. WARNING: Breaks some extensions which have not been adapted to use it properly (basically anything not used on Wikimedia). 2009-04-24 01:31:17 +00:00
SearchIBM_DB2.php Documentation fixes: 2009-04-23 10:28:05 +00:00
SearchMySQL.php Documentation fixes: 2009-04-23 10:28:05 +00:00
SearchMySQL4.php
SearchOracle.php Documentation fixes: 2009-04-23 10:28:05 +00:00
SearchPostgres.php Documentation fixes: 2009-04-23 10:28:05 +00:00
SearchUpdate.php
Setup.php * (bug 18009) $wgHooks and $wgExtensionFunctions now support closures 2009-04-06 12:41:20 +00:00
SiteConfiguration.php
SiteStats.php
Skin.php Get the 'action' URL parameter from $wgRequest rather than from the $action global variable 2009-04-23 20:07:18 +00:00
SkinTemplate.php Removed double global declaration of $wgLang in SkinTemplate::outputPage() 2009-04-10 11:55:25 +00:00
SpecialPage.php Revert r49880, r49883, r49885 - add uniwiki/CreatePage extension to core 2009-04-27 19:04:21 +00:00
SquidUpdate.php * Mostly reverted r41081 and related. Although the motivation (to save a query) is noble, it's a complex special case relying on subtle inter-module effects, making the code quite unclear and the performance advantage hard to reproduce in new code. 2009-02-16 14:26:34 +00:00
Status.php Sanitize cleanCallback on wakeup. Extra security check for APIs like SecurePoll/auth-api.php. 2009-04-30 05:21:27 +00:00
StreamFile.php * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses 2009-03-18 21:26:57 +00:00
StringUtils.php
StubObject.php Bugfis, making ?uselang=qqq an invalid language code, see 2009-02-11 11:56:01 +00:00
tidy.conf
Title.php Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +00:00
TitleArray.php
User.php Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +00:00
UserArray.php (bug 10172) Move setting the "changed since last visit" flags out of the job queue: 2009-03-02 12:15:28 +00:00
UserMailer.php fix regression from r47927 2009-04-20 23:14:58 +00:00
UserRightsProxy.php
WatchedItem.php Clean up WatchedItem.php a bit: use __METHOD__ rather than $fname and use MWNamespace::getSubject() and getTalk() 2009-02-26 12:52:21 +00:00
WatchlistEditor.php (bug 7509) Separation strings should be configurable 2009-02-09 17:48:41 +00:00
WebRequest.php Added basic support for Wietse Venema's taint feature. Fixed a few instances of shoddy code that it turned up, no actual vulnerabilities yet. 2009-02-04 09:10:32 +00:00
WebResponse.php
WebStart.php Remove last of ini_set() for allow_url_fopen. This hasn't worked since PHP 4.3.4, when it became a PHP_INI_SYSTEM setting. 2009-04-21 16:02:45 +00:00
Wiki.php Fix interesting regression from r49324: on a redirected page view, the content action tabs (article, discussion, edit, history) would point to the redirect instead of the target article. 2009-05-02 15:38:32 +00:00
WikiError.php * API: (bug 17007) Add action=import 2009-02-04 20:11:27 +00:00
WikiMap.php Move WikiMap class from CentralAuth to core, since it's used in 2 extensions at least now, and doesn't depend on CentralAuth 2009-03-26 13:31:30 +00:00
Xml.php Branch merge of preferences work branch. Includes fixes for several bugs. WARNING: Breaks some extensions which have not been adapted to use it properly (basically anything not used on Wikimedia). 2009-04-24 01:31:17 +00:00
XmlFunctions.php
XmlTypeCheck.php
ZhClient.php
ZhConversion.php Update the Chinese conversion tables. 2009-05-03 05:48:38 +00:00