/[drupal]/contributions/modules/attached_node/attached_node.module
ViewVC logotype

Log of /contributions/modules/attached_node/attached_node.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 13 18:12:15 2006 UTC (3 years, 3 months ago) by javanaut
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
Changes since 1.11: +27 -13 lines
Diff to previous 1.11
Incorporated changes from pobster and sun to make ready for Drupal version 4.7.3.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 8 22:17:18 2004 UTC (4 years, 11 months ago) by javanaut
Branch: MAIN
Changes since 1.10: +11 -2 lines
Diff to previous 1.10
Moving attached_node styling out of the module and into a separate css file.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 9 00:07:25 2004 UTC (5 years ago) by javanaut
Branch: MAIN
Changes since 1.9: +11 -1 lines
Diff to previous 1.9
Added nodeapi hook to clear filter cache when nodes are updated.

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 9 00:05:37 2004 UTC (5 years ago) by javanaut
Branch: DRUPAL-4-5
Changes since 1.6.2.3: +11 -1 lines
Diff to previous 1.6.2.3 , to branch point 1.6 , to next main 1.12
Added nodeapi hook to clear filter cache when nodes are updated.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 24 21:14:26 2004 UTC (5 years, 1 month ago) by javanaut
Branch: MAIN
Changes since 1.8: +7 -4 lines
Diff to previous 1.8
Took out confusing "Enable Attached Node codes" checkbox.
Updated instructions on filter configuration page.

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 24 21:13:44 2004 UTC (5 years, 1 month ago) by javanaut
Branch: DRUPAL-4-5
Changes since 1.6.2.2: +7 -4 lines
Diff to previous 1.6.2.2 , to branch point 1.6
Took out confusing "Enable Attached Node codes" checkbox.
Updated instructions on filter configuration page.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 24 20:33:16 2004 UTC (5 years, 1 month ago) by javanaut
Branch: MAIN
Changes since 1.7: +12 -7 lines
Diff to previous 1.7
Updated functionality of image node sizing.  I was previously working with
a pre d4.5 version of image module, hence my outdated code.  I've tested
it out and images render with $main=true format if no res specified,
and $main=false otherwise.

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 24 20:30:19 2004 UTC (5 years, 1 month ago) by javanaut
Branch: DRUPAL-4-5
Changes since 1.6.2.1: +13 -8 lines
Diff to previous 1.6.2.1 , to branch point 1.6
Updated functionality of image node sizing.  I was previously working with
a pre d4.5 version of image module, hence my outdated code.  I've tested
it out and images render with $main=true format if no res specified,
and $main=false otherwise.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 24 01:50:29 2004 UTC (5 years, 1 month ago) by javanaut
Branch: DRUPAL-4-5
Changes since 1.6: +23 -32 lines
Diff to previous 1.6
Fixed some out of date calls to image module internals in theme_attached_node_thumbnail(..).
Now, all calls to render a node go through node_view().

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 23 23:46:46 2004 UTC (5 years, 1 month ago) by javanaut
Branch: MAIN
Changes since 1.6: +23 -32 lines
Diff to previous 1.6
Fixed some out of date calls to image module internals in theme_attached_node_thumbnail(..).
Now, all calls to render a node go through node_view().

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 23 19:45:49 2004 UTC (5 years, 1 month ago) by javanaut
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.5: +26 -7 lines
Diff to previous 1.5
Added more documentation and help text.
Made several links and urls absolute links instead of relative ones.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 1 00:08:29 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 21 06:22:43 2004 UTC (5 years, 2 months ago) by robertDouglass
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
removing 'view/' from urls for 4.5

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 25 22:44:12 2004 UTC (5 years, 3 months ago) by javanaut
Branch: MAIN
Changes since 1.2: +17 -4 lines
Diff to previous 1.2
Themed some code that had previously been hard-coded.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 18 23:12:54 2004 UTC (5 years, 3 months ago) by javanaut
Branch: MAIN
Changes since 1.1: +87 -16 lines
Diff to previous 1.1
Updated this module to work with the current CVS version of Drupal Core
and the image module.  I've added some formatting of content, fixed the
missing node-level access check and updated/added some of the help tips.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 12 23:48:44 2004 UTC (5 years, 3 months ago) by javanaut
Branch: MAIN
Initial import.  I hope somebody other than myself finds this useful.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2