summaryrefslogtreecommitdiff
path: root/modules/drupal/drupal.module
Commit message (Collapse)AuthorAge
* - fixed some bugs in the new comment/discussion code and added a fewDries Buytaert2001-01-21
| | | | enhancements
* - 3 small bugfixesDries Buytaert2001-01-20
|
* - updated/improved discussion engine: it needs additional fine-tuningDries Buytaert2001-01-20
| | | | | | | | | | | | | | | | | | | 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';
* - added drupal 1.00 finalDries Buytaert2001-01-15
|
* - forgot to close one HTML tagDries Buytaert2001-01-13
|
* - removed redundant file: a left-over from previous optimizationsDries Buytaert2001-01-08
|
* A batch of patches:Dries Buytaert2001-01-06
| | | | | | | | | | | | | | | | - configuration: + renamed $db_name to $db_user + renamed $db_base to $db_name - fixed small diary glitch - fixed initial-comment-score problem - fixed comment rating bug: improved the API and updated the themes - removed some tabs from Steven ;) - fixed backend warnings and improved robustness I'm not happy yet with the headline grabber - it generates too many SQL errors. - some small cosmetic changes in comment.module - fixed minor glitch in format_interval()
* - fixed more then 30 typoes (thanks to my Linux spellchecker)Dries Buytaert2001-01-04
|
* - small additionsDries Buytaert2001-01-03
|
* Typoes/grammar check.Steven Wittens2001-01-02
|
* - quickly created a project module (in less then 5 minutes, for theDries Buytaert2001-01-01
records) before crashing into my bed after waay to heavy New Year parties while facing the fact I have to get up at 6:45am to go to work.