summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - small improvements as well as 2 bugfixesDries Buytaert2001-03-26
|
* - improved search functionalityDries Buytaert2001-03-25
|
* - All comments on the administration page are actually "linked" now: theDries Buytaert2001-03-25
| | | | | | comments on the drupal page where originally *not* click-able but this turned out to be confusing only. Now we live in a nodified world, we can simply link all comments without a single problem! :-)
* - refactoring, refactoring, refactoringDries Buytaert2001-03-25
|
* - large commit of everything else that has been queued in my backlog:Dries Buytaert2001-03-25
| | | | it's not 100% stable yet
* - see previous commit messageDries Buytaert2001-03-25
|
* - nodified headline moduleDries Buytaert2001-03-25
| | | | | (It only exports story headline so we might want to move the export function to the story.module in the near feature.)
* - a small change to the rating algorithm: you get only 1/2 a bonus pointDries Buytaert2001-03-25
| | | | | for each succesful node and you loose 1/2 a bonus point for all dumped nodes
* - small update to diary.moduleDries Buytaert2001-03-24
|
* - simplified the comment code: the SQL queries are less complex, thusDries Buytaert2001-03-24
| | | | faster now.
* - removed trailing whitespaces and changed tabs in 2 spacesDries Buytaert2001-03-24
| | | | (done automatically by script)
* - added nodified story module: story extends nodeDries Buytaert2001-03-24
| | | | | - removed includes/story.inc as we no longer need it: story.module is *really* modular now.
* - nodified section moduleDries Buytaert2001-03-24
| | | | (As section are story related and not per se node related, I'm wondering whether we should integrate the section stuff in the story module at some point?)
* - the rating module now thinks in terms of nodes: every new node type thatDries Buytaert2001-03-24
| | | | | extends node will automatically get involved in the rating game so not just the stories only. ;-)
* - the "faq module" and the "documentation module" are going to be bundledDries Buytaert2001-03-24
| | | | | | into a much more powerful and easier to maintain "book module": each "page" in the big "drop.org/drupal book" is a node and everyone with a user account can suggest new pages or updates of existing pages.
* - the "submission.module" is going to be replaced by a "moderation.module"Dries Buytaert2001-03-24
|
* - updated drupal pageDries Buytaert2001-03-24
|
* *** empty log message ***anonymous2001-03-23
|
* *** empty log message ***anonymous2001-03-23
|
* - fixed headline module problem reported by KristjanDries Buytaert2001-03-23
|
* - fixed slash-problem reported by JaredDries Buytaert2001-03-22
|
* - small wishlist updatesDries Buytaert2001-03-16
|
* - added drupal 2.00Dries Buytaert2001-03-15
|
* - fixed bug in headline moduleDries Buytaert2001-03-11
|
* Hey,Jeroen Bensch2001-03-11
| | | | | | | | Ehm in affiliate-sites and dupal-site we use SCRIPT, but w3 complained about the fact that there was no TYPE attribute specified with SCRIPT, I added SCRIPT=\"\" with both tags... (I have no clue what type of script we are using but at least this fixes a bug :)) It worked here locally, let's hope it still does on the wired... Also I corrected a </TTH> into a </TH> somewhere in the code of one of the modules, my eye just caught it, nothing special ;) Jeroen.
* - applied David Norman's patch to turn all <?'s into fully qualifiedDries Buytaert2001-03-10
| | | | <?php's.
* - more small improvementsDries Buytaert2001-03-08
|
* - small improvement to box moduleDries Buytaert2001-03-08
|
* - a couple of small improvementsDries Buytaert2001-03-08
|
* - bugfixDries Buytaert2001-03-08
|
* - some important changes to our theme API which can be summerized as:Dries Buytaert2001-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abstract() + article() = story() abstract() and article() have been merged into a new function story() which looks like: function story($story_object, $reply) { if (!reply) { // full story } else { // main page version / abstract } } This should allow you to "compress" your theme as abstract() and article() tended to be 98% identical. => I didn't really merge your themes so I leave it up to *you* to improved the code!!! Do it ASAP as we release drupal 2.00 in 7 days. In future we'll have similar functions for other content types as for example: review($review, $reply); enquete($enquete, $reply); ...
* 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
|