/[drupal]/contributions/modules/ed_readmore/ed_readmore.install
ViewVC logotype

Log of /contributions/modules/ed_readmore/ed_readmore.install

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.1.4.2.2.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 24 06:23:19 2009 UTC (37 hours, 54 minutes ago) by toddnienkerk
Branch: DRUPAL-6--5
CVS Tags: DRUPAL-6--5-0-RC6, DRUPAL-6--5-0-RC7
Changes since 1.1.4.2.2.9.2.2: +2 -1 lines
Diff to previous 1.1.4.2.2.9.2.2 , to branch point 1.1.4.2.2.9
Adding option to enable/disable token replacement [#628822]

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 10 06:10:31 2009 UTC (2 weeks, 1 day ago) by toddnienkerk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
Updating HEAD to match 6.x-5.x-dev.

Revision 1.1.4.2.2.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 19:20:33 2009 UTC (2 months, 1 week ago) by toddnienkerk
Branch: DRUPAL-6--5
CVS Tags: DRUPAL-6--5-0-RC2, DRUPAL-6--5-0-RC3, DRUPAL-6--5-0-RC4, DRUPAL-6--5-0-RC5
Changes since 1.1.4.2.2.9.2.1: +2 -1 lines
Diff to previous 1.1.4.2.2.9.2.1 , to branch point 1.1.4.2.2.9
Adding support for a configurable separator between the text and link. Thanks, aaron! #577062

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 21:02:56 2009 UTC (7 months ago) by toddnienkerk
Branch: MAIN
Changes since 1.3: +44 -7 lines
Diff to previous 1.3
HEAD is now the 6.x-5.x branch

Revision 1.1.4.2.2.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 21:01:54 2009 UTC (7 months ago) by toddnienkerk
Branch: DRUPAL-6--5
Changes since 1.1.4.2.2.9: +6 -1 lines
Diff to previous 1.1.4.2.2.9
adding removal of variable introducted in 5.x-1.4

Revision 1.1.4.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 22:55:25 2009 UTC (7 months ago) by toddnienkerk
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--5-0-RC1
Branch point for: DRUPAL-6--5
Changes since 1.1.4.2.2.8: +5 -5 lines
Diff to previous 1.1.4.2.2.8 , to branch point 1.1.4.2
changed install hook comments and error output

Revision 1.1.4.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 22:53:22 2009 UTC (7 months ago) by toddnienkerk
Branch: DRUPAL-6--3
Changes since 1.1.4.2.2.7: +13 -1 lines
Diff to previous 1.1.4.2.2.7 , to branch point 1.1.4.2
adding comments to update hooks

Revision 1.1.4.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 19:13:40 2009 UTC (7 months, 2 weeks ago) by toddnienkerk
Branch: DRUPAL-6--3
Changes since 1.1.4.2.2.6: +13 -2 lines
Diff to previous 1.1.4.2.2.6 , to branch point 1.1.4.2
switched from hook_nodeapi to template_preprocess_node; fixed the following issues: #297010, #164343, #404490

Revision 1.1.4.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 00:54:32 2009 UTC (7 months, 2 weeks ago) by toddnienkerk
Branch: DRUPAL-6--3
Changes since 1.1.4.2.2.5: +0 -0 lines
Diff to previous 1.1.4.2.2.5 , to branch point 1.1.4.2
adding some logic to ensure the link isn't displayed when the node is empty or if the teaser and node are the same length [#294215] and [#113340]

Revision 1.1.4.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 00:37:56 2009 UTC (7 months, 2 weeks ago) by toddnienkerk
Branch: DRUPAL-6--3
Changes since 1.1.4.2.2.4: +2 -1 lines
Diff to previous 1.1.4.2.2.4 , to branch point 1.1.4.2
adding option to toggle on/off RSS display #[329727]

Revision 1.1.4.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 02:39:29 2009 UTC (8 months, 1 week ago) by toddnienkerk
Branch: DRUPAL-6--3
Changes since 1.1.4.2.2.3: +11 -3 lines
Diff to previous 1.1.4.2.2.3 , to branch point 1.1.4.2
fixed formatting, syntax, and t() usage errors. ran audit using Coder module.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 19 16:58:47 2009 UTC (9 months ago) by toddnienkerk
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
clarifying some descriptive text; changed method of inserting link into the teaser; added more block-level element options for insertion; removed PHP4 backwards compatibility

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 12:12:42 2009 UTC (9 months, 1 week ago) by toddnienkerk
Branch: MAIN
Changes since 1.1: +60 -0 lines
Diff to previous 1.1
properly committing most recent 6.x branch to HEAD

Revision 1.1.4.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 12:09:50 2009 UTC (9 months, 1 week ago) by toddnienkerk
Branch: DRUPAL-6--3
Changes since 1.1.4.2.2.2: +0 -0 lines
Diff to previous 1.1.4.2.2.2 , to branch point 1.1.4.2
clearing $ string

Revision 1.1.4.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 12:09:07 2009 UTC (9 months, 1 week ago) by toddnienkerk
Branch: DRUPAL-6--3
Changes since 1.1.4.2.2.1: +0 -0 lines
Diff to previous 1.1.4.2.2.1 , to branch point 1.1.4.2
clearing $ string

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 12:03:05 2009 UTC (9 months, 1 week ago) by toddnienkerk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.1.2.1: +14 -11 lines
Diff to previous 1.1.2.1 , to branch point 1.1 , to next main 1.5
fixing $ standards; properly formatted comments; added variable deletion to hook_uninstall

Revision 1.1.4.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 11:51:41 2009 UTC (9 months, 1 week ago) by toddnienkerk
Branch: DRUPAL-6--3
Changes since 1.1.4.2: +48 -12 lines
Diff to previous 1.1.4.2
major overhaul that includes several bug fixes, feature requests, and cleanup

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 17:58:42 2008 UTC (16 months, 4 weeks ago) by inactivist
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--3-0, DRUPAL-6--4-0
Branch point for: DRUPAL-6--3
Changes since 1.1.4.1: +24 -0 lines
Diff to previous 1.1.4.1 , to branch point 1.1 , to next main 1.5
Adding install file to set module weight on installation.
See http://drupal.org/node/266432
This is intended to help with module ordering issues that might prevent proper functioning.

Revision 1.1.4.1
Sat Jun 28 17:50:26 2008 UTC (16 months, 4 weeks ago) by inactivist
Branch: DRUPAL-6--2
Changes since 1.1: +0 -0 lines
FILE REMOVED
file ed_readmore.install was added on branch DRUPAL-6--2 on 2008-06-28 17:58:42 +0000

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 17:50:26 2008 UTC (16 months, 4 weeks ago) by inactivist
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.1: +24 -0 lines
Diff to previous 1.1
Initial commit of change suggested in http://drupal.org/node/266432
Thanks to maartenvd

Revision 1.1
Sat Jun 28 17:50:26 2008 UTC (16 months, 4 weeks ago) by inactivist
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--2
FILE REMOVED
file ed_readmore.install was initially added on branch DRUPAL-5.

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