- 16 Sep, 2003 6 commits
-
-
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.
-
- 15 Sep, 2003 1 commit
-
-
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.
-
- 14 Sep, 2003 4 commits
-
-
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.
-
- 13 Sep, 2003 5 commits
-
-
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.
-
- 12 Sep, 2003 1 commit
-
-
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.
-
- 11 Sep, 2003 3 commits
-
-
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.
-
- 10 Sep, 2003 4 commits
-
-
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."
-
- 09 Sep, 2003 2 commits
-
-
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.
-
- 07 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Commited Moshe's Xtemplate patch (slighty modified).
-
- 06 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed the tracker author sort. Patch by Moshe.
-
- 05 Sep, 2003 1 commit
-
-
Kjartan Mannes authored
-
- 03 Sep, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed bug with being able to post comments while you shouldn't. Patch by Garym.
-
Dries Buytaert authored
-
- 31 Aug, 2003 1 commit
-
-
Kjartan Mannes authored
-
- 30 Aug, 2003 4 commits
-
-
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.
-
- 28 Aug, 2003 2 commits
-
-
Dries Buytaert authored
- Small bugfix for the database.mysql sql structure with the new indexes introduced in yesterday's forum query patch. Patch by Matt.
-
Dries Buytaert authored
- Xtemplate improvements from Ax: "i find it annoying to have two empty blocks (a blue - message - and a grey - footer - one) if my site doesn't have neither of them set."
-
- 27 Aug, 2003 1 commit
-
-
Dries Buytaert authored
- Tested and committed Kjartan's performance patches. (Fixed the access check in update.php though.)
-
- 26 Aug, 2003 1 commit
-
-
Dries Buytaert authored
-