summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - removed old discussion.phpDries Buytaert2001-01-20
| | | | - added new story.php
* - 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';
* - by default, keep the watchdog for one week rather then two weeksDries Buytaert2001-01-20
| | | | (http://drop.org/admin.php?op=watchdog is gets way to lengthy)
* - finally fixed the offset-by-one-day bugDries Buytaert2001-01-20
|
* Fixed bug with story-moderation-comments starting at 0 score instead of 1.Steven Wittens2001-01-16
|
* - Harry Zink reported that 'administrate' is not entirely correct EnglishDries Buytaert2001-01-16
| | | | so I renamed "administrate xxx" to "administer xxx".
* forgot a checkoutput() in article...Steven Wittens2001-01-15
|
* - added drupal 1.00 finalDries Buytaert2001-01-15
|
* OK, check out this version of my theme. Everything "should" work now. Only ↵Jeroen Bensch2001-01-15
| | | | | | | | it looks real buggy, at least in mozilla, so if you could (you don't have to) have a look at it in your own... I also indented differently, on one space but two each time I needed to indent. I thought it'd make it somewhat clearer with such a complicated/tabled theme as mine. Also when opening PHP I put the <? and ?> tags at the beginning of a new line. Again to make it more clear. All I have to do now it get the looks of the theme right. But do have a look at it. Jeroen. P.S.: I might even get this thing finished, imagine that. :)
* - tiny updateDries Buytaert2001-01-13
|
* - Oops, forgot to remove a debug statement ;)Dries Buytaert2001-01-13
|
* - rewrote the block placement stuff and updated the themes.Dries Buytaert2001-01-13
| | | | | | | IMPORTANT: you have to drop 2 tables "blocks" and "layout" and you have to recreate them again with those in database/database.mysql - integrated the documentation written by UnConeD
* - fixed "return to parent" glitch when a thread has more then 1 childDries Buytaert2001-01-13
|
* - forgot to close one HTML tagDries Buytaert2001-01-13
|
* - created 2 new functions; check_textfield() and check_textarea() andDries Buytaert2001-01-13
| | | | | | | | | | | integrated them were appropriate. It works better and the code is more readable then it used to be: (see http://drop.org/discussion.php?id=44&pid=0#0) - story authors can no longer moderate their own stories (requested by Natrak) - fix inie-winnie small detail in theme marvin
* I removed my theme.class.php, now if someone changes my Jeroen dir into ↵Jeroen Bensch2001-01-10
| | | | | | jeroen everything should be back in order. I don't think it would be a good idea to remove all of Jeroen and commit all of jeroen, would it. :) Now you can release rc2. :)
* As I wrote in the mail, this is my .theme for now. Rather than sending the ↵Jeroen Bensch2001-01-10
| | | | | | | | screenshot to all of you seperately, maybe you could just add a line for my theme in your <hostname>.conf and test it. This for example: "Jeroen" => array( "themes/jeroen/jeroen.theme", "piped theme, grey/rusty, pretty nifty"));
* - removed redundant file: a left-over from previous optimizationsDries Buytaert2001-01-08
|
* - small bugfixDries Buytaert2001-01-07
|
* - fixed 2 small bugs in account.phpDries Buytaert2001-01-07
| | | | | | | | | | | | - drastically improved administration section - drastically revamped story administration: added new feature to schedule the publishing of stories - applied correct naming conventions to submission.php - fixed 1 small glitch in boxes - somewhat expanded the documentation = changed one SQL table - updated the faq with info on drupal - ... and more things I forgot about
* - fixed small quote problem when editing a diary entryDries Buytaert2001-01-06
|
* 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()
* Oops typo :)Steven Wittens2001-01-05
|
* Added a dynamic "administrate" link to the account box.Steven Wittens2001-01-05
|
* - fixed small flaw that showed up with PHP 4.0.0-rcxx but not with PHP 4.0.4Dries Buytaert2001-01-04
|
* - the diary module is truly modular nowDries Buytaert2001-01-04
| | | | - the faq has been spell checked
* - fixed more then 30 typoes (thanks to my Linux spellchecker)Dries Buytaert2001-01-04
|
* Category bug fixed.Steven Wittens2001-01-04
|
* I whipped up a favicon to please our IE using users...Steven Wittens2001-01-04
|
* - changed "xxx headline" into "xxx headlines" (extra 's')Dries Buytaert2001-01-03
|
* - fixed 2 typoes: "oops"Dries Buytaert2001-01-03
|
* A batch of preparations for release candidate 2:Dries Buytaert2001-01-03
| | | | | | | | | | | | | | | | - expanded documentation (written by Jeroen) - fixed bug in includes/module.inc - fixed bug in modules/backend.class - renamed some of the SQL tables (!) - started making the diary.module truly modular (not finished yet) - renamed "admin_blocks" to "boxes" - added new functionality to "boxes": apart from PHP boxes, you can now create ASCII boxes as well as HTML boxes for those who are not confident with PHP. (requested by stalor) - added drupal-site module to keep track of known drupal sites - added small Perl script to generate encrypted CVS passwords
* - bugfix in "Top 10: most recent stories"Dries Buytaert2001-01-03
|
* - small additionsDries Buytaert2001-01-03
|
* - setup an anonymous CVS account with password 'anonymous' and updated theDries Buytaert2001-01-02
| | | | documentation
* Typoes/grammar check.Steven Wittens2001-01-02
|
* - fixed bug in database.incDries Buytaert2001-01-02
|
* - fixed bug in hostname.confDries Buytaert2001-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.
* - prepared hostname.conf for public releaseDries Buytaert2001-01-01
|
* - fixed a few typoes in the documentationDries Buytaert2001-01-01
|
* - fixed PHP4.0.4 problem in discussion.php.Dries Buytaert2000-12-31
| | | | | | | - some improvements to account.php and theme.inc. - updated the documentation (again, again and again) - added INSTALL file - removed redundant files
* - Fixed bug in account.php.Dries Buytaert2000-12-30
| | | | | - Updated the documentation (again): I spent most of the day writing documentation which might well be considered plain boring.
* - fixed small bug in account.phpDries Buytaert2000-12-30
| | | | - added documentation
* - developement.module is now integrated into documentation.moduleDries Buytaert2000-12-30
| | | | (keeps the code base smaller)
* - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4Dries Buytaert2000-12-30
| | | | - tidied up some of the code and mainly working on the documentation
* - Jeroen: here are the correct and up-to-date database tables!Dries Buytaert2000-12-30
|
* - removed text in upper-right cornerDries Buytaert2000-12-29
|
* - better aligmentDries Buytaert2000-12-29
|
* - undid small improvement ;)Dries Buytaert2000-12-29
|