wiki.techinc.nl/includes
2009-03-07 18:58:52 +00:00
..
api Per anomie's report on IRC: $wgMaxArticleSize is in kilobytes, not bytes 2009-03-07 17:37:29 +00:00
cbt
db * Fixed $fname in functions definitions to have "DatabasePostgres::..." rather than "Database::..." 2009-02-26 09:10:18 +00:00
diff * API: (bug 13209) Add rvdiffto parameter to prop=revisions 2009-02-28 13:25:21 +00:00
filerepo * (bug 17649) Added isDeletedQuick() and replaced some slow checks 2009-02-24 16:17:23 +00:00
media (bug 12970) Add global to force client rendering of thumbs. Helpful for victims of safe_mode which can break thumbnailing Very Badly. 2009-03-03 21:21:16 +00:00
normal Fix up r45749: do is_string() check in the caller instead 2009-01-21 09:26:48 +00:00
parser style/profiling tweaks 2009-03-06 02:25:28 +00:00
specials add a link to Special:UserRights on Special:Contributions for privileged users. thanks to Skizzerz for patch review & fixing a little bug with my original code 2009-03-07 18:58:52 +00:00
templates * (bug 17437) Fixed incorrect link to web-based installer 2009-02-20 13:56:57 +00:00
zhtable Update the Chinese conversion tables. 2009-03-04 12:36:25 +00:00
.htaccess
AjaxDispatcher.php
AjaxFunctions.php Fix up Configure extension logo setting handling: 2008-12-06 00:32:12 +00:00
AjaxResponse.php Document a bit. 2008-08-20 22:22:29 +00:00
Article.php * Allow for cache hits when the current rev is requested 2009-03-05 23:04:13 +00:00
AuthPlugin.php (bug 16721) Reset auth token to stop auto-login. Auto-login defeats the user rename/touch change to break the login since the user can just get logged in again under the old name without noticing, which results in edits under the old name. 2008-12-28 11:50:33 +00:00
AutoLoader.php * Refactored the forking code from runJobs.php to a new class called ForkController. Implemented the same sort of forking in gearmanWorker.php. 2009-02-26 06:02:32 +00:00
Autopromote.php (bug 14737) Allow the autoconfirmed timer to run from the first edit 2009-01-03 12:53:08 +00:00
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 * (bug 11533) Fixed insane slowdown when in read-only mode for long periods 2008-10-30 01:12:56 +00:00
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 Live patch: use a query group for CategoryPage 2009-02-17 03:07:41 +00:00
ChangesFeed.php Cleanup to $wgFeedClasses: 2009-02-14 16:00:51 +00:00
ChangesList.php Redundancy/perm cleanups to insertRollback() 2009-03-03 20:12:37 +00:00
ChangeTags.php Make $wgUseTagFilter disable just filtering, rather than all display query modification 2009-02-24 22:27:27 +00:00
Credits.php Tweaks for Credits and Metadata: 2008-08-18 19:21:55 +00:00
DatabaseFunctions.php Lots of doc updates. Documented where I knew what it did. Added @see parameters to all of these wrappers for doxygen. 2008-09-20 03:57:16 +00:00
DefaultSettings.php (bug 17844) Redirect users to a specific page when they log in. Based on patch by Simon Walker 2009-03-07 18:33:23 +00:00
Defines.php (bug 14737) Allow the autoconfirmed timer to run from the first edit 2009-01-03 12:53:08 +00:00
DjVuImage.php
DoubleRedirectJob.php
EditPage.php Fix for r48026: \n needs "" 2009-03-05 07:04:26 +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 Fix spacing properly this time. 2009-02-17 21:14:34 +00:00
Exif.php Fix comment for compatibility with doxygen 2009-01-30 19:36:11 +00:00
Export.php (bug 17189) Created 'stable versions only' dumps for wikis with FlaggedRevs 2009-03-02 19:48:41 +00:00
ExternalEdit.php
ExternalStore.php (bug 15391) catch DBQueryError too 2009-01-13 15:42:10 +00:00
ExternalStoreDB.php * Revert revert r41234 of ES-related changes. The site_stats complaint should be fixed by the transaction added in r41287. 2008-09-28 01:42:55 +00:00
ExternalStoreHttp.php
FakeTitle.php followup to r44520: simplify various bits by removing checks now made redundant 2008-12-13 04:14:40 +00:00
Feed.php Add FeedItem::stripComment() and remove duplication 2008-11-19 00:11:14 +00:00
FeedUtils.php
FileDeleteForm.php Fix broken calls to ArticleDelete hook. 2009-01-29 01:04:00 +00:00
FileRevertForm.php Consistent casing for addHTML() 2008-11-06 22:20:29 +00:00
FileStore.php This has been moved to Database already, use that instead. 2008-12-03 16:29:12 +00:00
ForkController.php * Added restart-on-error feature to ForkController, changed the interface to suit. 2009-02-27 04:18:34 +00:00
FormOptions.php
GlobalFunctions.php * Modified wfMsg behaviour to do transform after substituting variables 2009-03-06 12:19:45 +00:00
HistoryBlob.php Use xdiff_string_rabdiff() instead of xdiff_string_bdiff() 2008-12-29 08:43:01 +00:00
Hooks.php Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) and r44715, r44721 (cleanup thereof) 2008-12-23 18:08:43 +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 Follow-up to r47361: code style cleanup (consolidate a couple of duplicated checks, unneeded variable copying) 2009-02-17 19:08:24 +00:00
HttpFunctions.php Fix odd edge case for POST Http::request()'s. I incidentally found this while working with Special:Import. For some reason that I can't 100% nail down--works fine on Win32, fails on CentOS--cURL seems to want CURLOPT_POSTFIELDS set to at least an empty string, if not values. Using a workaround I found, we'll set it to an empty string if we're making a POST. Since we explicitly allow setting of arbitrary curlopts later, users can still override the empty string if they in fact want to set this. This fixes my Special:Import problem (and possibly similar issues) and has no regressions afaict. Credit to Phill Sparks @ http://www.milk-hub.net/blog/2008/08/26/curl_error_26#comments-77 2009-01-08 06:56:11 +00:00
IEContentAnalyzer.php Fixes as per bug 15895 comment 7. 2008-12-20 08:13:21 +00:00
ImageFunctions.php Typo 2008-12-16 06:26:14 +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 Fix regression from r30602. 'noindex,nofollow' was being applied when local page text didn't exist for foreign images. Moved it to where it should be used, with 'noimage' 2009-02-26 20:10:48 +00:00
ImageQueryPage.php Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit). 2008-12-01 17:14:30 +00:00
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 Revert r44804 "Store negative [interwiki] results in cache" 2008-12-23 19:45:57 +00:00
IP.php * Fix comment 2008-11-02 18:35:58 +00:00
JobQueue.php Add gripe about FIFO and random row selection 2009-02-16 18:06:04 +00:00
Licenses.php War on wfElement() and friends. Call the Xml members directly, rather than using old wrappers. 2008-12-14 19:14:21 +00:00
LinkBatch.php No need to wrap it in a ResultWrapper object as Database::query() already returns a ResultWrapper object 2008-09-04 01:29:24 +00:00
LinkCache.php Fix link cache use with FOR_UPDATE 2008-09-07 08:24:06 +00:00
Linker.php Stylistic code tweaks 2009-02-22 14:35:29 +00:00
LinkFilter.php
LinksUpdate.php fix profiling 2009-03-06 01:40:56 +00:00
LogEventsList.php * Only show private logs on specific request 2009-03-03 23:47:16 +00:00
LogPage.php Expand a bit 2009-03-04 01:44:02 +00:00
MacBinary.php
MagicWord.php * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link. 2009-02-19 22:14:59 +00:00
Math.php fix regression from r43965 -- forgot the .png extension from math URLs, which works on my apache install but not on the live upload server :P 2008-11-26 02:37:07 +00:00
MediaTransformOutput.php (bug 368) Allow alt= attribute for images 2008-10-08 16:33:36 +00:00
memcached-client.php Simpler method for mixing and clipping when computing a second-try hash value 2008-09-28 04:04:10 +00:00
MemcachedSessions.php
MessageCache.php Tweak for bug 11852. Made handling of message cache key normalisation more consistent. 2009-02-17 15:36:15 +00:00
Metadata.php Tweak for r39944: correct fix :) 2008-08-25 14:49:15 +00:00
mime.info
mime.types Trailing whitespace 2009-02-17 23:50:08 +00:00
MimeMagic.php Fix ordering of OpenDocument type detection so template files can actually be uploaded. 2009-01-22 00:15:16 +00:00
Namespace.php Cleanup r44683 -- fix E_NOTICE bug in MWNamespace::getCanonicalName() instead of replicating the function. :) 2008-12-16 23:57:21 +00:00
NamespaceCompat.php
ObjectCache.php * Removed the inclusion of memcached-client.php since this file is autoloaded 2008-11-14 22:45:32 +00:00
OutputHandler.php Re-revert r46344 because of crossing commits (r46346) 2009-01-27 15:20:31 +00:00
OutputPage.php (bug 17538) Use local URLs in <link>s 2009-02-20 20:49:47 +00:00
PageHistory.php (bug 17761) "show/hide" link in page history in now works for the first displayed revision if it's not the current one 2009-03-02 18:52:57 +00:00
PageQueryPage.php Pass the actual text from $row->title (escaped with htmlspecialchars) instead of null so we can see what the bad title actually is. 2008-10-06 04:36:39 +00:00
Pager.php * remove forgotten case of hard coded pipe separator in Pager 2009-02-09 14:31:48 +00:00
PatrolLog.php Show title/rev in IRC (bug 16604) 2009-01-21 20:47:59 +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 a handy development utility! 2009-03-04 09:37:31 +00:00
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php Break line 2009-01-26 19:11:34 +00:00
proxy_check.php
ProxyTools.php Revert r44254 "Cleanup to wfGetNull(): * Add override in case /dev/null isn't accessible (bug 11009)" 2008-12-10 22:58:24 +00:00
QueryPage.php (bug 14414) maintenance/updateSpecialPages.php no longer throws error with PostgreSQL: 2009-02-21 17:30: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 * 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
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 Revert r45387 "Add special case handling of the XHTML character entity "&apos;" to normalizeEntity() and decodeEntity(). This should resolve the remainder of bug 14365. 2009-01-07 02:31:30 +00:00
SearchEngine.php (bug 16343) Non-exiting, but in use, category pages can be "go" match hits 2009-02-25 00:49:43 +00:00
SearchIBM_DB2.php * svn:eol-style native for r45755 2009-01-15 10:18:44 +00:00
SearchMySQL.php Make the SQL search subclasses less nerve-wracking to read, by using makeList() instead of implode(), addQuotes() instead of strencode(), and by documenting the fact that parseQuery() is intentionally returning an SQL fragment to be included into a query without further escaping. No actual vulnerabilities fixed, due to effective UI-side validation, so this is just to minimise reviewer anxiety. 2008-12-22 12:31:15 +00:00
SearchMySQL4.php
SearchOracle.php Make the SQL search subclasses less nerve-wracking to read, by using makeList() instead of implode(), addQuotes() instead of strencode(), and by documenting the fact that parseQuery() is intentionally returning an SQL fragment to be included into a query without further escaping. No actual vulnerabilities fixed, due to effective UI-side validation, so this is just to minimise reviewer anxiety. 2008-12-22 12:31:15 +00:00
SearchPostgres.php adding newline to end of wfDebug calls where it was missing. 2009-01-13 20:28:54 +00:00
SearchUpdate.php
Setup.php (bug 17180) Disable $wgShowIPinHeader if static caching is enabled 2009-01-27 19:58:26 +00:00
SiteConfiguration.php Redo r39954, without regression this time. Sorry :( 2008-08-26 15:10:12 +00:00
SiteStats.php For backport to 1.14. 2009-01-15 06:56:58 +00:00
Skin.php Fix borkage with variant links in old top links 2009-02-18 06:22:38 +00:00
SkinTemplate.php (bug 16823) 'Sidebar search form should not use Special:Search view URL as target' 2009-02-25 00:13:04 +00:00
SpecialPage.php Order this list so it makes some bit of sense. More or less based on the alphabetic-by-description order you see on Special:SpecialPages. Lumped all of the redirect/unlisted pages at the end. 2009-03-05 04:09:35 +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
StreamFile.php Improved the security of wfStreamFile(): 2008-11-18 05:07:54 +00:00
StringUtils.php Revert r40837, r40839, r40840 (bug 332 - broken UTF-8) 2008-09-15 17:51:53 +00:00
StubObject.php Bugfis, making ?uselang=qqq an invalid language code, see 2009-02-11 11:56:01 +00:00
tidy.conf
Title.php Add mw-redirect class to subpage links as needed 2009-03-03 22:56:17 +00:00
TitleArray.php
User.php Use getId() instead of mId in getEditCount(), so it works with unloaded user objects 2009-02-26 11:33:23 +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 (bug 10172) Move setting the "changed since last visit" flags out of the job queue: 2009-03-02 12:15:28 +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 Revert r43804 'This should probably be in Response, not Request, as we're setting data, not getting it. Nothing's using it yet (fairly new), so nothing to update.' 2008-11-21 09:55:13 +00:00
WebStart.php Check for PHP 5.0.x bug *after* checking for PHP 4, so that we don't claim that the user needs to upgrade from 5.0 to 5.1 when in fact they're running PHP 4. 2008-11-07 16:38:01 +00:00
Wiki.php Profile RawPage 2009-02-17 03:28:54 +00:00
WikiError.php * API: (bug 17007) Add action=import 2009-02-04 20:11:27 +00:00
Xml.php Fixed E_NOTICE 2009-02-18 03:12:26 +00:00
XmlFunctions.php Add wfDeprecated(__FUNCTION__) to all this garbage 2008-12-23 23:49:39 +00:00
XmlTypeCheck.php * Improved scripting safety heuristics for IE 5/6 content-type detection. 2008-11-17 19:03:37 +00:00
ZhClient.php
ZhConversion.php Update the Chinese conversion tables. 2009-03-04 12:36:25 +00:00