Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Changed the error re-direct URL to the same as $site_url in case a user ↵ | Kjartan Mannes | 2001-03-27 |
| | | | | tries to access a sub-directory that does no exist. | ||
* | - small improvements as well as 2 bugfixes | Dries Buytaert | 2001-03-26 |
| | |||
* | - fixed home-link when using drupal in a subdirectory | Dries Buytaert | 2001-03-26 |
| | |||
* | - restored check_textarea: I changed it for debugging purpose but forgot to | Dries Buytaert | 2001-03-25 |
| | | | | switch it back | ||
* | - improved search functionality | Dries Buytaert | 2001-03-25 |
| | |||
* | - added a bit of text and a "do not reload" warning | Dries Buytaert | 2001-03-25 |
| | |||
* | - fixed typo | Dries Buytaert | 2001-03-25 |
| | |||
* | - All comments on the administration page are actually "linked" now: the | Dries Buytaert | 2001-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, refactoring | Dries Buytaert | 2001-03-25 |
| | |||
* | - refactoring, refactoring, refactoring | Dries Buytaert | 2001-03-25 |
| | |||
* | - reorganized the ./update directory a bit | Dries Buytaert | 2001-03-25 |
| | | | | | | | - added 2 new files: a. 2.00-to-x.xx.sql contains the SQL table changes/additions b. 2.00-to.x.xx.php is a script which converts your existing data to the new SQL tables | ||
* | - large commit of everything else that has been queued in my backlog: | Dries Buytaert | 2001-03-25 |
| | | | | it's not 100% stable yet | ||
* | - see previous commit message | Dries Buytaert | 2001-03-25 |
| | |||
* | - nodified headline module | Dries Buytaert | 2001-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 point | Dries Buytaert | 2001-03-25 |
| | | | | | for each succesful node and you loose 1/2 a bonus point for all dumped nodes | ||
* | - themes now get there header/footer links through theme_link(); | Dries Buytaert | 2001-03-24 |
| | | | | - tidied up example.theme | ||
* | - small update to diary.module | Dries Buytaert | 2001-03-24 |
| | |||
* | - added check_select to format selection boxes | Dries Buytaert | 2001-03-24 |
| | | | | | | | - improved check_input so that it won\\\'t escape charachters more than once - added [linking] mechanism - more about this later | ||
* | - nodified index.php: | Dries Buytaert | 2001-03-24 |
| | | | | | | the index page will only display stories for now but this will/can change in the near future - all other files now thinks in terms of nodes, rather then stories | ||
* | - simplified the comment code: the SQL queries are less complex, thus | Dries Buytaert | 2001-03-24 |
| | | | | faster now. | ||
* | - the administration page will only display those links/sections to which | Dries Buytaert | 2001-03-24 |
| | | | | one has access (on popular demand) | ||
* | - tidyied up .htaccess a bit | Dries Buytaert | 2001-03-24 |
| | |||
* | - removed trailing whitespaces and changed tabs in 2 spaces | Dries Buytaert | 2001-03-24 |
| | | | | (done automatically by script) | ||
* | - added nodified story module: story extends node | Dries Buytaert | 2001-03-24 |
| | | | | | - removed includes/story.inc as we no longer need it: story.module is *really* modular now. | ||
* | - nodified section module | Dries Buytaert | 2001-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?) | ||
* | - simplified the comment code: the SQL queries are less complex, thus | Dries Buytaert | 2001-03-24 |
| | | | | faster now. | ||
* | - removed all trailing whitespaces and replaced tabs by 2 spaces | Dries Buytaert | 2001-03-24 |
| | | | | (done automatically by my script) | ||
* | - the rating module now thinks in terms of nodes: every new node type that | Dries Buytaert | 2001-03-24 |
| | | | | | extends node will automatically get involved in the rating game so not just the stories only. ;-) | ||
* | - some preliminary node code for the "node frenzy noders"(tm) | Dries Buytaert | 2001-03-24 |
| | |||
* | - the "faq module" and the "documentation module" are going to be bundled | Dries Buytaert | 2001-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 Buytaert | 2001-03-24 |
| | |||
* | - fixed potential quote problem: wrapped $story->section in a check_output | Dries Buytaert | 2001-03-24 |
| | | | | - removed all $story->update related logic - the update field is redundant | ||
* | - changes to the font | Dries Buytaert | 2001-03-24 |
| | | | | - removed all $story->update related logic - the update field is redundant | ||
* | - we are not going to use story.php anymore: it will be a more generic | Dries Buytaert | 2001-03-24 |
| | | | | node.php | ||
* | - updated drupal page | Dries Buytaert | 2001-03-24 |
| | |||
* | Hey, | Jeroen Bensch | 2001-03-24 |
| | | | | | | 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. | ||
* | Moved the style sheet back IN the theme. It seems Netscape resolves url's ↵ | Steven Wittens | 2001-03-23 |
| | | | | inside stylesheets relative to the page it is in, while IE/Opera resolve them relative to the path of the stylesheet. | ||
* | *** empty log message *** | anonymous | 2001-03-23 |
| | |||
* | *** empty log message *** | anonymous | 2001-03-23 |
| | |||
* | - fixed headline module problem reported by Kristjan | Dries Buytaert | 2001-03-23 |
| | |||
* | oops | Steven Wittens | 2001-03-23 |
| | |||
* | theme update | Steven Wittens | 2001-03-23 |
| | |||
* | - fixed quote problem reported by Jared | Dries Buytaert | 2001-03-22 |
| | |||
* | - fixed slash-problem reported by Jared | Dries Buytaert | 2001-03-22 |
| | |||
* | fixed the background | Steven Wittens | 2001-03-21 |
| | |||
* | Hopefully this will fix the theme, but I doubt it... some very strange ↵ | Steven Wittens | 2001-03-21 |
| | | | | things are going on here. | ||
* | removed the "add comment" button in the comment moderation box | Steven Wittens | 2001-03-21 |
| | |||
* | Added my new theme "Goofy". It's bright and very summer-ish. | Steven Wittens | 2001-03-20 |
| | | | | Test it out :) (I wouldn't put it on drop.org yet) | ||
* | oops small typo | Steven Wittens | 2001-03-20 |
| | |||
* | Theme update: | Steven Wittens | 2001-03-20 |
| | | | | - added a small 'info header' in comments... might be better for when we get more themes. |