drupal/modules
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
..
block - rewrote the block placement stuff and updated the themes. 2001-01-13 16:33:19 +00:00
comment - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
drupal - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
story - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
watchdog - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4 2000-12-30 11:58:14 +00:00
account.module - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
affiliate-site.module - rewrote the block placement stuff and updated the themes. 2001-01-13 16:33:19 +00:00
backend.class A batch of patches: 2001-01-06 11:39:43 +00:00
ban.module - rewrote the block placement stuff and updated the themes. 2001-01-13 16:33:19 +00:00
block.module - rewrote the block placement stuff and updated the themes. 2001-01-13 16:33:19 +00:00
box.module - created 2 new functions; check_textfield() and check_textarea() and 2001-01-13 08:29:50 +00:00
calendar.class - finally fixed the offset-by-one-day bug 2001-01-20 09:24:26 +00:00
calendar.module - some improvements and code polishing 2000-12-24 15:44:29 +00:00
comment.module - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
cron.module - rewrote the block placement stuff and updated the themes. 2001-01-13 16:33:19 +00:00
diary.module - created 2 new functions; check_textfield() and check_textarea() and 2001-01-13 08:29:50 +00:00
documentation.module - rewrote the block placement stuff and updated the themes. 2001-01-13 16:33:19 +00:00
drupal-site.module - fixed 2 typoes: "oops" 2001-01-03 21:32:29 +00:00
drupal.module - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
faq.module - fixed 2 small bugs in account.php 2001-01-07 19:21:28 +00:00
headline.module - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
module.module - intermediate updates 2000-12-23 15:20:10 +00:00
story.module - updated/improved discussion engine: it needs additional fine-tuning 2001-01-20 12:20:31 +00:00
watchdog.module - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4 2000-12-30 11:58:14 +00:00
wishlist.module Typoes/grammar check. 2001-01-02 19:06:02 +00:00