From 54b77d64354949428bc8bf48d47b587312a535f2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 18 Jun 2004 15:04:37 +0000 Subject: 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'). --- modules/aggregator/aggregator.module | 186 +++++++++++++++++++++++++---------- 1 file changed, 135 insertions(+), 51 deletions(-) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index f82f5ea27..a06d5d65a 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -17,8 +17,8 @@ function aggregator_help($section) {

To learn much more about RSS, read Mark Pilgrim\'s What is RSS and WebReference.com\'s The Evolution of RSS.

NOTE: Enable your site\'s XML syndication button by turning on the Syndicate block in block management.

Adding news feeds

-

To subscribe to an RSS feed on another site, use the RSS/RDF administration page.

-

Once there, select new feed from the menu. Drupal will then ask for the following:

+

To subscribe to an RSS feed on another site, use the aggregation page.

+

Once there, click the new feed tab. Drupal will then ask for the following:

-

Once you submit your new feed, check to see if it is working properly. Select update items on the RSS/RDF page. If you do not see any items listed for that feed, edit the feed and make sure that the URL was entered correctly.

+

Once you submit your new feed, check to see if it is working properly. Select update items on the aggregation page. If you do not see any items listed for that feed, edit the feed and make sure that the URL was entered correctly.

Adding categories

-

News items can be filed into categories. To create a category, start at the RSS/RDF administration page.

+

News items can be filed into categories. To create a category, start at the aggregation page.

Once there, select new category from the menu. Drupal will then ask for the following: