summaryrefslogtreecommitdiff
path: root/includes/install.inc
Commit message (Collapse)AuthorAge
* #281446 by xqus, dropcube, and catch: Improve the requirements check for the ↵Angie Byron2008-10-01
| | | | installer. Awesome.
* #312677 by CorniI: Check to ensure a file exists when fixing installation file.Angie Byron2008-09-27
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* #307297 by heyrocker: Making install.inc's Doxygen shiny and clean.Angie Byron2008-09-14
|
* - Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by ↵Dries Buytaert2008-08-28
| | | | default -- less clicking
* - Patch #298391 by catch, chx: fixed database initialization during install ↵Dries Buytaert2008-08-25
| | | | failure.
* - Patch #298391 by Rob Loach: database engine initialization fails in ↵Dries Buytaert2008-08-22
| | | | presence of CVS directory.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in ↵Dries Buytaert2008-08-14
| | | | numeric order, not in definition order.
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | 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.
* - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the ↵Dries Buytaert2008-04-16
| | | | throttle module from Drupal core.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #217803 by csevb10 and senpai: uninstall system does not correctly ↵Dries Buytaert2008-02-12
| | | | remove dynamic menu items when a module is deleted.
* - Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation ↵Dries Buytaert2008-02-10
| | | | problem with multi-site setups.
* #110981 by saxofaan: allow contrib modules in install profiles and runtime ↵Gábor Hojtsy2007-12-19
| | | | to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #201717 by catch: remove the utf8 update helper which is the remaining of ↵Gábor Hojtsy2007-12-17
| | | | the removed 4.6 to 4.7 updates
* #194310 by chx, catch, KarenS: run updates for disabled but previously ↵Gábor Hojtsy2007-12-17
| | | | installed modules, if they are compatible with the current system
* #194010 by chx: Proper recursive dependency checking and ordering module ↵Gábor Hojtsy2007-12-13
| | | | installation in dependency order, so later installed modules can use previously installed module functionality
* #176003 by yched, KarenS, dvessel: put module installs into a batch, solving ↵Gábor Hojtsy2007-12-08
| | | | | | | | | 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)
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵Gábor Hojtsy2007-11-11
| | | | add missing javascript key to language objects (kills notices) and document st() better
* #112064 by Dave Cohen and pwolanin: do not cache installer redirects, so ↵Gábor Hojtsy2007-09-07
| | | | live Drupal pages will be visible instead of cached installer pages
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* - Removing whitespace.Dries Buytaert2007-08-30
|
* #147657 by chx: menu module update functionGábor Hojtsy2007-08-29
|
* #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵Gábor Hojtsy2007-08-29
| | | | actions.module is not turned on
* #166593 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* - Patch #147324 by Eaton: make multi-site installations work again.Dries Buytaert2007-07-30
|
* #150554 suggested by kkaefer, patch by me: rename 'po' folders to the more ↵Gábor Hojtsy2007-06-13
| | | | user friendly 'translations' name
* #144496 by myself: import translations for newly installed modules and ↵Gábor Hojtsy2007-05-21
| | | | | | | enabled themes; as a side effect, improve usability of the module screen by performing module changes all at once
* - Patch #142869 by Gabor: import interface translation files at install time.Dries Buytaert2007-05-15
|
* - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵Dries Buytaert2007-05-08
| | | | with sites/default/default.settings.php.
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #76522 by RobRoy: avoid name clash between modules and install ↵Dries Buytaert2007-02-11
| | | | profiles. Removing redundant hook.
* - Patch #115213 by dopry: fixed E_ALL problem.Dries Buytaert2007-02-04
|
* - Patch #108272 by webchick, Ralf et al: improved handling of required ↵Dries Buytaert2007-02-04
| | | | modules in install profiles.
* #106232 by chx. Add spaces for code style.Neil Drumm2007-01-02
|
* - Patch #101829 by douggreen, ChrisKennedy and Grugnog2: ↵Dries Buytaert2006-12-08
| | | | drupal_install_fix_file() fails to calculate correct permissions.
* - Patch #101236 by Uwe Herman: fixed typos in the documentation.Dries Buytaert2006-12-05
|
* #99644 by neclimdul. Move a function to be more accessible by modules updating.Neil Drumm2006-11-28
|
* - Added database checks.Dries Buytaert2006-11-24
|
* - Patch #98261 by lyricnz: fixed warning.Dries Buytaert2006-11-21
|
* #93212 by Jaza. Refactor module enabling for greater API avialiablity during ↵Neil Drumm2006-11-16
| | | | hook_enable().
* - Patch #88287 by asimmonds, dww et al: installer doesn't support modules ↵Dries Buytaert2006-10-23
| | | | outside root/modules directory. Critical bugfix.
* - Patch #88600 by evo and chx: fix a infinite loop caused by install_goto().Dries Buytaert2006-10-12
|