- 25 Sep, 2003 1 commit
-
-
Dries authored
- Added $Id$ tags. Patch by Chris.
-
- 24 Sep, 2003 2 commits
-
-
Dries authored
- Added a pubDate for each item. Patch by Neil.
-
- 23 Sep, 2003 4 commits
- 21 Sep, 2003 1 commit
-
-
Dries authored
- Fixed bug 2803: a user's signature was being erased when administered.
-
- 20 Sep, 2003 7 commits
- 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 2 commits
-
-
Dries authored