- Jun 18, 2004
-
-
Dries Buytaert authored
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').
-
- Jun 17, 2004
-
-
Dries Buytaert authored
- Partial patch #8284 by jseng: made the RSS auto-discovery URL absolute even though that is not strictly necessary.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #8553 by Moshe: hide the 'add new comment' link when showing the comment form.
-
- Jun 15, 2004
-
-
Dries Buytaert authored
- Patch #8405 by Adrian: + Fixed duplicated view. + Fixed node types not being picked up correctly. + Improved error handling in case a particular node has not been found.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #8477 by Goba: fixes issues of newline handling in filters, unifying what newline should a filter expect, and fixes the missing title filter tip issue.
-
Dries Buytaert authored
- Patch #8357 by Ax: added support for mt.getRecentPostTitles to the blogapi module. Used by ecto. I changed '$titles_only' to '$bodies' as the patch favored '!$titles_only'.
-
- Jun 14, 2004
-
-
Dries Buytaert authored
-
- Jun 10, 2004
-
-
Steven Wittens authored
added double-width dot and comma, and right-to-left question mark as sentence boundaries.
-
- Jun 04, 2004
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- Jun 03, 2004
-
-
Kjartan Mannes authored
-
- Jun 02, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Kjartan Mannes authored
- Fixing a copy paste error in file.inc. - Some double => single quote changes.
-
Kjartan Mannes authored
-
Dries Buytaert authored
-
- Jun 01, 2004
-
-
Dries Buytaert authored
-
Kjartan Mannes authored
-
- May 31, 2004
-
-
Dries Buytaert authored
- Patch #7350 by Mathias: return part a taxonomy tree to a user-defined depth/level. - Updated CHANGELOG.txt.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Reworked comment submission. It is less broken now.
-
Dries Buytaert authored
- Updated the form handling to use form_set_error(). All core modules have been updated (almost none have error checking for forms) except the node forms ...
-
Dries Buytaert authored
- Improved form handling. + Introduced two new functions: 1. form_set_error($name, $message): files an error against the form element with the specified $name. 2. form_has_errors(): returns true if errors has been filed against form elements. + Updated the form handling: 1. The form_ functions will add 'class="error"' when a form field has been found to be erroneous. 2. The error message is passed to theme_form_element() when the particular form field has been found to be erroneous. + I updated the user and profile module to take advantage of these new functions. + IMPORTANT: the _user() hook changed. The 'validate' case should no longer retun an error message when something goes wrong but should set it with form_set_error().
-
- May 30, 2004
-
-
Kjartan Mannes authored
- Fixed empty searches being logged. - Trim whitespace from start and end of search key.
-
- May 29, 2004
-
-
Dries Buytaert authored
- Patch #6863 by Moshe: add 'class="active"' to the table elements of the active column.
-
- May 28, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- May 26, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- May 25, 2004
-
-
Dries Buytaert authored
-
- May 24, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch 7444 (#35) by Pablo. This patch addresses some issues with showing anonymous usernames in comments. It does not solve all my problems, but others claim it works as advertised. I'm committing this because it does fix some pending issues (even though that might not be the end of it).
-
Dries Buytaert authored
-