- 20 Sep, 2003 1 commit
-
-
Dries authored
- Committed Nick's _content improvements.
-
- 19 Sep, 2003 1 commit
-
-
Dries authored
- Committed a partial administration page integration patch.
-
- 18 Sep, 2003 5 commits
- 16 Sep, 2003 6 commits
-
-
Dries authored
- Updated the CHANGELOG: added a line about the book module changes, fixed some typos.
-
Dries 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 authored
- Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy.
-
Dries authored
-
Dries authored
- Fixed typo. Patch by Nick.
-
- 15 Sep, 2003 1 commit
-
-
Dries 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 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 authored
- Tidied up the usage of module_invoke() and module_invoke_all(). Patch by Jonathan Chaffer.
-
Dries authored
- Don't use the global theme object; use theme() instead.
-
- 13 Sep, 2003 5 commits
-
-
Dries 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 authored
- Remove node_invoke_all as it has a misleading name and is redundant with module_invoke_all. Patch by Jonathan Chaffer.
-
Dries 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 authored
- Some breadcrumb refinements by Nick.
-
Dries authored
- Added basic breadcrumb navigation to the blog module.
-
- 12 Sep, 2003 1 commit
-
-
Dries 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
- 10 Sep, 2003 4 commits
-
-
Dries 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 authored
- Added a "alt" attribute to the logo for sake of accessibility.
-
Dries authored
- Noiseword fix. Patch by Matt. Reported by Bart.
-
- 09 Sep, 2003 2 commits
-
-
Dries 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 authored
- Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update.
-
- 07 Sep, 2003 1 commit
-
-
Dries authored
- Commited Moshe's Xtemplate patch (slighty modified).
-
- 06 Sep, 2003 1 commit
-
-
Dries authored
- Fixed the tracker author sort. Patch by Moshe.
-
- 05 Sep, 2003 1 commit
-
-
Kjartan authored
-
- 03 Sep, 2003 2 commits
- 31 Aug, 2003 1 commit
-
-
Kjartan authored
-
- 30 Aug, 2003 1 commit
-
-
Dries authored
- Added an "edit account" link.
-