Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Last nights updates (under construction): | Dries Buytaert | 2001-04-13 |
| | | | | | - added _type() hook so each module can return the content types he/she implements | ||
* | - fixed a small SQL bug in page.module | Dries Buytaert | 2001-04-11 |
| | | | | | | | | | | | | | | | - slightly improved story.module, node.module and book.module - made the "default theme" a setting from the setting page - polished a bit on the export function: we can now export the book or parts thereof through the following url: 1. http://drop.org/export/book/ (full book) 2. http://drop.org/export/book/nid (where nid is the node id to start with) The export routine demonstrates how it can be done yet the output is too basic and can only improve over time. | ||
* | - small update | Dries Buytaert | 2001-04-07 |
| | |||
* | - fixed bug in common.inc: throttle() | Dries Buytaert | 2001-04-07 |
- streamlined method invocation in node.inc - added node_status() function to modules - added NEW (mostly static) page module - added NEW settings module |