drupal/includes
Dries Buytaert 2952d16f78 - updated/improved discussion engine: it needs additional fine-tuning
though but I think this is stable enough for public consumption and
  real-life testing.
   ==> a first big step towards a flexible comment engine.

IMPORTANT:
  - Required theme updatins:

    UnConeD: check your $theme->controls() as I added a very, very
             dummy implementation

  - Required database updates:

    alter table users modify mode tinyint(1) DEFAULT '' NOT NULL;
    alter table comments change sid lid int(6) DEFAULT '0' NOT NULL;
    alter table comments add link varchar(16) DEFAULT '' NOT NULL;
    update comments set link = 'story';
2001-01-20 12:20:31 +00:00
..
ban.inc - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4 2000-12-30 11:58:14 +00:00
comment.inc - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
common.inc - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4 2000-12-30 11:58:14 +00:00
database.inc A batch of patches: 2001-01-06 11:39:43 +00:00
function.inc - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
hostname.conf A batch of patches: 2001-01-06 11:39:43 +00:00
module.inc A batch of preparations for release candidate 2: 2001-01-03 21:23:58 +00:00
story.inc - fixed bug in search.php 2000-11-03 07:57:28 +00:00
submission.inc - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
theme.inc - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
user.inc - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4 2000-12-30 11:58:14 +00:00
watchdog.inc - by default, keep the watchdog for one week rather then two weeks 2001-01-20 09:25:44 +00:00