* Removed break in first loop of generateTableHTML(), which caused:
[lhc/web/wiklou.git] / includes / DefaultSettings.php
2011-06-20 Alexandre EmsenhuberMoved action=info to an Action subclass; also changed...
2011-06-16 Tim StarlingFixes for r90105, r90193:
2011-06-16 Tim StarlingRemoved $wgProto. Previously, setting this undocumented...
2011-06-12 Alexandre EmsenhuberMoved action=deletetrackback and action=markpatrolled...
2011-06-11 Brian WolffRemove $wgCheckCopyrightUpload from DefaultSettings...
2011-06-11 Alexandre Emsenhuber* Made Special:RevisionDelete use the local variables...
2011-06-07 Tim StarlingWhen detecting $wgServer, do not fall back to $_SERVER...
2011-06-05 Antoine Mussocode documentation for $wgPreprocessorCacheThreshold
2011-06-03 Chad Horohoervv: r89398. Tim wants me to wait
2011-06-03 Chad HorohoeKill off action=raw from index.php
2011-06-02 Robin PepermansRenaming 'roa-rup' to 'rup' (see also bug 15988), and...
2011-05-31 Tim StarlingMake $wgDebugRawPage=false also ignore load.php, so...
2011-05-30 Tim StarlingHipHop improvements:
2011-05-29 Russ NelsonThere is no getThumbRel;
2011-05-28 KrinkleFix type, follow-up r81615
2011-05-27 Ilmari Karonenfix broken condition in r83847 (tested)
2011-05-27 Tim StarlingSome HipHop fixes:
2011-05-26 Sam Reed* (bug 29144) Move action=dublincore and action=creativ...
2011-05-25 Sam Reed* (bug 29144) Move action=dublincore and action=creativ...
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-22 PlatonidesRevert unintended change in r88620
2011-05-22 PlatonidesUse doc comment
2011-05-17 Siebrand MazelandMake @deprecated documentation more consistent (see...
2011-05-15 Rob LanphierSetting $wgLocalTZoffset based on $wgLocaltimezone...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-15 Bryan Tong MinhAdd 'hash' => array( 'class' => 'HashBagOStuff' ) to...
2011-05-14 Alexandre EmsenhuberRewrote the article counting code and related:
2011-05-14 Antoine Mussobug 28503: add ircs to UrlProtocols in defaultsettings...
2011-05-13 Chad Horohoe(bug 10154) Don't allow user to specify days beyond...
2011-05-10 KrinkleCreating a way to toggle mw.config LEGACY_GLOBALS from...
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-05-06 Sam ReedKill $wgExtraRandompageSQL
2011-05-06 Sam ReedKill $wgAllowUserSkin
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-06 Sam ReedKill $wgRateLimitsExcludedGroups which was deprecated...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-06 Chad HorohoeBump trunk version since we've branched
2011-05-05 Chad HorohoeKill $wgSkinExtensionFunctions. Way back in r4934 when...
2011-05-01 Chad Horohoe(bug 28343) Kill unused contextlines/contextchars
2011-05-01 Roan Kattouw(bug 28738) Implement request splitting in mw.loader...
2011-04-25 Sam ReedFollowup r86898, fix $wgProxyScriptPath
2011-04-20 Happy-melonFollow-up r86482: patch to add an index on user_email...
2011-04-20 Happy-melon(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669...
2011-04-17 Happy-melonRename Special:Resetpass to Special:ChangePassword...
2011-04-16 Brian WolffMerge to trunk everything in img_metadata branch.
2011-04-15 Chad HorohoeMerge r81448 from REL1_17: reverting RevisionMove featu...
2011-04-15 Chad HorohoeRevert r77555 and followups r77563, r77572, r78116...
2011-04-15 Chad HorohoeFollowup r83755: You removed them, you didn't deprecate...
2011-04-14 Niklas LaxströmAdded one @since annotation I had to check out
2011-04-14 Happy-melonr86001, now with less scariness :P I took out the...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-04-12 Ryan Kaldarifollow up to r85847 - tokipona projects long dead and...
2011-04-09 Brion VibberInitial stab at breaking math/texvc out to Math extension.
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-04-01 Chad HorohoeRevert r64853 (add $wgLogAutocreatedAccounts to enable...
2011-04-01 Aryeh GregorDocument what settings are disabled by $wgHtml5
2011-03-26 Brian Wolff(bug 28242) Make url's of the form mediawiki.org/wiki...
2011-03-26 Antoine Mussophp 5.2.3+ allow us to pass full method names
2011-03-24 Brian Wolff(follow-up 79778) Make $wgLang->truncate function consi...
2011-03-24 Sam ReedAdding some type documentation to some well used globals
2011-03-22 Chad Horohoe(bug 26866) remove trackback user right from DefaultSet...
2011-03-20 Roan Kattouw(bug 27336) Add $wgJobTypesExcludedFromDefaultQueue...
2011-03-20 Roan Kattouw(bug 27641) purgeThumbnails should support exclusion...
2011-03-17 Sam ReedAlso remove message as followup to r84133
2011-03-16 Sam ReedAnother old version checking thing
2011-03-16 Sam ReedKill off some more old version checking stuffs
2011-03-14 Happy-melonComplete the trinity of blocking frontend interfaces...
2011-03-14 Roan KattouwFollowup r83885: implement maximum line length and...
2011-03-14 Roan KattouwFix r83140: 'ObjectCache::newAnything' is not a valid...
2011-03-13 Happy-melonFurther massive rewrite of the blocking frontend: spin...
2011-03-13 Antoine Mussosetting servername with an IPv6 request must ensure...
2011-03-12 Happy-melonFollow-up r83786: update references in SpecialPage...
2011-03-12 Bryan Tong Minh(bug 18691) Added support for SVG rasterization using...
2011-03-12 Happy-melonFollow-up r83755: @deprecated @since is wrong, doesn...
2011-03-12 Happy-melonDeprecate $wgSysopUserBans and $wgSysopRangeBans, both...
2011-03-10 Tim Starling* Add a $count argument to wfIncrStats(), to allow...
2011-03-08 Tim StarlingSet $wgInternalServer to false by default, and fall...
2011-03-06 Brian Wolff(bug 27508) SVGMetadataExtractor takes too much resourc...
2011-03-03 Happy-melonOptionally disable including mediawiki.legacy (wikibits...
2011-03-03 Tim Starling* When CACHE_ANYTHING is requested, return the cached...
2011-03-03 Tim Starling* Rewrote ObjectCache.php to conform to the modern...
2011-03-02 Aryeh GregorDisable $wgExperimentalHtmlIds again by default
2011-02-26 Bryan Tong Minh(bug 27700) The upload protection can now also be set...
2011-02-25 Tim Starling* (bug 24230) Added JAR detection. ZIP archives contain...
2011-02-24 Alexandre EmsenhuberFix variable name in comment
2011-02-19 Mark A. HershbergerBug #26059 — Add support for KML/KMZ filetype
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-12 Mark A. HershbergerFix up bug #26016 by applying the more descriptive...
2011-02-10 Sam Reed*(bug 27159) make email confirmation code expiration...
2011-02-06 Bryan Tong MinhFollow-up r81612, disable $wgAllowAsyncCopyUploads
2011-02-05 Antoine Mussominor typo in comment
2011-02-03 Daniel FriesenCommit some fixes for comments on r77741
2011-02-02 Tim StarlingBlacklist ZIP subtypes added in r68873, to avoid GIFAR.
2011-01-30 Bryan Tong MinhFollow-up r80775: Check for meta.tiff as well.
2011-01-28 Chad HorohoePer comment on bug 26612, we should drop the pre-Postgr...
2011-01-22 Bryan Tong MinhFollow-up r79867: Read out EXIF orientation in JavaScri...
2011-01-21 Trevor ParscalAddresses issues raised in an excellent review of r80656.
2011-01-20 Trevor ParscalResolved bug 26791 by replacing JSMin with a new librar...
2011-01-17 Tim Starling* Introduced a non-dummy collation for $wgCategoryColla...
next