Commit Graph

62 Commits (ba6aa9f515996b676940f5a8a8d10c1249c1bda0)

Author SHA1 Message Date
Dries Buytaert 62735bad75 - Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in numeric order, not in definition order. 2008-08-14 09:25:48 +00:00
Dries Buytaert c529e4afbe - Patch #101543 by webchick: document all constants. 2008-05-26 17:12:55 +00:00
Dries Buytaert 2e18cb8924 - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert 76151a8bc9 - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core. 2008-04-16 11:35:52 +00:00
Dries Buytaert 56d2664a90 - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
Dries Buytaert 3c4d568984 - Patch #217803 by csevb10 and senpai: uninstall system does not correctly remove dynamic menu items when a module is deleted. 2008-02-12 13:45:16 +00:00
Dries Buytaert 29d78cbe1d - Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation problem with multi-site setups. 2008-02-10 07:46:13 +00:00
Gábor Hojtsy c8826a6bc5 #110981 by saxofaan: allow contrib modules in install profiles and runtime to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements 2007-12-19 11:15:18 +00:00
Dries Buytaert 02539ac3f8 - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces). 2007-12-18 10:31:42 +00:00
Gábor Hojtsy 33839435ee #201717 by catch: remove the utf8 update helper which is the remaining of the removed 4.6 to 4.7 updates 2007-12-17 18:50:51 +00:00
Gábor Hojtsy dfe1225147 #194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system 2007-12-17 12:23:01 +00:00
Gábor Hojtsy 050008410d #194010 by chx: Proper recursive dependency checking and ordering module installation in dependency order, so later installed modules can use previously installed module functionality 2007-12-13 10:46:43 +00:00
Gábor Hojtsy a33b43386d #176003 by yched, KarenS, dvessel: put module installs into a batch, solving the following issues:
- possible timeouts with installing/enabling lots of modules at once in core
 - enable install profiles to have more modules without fear of timeouts on install
 - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped
 - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch)
2007-12-08 15:15:25 +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 702c0a2bcd #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, add missing javascript key to language objects (kills notices) and document st() better 2007-11-11 16:14:45 +00:00
Gábor Hojtsy 7db4e8b7c9 #112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live Drupal pages will be visible instead of cached installer pages 2007-09-07 10:48:24 +00:00
Dries Buytaert 2db2c039fb - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
Dries Buytaert 00181ecb39 - Removing whitespace. 2007-08-30 19:54:22 +00:00
Gábor Hojtsy 2765d143c0 #147657 by chx: menu module update function 2007-08-29 20:46:18 +00:00
Gábor Hojtsy 118e91cc40 #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on 2007-08-29 14:57:50 +00:00
Gábor Hojtsy 6721bc580a #166593 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options) 2007-08-22 08:36:34 +00:00
Dries Buytaert 2c3864d3c7 - Patch #147324 by Eaton: make multi-site installations work again. 2007-07-30 19:22:47 +00:00
Gábor Hojtsy 1e666c34cc #150554 suggested by kkaefer, patch by me: rename 'po' folders to the more user friendly 'translations' name 2007-06-13 19:39:04 +00:00
Gábor Hojtsy 112aa20768 #144496 by myself: import translations for newly installed modules and enabled themes;
as a side effect, improve usability of the module screen by performing module
changes all at once
2007-05-21 10:56:05 +00:00
Dries Buytaert adab4ab83b - Patch #142869 by Gabor: import interface translation files at install time. 2007-05-15 15:29:49 +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
Dries Buytaert 03b4b58e9a - Patch #132018 by Steven et al: add .info files to themes. 2007-04-17 07:19:39 +00:00
Dries Buytaert e675979091 - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Steven Wittens f7440d4d73 #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) 2007-03-27 05:13:55 +00:00
Dries Buytaert 373a071fc4 - Patch #76522 by RobRoy: avoid name clash between modules and install profiles. Removing redundant hook. 2007-02-11 08:48:36 +00:00
Dries Buytaert 71db54df0b - Patch #115213 by dopry: fixed E_ALL problem. 2007-02-04 21:21:44 +00:00
Dries Buytaert 781235a525 - Patch #108272 by webchick, Ralf et al: improved handling of required modules in install profiles. 2007-02-04 21:20:50 +00:00
Neil Drumm dfd86399c0 #106232 by chx. Add spaces for code style. 2007-01-02 05:05:38 +00:00
Dries Buytaert 8c020c0774 - Patch #101829 by douggreen, ChrisKennedy and Grugnog2: drupal_install_fix_file() fails to calculate correct permissions. 2006-12-08 11:54:04 +00:00
Dries Buytaert 38f3050777 - Patch #101236 by Uwe Herman: fixed typos in the documentation. 2006-12-05 05:47:37 +00:00
Neil Drumm f84f1d2ad2 #99644 by neclimdul. Move a function to be more accessible by modules updating. 2006-11-28 03:32:03 +00:00
Dries Buytaert f191e197ee - Added database checks. 2006-11-24 10:16:50 +00:00
Dries Buytaert 78494a47ac - Patch #98261 by lyricnz: fixed warning. 2006-11-21 19:56:52 +00:00
Neil Drumm 30d7bd56f7 #93212 by Jaza. Refactor module enabling for greater API avialiablity during hook_enable(). 2006-11-16 08:28:08 +00:00
Dries Buytaert af5402ad2a - Patch #88287 by asimmonds, dww et al: installer doesn't support modules outside root/modules directory. Critical bugfix. 2006-10-23 06:45:17 +00:00
Dries Buytaert e9121fb3ab - Patch #88600 by evo and chx: fix a infinite loop caused by install_goto(). 2006-10-12 15:20:08 +00:00
Neil Drumm a2d546e3c0 #82524 by Heine and AjK. Remove use of array_walk(), which was causing segfaults in this case. 2006-09-07 08:23:54 +00:00
Neil Drumm f7ae7fa335 #81843 by asimmonds. Check to make sure hook_requirements() is implemented before executing it. 2006-09-05 02:28:11 +00:00
Steven Wittens 883e563196 Pretty up the status report 2006-09-01 09:23:45 +00:00
Steven Wittens dd4f143df6 #75002: Install-time and run-time requirements checking + status report page 2006-09-01 08:44:53 +00:00
Neil Drumm 94098f7e93 #81033 by webchick and neclimdul. Uninstall module API. 2006-09-01 07:40:08 +00:00
Neil Drumm 30c2e89ce7 #76555 by Goba. Installer l10n. 2006-09-01 05:38:40 +00:00
Neil Drumm b4af893ceb #76525 by asimmonds. Fixing another call to an undefined function. 2006-08-23 08:25:44 +00:00
Dries Buytaert 7de41539df - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model. 2006-08-18 18:58:47 +00:00
Steven Wittens 81938a3cdc #76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders
2006-08-18 12:17:00 +00:00