- Dec 16, 2001
-
-
Dries Buytaert authored
- Made the script 'code-clean.sh' ignore .psp files.
-
Kjartan Mannes authored
-
- Dec 15, 2001
-
-
Steven Wittens authored
-
Dries Buytaert authored
- Fixed typo.
-
Dries Buytaert authored
- Bugfix: don't display links that point to hidden/disabled pages.
-
Steven Wittens authored
- Updated BaseTheme and the Drupal themes to have header($title = "") as the header declaration and use title when provided. This is just a step towards having unique titles. In all themes, except Marvin which already had $title, I put the $title first, because it's usually the thing the page is about: "The future of weblogs? - Drop.org" "Your account settings - Drop.org" rather than the other way around, right?
-
- Dec 12, 2001
-
-
Steven Wittens authored
-
Dries Buytaert authored
- Removed the old update files from the head version: they are still available in older version (use a tag) or in the Attic.
-
Steven Wittens authored
Added the Druplicon in two formats along with an explanation... one is PSP format, the other is a high-res PNG (1600x1600).
-
Dries Buytaert authored
- Small mark-up improvement.
-
Dries Buytaert authored
- Oops, this one does interfere with JC's patch.
-
Dries Buytaert authored
- Added "help"-function for Drupal's "weblogs.com"-module.
-
Dries Buytaert authored
- Fixed typo.
-
Dries Buytaert authored
- Fixed typo.
-
Dries Buytaert authored
- Fixed a small glitch in the "cron"-function. - Added a "help"-function: gravity documentation.
-
- Dec 09, 2001
-
-
Dries Buytaert authored
- Fixed the links in one of the feeds.
-
Dries Buytaert authored
- Fixed a few feed glitched reported by Mark. - Dropped a few database tables that where no longer needed.
-
Dries Buytaert authored
- Added a "queue for moderation"-toggle to a node's admin form and updated the node modules to support this.
-
natrak authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Fixed a typo.
-
Dries Buytaert authored
- Included the new documentation and renamed all "referer"s to "referrers" (including the SQL table name). Thanks Greg.
-
Dries Buytaert authored
- Fixed typo in the "blog it"-link. Patch by Mark Cornick.
-
- Dec 08, 2001
-
-
Dries Buytaert authored
- re-enabled the teasers
-
Dries Buytaert authored
- re-enabled the teasers
-
Dries Buytaert authored
- node system: + made a small change in the node overview page in the admin section such that it lists both new and updated pages by default. + reworked the filter-mechanism: it is not 100% finished yet but it sure is taking shape.
-
Dries Buytaert authored
- Fixed a problem with the variable scopes. Thanks Natrak.
-
Dries Buytaert authored
- Fixed small form glitches.
-
Dries Buytaert authored
comment.module: - small improvements to the comment admin interface. - merged comment.inc and comment.module.
-
Dries Buytaert authored
- Working on the filter code: removed the "filter()" statemets from the node.module; I'll move this to the individual modules as they are the only one's who know what to do best with it. - Merged node.inc and node.module.
-
Dries Buytaert authored
- cloud.module: + made the cloud module export some documentation - thanks Joe! + XHTML-ified the emitted HTML code and quotes array indeces to be compliant with our coding standards.
-
- Dec 06, 2001
-
-
Dries Buytaert authored
- book.module: + Added (1) support for "PHP pages" (dynamic pages), and (2) made it possible to link other node types into the book's tree/outline. It works just fine, yet the only (obvious) downside of (2) is that the navigation tree/links gets "interrupted" when you view non-book pages in the book. [SQL update required, see update.php] + Tidied up the book table. [SQL update required, see update.php] - various updates: + Fine-tuned the new node system. + Updated the inline/code documentation. + Improved teaser handling of all node types. + Made several small usability improvements to the node admin pages.
-
Dries Buytaert authored
- Removed annoying Windows end-of-line characters.
-
Dries Buytaert authored
- Improved teaser handling.
-
Dries Buytaert authored
- Fixed a small glitch in node_preview() which made adding PHP pages rather annoying.
-
Dries Buytaert authored
- Added the "add new comment" link to the forum module.
-
- Dec 05, 2001
-
-
Dries Buytaert authored
- Bugfix: you can no longer add non-existant node types. Thanks barry. - Moved all comment related logic from node.module to comment.module.
-
Dries Buytaert authored
- Made a small improvement to format_name()
-
Dries Buytaert authored
- Removed Windows line feeds ...
-
Dries Buytaert authored
- Upgraded the XML-RPC libraries to the latest version as suggested by Julian.
-