- Nov 05, 2001
-
-
Dries Buytaert authored
- node.module: + Changed node_form() to use good ol' tables instead of div/CSS-tags. + Revised the "revision API": I think we have both an easy and powerful API now that should make everyone happy. + Improved the usability of the rollback functionality a bit. + Removed the "view node" link from the "node overview" page in the admin section and added a "delete node" link instead. + Added a few missing translations; there might be missing more translations though. - book.module: + Made the book module use the "revision API" instead of having it poke and use the innards and underlying details of the revision system. - queue.module: + Made the queue module use the improved revision number. - module.inc: + Applied Moshe's patch: added more arguments to module_invoke() - mail-to-sql.pl: + Added support for more header fields and for folded fields Notes: - no database updates required
-
- Nov 04, 2001
-
-
Dries Buytaert authored
- Another batch of updates. The most important bit is that the moderation queue should be functional again. It's not ready yet but I'll be tuning it for the next two evenings or so.
-
Dries Buytaert authored
-
Dries Buytaert authored
- node system: + fixed a typo in node_load(): it should be faster now - book module: + removed the functions book_parent() and book_parent_query() as they were no longer needed. Gerhard & co: this should fix the occasional SQL errors you get, and should improve performance. + made the "next", "previous" and "up" links work correctly ... + XHTML-ified the code + added some missing translations I'm working on the book module now to make it possible to update book pages.
-
Dries Buytaert authored
- improved the upgrade scripts/file a bit and tested them against a couple of older (PEAR-less) Drupal databases
-
- Nov 03, 2001
-
-
Dries Buytaert authored
- small bugfix
-
Dries Buytaert authored
- Made the node forms support "help texts": it is not possible to configure Drupal to display submission guidelines, or any other kind of explanation such as "NO TEST POSTS", for example. - Added node versioning: it is possible to create revisions, to view old revisions and to roll-back to older revisions. You'll need to apply a SQL update. I'm going to work on the book module now, so I might be changing a few things to enable collaborative, moderated revisions - but feel free to send some first feedback, if you like. - Added some configuration options which can be used to set the minimum number of words a blog/story should consist of. Hopefully this will be usefull to stop the (almost empty) test blogs. - Various improvements: + Fine-tuned new node permission system. + Fine-tuned the functions in node.inc. + Fine-tuned some forms. + XHTML-ified some code.
-
- Nov 01, 2001
-
-
Dries Buytaert authored
- Added error handling support to the <node>_form hook.
-
Dries Buytaert authored
- Changed the Druplicon logo (courtesey of UnConeD)
-
Dries Buytaert authored
- Another batch of updates/improvements: + introduced basic node permissions ("create", "delete", "update" and "view") at the node level: it's up to the "<$node->type>_module" to hide gory details (if any). + made the "blog it"-feature in the blog and import module work with the new node system, in specific with the new centralized forms. + made it possible to update blogs. + made the page module work with the new node system. + various smaller improvements.
-
Dries Buytaert authored
- Added first, preliminary version of mail-to-sql to CVS.
-
Dries Buytaert authored
-
Dries Buytaert authored
- A large batch of updates, amongst them a rewritten node system. More information available on the mailing list.
-
- Oct 31, 2001
-
-
Dries Buytaert authored
- We'll no longer need submit.php: it is going to be replaced by functions in the new node.module.
-
Dries Buytaert authored
- weblogs.module: + made it use the new node table scheme + added the site's slogan to the ping
-
Dries Buytaert authored
- Made some improvements/updates to the database abstraction layer.
-
- Oct 25, 2001
-
-
Kjartan Mannes authored
- fixed some untranslated strings in the user.module.
-
- Oct 23, 2001
-
-
Dries Buytaert authored
- Updated the CHANGELOG; added a few notes about Drupal 3.0.1
-
Dries Buytaert authored
- small update to the INSTALL file
-
Dries Buytaert authored
- Added an ini_set(...) to conf.php to solve history/cache browsing issues on some Drupal/PHP installations.
-
Dries Buytaert authored
- Updated the coding style checker. (patch by Alex)
-
- Oct 22, 2001
-
-
natrak authored
want the blocks to show up on. - updated the help. - did some XMLification. - SQL update script has a new table collumn which needs to be applied.
-
Kjartan Mannes authored
want the blocks to show up on. - updated the help. - did some XMLification. - SQL update script has a new table collumn which needs to be applied.
-
- Oct 20, 2001
-
-
Kjartan Mannes authored
variables. Example: set site_frontpage to "node" and site_frontpage_extra to "$meta = 'news'" and only nodes with that meta tag will be displayed on your main page. This requires some internal knowledge of how the various modules work and what settings can be passed to <module>_page() functions.
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
natrak authored
easier. Also changed the <? tag to <?php in some cases.
-
Kjartan Mannes authored
easier. Also changed the <? tag to <?php in some cases.
-
natrak authored
-
Dries Buytaert authored
- Updated example.theme: it's being reduced to a minimum as it can inherit most/all of its functions from the BaseTheme.
-
Dries Buytaert authored
- Started a theme.inc clean-up.
-
natrak authored
one was posted and the rest expired/dumped/queued.
-
Kjartan Mannes authored
by setting them in a $conf variable. This will let you host several domains off the same Drupal installation with the same databases with minor differences in settings. Note: the values can not be changed by users in a GET or POST string.
-
natrak authored
by setting them in a $conf variable. This will let you host several domains off the same Drupal installation with the same databases with minor differences in settings. Note: the values can not be changed by users in a GET or POST string.
-
- Oct 18, 2001
-
-
Kjartan Mannes authored
just another log in box.
-
- Oct 17, 2001
-
-
Dries Buytaert authored
- fixed a SQL typo in node.php: user --> users - added SQL table keys for the node types
-
- Oct 16, 2001
-
-
Dries Buytaert authored
- Added a *cool* new Perl script by Alexander. You can use this script to check your code against the Drupal coding style: "This program tries to show as many improvements as possible with no false positives."
-
Dries Buytaert authored
- Removed a node's link ID (lid) as discussed on the mailing list. See 'updates/3.00-to.x.xx.mysql' for the required MySQL updates. - Renamed some "author" fields to "uid" fields for sake of consistency. - Fixed the coding style of some PHP files. - Fixed the moderation queue (fairly untested though). - Re-introduced the temporary SQL table in _node_get(). - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
-
Kjartan Mannes authored
-
- Oct 15, 2001
-
-
Dries Buytaert authored
- Renamed the SQL update files to be more consistent with the database definitions in the ./database/ directory. And like that we can also start adding .pgsql update files ...
-