Kjartan Mannes
be59d6a674
- Fixing bug 5845: Root page of book module does use <--break-->.
2004-06-03 11:19:38 +00:00
Dries Buytaert
c0b85a5721
- Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.
2004-06-02 19:01:40 +00:00
Dries Buytaert
e52c0f5d41
- Code improvements by JonBob. Thanks.
2004-05-17 22:00:06 +00:00
Dries Buytaert
a158eca1b0
- Patch #7577 by JonBob: code improvements to the book, forum, page and poll module.
2004-05-09 19:28:43 +00:00
Dries Buytaert
284ed5e4a3
- Patch #7211 : changed 'root' to 'top-level' for sake of usability. I took Gerhard's patch and extended it so we did not miss any instances of 'root'.
2004-04-24 16:31:54 +00:00
Dries Buytaert
7231c88a32
- Added support for 403 handling. Patch by JonBob. As a side benefit,
...
administrators will be able to define a custom 403 page, just as they
can define 404 pages now.
This needs to be documented in the "Changes since / migrating to ..."
pages.
2004-04-21 13:56:38 +00:00
Dries Buytaert
142dd6ba43
Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.
2004-03-20 13:29:06 +00:00
Dries Buytaert
4b0b2d02ee
- Patch by Steven: removed redundant permission checks. These are no longer
...
required thanks to the new 404 handling.
2004-02-15 20:09:46 +00:00
Dries Buytaert
02c622dea1
- Patch 4332 by Goba: eliminate compose tips module.
2004-01-27 22:10:47 +00:00
Dries Buytaert
1687dd07c9
- Patch 5049 by JonBob: allow a module to define multiple node types.
2004-01-27 18:47:07 +00:00
Dries Buytaert
b85eb11e11
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
2004-01-23 18:42:43 +00:00
Dries Buytaert
24e76c0d6c
- Code beautifications: corrected indentation.
2004-01-17 23:34:11 +00:00
Dries Buytaert
860a5cc388
- Removed the $help parameter from the _form hook. The help, typically
...
submission guidelines, should be emmitted using the _help hook.
2004-01-17 09:07:00 +00:00
Dries Buytaert
36c0e4d745
- Bugfix: display the correct author. Patch by Nick.
2004-01-15 19:12:14 +00:00
Dries Buytaert
6fc8d944d8
- Small bugfix
2004-01-15 09:10:16 +00:00
Dries Buytaert
01e9b5a0f0
- Fixed 5218: book page "administer" removes original author.
2004-01-14 22:17:45 +00:00
Dries Buytaert
59925ef983
- Usability improvement: added a book navigation block.
2004-01-14 19:26:41 +00:00
Dries Buytaert
a8b8c247db
- Patch #5021 : clean up URLs in _help texts. Patch by UnConeD.
2004-01-11 20:31:26 +00:00
Dries Buytaert
5ac59aacd2
- Applied patch #4949 : node_prepare() wastes resources. Patch by Goba.
2004-01-11 20:16:26 +00:00
Dries Buytaert
a9ef18266e
- Patch 4916: improved preparation of $node->teaser and $node->body. Patch by
...
Goba.
2004-01-02 16:30:09 +00:00
Dries Buytaert
d5c8026454
- Updated the calls to menu() to use MENU_HIDE instead of 1
2003-12-17 22:27:23 +00:00
Dries Buytaert
4e2c0b250e
- Introduced a drupal_set_message() and drupal_get_message() function.
...
Contributed themes and modules need to be updated:
- modules: status() is no more; use drupal_set_message() instead.
- themes: use drupal_get_message() to check for status messages and
visualize them.
2003-12-01 13:45:33 +00:00
Dries Buytaert
c0494c0a2b
- Committed phase 4 of JonBob's menu system changes.
2003-11-25 19:26:21 +00:00
Dries Buytaert
875c6e3f77
- Performance improvement: avoid copying/cloning arrays. Patch #155 by anarcat.
2003-11-23 12:13:08 +00:00
Dries Buytaert
26735ac5dd
- Committed phase 3 of JonBob's menu changes. Adds an API for modules to
...
define titles and breadcrumbs for their pages, and updates the theme
system to display them.
2003-11-23 10:41:04 +00:00
Dries Buytaert
4bdac4333b
- Patch by JonBob:
...
Phase 2 of the menu system integration project. This unifies the interface
used by admin and non-admin pages, and deprecates the _page hook in favor of
explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
as a result of this patch; they will return in the phase 3 patch, printed
by the theme.
2003-11-20 21:51:23 +00:00
Dries Buytaert
36bb57555c
- table(...) -> theme("table", ...)
2003-11-13 19:52:54 +00:00
Dries Buytaert
951b553a98
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
2003-11-09 23:27:22 +00:00
Dries Buytaert
92995414b4
- Committed stage 1 of the menu callbacks improvements. Patch by Jonathan.
2003-11-08 09:56:22 +00:00
Dries Buytaert
ef0fa006ed
- Usability improvement: replaced many selection boxes by radio buttons.
...
Patch by Stefan.
2003-11-07 19:03:35 +00:00
Dries Buytaert
eb95d6d7fc
- Bugfix: fixed typo in cloud module. Patch by Marky.
...
- Bugfix: fixed menu glitch in book module. Patch by Kjartan.
2003-11-03 08:59:39 +00:00
Dries Buytaert
8806f4c564
- Bugfix: fixed problem with book outlines. Reported by Mark Cheverton.
2003-10-23 12:13:51 +00:00
Dries Buytaert
d5920c6278
- Bugfix: fixed book module links. Fixed bug #3621 . Patch #132 by eafarris.
2003-10-21 16:11:12 +00:00
Dries Buytaert
e688dfe6db
- Fixed prefix problem with the book module. Patch by Moshe.
...
- Usability improvements to the user module: removed some redundant menu
items by taking advantage of the column sorting, added status messages
and so on. Patch by Moshe plus some fixes.
- Made the profile module use the table() function. Patch by Moshe.
- Fixed breadcrumb spacing. Patch by Moshe.
- Fixed colspan problem with node overview table. Patch by Stefan.
- Fixed inconsistency with table sorting. Patch 0122 by Al.
2003-10-13 19:18:39 +00:00
Dries Buytaert
c65d1da880
- Fixed some link titles that were no longer correct due to the menu
...
changes.
- Fixed some broken links.
2003-10-09 21:51:57 +00:00
Dries Buytaert
1a5fcacdd9
- Committed part 3 of Michael's help system improvements: removed the $help
...
parameter from the menu() function.
2003-10-09 18:53:22 +00:00
Dries Buytaert
22c889e7c0
- Help system improvements: eliminated the _system hook. Patch by Michael.
...
- Bloggerapi module fixes. Patch by Kjartan.
- Coding style fixes. Patch by Michael.
2003-10-07 18:16:41 +00:00
Dries Buytaert
9632b0b00f
- Fixed book preview problem. Patch by Kjartan.
2003-10-06 08:53:17 +00:00
Dries Buytaert
058971c33b
- Help improvements and translation improvements from Michael. Thanks!
2003-10-03 14:55:27 +00:00
Dries Buytaert
a4c84bbe3d
- Bugfix: made printer-friendly pages work. They were rendered but never
...
printed.
2003-10-02 17:58:47 +00:00
Dries Buytaert
32e8d77cd6
- Associate a callback with the menu links! (This callback is not yet being
...
called but will be as soon the remaining links have been transformed to use
the menu system.)
- Made sure the menu does not render links with no callback and no children.
Like this, the 'create content' link is not being shown when the user has
no permission to add any content.
2003-09-28 17:53:04 +00:00
Dries Buytaert
069e1bb87b
- More translation fixes for the menu items. Patch by Gabor.
2003-09-28 17:07:46 +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
f104d3cc12
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
2003-09-26 10:04:09 +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
93e6513ebc
- Fixed typo. Patch by Nick.
2003-09-16 10:38:34 +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
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