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

Log of /contributions/modules/links/links.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.8.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 21:18:34 2009 UTC (10 months ago) by syscrusher
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-2
Branch point for: DRUPAL-6--2
Changes since 1.8.2.2: +2 -2 lines
Diff to previous 1.8.2.2 , to branch point 1.8
Fixed non-fatal warning message when creating links table, to correct
issue #364681.

Revision 1.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 05:38:39 2009 UTC (10 months ago) by syscrusher
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.8.2.1: +29 -1 lines
Diff to previous 1.8.2.1 , to branch point 1.8
 Added update #6103 which drops and recreates the indices
        on the {links} table, an attempt to address #362967.

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 03:30:57 2009 UTC (10 months, 2 weeks ago) by syscrusher
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA12, DRUPAL-6--1-0-BETA13, DRUPAL-6--1-0-BETA14, DRUPAL-6--1-0-BETA15
Changes since 1.8: +3 -8 lines
Diff to previous 1.8
	Removed obsolete call to _system_update_utf8() in
	links.install to fix issue #356994.

	Changed incorrect db_last_insert_id() call to instead
	use db_next_id().

	Applied patch from issue #357437 to fix failure of
	outbound link.

	Applied patch to fix filter tips bug reported in #357335.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 1 00:10:41 2008 UTC (22 months, 4 weeks ago) by syscrusher
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA10, DRUPAL-6--1-0-BETA11, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA5, DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-BETA7, DRUPAL-6--1-0-BETA8, DRUPAL-6--1-0-BETA9, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.7: +65 -119 lines
Diff to previous 1.7
Initial port of links.inc and links.module (but not the other modules) to
Drupal 6. This is ALPHA LEVEL CODE, not for production use.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 18:52:15 2007 UTC (23 months, 2 weeks ago) by syscrusher
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Bringing trunk (HEAD) up to latest code level.

Revision 1.6.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 26 01:21:31 2007 UTC (2 years, 7 months ago) by syscrusher
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10, DRUPAL-5--1-11, DRUPAL-5--1-12, DRUPAL-5--1-12-BETA1, DRUPAL-5--1-13, DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 , to next main 1.8
Fixed SQL error as reported in #130890.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 8 13:34:00 2006 UTC (3 years, 7 months ago) by syscrusher
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3, DRUPAL-5--1-4
Branch point for: DRUPAL-4-7, DRUPAL-5
Changes since 1.5: +1 -2 lines
Diff to previous 1.5
Removed closing tag per issue #55577.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 24 05:15:28 2006 UTC (3 years, 8 months ago) by syscrusher
Branch: MAIN
Changes since 1.4: +170 -134 lines
Diff to previous 1.4
API change: New function links_parse_url() added. This
function takes just about anything that works as a URL,
parses it out, and returns the parsed components as well
as a normalized version. The normalized version is
synthesized by concatenating the appropriate components
depending on the URL type, rather than just by using
regular expressions on the entire URL. This yields a more
thorough validation and normalization process.

API change: The function links_normalize_url() now calls
the new links_parse_url() function to do the heavy lifting.

NOTE: Because of the above, it is necessary to recalc all
of the MD5s in the {links} table. This can easily be done
by using "update.php" (from core Drupal) to apply UPDATE 2
to the Links package. Most of your URLs will not change,
but a few may be better normalized. In my testing, a
database with 500 real URLs had only two changes, both
of which were manually inspected and found to be legitimate
normalizations.

Changed links.install to fix length of {links_node}.module
to correct issue #55372. This had already been fixed in
links.mysql, but the change didn't propagate into the new
install file.

Removed trailing PHP delimiters from files per coding
standards (http://drupal.org/node/545), thereby fixing
issues #55577 and #45940.

Removed icky DOS carriage returns from lines in links.inc,
per issue #45940.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 23 13:13:03 2006 UTC (3 years, 8 months ago) by syscrusher
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
Corrected field length of {links_node}.module column.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 17 16:17:09 2006 UTC (3 years, 8 months ago) by syscrusher
Branch: MAIN
Changes since 1.2: +15 -1 lines
Diff to previous 1.2
        Added PREFIXES.txt file to explain module prefixes and to
        establish an informal prefix registry.

        Removed a lot of dead code from links_related.module that
        was left over from its ancestor module before the links API.

        Fixed missing ?> at end of links_related.module (the line
        was mistakenly deleted by a patch).

        Added some explanatory comments to the links.install file.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 15 01:17:49 2006 UTC (3 years, 8 months ago) by syscrusher
Branch: MAIN
Changes since 1.1: +120 -5 lines
Diff to previous 1.1
Committed links.install contributed by drewish per issue #45940.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 21 02:44:19 2006 UTC (3 years, 10 months ago) by syscrusher
Branch: MAIN
More updates for the SQL UTF8 patch.

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