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

Log of /contributions/modules/relatedlinks/relatedlinks.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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 17:26:10 2007 UTC (2 years, 9 months ago) by karthik
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-BETA, DRUPAL-5--1-1, DRUPAL-5--2-0, DRUPAL-5--2-1, DRUPAL-5--2-2, DRUPAL-5--2-2-BETA, DRUPAL-6--1-0-ALPHA0, HEAD
Branch point for: DRUPAL-5, DRUPAL-5--2, DRUPAL-6--1
Changes since 1.18: +11 -2 lines
Diff to previous 1.18
D5 port.

Revision 1.8.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 16:41:59 2007 UTC (2 years, 9 months ago) by karthik
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--3-1
Changes since 1.8.2.2: +141 -7 lines
Diff to previous 1.8.2.2 , to branch point 1.8 , to next main 1.19
Sync with HEAD.

Revision 1.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 22:05:09 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.8.2.1: +4 -4 lines
Diff to previous 1.8.2.1 , to branch point 1.8
partial revert of update_sql fix.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 21:47:34 2006 UTC (3 years ago) by karthik
Branch: MAIN
CVS Tags: DRUPAL-4-7--2-0, DRUPAL-4-7--3-0
Changes since 1.17: +8 -8 lines
Diff to previous 1.17
Partial revert of "update_sql" fix.

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 23:22:26 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
db_query -> update_sql;

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 23:02:07 2006 UTC (3 years ago) by karthik
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
db_query -> update_sql;

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 22:56:31 2006 UTC (3 years ago) by karthik
Branch: MAIN
Changes since 1.15: +21 -12 lines
Diff to previous 1.15
db_query -> update_sql;
update_2: types_converted should be an associative array.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 8 22:01:59 2006 UTC (3 years ago) by karthik
Branch: MAIN
Changes since 1.14: +9 -9 lines
Diff to previous 1.14
#91543 : Progressive save: relatedlinks_track -> relatedlinks_tracker; Update README.txt.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 8 10:34:37 2006 UTC (3 years ago) by karthik
Branch: MAIN
Changes since 1.13: +15 -3 lines
Diff to previous 1.13
#91543 : Progressive save: Add cron. Add module existence checks. Add a new index to the relatedlinks table.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 28 21:24:58 2006 UTC (3 years ago) by karthik
Branch: MAIN
Changes since 1.12: +5 -3 lines
Diff to previous 1.12
#91278: Fix discrepancies between .install and .??sql files.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 27 09:26:47 2006 UTC (3 years, 1 month ago) by karthik
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
#91543 : Progressive save - Replace terminology - taxonomy -> discovered.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 23:04:26 2006 UTC (3 years, 1 month ago) by karthik
Branch: MAIN
Changes since 1.10: +51 -1 lines
Diff to previous 1.10
#74489 : Progressive save - Block configuration done; max links enforcement pending; discovery feature pending; untested .install and .??sql functions added.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 10:45:27 2006 UTC (3 years, 1 month ago) by karthik
Branch: MAIN
Changes since 1.9: +45 -5 lines
Diff to previous 1.9
#87703: Phase 2 of previous commit - database and install file updates. pgSQL updates need verifying.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 14 16:42:22 2006 UTC (3 years, 1 month ago) by karthik
Branch: MAIN
Changes since 1.8: +21 -1 lines
Diff to previous 1.8
#88988 : Colan - Don't show links for disabled link types;
Use internal constants in variables;
.install update to convert existing variables accordingly.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 11 07:10:01 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.7: +5 -3 lines
Diff to previous 1.7
Missing t()s + misc.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 10 13:23:17 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Changes since 1.6: +8 -8 lines
Diff to previous 1.6
Fix case issues.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 10 09:25:36 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Added missing prefix {}.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 16:55:54 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Add individual DB files + fix pgSQL datatypes.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 16:37:03 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
And one last time.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 15:09:31 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
ID prop not being set.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 15:01:13 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1
Change name to relatedlinks for consistent wrongness :|

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 06:49:04 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Initial commit of .install file.

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