Dries Buytaert
949a7014df
- As of now, the default placement of the Xtemplate theme's sidebar will be
...
on the left. This is what people seem to expect.
2003-09-28 15:12:08 +00:00
Dries Buytaert
cc3ec29e87
- Committed Goba's translation fixes.
2003-09-28 14:11:49 +00:00
Dries Buytaert
42a987316f
- Fixed bug #3037 : fixed translation issue with menu items.
2003-09-28 13:42:12 +00:00
Dries Buytaert
a5e048a5fd
- Renamed some menu items for clarity and ... added basic phpDoc comments.
2003-09-28 11:08:17 +00:00
Dries Buytaert
2fe79310df
- Rewrote the most of the menu system; this fixes Al's problem with the
...
"create content" link.
- Manually merged the user module's new menu items. Al's patch did not
apply.
- Added some missing t()s.
2003-09-28 10:51:40 +00:00
Dries Buytaert
fe09d5a786
- Committed Al's new admin link texts. Remarks:
...
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.
2003-09-27 06:00:43 +00:00
Dries Buytaert
0ff789c61d
- Patch by Kjartan:
...
+ 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.
2003-09-26 23:05:14 +00:00
Dries Buytaert
36b90c05e3
- Updated the changelog per Adrians request.
2003-09-26 14:07:42 +00:00
Dries Buytaert
f104d3cc12
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
2003-09-26 10:04:09 +00:00
Dries Buytaert
645d026e09
- Added $Id$ tags. Patch by Chris.
2003-09-25 07:27:22 +00:00
Dries Buytaert
586455b56e
- Added a pubDate for each item. Patch by Neil.
2003-09-24 19:08:27 +00:00
Dries Buytaert
718e7865f7
- Updated the installation guidelines as per Charlie's suggestion ( #2274 ).
2003-09-24 08:29:45 +00:00
Kjartan Mannes
8f7063b2d8
- Fixed bloggerapi not saving the uid for new nodes.
...
- 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
2003-09-23 19:28:03 +00:00
natrak
dc2d7b2e77
- Fixed bloggerapi not saving the uid for new nodes.
...
- 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
2003-09-23 19:28:02 +00:00
Dries Buytaert
027f52541b
- Rollback of some node API changes. Patch by Jonathan.
2003-09-23 17:57:26 +00:00
Dries Buytaert
a4bc9fff9f
- Rollback of some node API changes. Patch by Jonathan.
2003-09-23 16:54:19 +00:00
Dries Buytaert
3025ca0138
- Fixed bug 2803: a user's signature was being erased when administered.
2003-09-21 07:01:51 +00:00
Dries Buytaert
2c5272578d
- Updated the poll module to use the _validate hook. Fixes bug #2918 reported
...
by Jonathan.
2003-09-20 21:28:52 +00:00
Dries Buytaert
85eebfb5ed
- Fixed problem introduced by partial integration of the administration pages.
2003-09-20 19:41:35 +00:00
Dries Buytaert
f9a7182ab2
- Fixed critical bug #2952 : tablesort_init() used a static variable made it
...
impossible to use more than one sortable table on a page.
2003-09-20 19:24:27 +00:00
Dries Buytaert
9eb0067ce4
- Fixed off-by-one error in user admin pages.
2003-09-20 16:56:36 +00:00
Dries Buytaert
7eb33053b2
- Updated the blog module to use the _validate hook. Fixes bug #2920 reported
...
by Jonathan.
2003-09-20 16:08:57 +00:00
Dries Buytaert
dcbab232d6
- Updated the story module to use the _validate hook. Fixes bug #2919 reported
...
by Jonathan.
2003-09-20 16:03:05 +00:00
Dries Buytaert
00a62647bc
- Committed Nick's _content improvements.
2003-09-20 15:11:41 +00:00
Dries Buytaert
2fbc7fcf27
- Committed a partial administration page integration patch.
2003-09-19 07:41:55 +00:00
Dries Buytaert
e4695fd5ed
- Added a comment about 'RewriteBase'
2003-09-18 20:32:23 +00:00
Dries Buytaert
83e8ec4d70
- Fixed small spacing problem
2003-09-18 20:31:58 +00:00
Dries Buytaert
796a70de15
- XHTML fixes in the base theme. Patch by Chris Johnson.
2003-09-18 14:03:08 +00:00
Dries Buytaert
ac39d41053
- Fix for bug #2733 : devision by zero. Patch by Jonathan.
2003-09-18 13:50:45 +00:00
Dries Buytaert
18312ed8e7
- Wrapped the table names in brackets. Patch by Bart.
2003-09-18 09:13:59 +00:00
Dries Buytaert
a4a8381557
- Updated the CHANGELOG: added a line about the book module changes, fixed
...
some typos.
2003-09-16 20:01:46 +00:00
Dries Buytaert
e20f59d99a
- 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.
2003-09-16 18:34:39 +00:00
Dries Buytaert
62f939944f
- Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy.
2003-09-16 17:35:02 +00:00
Dries Buytaert
01f3bcfc75
- Added page titles. Patch 0105 by Kendow.
2003-09-16 15:04:02 +00:00
Dries Buytaert
93e6513ebc
- Fixed typo. Patch by Nick.
2003-09-16 10:38:34 +00:00
Dries Buytaert
a18b09b0e5
- Fixed bug #2874 : typo in watchdog module help. Patch by Stefan.
2003-09-16 07:31:17 +00:00
Dries Buytaert
d9cb4522bd
- 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.
2003-09-15 15:58:20 +00:00
Dries Buytaert
7e60456ca9
- 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.
2003-09-14 18:48:03 +00:00
Dries Buytaert
9fbab016f9
- Tidied up the usage of module_invoke() and module_invoke_all(). Patch by
...
Jonathan Chaffer.
2003-09-14 18:33:16 +00:00
Dries Buytaert
df3afcbc44
- Don't use the global theme object; use theme() instead.
2003-09-14 18:28:17 +00:00
Dries Buytaert
18e840ac66
- Bugfix: fixed string being check_query()-ed twice. Bug #2425 . Patch by
...
Matt.
2003-09-14 08:57:18 +00:00
Dries Buytaert
9801a1967d
- Changed $theme->links() to theme("links", $links).
...
- 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.
2003-09-13 15:24:04 +00:00
Dries Buytaert
36a553c6e3
- Remove node_invoke_all as it has a misleading name and is redundant with
...
module_invoke_all. Patch by Jonathan Chaffer.
2003-09-13 14:52:59 +00:00
Dries Buytaert
8382ea5459
- 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.
2003-09-13 11:23:28 +00:00
Dries Buytaert
fdc379bbf9
- Some breadcrumb refinements by Nick.
2003-09-13 11:06:29 +00:00
Dries Buytaert
33b76e9ae4
- Added basic breadcrumb navigation to the blog module.
2003-09-13 09:17:34 +00:00
Dries Buytaert
ee35d9136e
- 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.
2003-09-12 18:13:22 +00:00
Dries Buytaert
9113a1ae28
- Fixed bug with taxonomy handling. Bug #2831 . Port of patch by Jonathan
...
Chaffer.
2003-09-11 21:57:39 +00:00
Dries Buytaert
b5f006c70e
- Documented some recent changes and additions
2003-09-11 18:15:02 +00:00
Dries Buytaert
d81f159c63
- Committed Nick's path improvements; you can now control the look and feel
...
of the breadcrumb navigation.
2003-09-11 17:53:45 +00:00