Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Rewrote the most of the menu system; this fixes Al's problem with the | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | "create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s. | ||
* | - Committed Al's new admin link texts. Remarks: | Dries Buytaert | 2003-09-27 |
| | | | | | | | 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. | ||
* | - Patch by Kjartan: | Dries Buytaert | 2003-09-26 |
| | | | | | | | + 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. | ||
* | - Updated the changelog per Adrians request. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Added $Id$ tags. Patch by Chris. | Dries Buytaert | 2003-09-25 |
| | |||
* | - Added a pubDate for each item. Patch by Neil. | Dries Buytaert | 2003-09-24 |
| | |||
* | - Updated the installation guidelines as per Charlie's suggestion (#2274). | Dries Buytaert | 2003-09-24 |
| | |||
* | - Fixed bloggerapi not saving the uid for new nodes. | Kjartan Mannes | 2003-09-23 |
| | | | | | | | | | - 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 | ||
* | - Fixed bloggerapi not saving the uid for new nodes. | natrak | 2003-09-23 |
| | | | | | | | | | - 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 | ||
* | - Rollback of some node API changes. Patch by Jonathan. | Dries Buytaert | 2003-09-23 |
| | |||
* | - Rollback of some node API changes. Patch by Jonathan. | Dries Buytaert | 2003-09-23 |
| | |||
* | - Fixed bug 2803: a user's signature was being erased when administered. | Dries Buytaert | 2003-09-21 |
| | |||
* | - Updated the poll module to use the _validate hook. Fixes bug #2918 reported | Dries Buytaert | 2003-09-20 |
| | | | | by Jonathan. | ||
* | - Fixed problem introduced by partial integration of the administration pages. | Dries Buytaert | 2003-09-20 |
| | |||
* | - Fixed critical bug #2952: tablesort_init() used a static variable made it | Dries Buytaert | 2003-09-20 |
| | | | | impossible to use more than one sortable table on a page. | ||
* | - Fixed off-by-one error in user admin pages. | Dries Buytaert | 2003-09-20 |
| | |||
* | - Updated the blog module to use the _validate hook. Fixes bug #2920 reported | Dries Buytaert | 2003-09-20 |
| | | | | by Jonathan. | ||
* | - Updated the story module to use the _validate hook. Fixes bug #2919 reported | Dries Buytaert | 2003-09-20 |
| | | | | by Jonathan. | ||
* | - Committed Nick's _content improvements. | Dries Buytaert | 2003-09-20 |
| | |||
* | - Committed a partial administration page integration patch. | Dries Buytaert | 2003-09-19 |
| | |||
* | - Added a comment about 'RewriteBase' | Dries Buytaert | 2003-09-18 |
| | |||
* | - Fixed small spacing problem | Dries Buytaert | 2003-09-18 |
| | |||
* | - XHTML fixes in the base theme. Patch by Chris Johnson. | Dries Buytaert | 2003-09-18 |
| | |||
* | - Fix for bug #2733: devision by zero. Patch by Jonathan. | Dries Buytaert | 2003-09-18 |
| | |||
* | - Wrapped the table names in brackets. Patch by Bart. | Dries Buytaert | 2003-09-18 |
| | |||
* | - Updated the CHANGELOG: added a line about the book module changes, fixed | Dries Buytaert | 2003-09-16 |
| | | | | some typos. | ||
* | - Jonathan's "HTML filter" improvements. | Dries Buytaert | 2003-09-16 |
| | | | | | | | > 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. | ||
* | - Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy. | Dries Buytaert | 2003-09-16 |
| | |||
* | - Added page titles. Patch 0105 by Kendow. | Dries Buytaert | 2003-09-16 |
| | |||
* | - Fixed typo. Patch by Nick. | Dries Buytaert | 2003-09-16 |
| | |||
* | - Fixed bug #2874: typo in watchdog module help. Patch by Stefan. | Dries Buytaert | 2003-09-16 |
| | |||
* | - Book module improvements. This commit changes the behavior of the "view" | Dries Buytaert | 2003-09-15 |
| | | | | | hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick. | ||
* | - Page module simplification. Patch by Nick Berendsen. | Dries Buytaert | 2003-09-14 |
| | | | | | | | > 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. | ||
* | - Tidied up the usage of module_invoke() and module_invoke_all(). Patch by | Dries Buytaert | 2003-09-14 |
| | | | | Jonathan Chaffer. | ||
* | - Don't use the global theme object; use theme() instead. | Dries Buytaert | 2003-09-14 |
| | |||
* | - Bugfix: fixed string being check_query()-ed twice. Bug #2425. Patch by | Dries Buytaert | 2003-09-14 |
| | | | | Matt. | ||
* | - Changed $theme->links() to theme("links", $links). | Dries Buytaert | 2003-09-13 |
| | | | | | | | | - 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. | ||
* | - Remove node_invoke_all as it has a misleading name and is redundant with | Dries Buytaert | 2003-09-13 |
| | | | | module_invoke_all. Patch by Jonathan Chaffer. | ||
* | - Xtemplate improvements by Kristjan: | Dries Buytaert | 2003-09-13 |
| | | | | | | | | | | | > 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. | ||
* | - Some breadcrumb refinements by Nick. | Dries Buytaert | 2003-09-13 |
| | |||
* | - Added basic breadcrumb navigation to the blog module. | Dries Buytaert | 2003-09-13 |
| | |||
* | - Made the forum module's breadcrumb navigation fully themable. Patch by Nick. | Dries Buytaert | 2003-09-12 |
| | | | | | | | - Changed 'pubdate' to 'pubDate'. Patch by Kristjan. - Fixed in Xtemplate theme; don't use return value of node_url() raw and uncut. Patch by me. | ||
* | - Fixed bug with taxonomy handling. Bug #2831. Port of patch by Jonathan | Dries Buytaert | 2003-09-11 |
| | | | | Chaffer. | ||
* | - Documented some recent changes and additions | Dries Buytaert | 2003-09-11 |
| | |||
* | - Committed Nick's path improvements; you can now control the look and feel | Dries Buytaert | 2003-09-11 |
| | | | | of the breadcrumb navigation. | ||
* | - Patch by Bart Jansen: | Dries Buytaert | 2003-09-10 |
| | | | | | | | | | | | | | | | | | | | <quote> This adds session support for anonymous users and fixes a bug/typo. 1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make inner join work. 2. replaced "if ($user .." by "if ($user->uid .." because now $user is always set (my previous change probably caused this). 3. db_next_id("user_uid") -> db_next_id("users_uid"); </quote> I repeat: "This adds session support for anonymous users and fixes a bug/typo." | ||
* | - Added a "alt" attribute to the logo for sake of accessibility. | Dries Buytaert | 2003-09-10 |
| | |||
* | - Noiseword fix. Patch by Matt. Reported by Bart. | Dries Buytaert | 2003-09-10 |
| | |||
* | - Patch from Matt: | Dries Buytaert | 2003-09-10 |
| | | | | | | "The noise words description says that whitespace and line breaks will be stripped out, but the code never does any trimming. This simple patch strips the whitespace from the noise words. This probably takes care of bug #2804." |