summaryrefslogtreecommitdiff
path: root/includes/install.mysql.inc
Commit message (Collapse)AuthorAge
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #193580 by chx: given recent improvements, Drupal does not require CREATE ↵Gábor Hojtsy2007-11-19
| | | | TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights
* - Patch #184867 by deekayen: better error messages.Dries Buytaert2007-10-22
|
* #164765 by dmitrig01: remove trailing PHP closing tags, which were causing ↵Gábor Hojtsy2007-08-06
| | | | problems
* #105303 by Gábor Hojtsy. Improve translation converage for installation.Neil Drumm2006-12-27
|
* - Patch #79428 by Chris Johnson: remove int display width declarations from ↵Dries Buytaert2006-08-20
| | | | MySQL create table statements.
* #73591 by Flanker, add missing CVS Ids.Neil Drumm2006-07-14
|
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
et al: an initial install system for Drupal core.