summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - fixed tiny bug in the user account administration pageDries Buytaert2001-02-08
|
* - added new feature for evaluating purpose: user rating (mojo, karma)!Dries Buytaert2001-02-07
| | | | - removed tabs from Jeroen's theme
* - fixed English typo reported by Peter Abol <martin@abol.com>.Dries Buytaert2001-02-06
|
* - documentation updates contributed by Michael O'Henly <michael@tenzo.com>Dries Buytaert2001-02-05
| | | | and myself
* - various updates, bugfixes and improvementsDries Buytaert2001-02-04
|
* - removed all tabsDries Buytaert2001-01-26
|
* - removed redundant spacesDries Buytaert2001-01-26
|
* - fixed 2 small bugs (reported by martin@abol.com)Dries Buytaert2001-01-26
|
* - small update to display the section in alphabetical orderDries Buytaert2001-01-23
|
* - fixes table bugDries Buytaert2001-01-23
| | | | - add ienie-wiene of information
* I know, I know, it is getting nasty lately but I have another large commit ↵Dries Buytaert2001-01-21
| | | | | | after nothing but code. This time I redid the "category"-stuff. Categories - from now on called sections - are now maintained from the admin pages, can have their own post, dump and timout thresholds as discussed earlier (some weeks ago). By tomorrow evening users will be able to enable or disable section as well - i.e. to customize the content of drop.org.
* - 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';
* - finally fixed the offset-by-one-day bugDries Buytaert2001-01-20
|
* - added drupal 1.00 finalDries Buytaert2001-01-15
|
* - 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
* - 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
* - 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()
* - 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
|
* - 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
|
* - 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.
* - 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
* - better aligmentDries Buytaert2000-12-29
|
* - small bugfixDries Buytaert2000-12-29
|
* Surprise, surprise. After nothing but code, a large batch of changes:Dries Buytaert2000-12-29
| | | | | | | | | | | | | | | | | | | | | | - removed droplets - added (optional) admin_blocks module - added (optional) affiliate module - added (optional) about module (only placeholder, under construction) - fixed some tiny bugs (e.g. quote bug in search.php) - partionally rewrote some modules to be big, bad and better - partionally rewrote some modules to be more uniform - added GNU GPL license to CVS Also: - installed PHP 4.0.4 on my localhost and now working towards PHP 4.0.4 compatibility. - I think I'll baptize the engine "drupal". If you have a better idea, try convincing me ASAP. Todo: - more testing (also with PHP 4.0.4) - make "project"-module: download, info, blah blah - complete documentation
* - small bugfixDries Buytaert2000-12-27
|
* - small bugfixes and standarized "export" routines for modules to use.Dries Buytaert2000-12-27
|
* - added RDF backendDries Buytaert2000-12-25
|
* - some improvements and code polishingDries Buytaert2000-12-24
| | | | - added a few extra blocks to choose from
* Yet another large batch of updates:Dries Buytaert2000-12-23
| | | | | | | | - I rearranged some of the code and clean-up some of the mess. - Added "blocks" which can be user defined/controlled: check to see. The positioning of blocks is rather basic for the moment, so I'm all open for input on that.
* - intermediate updatesDries Buytaert2000-12-23
|
* - fixed small bug in admin pageDries Buytaert2000-12-17
|