summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* A rather large and important update:Dries Buytaert2001-03-07
| | | | revised most of the SQL queries and tried to make drupal as secure as possible (while trying to avoid redundant/duplicate checks). For drupal's sake, try to screw something up. See the mail about PHPNuke being hacked appr. 6 days ago. The one who finds a problem is rewarded a beer (and I'm willing to ship it to Norway if required). I beg you to be evil. Try dumping a table a la "http://localhost/index.php?date=77778;DROP TABLE users" or something. ;)
* - fixed visual flaw in error output:Dries Buytaert2001-03-07
| | | | $host -> $url[host]
* - various smaller updates before I start watching Formula 1 with [a] aDries Buytaert2001-03-04
| | | | | 0.5 liter box of Haagen-Dhaz (Belgian Choclate) and [b] my laptop on my lap for drupal hacking. Life hardly can get any better than this.
* - added a new faq module with administration interfaceDries Buytaert2001-03-03
|
* code revision:Dries Buytaert2001-03-03
| | | | - shortened and improved the code
* code revision:Dries Buytaert2001-03-03
| | | | - fixed a "visual-quote-glitch", i.e. a missing stripslashes()
* - As I'm working down my TODO list, I updated your themes:Dries Buytaert2001-03-03
| | | | | | $theme->comment() only takes 2 parameters ever since the comment system rewrite 2 months ago. Make sure to update your local tree before you start hacking away on your themes.
* - Took all "rating logic" out of the account.module and moved it intoDries Buytaert2001-03-03
| | | | | | | | | | | | a seperate module called "rating.module". This should allow people to experiment with different rating heuristics/algorithms. - The rating module also generates a "Top 100 users" page, see: http://drop.org/module.php?mod=rating - Adjusted ./scripts/php-clean to ignore png files. (I should do it the way around and make it ignore everything but our php files.)
* - fixed small translation glitch in format_intervalDries Buytaert2001-03-01
| | | | | | - added a couple of missing t() functions - improved the comments module, fixed the score problem Jeroen reported earlier -> it's slicker but I hope it won't break anything
* - added comment index for performance sakeDries Buytaert2001-02-27
| | | | | | | - improved comment module - code revision - improved backend module - moreover headlines now work - (automatically) stripped tabs and trailing whitespaces from Jeroen's theme.
* - added some documentationDries Buytaert2001-02-25
|
* - small changes to the watchdog module to make it more conform with otherDries Buytaert2001-02-23
| | | | | | | modules - small changes to the account module to make it more conform with other modules - users can be deleted
* - diary module: fixed date-display-problem reported by JeroenDries Buytaert2001-02-23
| | | | - diary module: added "delete" functionality
* - improved RDF backend class to support more backend formatsDries Buytaert2001-02-22
|
* - locale module: added documentation (first draft)Dries Buytaert2001-02-21
| | | | | | - locale module: improved administration interface - headline module: fixed small visual glitch in export function - account: small improvements
* - fixed 2 bugs and 1 confusing issue in modules/account.module:Dries Buytaert2001-02-18
| | | | | | * last access field should not be updated when admin edits stuff * saving empty access list caused warning message * clicking the access links was confusing (no more links)
* - added fine-grained user permission system which allows us to giveDries Buytaert2001-02-18
| | | | | | | | | certain users access to specific administration sections only. Ex. a FAQ maintainer can only edit the FAQ, and members of an "editorial board" can only edit comments, diaries and stories, .. - code review => rewrote include/user.inc which is much easier now - fixed 4 small bugs
* *** empty log message ***Dries Buytaert2001-02-17
|
* - added submission.moduleDries Buytaert2001-02-17
|
* - improved layout story.moduleDries Buytaert2001-02-17
| | | | - fixed bug in translation
* - improved the "menu" hookDries Buytaert2001-02-17
| | | | | | - replaced the "open submission queue" (submission.php and submission.inc) with an optional module (submission.module). - tidied up the HTML code of some files
* - More updates on the translation supportDries Buytaert2001-02-17
|
* - updatesDries Buytaert2001-02-14
|
* - initial import of the preliminary translation code.Dries Buytaert2001-02-12
| | | | | | | | - added timer.inc for benchmarking purpose - bugfix for php-clean - bugfix for account.php - removed redundant format_data - ...
* - small updatesDries Buytaert2001-02-10
|
* - a 2nd batch of various updatesDries Buytaert2001-02-10
|
* - added a "search framework" which allows for easy searchingDries Buytaert2001-02-10
| | | | | (to be continued) - tidyied up some existing code
* - 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
|