X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=f2453e842adc9e049b364d6c04d2ff5a8f4b0d25;hb=b1a32ed130876b4e5d4357dd984430471805afa4;hp=28349e9ddeb0b9e4d814385bb22d04038f19f406;hpb=4c15ddc6b9aa4139cb2d0e43d2f0664395436d02;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 28349e9dde..f2453e842a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1249,7 +1249,7 @@ $wgThumbnailMinimumBucketDistance = 50; * * This obviously means that more disk space is needed per upload upfront. * - * @since 1.24 + * @since 1.25 */ $wgUploadThumbnailRenderMap = array(); @@ -1263,14 +1263,14 @@ $wgUploadThumbnailRenderMap = array(); * This method only works if thumbnails are configured to be rendered by a 404 handler. The latter * option uses the job queue to render the thumbnail. * - * @since 1.24 + * @since 1.25 */ $wgUploadThumbnailRenderMethod = 'jobqueue'; /** * When using the "http" wgUploadThumbnailRenderMethod, lets one specify a custom Host HTTP header. * - * @since 1.24 + * @since 1.25 */ $wgUploadThumbnailRenderHttpCustomHost = false; @@ -1278,7 +1278,7 @@ $wgUploadThumbnailRenderHttpCustomHost = false; * When using the "http" wgUploadThumbnailRenderMethod, lets one specify a custom domain to send the * HTTP request to. * - * @since 1.24 + * @since 1.25 */ $wgUploadThumbnailRenderHttpCustomDomain = false; @@ -1997,15 +1997,6 @@ $wgAllowSlowParserFunctions = false; */ $wgAllowSchemaUpdates = true; -/** - * Anti-lock flags - bitfield - * - ALF_NO_LINK_LOCK: - * Don't use locking reads when updating the link table. This is - * necessary for wikis with a high edit rate for performance - * reasons, but may cause link table inconsistency - */ -$wgAntiLockFlags = 0; - /** * Maximum article size in kilobytes */ @@ -5626,11 +5617,6 @@ $wgPreviewOnOpenNamespaces = array( NS_CATEGORY => true ); -/** - * Go button goes straight to the edit screen if the article doesn't exist. - */ -$wgGoToEdit = false; - /** * Enable the UniversalEditButton for browsers that support it * (currently only Firefox with an extension) @@ -5731,9 +5717,9 @@ $wgGitRepositoryViewers = array( /** * Recentchanges items are periodically purged; entries older than this many * seconds will go. - * Default: 13 weeks = about three months + * Default: 90 days = about three months */ -$wgRCMaxAge = 13 * 7 * 24 * 3600; +$wgRCMaxAge = 90 * 24 * 3600; /** * Filter $wgRCLinkDays by $wgRCMaxAge to avoid showing links for numbers @@ -5885,11 +5871,6 @@ $wgAdvertisedFeedTypes = array( 'atom' ); */ $wgRCShowWatchingUsers = false; # UPO -/** - * Show watching users in Page views - */ -$wgPageShowWatchingUsers = false; - /** * Show the amount of changed characters in recent changes */ @@ -7093,6 +7074,18 @@ $wgAsyncHTTPTimeout = 25; */ $wgHTTPProxy = false; +/** + * Local virtual hosts. + * + * This lists domains that are configured as virtual hosts on the same machine. + * If a request is to be made to a domain listed here, or any subdomain thereof, + * then no proxy will be used. + * Command-line scripts are not affected by this setting and will always use + * proxy if it is configured. + * @since 1.25 + */ +$wgLocalVirtualHosts = array(); + /** * Timeout for connections done internally (in seconds) * Only works for curl