- 24 Mar, 2001 17 commits
-
-
Dries Buytaert authored
- simplified the comment code: the SQL queries are less complex, thus faster now.
-
Dries Buytaert authored
- the administration page will only display those links/sections to which one has access (on popular demand)
-
Dries Buytaert authored
- tidyied up .htaccess a bit
-
Dries Buytaert authored
- removed trailing whitespaces and changed tabs in 2 spaces (done automatically by script)
-
Dries Buytaert 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 Buytaert 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 Buytaert authored
- simplified the comment code: the SQL queries are less complex, thus faster now.
-
Dries Buytaert authored
- removed all trailing whitespaces and replaced tabs by 2 spaces (done automatically by my script)
-
Dries Buytaert 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 Buytaert authored
- some preliminary node code for the "node frenzy noders"(tm)
-
Dries Buytaert 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 Buytaert authored
- the "submission.module" is going to be replaced by a "moderation.module"
-
Dries Buytaert authored
- fixed potential quote problem: wrapped $story->section in a check_output - removed all $story->update related logic - the update field is redundant
-
Dries Buytaert authored
- changes to the font - removed all $story->update related logic - the update field is redundant
-
Dries Buytaert authored
- we are not going to use story.php anymore: it will be a more generic node.php
-
Dries Buytaert authored
- updated drupal page
-
Jeroen authored
I changed cellpadding="0" to cellpadding is="1" in the box function. I saw on http://drop.org/ that the box subjects sticked to the border. This shoud fix it. Jeroen.
-
- 23 Mar, 2001 6 commits
-
-
Steven Wittens authored
Moved the style sheet back IN the theme. It seems Netscape resolves url's inside stylesheets relative to the page it is in, while IE/Opera resolve them relative to the path of the stylesheet.
-
anonymous authored
-
anonymous authored
-
Dries Buytaert authored
- fixed headline module problem reported by Kristjan
-
Steven Wittens authored
-
Steven Wittens authored
-
- 22 Mar, 2001 2 commits
-
-
Dries Buytaert authored
- fixed quote problem reported by Jared
-
Dries Buytaert authored
- fixed slash-problem reported by Jared
-
- 21 Mar, 2001 3 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
- 20 Mar, 2001 4 commits
-
-
Steven Wittens authored
Test it out :) (I wouldn't put it on drop.org yet)
-
Steven Wittens authored
-
Steven Wittens authored
- added a small 'info header' in comments... might be better for when we get more themes.
-
Steven Wittens authored
- removed the department stuff - boxed the comment controls
-
- 19 Mar, 2001 1 commit
-
-
Dries Buytaert authored
- removed useless slashes
-
- 18 Mar, 2001 1 commit
-
-
Dries Buytaert authored
- update
-
- 16 Mar, 2001 1 commit
-
-
Dries Buytaert authored
-
- 15 Mar, 2001 1 commit
-
-
Dries Buytaert authored
-
- 14 Mar, 2001 1 commit
-
-
Dries Buytaert authored
-
- 12 Mar, 2001 3 commits
-
-
Dries Buytaert authored
- fixed small bug in submit.php
-
Jeroen authored
Fixed jeroen.theme. 1. comment() function only gets 2 arguments. And as I made example.theme from jeroen.theme I don't see how thread got in there. 2. That must have sneaked in while I stripped down my theme to get to example.theme. 3. Fixed, it was already done in my top-right navigation box, but I must've forgotten it at the bottom. 4. OK, no more variable timestamp but straigt in the code. :) Jeroen.
-
Dries Buytaert authored
During my nigthly session I fixed a few glitches in the example theme. Read them carefully because the other theme might need updating too (I don't think so though). I could only commit it now because I didn't had the time to write up these comments/remarks yet. So here goes: 1. the comment() function only takes 2 arguments - $thread is no longer needed and shouldn't be used in the code either. 2. I added 2 COLSPAN's to fix a <TD> problem in the story() function. 3. <A HREF="">home</A> is will not work properly when using drupal in a subdirectory! Simply use <A HREF="index.php">home</A> instead - it does matters. ;-) 4. Removed the $timestamp = format_timestamp(...)'s and used them "directly" just like this is done for format_username and others. It's generally more consistent now. :-)
-