aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DefaultSettings.php
Commit message (Collapse)AuthorAgeFilesLines
* revert my cruft regarding incremental message cache building, it targetted ↵Domas Mituzas2005-05-041-1/+0
| | | | | | | wrong trouble in wrong path anyway Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8868
* bump ver to 1.5alpha1; add some upgrade notes (needs work)Brion Vibber2005-05-021-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8803
* * (bug 719) Increase namespace fields from tinyint to regular intBrion Vibber2005-05-021-2/+2
| | | | | | | This keeps custom namespaces from bumping the 8-bit ceiling so quickly. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8798
* * Deprecated $wgStyleSheetDirectory which was an alias for $wgStyleDirectoryÆvar Arnfjörð Bjarmason2005-05-021-15/+0
| | | | | | | | | * Removed $wgSharedLatin1 and $wgSqlTimeout, not used for anything * Removed $wgEnableSOAP, should have been removed when SOAP was purged from the tree yesterday. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8783
* Major changes to user groups:Tim Starling2005-05-011-0/+8
| | | | | | | | | * Added "static groups" feature to remove memcached/DB load time * Added i18n support, allowing names and descriptions to be optionally drawn from wfMsg/wfMsgForContent * Fixed Special:Groups, it is now half-decent. Too many changes to list here. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8778
* Bug 1980 - Port 443 added to https / SSL URLsJens Frank2005-04-291-1/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8727
* * Fixed two spelling errorsÆvar Arnfjörð Bjarmason2005-04-251-3/+3
| | | | | | | * Turned off using sorbs.net to check for open proxies Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8598
* Userlevels and grouplevels have been moved out to a 'steward' group. MakeBrion Vibber2005-04-251-0/+1
| | | | | | | | the initially created sysop user a part of the group so they can assign sysops etc. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8582
* initialize $wgUploadNavigationUrl as false to avoid register_globalsErik Moeller2005-04-241-1/+3
| | | | | | | exploits Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8557
* 1) Enable upload navigation link for non-logged-in users. From a usabilityErik Moeller2005-04-241-2/+6
| | | | | | | | | | | | | | | | | perspective, navigation should not be surprising with random elements popping up under certain circumstances only ("How do I upload" is a FAQ). Special:Upload will show a message "You have to be logged in" for anonymous users, so no confusion should arise. 2) New variable $wgUploadNavigationUrl for setting the URL to which the "Upload file" link in the toolbox points. The German Wikipedia is striving towards an approach where local uploads are enabled, but the navigation link goes to the Commons. The link to Special:Upload will be put on a policy page about fair use. In this way, fair use uploads are meant to be allowed as an exception. A similar approach is likely to be used for Wikinews. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8556
* Implemented query group feature, needed for slow queries esp. in 1.4. ↵Tim Starling2005-04-231-12/+15
| | | | | | | Hopefully fixed lagged slave mode. Added a simple method to simulate lagged slaves. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8540
* Disable EXIF display if the PHP EXIF module isn't available.Brion Vibber2005-04-221-2/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8521
* Adding patched EXIF data display on image page, based on include file by ↵Magnus Manske2005-04-211-0/+2
| | | | | | | Vinay Yadav Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8493
* * Use in-process Tidy extension if available when $wgUseTidy is onBrion Vibber2005-04-201-0/+7
| | | | | | | It seems I forgot to commit this last night. Whoops! Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8464
* TypoJens Frank2005-04-201-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8449
* Add external repositories support for Revision, wouldDomas Mituzas2005-04-181-0/+12
| | | | | | | | | follow url if flag on text set, allows pluggable storage modules and migration from databases to somewhere else (huh, other databases ;-) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8432
* Optional thumbnail generation by client request, using thumb.php. This ↵Tim Starling2005-04-161-0/+12
| | | | | | | removes any need for access to image files on page view. Experimental, some aspects still haven't been tested. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8378
* * Apparently version 4 exists as well, attempting to catch it..Ævar Arnfjörð Bjarmason2005-04-151-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8365
* * Improved the $wgBrowserBlackList regex for IE on OS9, and commented.Ævar Arnfjörð Bjarmason2005-04-151-2/+13
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8362
* * Adding MSIE for Mac OS <10 to wgBrowserBlacklist, see: ↵Ævar Arnfjörð Bjarmason2005-04-151-3/+4
| | | | | | | http://en.wikipedia.org/wiki/Template%3AOS9 and http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8354
* *** empty log message ***Ævar Arnfjörð Bjarmason2005-04-131-2/+19
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8305
* * Some clown with CVS access deleted our MS Word files and replaced them withÆvar Arnfjörð Bjarmason2005-04-121-1/+1
| | | | | | | textfiles, changing all references to them. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8270
* * A new tab in the preferencesc called 'File' for any current and futureÆvar Arnfjörð Bjarmason2005-04-121-0/+13
| | | | | | | | file-related options, moving the images description limit there (from misc) * (bug 1221) image thumbnail sizes are now a user preference (in the 'Files' tab) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8266
* BUG#1849 - Count images as used if they are put into a category (site pref)Jens Frank2005-04-101-0/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8246
* Moved image metadata to the database. Changed Image object to have ↵Tim Starling2005-04-101-3/+5
| | | | | | | lightweight constructors, similar to the User object. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8230
* Smarter, more flexible cache type selection. Moved entire contents of ↵Tim Starling2005-04-091-27/+12
| | | | | | | ObjectCache.php to BagOStuff.php, to make way for some more generic code. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8196
* * Rewrote the comment for $wgAmericanDates to be more specific.Ævar Arnfjörð Bjarmason2005-04-071-1/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8116
* Change default on $wgSysopUserBans and $wgSysopRangeBans to trueBrion Vibber2005-04-071-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8110
* HTCP Multicast Squid purging supportMark Bergsma2005-04-061-0/+4
| | | | | | | | | | Uses (UDP) HTCP packets to send 'CLR' (purge) requests to Squids, using a multicast group address. Needs a patched Squid (Squid doesn't support HTCP CLR): http://www.nedworks.org/~mark/patches/squid-htcp-clr.diff Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8095
* * (bug 578): renamed $wgDisableUploads => $wgEnableUploadsÆvar Arnfjörð Bjarmason2005-04-011-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8025
* * Changed $wgUploadSizeWarning from 1.5 * 10^5 to 150 * 2^10Ævar Arnfjörð Bjarmason2005-03-311-1/+1
| | | | | | | * The largefile message now displays $wgUploadSizeWarning Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8011
* more stuff to fall back onÆvar Arnfjörð Bjarmason2005-03-311-1/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8010
* Support for SORBS DNSBLTim Starling2005-03-281-0/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7967
* Ability to disable actions from LocalSettings.phpTim Starling2005-03-281-0/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7963
* Basic static HTML dump generator, experimentalTim Starling2005-03-271-0/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7932
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-6/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7912
* NS_xxx instead of hardcoded integerAntoine Musso2005-03-261-4/+21
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7883
* Preliminary support for application/external-editorErik Moeller2005-03-241-0/+6
| | | | | | | | | | | | | | | | | allows editing wiki pages or files with an external application, by using an intermediate helper application (such as the reference one in extensions/ee) which fetches the data and transmits the changes back to the server. This version adds external editor support for uploaded files, as well as for pages. More operations, such as diffs and merges, should support application/external-editor in the future. See extensions/ee/README for some more info on the concept. Documentation will also be placed on http://meta.wikimedia.org/wiki/Help:External_editors Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7859
* Option to turn special page sorting feature offTim Starling2005-03-201-0/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7760
* don't enable debug log by defaultRiver Tarnell2005-03-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7748
* documenting and initializing $wgUseCommaCountErik Moeller2005-03-181-0/+12
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7747
* Re-establishing validation feature (the beginnings)Magnus Manske2005-03-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7740
* Re-establishing validation feature (the beginnings)Magnus Manske2005-03-171-0/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7727
* protection against injection of $wgProxyKey from register_globalsTim Starling2005-03-161-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7717
* Making the secret key source a bit more robust for existing installationsTim Starling2005-03-161-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7714
* Stronger user token generationTim Starling2005-03-161-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7713
* Mark interwiki redirect URLs with a source parameter to stop them from ↵Brion Vibber2005-03-151-0/+15
| | | | | | | further redirecting, and if on a whitelist display the return URL for handy edit-linking. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7707
* * Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.Tim Starling2005-03-131-0/+2
| | | | | | | | | * Changed memcached invalidation style in this patch to recache instead of deleting, which is better for concurrency * Added a fix for the media link problem, differnet to my fix for the same problem in REL1_4 but either should work. * Fixed image deletion, it didn't work at all. Not sure when it was broken or if it's been reported. It was working in REL1_4. It was a trivial error. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7678
* eAccelerator caching support, patches from Jamie BlissBrion Vibber2005-03-021-1/+15
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7553
* Add experimental $wgActionPaths config option.Brion Vibber2005-02-281-0/+10
| | | | | | | | | | | To set 'pretty' URL paths for actions other than plain page views, add to this array. For instance: 'edit' => "$wgScriptPath/edit/$1" There must be an appropriate script or rewrite rule to handle these URLs. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7538