drupal/includes
Dries Buytaert c75057bb0f CHANGES:
- Added improved node scheduler:

   + Automatically post node at date 'xx/xx/xx, xx:xx'.

   + Automatically queue node at date 'xx/xx/xx, xx:xx'.

   + Automatically dump node at date 'xx/xx/xx, xx:xx'.

  Requires a database update, see ./updates/2.00-to-x.xx.sql!

- Refactored the admin interface of node.module.  It is only a start
  but it should show the direction we are going.

   + The new interface is easier to extend with new functionality
     and operations.  New "edit xxx" links can easily be added on
     our way.

   + The new interface tries to cover all content- or node-related
     functions.  Thus making a special admin interface for each new
     node type redundant.  To demonstrate this, I removed the admin
     hook from page.module and forum.module.  This removes quite a
     bit of logic from the invidual modules which is a good sign if
     you ask me.

     A centralized GUI or interface covering all node-related
     administration should make Drupal easier to administer.

TODO:

- All node-related nodes need updating.  This should be trivial and
  I'll hapilly tackle this later tonight.

- There will be bugs, and I'm still working on this but I would like
  to get some feedback (from Natrak et all) on both user-friendliness
  and usability of this new interface.  I'm still working on it as we
  speak ...
2001-06-04 15:40:39 +00:00
..
comment.inc CHANGES 2001-05-20 13:51:40 +00:00
common.inc - Changed form_select() to return NULL if called without $options. This should 2001-06-04 15:06:47 +00:00
conf.php CHANGES 2001-05-20 13:51:40 +00:00
database.inc CHANGES 2001-05-20 13:51:40 +00:00
locale.inc Changes 2001-04-23 11:06:17 +00:00
module.inc - Removed a few lines of dead code. 2001-05-29 21:11:20 +00:00
node.inc CHANGES: 2001-06-04 15:40:39 +00:00
search.inc - Removed includes/timer.inc: it has been integrated in common.inc. 2001-05-20 19:30:39 +00:00
structure.inc - Removed includes/timer.inc: it has been integrated in common.inc. 2001-05-20 19:30:39 +00:00
theme.inc - Removed includes/timer.inc: it has been integrated in common.inc. 2001-05-20 19:30:39 +00:00
user.inc - Improved the rating module: made it possible to define "weights" 2001-05-24 21:49:10 +00:00
variable.inc - Moved most of the options in structure.module to node.module. The 2001-06-02 22:12:35 +00:00