drupal/modules
Dries Buytaert 54b77d6435 Tabs patch!
CHANGES
-------

 + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.

 + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.

 + Grouped settings. All settings have been grouped under 'administer > settings'.

TODO
----

 + Update core themes: only Xtemplate default supports tabs and even those look ugly.  Need help.

 + Update contributed modules.  The menu() hook changed drastically.  Updating your code adhere the new menu() function should be 90% of the work.  Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
2004-06-18 15:04:37 +00:00
..
aggregator Tabs patch! 2004-06-18 15:04:37 +00:00
archive Tabs patch! 2004-06-18 15:04:37 +00:00
block Tabs patch! 2004-06-18 15:04:37 +00:00
blog Tabs patch! 2004-06-18 15:04:37 +00:00
blogapi Tabs patch! 2004-06-18 15:04:37 +00:00
book Tabs patch! 2004-06-18 15:04:37 +00:00
comment Tabs patch! 2004-06-18 15:04:37 +00:00
drupal Tabs patch! 2004-06-18 15:04:37 +00:00
filter Tabs patch! 2004-06-18 15:04:37 +00:00
forum Tabs patch! 2004-06-18 15:04:37 +00:00
help Tabs patch! 2004-06-18 15:04:37 +00:00
locale Tabs patch! 2004-06-18 15:04:37 +00:00
menu Tabs patch! 2004-06-18 15:04:37 +00:00
node Tabs patch! 2004-06-18 15:04:37 +00:00
page Tabs patch! 2004-06-18 15:04:37 +00:00
path Tabs patch! 2004-06-18 15:04:37 +00:00
ping Tabs patch! 2004-06-18 15:04:37 +00:00
poll Tabs patch! 2004-06-18 15:04:37 +00:00
profile Tabs patch! 2004-06-18 15:04:37 +00:00
search Tabs patch! 2004-06-18 15:04:37 +00:00
statistics Tabs patch! 2004-06-18 15:04:37 +00:00
story Tabs patch! 2004-06-18 15:04:37 +00:00
system Tabs patch! 2004-06-18 15:04:37 +00:00
taxonomy Tabs patch! 2004-06-18 15:04:37 +00:00
throttle Tabs patch! 2004-06-18 15:04:37 +00:00
tracker Tabs patch! 2004-06-18 15:04:37 +00:00
user Tabs patch! 2004-06-18 15:04:37 +00:00
watchdog Tabs patch! 2004-06-18 15:04:37 +00:00
admin.module Tabs patch! 2004-06-18 15:04:37 +00:00
aggregator.module Tabs patch! 2004-06-18 15:04:37 +00:00
archive.module Tabs patch! 2004-06-18 15:04:37 +00:00
block.module Tabs patch! 2004-06-18 15:04:37 +00:00
blog.module Tabs patch! 2004-06-18 15:04:37 +00:00
blogapi.module Tabs patch! 2004-06-18 15:04:37 +00:00
book.module Tabs patch! 2004-06-18 15:04:37 +00:00
comment.module Tabs patch! 2004-06-18 15:04:37 +00:00
drupal.module Tabs patch! 2004-06-18 15:04:37 +00:00
filter.module Tabs patch! 2004-06-18 15:04:37 +00:00
forum.module Tabs patch! 2004-06-18 15:04:37 +00:00
help.module Tabs patch! 2004-06-18 15:04:37 +00:00
locale.module Tabs patch! 2004-06-18 15:04:37 +00:00
menu.module Tabs patch! 2004-06-18 15:04:37 +00:00
node.module Tabs patch! 2004-06-18 15:04:37 +00:00
page.module Tabs patch! 2004-06-18 15:04:37 +00:00
path.module Tabs patch! 2004-06-18 15:04:37 +00:00
ping.module Tabs patch! 2004-06-18 15:04:37 +00:00
poll.module Tabs patch! 2004-06-18 15:04:37 +00:00
profile.module Tabs patch! 2004-06-18 15:04:37 +00:00
queue.module Tabs patch! 2004-06-18 15:04:37 +00:00
search.module Tabs patch! 2004-06-18 15:04:37 +00:00
statistics.module Tabs patch! 2004-06-18 15:04:37 +00:00
story.module Tabs patch! 2004-06-18 15:04:37 +00:00
system.module Tabs patch! 2004-06-18 15:04:37 +00:00
taxonomy.module Tabs patch! 2004-06-18 15:04:37 +00:00
throttle.module Tabs patch! 2004-06-18 15:04:37 +00:00
title.module Tabs patch! 2004-06-18 15:04:37 +00:00
tracker.module Tabs patch! 2004-06-18 15:04:37 +00:00
user.module Tabs patch! 2004-06-18 15:04:37 +00:00
watchdog.module Tabs patch! 2004-06-18 15:04:37 +00:00