- 25 Mar, 2001 4 commits
-
-
Dries authored
- large commit of everything else that has been queued in my backlog: it's not 100% stable yet
-
Dries authored
- see previous commit message
-
Dries authored
- nodified headline module (It only exports story headline so we might want to move the export function to the story.module in the near feature.)
-
Dries authored
- a small change to the rating algorithm: you get only 1/2 a bonus point for each succesful node and you loose 1/2 a bonus point for all dumped nodes
-
- 24 Mar, 2001 9 commits
-
-
Dries authored
-
Dries authored
- simplified the comment code: the SQL queries are less complex, thus faster now.
-
Dries authored
- removed trailing whitespaces and changed tabs in 2 spaces (done automatically by script)
-
Dries authored
- added nodified story module: story extends node - removed includes/story.inc as we no longer need it: story.module is *really* modular now.
-
Dries authored
- nodified section module (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?)
-
Dries authored
- the rating module now thinks in terms of nodes: every new node type that extends node will automatically get involved in the rating game so not just the stories only. ;-)
-
Dries authored
- the "faq module" and the "documentation module" are going to be bundled 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.
-
Dries authored
- the "submission.module" is going to be replaced by a "moderation.module"
-
Dries authored
- updated drupal page
-
- 23 Mar, 2001 3 commits
- 22 Mar, 2001 1 commit
-
-
Dries authored
- fixed slash-problem reported by Jared
-
- 16 Mar, 2001 1 commit
-
-
Dries authored
-
- 15 Mar, 2001 1 commit
-
-
Dries authored
-
- 11 Mar, 2001 2 commits
-
-
Dries authored
- fixed bug in headline module
-
Jeroen authored
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.
-
- 10 Mar, 2001 1 commit
-
-
Dries authored
- applied David Norman's patch to turn all <?'s into fully qualified <?php's.
-
- 08 Mar, 2001 5 commits
-
-
Dries authored
- more small improvements
-
Dries authored
-
Dries authored
- a couple of small improvements
-
Dries authored
-
Dries authored
- some important changes to our theme API which can be summerized as: 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); ...
-
- 07 Mar, 2001 2 commits
-
-
Dries authored
A rather large and important update: 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. ;)
-
Dries authored
$host -> $url[host]
-
- 04 Mar, 2001 1 commit
-
-
Dries authored
- various smaller updates before I start watching Formula 1 with [a] a 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.
-
- 03 Mar, 2001 5 commits
-
-
Dries authored
- added a new faq module with administration interface
-
Dries authored
code revision: - shortened and improved the code
-
Dries authored
code revision: - fixed a "visual-quote-glitch", i.e. a missing stripslashes()
-
Dries authored
- As I'm working down my TODO list, I updated your themes: $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.
-
Dries authored
- Took all "rating logic" out of the account.module and moved it into 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.)
-
- 01 Mar, 2001 1 commit
-
-
Dries authored
- fixed small translation glitch in format_interval - 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
-
- 27 Feb, 2001 1 commit
-
-
Dries authored
- improved comment module - code revision - improved backend module - moreover headlines now work - (automatically) stripped tabs and trailing whitespaces from Jeroen's theme.
-
- 25 Feb, 2001 1 commit
-
-
Dries authored
- added some documentation
-
- 23 Feb, 2001 2 commits