Commit Graph

74 Commits (4ce3ff3d44b7b6c508bd2b855a93873d35c8673b)

Author SHA1 Message Date
Dries Buytaert dcf7502003 - Patch by c960657: clean-up and better document ini_set() calls in default.settings.php. 2008-12-23 19:59:17 +00:00
Angie Byron 2f6a71433d follow-up by gpk: Comment improvements. 2008-11-22 16:48:20 +00:00
Dries Buytaert 6608f70cff - Patch by c960657: move setting of magic_quotes_runtime out of 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. 2008-11-22 13:46:11 +00:00
Dries Buytaert c462ab1002 - Patch by smk-ka, oadaeh, et al: install.php does not correctly check database settings. 2008-10-06 10:54:15 +00:00
Dries Buytaert 69e6f411a9 - Patch by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
Dries Buytaert 3a7bbafa92 - Patch by Bart Jansens: removed obsolete table name from documentation. Candidate for Most Trivial Patch of the Month Award. 2008-08-13 06:52:19 +00:00
Dries Buytaert 0c6014a0cc - Patch by webchick: forgot to make a change to default.settings.php. 2008-07-19 12:50:56 +00:00
Dries Buytaert bb232c728a - Patch by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
Dries Buytaert 08aa23227e - Patch by catch et al: removed access rule functionality from core.
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.
2008-04-08 22:50:55 +00:00
Dries Buytaert 9012f43ab0 - Patch by Senpai: added minor clarification to the default.settings.php file. 2008-03-21 09:16:37 +00:00
Gábor Hojtsy fdce0564d6 by Pasqualle: just removing some trailing white space from end of lines 2007-12-20 09:35:10 +00:00
Gábor Hojtsy 309120cd05 follow up by keith.smith: small typo fixed in default settings file 2007-12-19 15:22:27 +00:00
Gábor Hojtsy 1d79aaa59f by mpare and myself: strengten the note that all settings.php set configuration options are fixed, and cannot be modified on the web interface 2007-12-19 13:42:42 +00:00
Gábor Hojtsy e9f52b4248 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression) 2007-11-30 12:19:10 +00:00
Gábor Hojtsy f337abfa69 by markus_petrux / add1sun: move proxy IP configuration options to settings.php, because these need to be used before Drupal has the variables loaded from the database 2007-11-26 08:06:52 +00:00
Gábor Hojtsy 1372700977 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings 2007-08-28 11:42:56 +00:00
Dries Buytaert 86a6c03b35 - Patch by JohnAlbin: documentation improvements. Thanks. 2007-06-17 10:45:35 +00:00
Dries Buytaert a309ea2be2 - Patch by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php. 2007-05-08 16:36:55 +00:00
Gábor Hojtsy f0b273a965 : Very fast t() for a small set of strings,
by Moshe Weitzman, webernet, chx, erdemkose and myself
2007-05-04 08:32:00 +00:00
Dries Buytaert b93ce19a9c - Patch by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems. 2007-04-30 14:37:36 +00:00
Dries Buytaert b20618aa12 - Patch by Gabor et al: new language subsystem fixes. 2007-03-28 14:08:23 +00:00
Dries Buytaert d2deb00846 - More breakage. 2007-03-26 06:43:12 +00:00
Dries Buytaert c89d68d84b - More breakage. 2007-03-26 06:39:10 +00:00
Dries Buytaert 924c5ec8ac - Restoring the proper settings.php 2007-03-26 06:01:58 +00:00
Dries Buytaert eb0caa354e - Patch by Gabor, Steven, chx, Jose et al: new language subsystem. 2007-03-26 01:32:22 +00:00
Steven Wittens ba23603d37 fixing settings.php 2007-03-15 14:48:39 +00:00
Dries Buytaert e1114beaed - Patch by ChrisKennedy and GreenMother: regex error with session.cookie_domain settings. 2007-03-14 19:28:40 +00:00
Dries Buytaert a3263c816e - Double argh 2007-03-12 13:53:30 +00:00
Dries Buytaert e42c39c64b - Argh 2007-03-12 13:51:04 +00:00
Dries Buytaert 66b99866b0 - Patch by chx and Steven: menu fixes and enhancements. Yay. 2007-03-12 13:01:10 +00:00
Steven Wittens bc04ec157c fix default db_url 2007-03-02 08:18:23 +00:00
Dries Buytaert 79872ff139 - Patch by Robroy and webchick: string clean-up: web site -> website 2007-02-27 12:29:22 +00:00
Dries Buytaert 6f9e6c2907 - Patch by chx, greg, webchick et al: fix problems with the automatic domain extraction -- prevents users from logging in. 2007-02-11 10:26:33 +00:00
Steven Wittens 36e675d7a5 : Fix settings.php 2007-02-07 10:58:31 +00:00
Dries Buytaert 05a708fb06 - Patch by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks. 2007-01-31 15:49:26 +00:00
Steven Wittens e9e4a3a446 : Fix edge case for cookie domains (conform to RFC 2109) 2007-01-14 02:05:15 +00:00
Steven Wittens 660439856d : Fix log-in problems due to cookie domain mismatch (www vs no www)." 2007-01-13 10:55:15 +00:00
Dries Buytaert 3942da7517 - Patch by KarenS and Morbus: clarify settings.php permissions. 2006-12-30 15:28:33 +00:00
Dries Buytaert fef48963ce - Patch by dww: removed my local settings.php changes. Sorry. 2006-11-22 09:21:11 +00:00
Dries Buytaert 6ae6dc0d85 - Patch by webchick, neil, dww et al: show version numbers on modules page. 2006-11-21 20:55:36 +00:00
Dries Buytaert 9321ee109d - Patch by Gabor: eliminate remaining bluemarine traces from core code. 2006-11-08 19:24:11 +00:00
Steven Wittens 010eca98ec - Fixing $db_url in settings.php 2006-08-03 01:12:03 +00:00
Steven Wittens 38e4c1ae91 : (Eaton et al)
- Make installer code integrate better with module.inc / system.module
- Fix schema version bug when installing core
2006-08-03 01:02:51 +00:00
Neil Drumm 26af2133c8 Reverting a stray change. I blame the install system which insists I let that file be changed. 2006-07-14 02:21:52 +00:00
Neil Drumm 3cd232e5d4 by dfg, add title to last breadcrumb element. 2006-07-14 01:01:15 +00:00
Neil Drumm 8411a9786a by kobus, code style for the example array. 2006-06-22 09:54:48 +00:00
Neil Drumm 9cff02e91b by Zen, Double spaced sentences clean up 2006-05-07 00:08:36 +00:00
Dries Buytaert 9472fbae38 - Patch by Zen: fixed problem with breadcrumb navigation. 2006-04-24 19:25:37 +00:00
Steven Wittens 47fba52460 : Correct settings.php explanation 2006-04-22 11:04:19 +00:00
Steven Wittens 69726b0d7b : Resolve issues with varying $base_url
- Fix locations links in watchdog
- Fix repeated subdirectory in page cache CIDs
2006-04-12 08:42:47 +00:00