-
- Downloads
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 ...
parent
2ecc3e4c
No related branches found
No related tags found
Showing
- includes/node.inc 1 addition, 1 deletionincludes/node.inc
- modules/forum.module 3 additions, 27 deletionsmodules/forum.module
- modules/forum/forum.module 3 additions, 27 deletionsmodules/forum/forum.module
- modules/index.module 20 additions, 5 deletionsmodules/index.module
- modules/node.module 155 additions, 43 deletionsmodules/node.module
- modules/node/node.module 155 additions, 43 deletionsmodules/node/node.module
- modules/page.module 4 additions, 39 deletionsmodules/page.module
- modules/page/page.module 4 additions, 39 deletionsmodules/page/page.module
- updates/2.00-to-x.xx.sql 6 additions, 0 deletionsupdates/2.00-to-x.xx.sql
Loading
Please register or sign in to comment