- 31 Mar, 2001 11 commits
-
-
Dries Buytaert authored
- fixed bug in section.module: id -> nid - fixed bug in book.module: not 100% yet
-
Steven Wittens authored
-
Dries Buytaert authored
- removed debug information
-
Steven Wittens authored
-
Steven Wittens authored
"na" appeared when a story didn't have "read more"
-
Dries Buytaert authored
- fixed "you-have-to-logout-and-login-before-permissions-change" bug (reported by UnConeD) - added "add node" link to book selection box and made it display the current location - removed tabs and whitespaces from themes - done automatically
-
Dries Buytaert authored
- fixed update bug
-
Steven Wittens authored
-
Dries Buytaert authored
- removed dead links
-
Dries Buytaert authored
- fixed typo in hostname.conf
-
Dries Buytaert authored
- visual improvements to example.theme, simplified HMTL code (- 20 lines) - made node.inc more robust: it should roll-back when something goes fubar and it should work in subdirectories
-
- 30 Mar, 2001 1 commit
-
-
Dries Buytaert authored
- removed debug statement
-
- 29 Mar, 2001 2 commits
-
-
Dries Buytaert authored
- forgot to remove a debug statement
-
Dries Buytaert authored
- fixed issue depricated call-by-reference issues - fixed small visual glitch in includes/function.inc - changed SQL tables around a bit to be more consistent (result: small changes to a lot of different files) - improved robustness of includes/node.inc - improved output of cron.module - improved output of node.php
-
- 28 Mar, 2001 6 commits
-
-
Dries Buytaert authored
- made the node code a bit more rock-solid - needs more work and testing! - you can't add a node with the same title twice within 5 minutes (to avoid reposting by accidentically reloading your page after having posted)
-
Dries Buytaert authored
- fixed small problem in example.theme
-
Dries Buytaert authored
- update the linking mechanism: to link to a "node" (ex story) with title "fubar", use [[fubar]] or [[fubar|link text]].
-
Dries Buytaert authored
- streamlined the book and story module
-
Dries Buytaert authored
added the # votes to the "track your comments" page
-
Dries Buytaert authored
Flushing my backlog (in case Natrak wants to make more changes): - tidied up some of the code - fixed a small problems
-
- 27 Mar, 2001 3 commits
-
-
Kjartan Mannes authored
would be to support more databases :-)
-
natrak authored
-
Kjartan Mannes authored
Changed the error re-direct URL to the same as $site_url in case a user tries to access a sub-directory that does no exist.
-
- 26 Mar, 2001 2 commits
-
-
Dries Buytaert authored
- small improvements as well as 2 bugfixes
-
Dries Buytaert authored
- fixed home-link when using drupal in a subdirectory
-
- 25 Mar, 2001 12 commits
-
-
Dries Buytaert authored
- restored check_textarea: I changed it for debugging purpose but forgot to switch it back
-
Dries Buytaert authored
-
Dries Buytaert authored
- added a bit of text and a "do not reload" warning
-
Dries Buytaert authored
- fixed typo
-
Dries Buytaert authored
- All comments on the administration page are actually "linked" now: the 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! :-)
-
Dries Buytaert authored
- refactoring, refactoring, refactoring
-
Dries Buytaert authored
- refactoring, refactoring, refactoring
-
Dries Buytaert authored
- reorganized the ./update directory a bit - 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
-
Dries Buytaert authored
- large commit of everything else that has been queued in my backlog: it's not 100% stable yet
-
Dries Buytaert authored
- see previous commit message
-
Dries Buytaert 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 Buytaert 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 3 commits
-
-
Dries Buytaert authored
- themes now get there header/footer links through theme_link(); - tidied up example.theme
-
Dries Buytaert authored
-
Dries Buytaert authored
- added check_select to format selection boxes - improved check_input so that it won\\\'t escape charachters more than once - added [linking] mechanism - more about this later
-