- Sep 18, 2003
-
-
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.
-
Dries Buytaert authored
- Some breadcrumb refinements by Nick.
-
Dries Buytaert authored
- Added basic breadcrumb navigation to the blog module.
-
- Sep 12, 2003
-
-
Dries Buytaert authored
- Made the forum module's breadcrumb navigation fully themable. Patch by Nick. - 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.
-
- Sep 11, 2003
-
-
Dries Buytaert authored
- Fixed bug with taxonomy handling. Bug #2831. Port of patch by Jonathan Chaffer.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Committed Nick's path improvements; you can now control the look and feel of the breadcrumb navigation.
-
- Sep 10, 2003
-
-
Dries Buytaert authored
- Patch by Bart Jansen: <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."
-
Dries Buytaert authored
- Added a "alt" attribute to the logo for sake of accessibility.
-
Dries Buytaert authored
- Noiseword fix. Patch by Matt. Reported by Bart.
-
Dries Buytaert authored
"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."
-
- Sep 09, 2003
-
-
Dries Buytaert authored
- Added support for the optional <pubdate> element in our node RSS feeds. This could help reduce the number of HTTP requests and fixes some annoyances with RSS clients.
-
Dries Buytaert authored
- Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update.
-
- Sep 07, 2003
-
-
Dries Buytaert authored
- Commited Moshe's Xtemplate patch (slighty modified).
-
- Sep 06, 2003
-
-
Dries Buytaert authored
- Fixed the tracker author sort. Patch by Moshe.
-
- Sep 05, 2003
-
-
Kjartan Mannes authored
-
- Sep 03, 2003
-
-
Dries Buytaert authored
- Fixed bug with being able to post comments while you shouldn't. Patch by Garym.
-
Dries Buytaert authored
-
- Aug 31, 2003
-
-
Kjartan Mannes authored
-
- Aug 30, 2003
-
-
Dries Buytaert authored
- Added an "edit account" link.
-
Dries Buytaert authored
- Fixed bug #2689. Patch by Bruno.
-
Dries Buytaert authored
- Fixed bug #2690. Patch by Bruno.
-
Dries Buytaert authored
- Corrected the form description of the URL aliasing; don't add a trailing slash. Reported by Stefan.
-