Log of /contributions/modules/nodeasblock/nodeasblock.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 13 21:38:21 2009 UTC
(3 months, 2 weeks ago)
by
herc
Branch:
MAIN
Changes since
1.12: +27 -7 lines
Diff to
previous 1.12
- Use drupal_theme_initialize() instead of init_theme().
- {blocks} is now {block} and {blocks_roles} is now {block_role}
- Implement hook_page_alter(), just trying a possible approach.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 16 02:16:51 2008 UTC
(13 months, 1 week ago)
by
herc
Branch:
MAIN
Branch point for:
DRUPAL-6--1
Changes since
1.7: +104 -83 lines
Diff to
previous 1.7
#254339: Port to 6.x. Added new required hooks and some improvements to the current code. Thanks to jhedstrom, I used parts of his patch.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 19 00:30:42 2008 UTC
(17 months, 1 week ago)
by
herc
Branch:
MAIN
Changes since
1.5: +11 -8 lines
Diff to
previous 1.5
Patch #271670 by jhedstrom: block settings are overwritten with defaults if the user doesn't have permissions.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 10 21:50:09 2006 UTC
(3 years ago)
by
mfredrickson
Branch:
MAIN
Changes since
1.3: +8 -4 lines
Diff to
previous 1.3
Fix for #94107 - I should be using 'insert' and 'update', not 'submit' in nodeapi. Added a guard for deletions as well.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 7 17:42:57 2006 UTC
(3 years ago)
by
mfredrickson
Branch:
MAIN
Branch point for:
DRUPAL-4-7
This module allows those with the appropriate permissions the right to create blocks for each node. By default these blocks display the node title as the block title and the node teaser as the body. This can be themed by overriding the theme('nodeasblock', $node) function.
The goal of this module is to break down conceptual barriers between nodes and blocks.
(based on some work by chud: http://drupal.org/node/93339)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.