Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | form_checkbox() was totally broken: a checkbox needs a value on top of being ↵ | Steven Wittens | 2001-12-20 |
| | | | | (un)checked. When it is checked, the value is sent as "name=value". When not checked, nothing is sent. Usually a value of "1" will suffice, but I added explicit separate $value and $checked parameters to make sure no mix-up occurs, and to allow more freedom. | ||
* | - Fixed preview glitch in node_preview() as reported by ax. | Dries Buytaert | 2001-12-18 |
| | |||
* | - Back-ported Foxen/Revar's improved book_toc() function. | Dries Buytaert | 2001-12-17 |
| | |||
* | - Made the Drupal sites ping less often (only once every 6 hours), added | Dries Buytaert | 2001-12-17 |
| | | | | | | some logic to prevent duplicate items at a best effort basis, and made the server-side watchdogs slightly less verbose (still in testing mode though). | ||
* | Fixed typo: "email addrress" | Steven Wittens | 2001-12-16 |
| | |||
* | - Added some explanation to the top of the file and fixed a braino. | Dries Buytaert | 2001-12-16 |
| | |||
* | - Added new feature. Explanation will follow on the mailing list. | Dries Buytaert | 2001-12-16 |
| | |||
* | - Made the script 'code-clean.sh' ignore .psp files. | Dries Buytaert | 2001-12-16 |
| | |||
* | - fixed a parse error in the marvin theme | Kjartan Mannes | 2001-12-16 |
| | |||
* | - Reversed the $title - $sitename order in the title to be the same as the ↵ | Steven Wittens | 2001-12-15 |
| | | | | other themes. | ||
* | - Fixed typo. | Dries Buytaert | 2001-12-15 |
| | |||
* | - Bugfix: don't display links that point to hidden/disabled pages. | Dries Buytaert | 2001-12-15 |
| | |||
* | - Updated BaseTheme and the Drupal themes to have header($title = "") as the ↵ | Steven Wittens | 2001-12-15 |
| | | | | | | | | | | | 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? | ||
* | - this one has an alpha-channel | Steven Wittens | 2001-12-12 |
| | |||
* | - Removed the old update files from the head version: they are still | Dries Buytaert | 2001-12-12 |
| | | | | available in older version (use a tag) or in the Attic. | ||
* | Added the Druplicon in two formats along with an explanation... one is PSP ↵ | Steven Wittens | 2001-12-12 |
| | | | | format, the other is a high-res PNG (1600x1600). | ||
* | - Small mark-up improvement. | Dries Buytaert | 2001-12-12 |
| | |||
* | - Oops, this one does interfere with JC's patch. | Dries Buytaert | 2001-12-12 |
| | |||
* | - Added "help"-function for Drupal's "weblogs.com"-module. | Dries Buytaert | 2001-12-12 |
| | |||
* | - Fixed typo. | Dries Buytaert | 2001-12-12 |
| | |||
* | - Fixed typo. | Dries Buytaert | 2001-12-12 |
| | |||
* | - Fixed a small glitch in the "cron"-function. | Dries Buytaert | 2001-12-12 |
| | | | | - Added a "help"-function: gravity documentation. | ||
* | - Fixed the links in one of the feeds. | Dries Buytaert | 2001-12-09 |
| | |||
* | - Fixed a few feed glitched reported by Mark. | Dries Buytaert | 2001-12-09 |
| | | | | - Dropped a few database tables that where no longer needed. | ||
* | - Added a "queue for moderation"-toggle to a node's admin form and | Dries Buytaert | 2001-12-09 |
| | | | | updated the node modules to support this. | ||
* | - tweaked some of the php settings. | natrak | 2001-12-09 |
| | |||
* | - strip HTML tags from comment subjects. | Kjartan Mannes | 2001-12-09 |
| | |||
* | - Fixed a typo. | Dries Buytaert | 2001-12-09 |
| | |||
* | - Included the new documentation and renamed all "referer"s to | Dries Buytaert | 2001-12-09 |
| | | | | "referrers" (including the SQL table name). Thanks Greg. | ||
* | - Fixed typo in the "blog it"-link. Patch by Mark Cornick. | Dries Buytaert | 2001-12-09 |
| | |||
* | - re-enabled the teasers | Dries Buytaert | 2001-12-08 |
| | |||
* | - re-enabled the teasers | Dries Buytaert | 2001-12-08 |
| | |||
* | - node system: | Dries Buytaert | 2001-12-08 |
| | | | | | | | | + 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. | ||
* | - Fixed a problem with the variable scopes. Thanks Natrak. | Dries Buytaert | 2001-12-08 |
| | |||
* | - Fixed small form glitches. | Dries Buytaert | 2001-12-08 |
| | |||
* | comment.module: | Dries Buytaert | 2001-12-08 |
| | | | | | - small improvements to the comment admin interface. - merged comment.inc and comment.module. | ||
* | - Working on the filter code: removed the "filter()" statemets from the | Dries Buytaert | 2001-12-08 |
| | | | | | | | 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. | ||
* | - cloud.module: | Dries Buytaert | 2001-12-08 |
| | | | | | | + 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. | ||
* | - book.module: | Dries Buytaert | 2001-12-06 |
| | | | | | | | | | | | | | | | | | | | + 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. | ||
* | - Removed annoying Windows end-of-line characters. | Dries Buytaert | 2001-12-06 |
| | |||
* | - Improved teaser handling. | Dries Buytaert | 2001-12-06 |
| | |||
* | - Fixed a small glitch in node_preview() which made adding PHP pages rather | Dries Buytaert | 2001-12-06 |
| | | | | annoying. | ||
* | - Added the "add new comment" link to the forum module. | Dries Buytaert | 2001-12-06 |
| | |||
* | - Bugfix: you can no longer add non-existant node types. Thanks barry. | Dries Buytaert | 2001-12-05 |
| | | | | - Moved all comment related logic from node.module to comment.module. | ||
* | - Made a small improvement to format_name() | Dries Buytaert | 2001-12-05 |
| | |||
* | - Removed Windows line feeds ... | Dries Buytaert | 2001-12-05 |
| | |||
* | - Upgraded the XML-RPC libraries to the latest version as suggested by | Dries Buytaert | 2001-12-05 |
| | | | | Julian. | ||
* | - Display the current node's title in the <title></title>-tag. | Dries Buytaert | 2001-12-02 |
| | |||
* | - Tiny improvement to the order of the results. | Dries Buytaert | 2001-12-02 |
| | |||
* | - Added "add new comment"-link (derived from a patch by Axel) | Dries Buytaert | 2001-12-02 |
| |