Implementing user levels management. This is only a very basic interface and several...
[lhc/web/wiklou.git] / includes / DefaultSettings.php
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-24 Jens FrankRename fields of user_rights and user_groups table...
2004-10-23 Tim Starlingturck only works as an apache module
2004-10-23 Tim StarlingFixed bug with Turck MMCache wrapper, and made it the...
2004-10-21 Erik MoellerPreliminary support for shared upload directory. This...
2004-10-20 Brion VibberReorganization of SearchEngine for legibility
2004-10-19 Zheng ZhuAdded option wgDisableLangConversion to disable langaug...
2004-10-15 Emmanuel Engelhart+ "/Mozilla\/4\.78 \[en\] \(X11; U; Linux/" to the...
2004-10-11 Evan ProdromouBriefly document the $wgLocaltimezone variable.
2004-10-11 Brion Vibber$wgBrowserBlackList must be an array, not a string...
2004-10-11 Emmanuel Engelhart$wgBrowserBlackList = "/Mozilla\/4./";
2004-10-11 Emmanuel Engelhart+ comment about the browser blacklist array
2004-10-10 Emmanuel Engelhart+ $wgBrowserBlackList
2004-10-08 Brion Vibberold_text conversion on load, for future UTF-8 conversio...
2004-10-06 Brion VibberAdd support for some alternate SVG rasterizers:
2004-10-04 Domas Mituzasinitial support for partial message cache, the way...
2004-09-30 Jens FrankOn Category: pages, show images as thumbnail gallery...
2004-09-28 Domas Mituzasallow turning off image path hashing. there was a featu...
2004-09-27 Brion VibberShut up PHP notification warnings about $_SERVER['SERVE...
2004-09-26 Jens FrankBUG#419 Added global variable that defines the elements...
2004-09-25 Brion VibberTurning validation back off by default. I'm assuming...
2004-09-25 Brion VibberAvoid gratuitously breaking configurations: continue...
2004-09-24 Erik Moellerremoving Windows line endings
2004-09-24 Magnus ManskeWiki database system
2004-09-24 Zheng ZhuSet default value for instead of
2004-09-23 Domas Mituzasallow specifying alternative image upload base url...
2004-09-20 Wil MahanBug 506: use $_SERVER[] instead of getenv() because...
2004-09-17 Domas MituzasAdd schema (logical namespace) support, table prefixes...
2004-09-14 Brion VibberPrudency measure: only enable $wgRawHtml usage if ...
2004-09-10 Jens FrankNew user option. Provides a setting to limit the image...
2004-09-09 Brion VibberFix register_globals vulnerability checked in last...
2004-09-08 Brion VibberAdd $wgUserLanguages array to specify which languages...
2004-09-06 Jens Frankmore verbose description
2004-09-05 Antoine MussoNew stylepath : ./skins/ instead of ./style/ or ...
2004-09-04 Antoine Mussosome comments.
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Antoine MussoSome documentation. Let's talk about it in wikitech-l.
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-01 Jens FrankAdd SOAP read only API. API still unstable, might add...
2004-08-31 Erik MoellerCustom namespaces:
2004-08-28 Erik Moellerrename $wgUserTablePrefix to $wgSharedDB as discussed...
2004-08-27 Jens FrankENH#169: Provide plugin interface for skins. See also...
2004-08-23 Jens FrankNew global setting: wgUserTablePrefix
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim StarlingNew feature: Turck MMCache shared memory as a lightweig...
2004-08-17 Jens FrankOn image pages, limit image width to $wgMaxImageWidth.
2004-08-15 Antoine Mussosome more comments and moved parameters in their sections
2004-08-14 Brion VibberDisable $wgUseGzip by default since it's wildly incompa...
2004-08-14 Tim StarlingAllowed post-parse link cache to be used for update...
2004-08-13 Brion VibberAntiglobalization!
2004-08-12 Tim StarlingAhh, so that's what that does
2004-08-09 Jens FrankMake RC patroling an optional feature that can be turne...
2004-08-08 Jens FrankIntegrated C++ wikidiff engine. Enable by setting wgUse...
2004-08-06 Brion VibberSuppress some more warnings on separate execution of...
2004-08-06 Brion VibberDegrade gracefully: disable PHPTal-based skins on PHP...
2004-08-03 Brion Vibber* Change version number to 1.3.0+ (should it be 1.4...
2004-08-01 Brion VibberAdd $wgTranslateNumerals global option to disable local...
2004-07-25 Tim Starlingadded $wgUseValidation
2004-07-24 Brion Vibber$wgRawHtml option to enable <html>...</html> container...
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-19 Jens FrankNew global config setting $wgMaxTocLevel: Maximum inden...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-18 Tim Starlingremove repeated code
2004-07-15 Domas MituzasUse pgsql->PostgreSQL. Change required for class loadin...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim Starlingexclude Rambot (or any other arbitrary SQL) from Specia...
2004-07-09 Tim StarlingDisabling info action for now, would kill suda if we...
2004-06-30 Tim StarlingLimit squid purging
2004-06-30 Tim Starlingsquid debugging
2004-06-29 Tim StarlingDB error log
2004-06-28 Evan ProdromouAdded two global variables, $wgAllowUserJs and $wgAllow...
2004-06-28 Evan ProdromouOnly show last N contributors in the credits. Unfortuna...
2004-06-28 Evan ProdromouMake user names (and real names) in credits block link...
2004-06-26 Brion VibberBeta4
2004-06-26 Tim StarlingAccount creation throttle
2004-06-24 Antoine Mussopatch by Laurent GUERBY to use/check copyright upload...
2004-06-21 Tim Starlingnew anti-bot code
2004-06-15 Tim StarlingBringing the load balancer to the main branch. Still...
2004-06-14 Tim StarlingStoring IP in RC. Off by default. Tested:
2004-06-12 Brion VibberPreparing for beta3...
2004-06-11 Brion VibberConverted remaining latin-1 localizations to UTF-8...
2004-06-09 Domas MituzasAdd database type (demysql code)
2004-06-09 Tim StarlingHiero and timeline as fully modular extensions. To...
2004-06-09 Antoine Mussosome double quoting replaced by single quoting
2004-06-06 Brion VibberUpdate beta2
2004-06-06 Antoine Mussodisabling the dmoz-like category browser by defaut
2004-05-29 Evan ProdromouPer request, I've added code to disable setting the...
2004-05-21 Brion VibberUpdate version and docs to 1.3.0beta1
2004-05-15 Tim StarlingVarious board vote enhancements, moving to the BoardVot...
2004-05-15 Tim StarlingIntroducing special page modular extensions, making...
2004-05-13 Gabriel Wickeremoved section folding
2004-05-12 Gabriel Wicketweaks to tidy comments
2004-05-12 Erik Moellersome documentation
2004-05-11 Gabriel Wickephptal doesn't require ini_set anymore
2004-05-09 Brion VibberAdd $wgUserHtml option; set to false to disable use...
2004-05-09 Brion VibberAllow installing and running the wiki on a server where...
2004-05-09 Tim Starlingbug fixes
2004-05-09 Tim StarlingBoard of Trustees vote
2004-05-08 Brion VibberFix $wgLogo to new location, for standard and nostalgia...
2004-05-08 Brion VibberAdd $wgDefaultSkin setting.
next