Commit Graph

94 Commits (8c270c43d346a4047b9677260edb40b2c1ff2237)

Author SHA1 Message Date
Angie Byron 7df3f37295 #67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a permission to update.php. 2009-10-09 07:48:07 +00:00
Dries Buytaert 7e7edd8fb9 - Patch #576516 by David_Rothstein: fixed documentation. 2009-09-14 19:03:04 +00:00
Dries Buytaert 0b7962ca01 - Patch #570572 by winston, David_Rothstein | Shai, Xano, alexanderpas, emmajane, kazar: changed label for user/1 account from 'administrator' to 'site maintenance account'. 2009-09-14 07:33:55 +00:00
Dries Buytaert 7ad9777c45 - Patch #542658 by sun, Gábor Hojtsy, pwolanin: move action tabs out of local tasks. 2009-08-22 20:10:38 +00:00
Angie Byron 8a6d8660cb #370454 follow-up by chx: Enhance comments to page cache simplification patch, and add in missing settings.default.php hunk. 2009-08-16 23:20:43 +00:00
Angie Byron c675fa4b01 #538032 by killes: Document variables that could help with PCRE memory becoming saturated. 2009-08-16 19:25:39 +00:00
Dries Buytaert 831e84b918 - Patch #72856 by quicksketch: on some systems, PHP's garbage collector is disabled so make sure to enable it. 2009-07-04 06:22:03 +00:00
Dries Buytaert 28b2f098be - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to 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. 2009-06-08 05:00:12 +00:00
Dries Buytaert e99838fbf4 - Patch #147310 by c960657: added tests for private files, fixed a problem with private files and minor improvements. 2009-04-24 08:16:56 +00:00
Dries Buytaert 2f9af75438 - Patch #430342 by kkaefer et al: usability improvement: changed 'site maintenance' to 'maintenance mode'. 2009-04-19 19:10:08 +00:00
Dries Buytaert 8ea7782499 - Patch #332890 by sharda_ram: small clarification to the settings file. 2009-04-17 20:08:32 +00:00
Angie Byron 5f3033d78a #231298 follow-up by Jaza: Documentation and sample file for aliased multisite support feature. 2009-03-30 05:45:48 +00:00
Dries Buytaert df299d8ccd - Patch #360415 by JuliaKM, ultimateboy, keith.smith et al: improved instructions. 2009-03-18 09:53:04 +00:00
Dries Buytaert 05e658dfe3 - Patch #394938 by Damien Tournoud: defailt to exist. 2009-03-09 17:14:31 +00:00
Angie Byron 665c9fdc2c Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
Angie Byron ff9e842730 #330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency. 2009-02-18 15:19:57 +00:00
Angie Byron 74969e3b9f #360415 by JohnAlbin: Ship Drupal with a default sites/all/modules and sites/all/themes directory. Hooraycvs diff :D 2009-01-22 04:33:38 +00:00
Dries Buytaert dcf7502003 - Patch #303154 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 #308834 follow-up by gpk: Comment improvements. 2008-11-22 16:48:20 +00:00
Dries Buytaert 6608f70cff - Patch #308834 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 #299661 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 #225450 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 #293343 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 #225880 by webchick: forgot to make a change to default.settings.php. 2008-07-19 12:50:56 +00:00
Dries Buytaert bb232c728a - Patch #277073 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 #228594 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 #218803 by Senpai: added minor clarification to the default.settings.php file. 2008-03-21 09:16:37 +00:00
Gábor Hojtsy fdce0564d6 #202559 by Pasqualle: just removing some trailing white space from end of lines 2007-12-20 09:35:10 +00:00
Gábor Hojtsy 309120cd05 #200424 follow up by keith.smith: small typo fixed in default settings file 2007-12-19 15:22:27 +00:00
Gábor Hojtsy 1d79aaa59f #200424 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 #141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression) 2007-11-30 12:19:10 +00:00
Gábor Hojtsy f337abfa69 #173408 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 #170638 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 #140468 by JohnAlbin: documentation improvements. Thanks. 2007-06-17 10:45:35 +00:00
Dries Buytaert a309ea2be2 - Patch #99011 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 #131061: 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 #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems. 2007-04-30 14:37:36 +00:00
Dries Buytaert b20618aa12 - Patch #128866 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 #128866 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 #127753 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 #126128 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 #98359 by Robroy and webchick: string clean-up: web site -> website 2007-02-27 12:29:22 +00:00
Dries Buytaert 6f9e6c2907 - Patch #117917 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