summaryrefslogtreecommitdiff
path: root/sites
Commit message (Collapse)AuthorAge
* - Patch #72856 by quicksketch: on some systems, PHP's garbage collector is ↵Dries Buytaert2009-07-04
| | | | disabled so make sure to enable it.
* - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to ↵Dries Buytaert2009-06-08
| | | | t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.
* - Patch #147310 by c960657: added tests for private files, fixed a problem ↵Dries Buytaert2009-04-24
| | | | with private files and minor improvements.
* - Patch #430342 by kkaefer et al: usability improvement: changed 'site ↵Dries Buytaert2009-04-19
| | | | maintenance' to 'maintenance mode'.
* - Patch #332890 by sharda_ram: small clarification to the settings file.Dries Buytaert2009-04-17
|
* #231298 follow-up by Jaza: Documentation and sample file for aliased ↵Angie Byron2009-03-30
| | | | multisite support feature.
* - Patch #360415 by JuliaKM, ultimateboy, keith.smith et al: improved ↵Dries Buytaert2009-03-18
| | | | instructions.
* - Patch #394938 by Damien Tournoud: defailt to exist.Dries Buytaert2009-03-09
|
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #360415 by JohnAlbin: Ship Drupal with a default sites/all/modules and ↵Angie Byron2009-01-22
| | | | sites/all/themes directory. Hooraycvs diff :D
* - Patch #303154 by c960657: clean-up and better document ini_set() calls in ↵Dries Buytaert2008-12-23
| | | | default.settings.php.
* #308834 follow-up by gpk: Comment improvements.Angie Byron2008-11-22
|
* - Patch #308834 by c960657: move setting of magic_quotes_runtime out of ↵Dries Buytaert2008-11-22
| | | | settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap.
* - Patch #299661 by smk-ka, oadaeh, et al: install.php does not correctly ↵Dries Buytaert2008-10-06
| | | | check database settings.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #293343 by Bart Jansens: removed obsolete table name from ↵Dries Buytaert2008-08-13
| | | | documentation. Candidate for Most Trivial Patch of the Month Award.
* - Patch #225880 by webchick: forgot to make a change to default.settings.php.Dries Buytaert2008-07-19
|
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #228594 by catch et al: removed access rule functionality from core.Dries Buytaert2008-04-08
| | | | | | | | | | | The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings.
* - Patch #218803 by Senpai: added minor clarification to the ↵Dries Buytaert2008-03-21
| | | | default.settings.php file.
* #202559 by Pasqualle: just removing some trailing white space from end of linesGábor Hojtsy2007-12-20
|
* #200424 follow up by keith.smith: small typo fixed in default settings fileGábor Hojtsy2007-12-19
|
* #200424 by mpare and myself: strengten the note that all settings.php set ↵Gábor Hojtsy2007-12-19
| | | | configuration options are fixed, and cannot be modified on the web interface
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #173408 by markus_petrux / add1sun: move proxy IP configuration options to ↵Gábor Hojtsy2007-11-26
| | | | settings.php, because these need to be used before Drupal has the variables loaded from the database
* #170638 by JirkaRybka and chx: move update access variable to settings.php, ↵Gábor Hojtsy2007-08-28
| | | | so we can check whether it is wide open, and we have one place for settings
* - Patch #140468 by JohnAlbin: documentation improvements. Thanks.Dries Buytaert2007-06-17
|
* - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵Dries Buytaert2007-05-08
| | | | with sites/default/default.settings.php.
* #131061: Very fast t() for a small set of strings,Gábor Hojtsy2007-05-04
| | | | by Moshe Weitzman, webernet, chx, erdemkose and myself
* - Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie ↵Dries Buytaert2007-04-30
| | | | domain problems.
* - Patch #128866 by Gabor et al: new language subsystem fixes.Dries Buytaert2007-03-28
|
* - More breakage.Dries Buytaert2007-03-26
|
* - More breakage.Dries Buytaert2007-03-26
|
* - Restoring the proper settings.phpDries Buytaert2007-03-26
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* fixing settings.phpSteven Wittens2007-03-15
|
* - Patch #127753 by ChrisKennedy and GreenMother: regex error with ↵Dries Buytaert2007-03-14
| | | | session.cookie_domain settings.
* - Double arghDries Buytaert2007-03-12
|
* - ArghDries Buytaert2007-03-12
|
* - Patch #126128 by chx and Steven: menu fixes and enhancements. Yay.Dries Buytaert2007-03-12
|
* fix default db_urlSteven Wittens2007-03-02
|
* - Patch #98359 by Robroy and webchick: string clean-up: web site -> websiteDries Buytaert2007-02-27
|
* - Patch #117917 by chx, greg, webchick et al: fix problems with the ↵Dries Buytaert2007-02-11
| | | | automatic domain extraction -- prevents users from logging in.
* #114621: Fix settings.phpSteven Wittens2007-02-07
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* #108663: Fix edge case for cookie domains (conform to RFC 2109)Steven Wittens2007-01-14
|
* #108663: Fix log-in problems due to cookie domain mismatch (www vs no www)."Steven Wittens2007-01-13
|
* - Patch #105368 by KarenS and Morbus: clarify settings.php permissions.Dries Buytaert2006-12-30
|
* - Removing trailing whitespace.Dries Buytaert2006-12-23
|