wiki.techinc.nl/includes
2009-05-27 06:10:48 +00:00
..
api Proper casing for getDBkey() 2009-05-24 08:29:10 +00:00
cbt
db Implemented save/restore logic for sql_big_selects, per CR comments on r50168. 2009-05-27 06:10:48 +00:00
diff Escaping fixes 2009-05-22 09:35:48 +00:00
filerepo Proper casing for getDBkey() 2009-05-24 08:29:10 +00:00
media fix regression from r49677 by refusing to format old-style metadata even if a foreign repo hands us some 2009-05-10 20:33:55 +00:00
normal Fix up r45749: do is_string() check in the caller instead 2009-01-21 09:26:48 +00:00
parser Proper casing for getDBkey() 2009-05-24 08:29:10 +00:00
specials Per comment at r50961: keep the messages saying "you need to be logged in to ...", but only show it when normal logged-in users can upload 2009-05-26 19:16:49 +00:00
templates Partial revert of r49700: per Tim, this should probably stay, since it is likely to still work in a PHP4 environment. 2009-05-19 14:51:42 +00:00
zhtable changing the Unihan.zip source from ftp to http in order to getting more stable download. 2009-05-19 14:54:49 +00:00
.htaccess
AjaxDispatcher.php
AjaxFunctions.php Fix up Configure extension logo setting handling: 2008-12-06 00:32:12 +00:00
AjaxResponse.php * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses 2009-03-18 21:26:57 +00:00
Article.php Proper casing for getDBkey() 2009-05-24 08:29:10 +00:00
AuthPlugin.php Added wfDeprecated too 2009-05-20 05:45:18 +00:00
AutoLoader.php Revert r49880, r49883, r49885 - add uniwiki/CreatePage extension to core 2009-04-27 19:04:21 +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 (bug 17093) Separate date and time in Special:BlockList 2009-05-25 18:02:58 +00:00
CacheDependency.php
Category.php Proper casing for getDBkey() 2009-05-24 08:29:10 +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 Reverted r49855, r49656, r49401, r49399, r49397. The language converter cannot be used outside the parser at present without generating a large number of bugs, due to global lifetime state variables, inappropriate $wgParser references, etc. Some refactoring needs to be done before it can be used in this way. 2009-05-26 07:46:29 +00:00
ChangesFeed.php Cleanup to $wgFeedClasses: 2009-02-14 16:00:51 +00:00
ChangesList.php (bug 18772) Removed redundant 'deletedrev' message instances 2009-05-26 12:29:16 +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 Fix for r50955, don't use the skin of the target user when linking to them. 2009-05-26 15:20:04 +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 Reverted r47352, $wgRateLimitsExcludedIPs is to be replaced by APCOND_ISIP. 2009-05-27 05:30:09 +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 (bug 18747) Show only page deletion log extracts, not revisiondelete ones 2009-05-27 02:19:58 +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 Follow-up to r50689 "* (bug 18389) Localise numbers in EXIF data (patch by Marcus Buck and Ahmad Sherif). Possible FIXME: Is said not to work for "Exif version" and fraction in "Exposure time"" 2009-05-18 20:20:58 +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 Remove deprecated userCanCreate(), userCanEdit(), userCanMove(). Methods were deprecated in r19193 (2007-01-13) and are no longer used in current trunk or extensions. 2009-05-24 08:59:39 +00:00
Feed.php Add FeedItem::stripComment() and remove duplication 2008-11-19 00:11:14 +00:00
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 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 Assorted minor live patches to command-line scripts. 2009-04-30 05:52:25 +00:00
FormOptions.php
GlobalFunctions.php Reverted r49855, r49656, r49401, r49399, r49397. The language converter cannot be used outside the parser at present without generating a large number of bugs, due to global lifetime state variables, inappropriate $wgParser references, etc. Some refactoring needs to be done before it can be used in this way. 2009-05-26 07:46:29 +00:00
HistoryBlob.php Use xdiff_string_rabdiff() instead of xdiff_string_bdiff() 2008-12-29 08:43:01 +00:00
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 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 * (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 urlencode not needed anymore 2009-05-25 14:02:54 +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 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 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
LinkCache.php
Linker.php Escaping fixes 2009-05-22 09:35:48 +00:00
LinkFilter.php
LinksUpdate.php Reverted r46706, misses essential updates, the feature can easily be implemented another way (see CodeReview). For 1.15. 2009-05-19 08:01:36 +00:00
LogEventsList.php Implemented save/restore logic for sql_big_selects, per CR comments on r50168. 2009-05-27 06:10:48 +00:00
LogPage.php Proper casing for getDBkey() 2009-05-24 08:29:10 +00:00
MacBinary.php
MagicWord.php * (bug 5755) Introduce {{CURRENTMONTH1}} and {{LOCALMONTH1}} to display the month number without the leading zero 2009-05-20 07:14:03 +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 16912) Tooltips on images with link= disappear 2009-05-15 19:43:09 +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 * fix MessageCache::get()'s $isFullKey param: full key is "msg/lang" as in MediaWiki namespace, not "lang/msg" 2009-05-16 20:12:29 +00:00
Metadata.php
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 Work around parser madness, because I have no idea what is going on. The following renders each line as a paragraph: 2009-05-25 13:49:01 +00:00
PageHistory.php (bug 18772) Removed redundant 'deletedrev' message instances 2009-05-26 12:29:16 +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 Escaping fixes 2009-05-22 09:35:48 +00:00
PatrolLog.php Use link() instead of deprecated makeLinkObj() where possible. 2009-05-08 23:24:31 +00:00
Preferences.php Update per r50782: 2009-05-24 12:09:15 +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 * Follow-up for r50691, add \n to be safe in case there is line-start sensitive markup 2009-05-17 15:44:51 +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 Escaping fixes 2009-05-22 09:35:48 +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 * Follow-up to r49720: Fix array logic in Sanitizer::removeHTMLtags so that it doesn't strip good tags that were redundantly defined (per brion's CodeReview comment on that rev). 2009-05-23 02:24:54 +00:00
SearchEngine.php Redesign of the "new search UI" per Trevor's design plans from usability wiki: 2009-05-04 23:07:19 +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 Update per r50782: 2009-05-24 12:09:15 +00:00
SiteConfiguration.php
SiteStats.php For backport to 1.14. 2009-01-15 06:56:58 +00:00
Skin.php Escaping fixes 2009-05-22 09:35:48 +00:00
SkinTemplate.php Fixing part of bug 14688 (upload restrictions): 2009-05-24 20:45:31 +00:00
SpecialPage.php Grammar? English doesn't use {{GRAMMAR}} :o 2009-05-23 10:16:47 +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 Per comment at r50961: keep the messages saying "you need to be logged in to ...", but only show it when normal logged-in users can upload 2009-05-26 19:16:49 +00:00
TitleArray.php
User.php Reverted r47352, $wgRateLimitsExcludedIPs is to be replaced by APCOND_ISIP. 2009-05-27 05:30:09 +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 Move wfDebug() call about use of PHP mail() function to _before_ we mess around with warning/error reporting. 2009-05-18 19:08:53 +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 Use link() instead of deprecated makeLinkObj() where possible. 2009-05-08 23:24:31 +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 Removed StartProfiler.php from SVN control and added StartProfiler.sample file. The sample file can be moved to the former name to set profiling. MW will fall back to ProfilerStub.php as usual if there is no StartProfiler.php. 2009-05-07 18:30:26 +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 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-05-14 17:39:18 +00:00