- Sep 28, 2003
-
-
Dries Buytaert authored
"create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s.
-
- Sep 27, 2003
-
-
Dries Buytaert authored
- Committed Al's new admin link texts. Remarks: 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
-
- Sep 26, 2003
-
-
Dries Buytaert authored
+ Fixed CSS to use the same format as the rest of drupal.css. + Added fallback routine for menu icons. + Fixed anonymous users not seeing the menu. + Added proper access checks for admin and help menu items.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- Sep 25, 2003
-
-
Dries Buytaert authored
- Added $Id$ tags. Patch by Chris.
-
- Sep 24, 2003
-
-
Dries Buytaert authored
- Added a pubDate for each item. Patch by Neil.
-
Dries Buytaert authored
- Updated the installation guidelines as per Charlie's suggestion (#2274).
-
- Sep 23, 2003
-
-
Kjartan Mannes authored
- Cleaned up coding style and unnecessary code in bloggerapi.module. - Removed moderation notice from queue module, it prints even when users are not posting from the web. - Fixed bug #2895: locale: pager doesn't work in search
-
Dries Buytaert authored
-
Dries Buytaert authored
- Rollback of some node API changes. Patch by Jonathan.
-
- Sep 21, 2003
-
-
Dries Buytaert authored
- Fixed bug 2803: a user's signature was being erased when administered.
-
- Sep 20, 2003
-
-
Dries Buytaert authored
by Jonathan.
-
Dries Buytaert authored
- Fixed problem introduced by partial integration of the administration pages.
-
Dries Buytaert authored
- Fixed critical bug #2952: tablesort_init() used a static variable made it impossible to use more than one sortable table on a page.
-
Dries Buytaert authored
- Fixed off-by-one error in user admin pages.
-
Dries Buytaert authored
- Updated the blog module to use the _validate hook. Fixes bug #2920 reported by Jonathan.
-
Dries Buytaert authored
- Updated the story module to use the _validate hook. Fixes bug #2919 reported by Jonathan.
-
Dries Buytaert authored
- Committed Nick's _content improvements.
-
- Sep 19, 2003
-
-
Dries Buytaert authored
- Committed a partial administration page integration patch.
-
- Sep 18, 2003
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- XHTML fixes in the base theme. Patch by Chris Johnson.
-
Dries Buytaert authored
- Fix for bug #2733: devision by zero. Patch by Jonathan.
-
Dries Buytaert authored
- Wrapped the table names in brackets. Patch by Bart.
-
- Sep 16, 2003
-
-
Dries Buytaert authored
- Updated the CHANGELOG: added a line about the book module changes, fixed some typos.
-
Dries Buytaert authored
- Jonathan's "HTML filter" improvements. > If turning on both filters is bad, we shouldn't allow the user to > select both, should we? The attached patch folds the Escape HTML option > into the same dropdown as the Filter HTML option, preventing both from > being activated.
-
Dries Buytaert authored
- Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed typo. Patch by Nick.
-
Dries Buytaert authored
- Fixed bug #2874: typo in watchdog module help. Patch by Stefan.
-
- Sep 15, 2003
-
-
Dries Buytaert authored
- Book module improvements. This commit changes the behavior of the "view" hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick.
-
- Sep 14, 2003
-
-
Dries Buytaert authored
- Page module simplification. Patch by Nick Berendsen. > page.module: > -output is in theme("node") instead of theme("box"). This is a must for the > outline to work. The only difference is that the links are rendered by the > theme_node function instead of in the page_view. The links _are_ the same.
-
Dries Buytaert authored
- Tidied up the usage of module_invoke() and module_invoke_all(). Patch by Jonathan Chaffer.
-
Dries Buytaert authored
- Don't use the global theme object; use theme() instead.
-
Dries Buytaert authored
- Bugfix: fixed string being check_query()-ed twice. Bug #2425. Patch by Matt.
-
- Sep 13, 2003
-
-
Dries Buytaert authored
- Added page titles. Modified version of patch 0104 by Kendow; patch updated for HEAD branch. > Modified 4.2.0 code to pass localized title text to theme header so user > pages have meaningful <title> element content.
-
Dries Buytaert authored
- Remove node_invoke_all as it has a misleading name and is redundant with module_invoke_all. Patch by Jonathan Chaffer.
-
Dries Buytaert authored
- Xtemplate improvements by Kristjan: > no changes in presentation, just a structure changes > > - removed inline styles from .xtmpl > - removed duplicated #header class reference, renamed second one to #content as context$ > - simplified some CSS selectors (tested on IE and mozilla, please test on Opera, if pos$ > - some .class -> #class Note: tested on Opera; couldn't spot any differences.
-