summaryrefslogtreecommitdiff
path: root/modules/book.module
Commit message (Collapse)AuthorAge
* - simplified some of the node stuff:Dries Buytaert2001-04-01
| | | | | stories can no longer be scheduled -> this functionality will be made generic for all nodes
* - simplified book.module so that it is easier to maintain (yet a bitDries Buytaert2001-03-31
| | | | less sexy) - the entire module is only 258 lines.
* - fixed another bugDries Buytaert2001-03-31
|
* - fixed bug in section.module: id -> nidDries Buytaert2001-03-31
| | | | - fixed bug in book.module: not 100% yet
* - fixed "you-have-to-logout-and-login-before-permissions-change" bugDries Buytaert2001-03-31
| | | | | | | (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
* - fixed update bugDries Buytaert2001-03-31
|
* - fixed issue depricated call-by-reference issuesDries Buytaert2001-03-29
| | | | | | | | | - 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
* - streamlined the book and story moduleDries Buytaert2001-03-28
|
* - small improvements as well as 2 bugfixesDries Buytaert2001-03-26
|
* - improved search functionalityDries Buytaert2001-03-25
|
* - 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
* - 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.