Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵ | Dries Buytaert | 2008-04-10 |
| | | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture. | ||
* | - Patch #214271 by recidive: improved schema identation. | Dries Buytaert | 2008-03-15 |
| | |||
* | #199373 report by avskip, patch by myself, testing by keith.smith: forum ↵ | Gábor Hojtsy | 2007-12-31 |
| | | | | node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled) | ||
* | #201479 by chx, ximo: forum module requires taxonomy for uninstall but ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | taxonomy might be disabled at that time, so we need to include it | ||
* | #186546 by bjaspan: fix missing forum vocabulary when people turned on forum ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | module, but never visited any pages in Drupal 5 and they upgrade to Drupal 6 which does this much better | ||
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵ | Dries Buytaert | 2007-12-18 |
| | | | | (and removed spaces). | ||
* | #176282 by Desbeers: forum taxonomy was required for non-forum node types, ↵ | Gábor Hojtsy | 2007-12-11 |
| | | | | when enabled for forum inclusion | ||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 |
| | |||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. | ||
* | - Patch #172643 by chx and fresco: fixed the leave shadow copy functionality. | Dries Buytaert | 2007-09-05 |
| | |||
* | - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵ | Dries Buytaert | 2007-07-02 |
| | | | | topics to be custom node types. | ||
* | - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵ | Dries Buytaert | 2007-05-25 |
| | | | | Oh, behave. | ||
* | #81033 by webchick and neclimdul. Uninstall module API. | Neil Drumm | 2006-09-01 |
| | |||
* | - Patch #79428 by Chris Johnson: remove int display width declarations from ↵ | Dries Buytaert | 2006-08-20 |
| | | | | MySQL create table statements. | ||
* | #76681 by sammys, sync posgres install and change unsigned annotation. | Neil Drumm | 2006-08-15 |
| | |||
* | - Patch #76681 by sammys: PostgreSQL support for install system. Woot! :) | Dries Buytaert | 2006-08-04 |
| | |||
* | #73591 by Flanker, add missing CVS Ids. | Neil Drumm | 2006-07-14 |
| | |||
* | - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵ | Dries Buytaert | 2006-07-13 |
et al: an initial install system for Drupal core. |