Log of /contributions/modules/links/links.install
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.
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.