Log of /contributions/modules/links/CHANGELOG.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.42.2.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 21 04:48:16 2009 UTC
(10 months ago)
by
syscrusher
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-12-BETA1
Changes since
1.42.2.23: +18 -1 lines
Diff to
previous 1.42.2.23
, to
branch point 1.42
New feature: Administrative option allows rel="nofollow"
attribute on external links, per issue #144620.
New feature: Administrative option allows direct links
(skipping redirect page, at the cost of no click
counting). Separately controllable for internal and
external links.
New feature: Optional logging of all external redirects,
primarily for diagnostic purposes but also useful if the
site owner wants really detailed click tracking.
Added #maxlength attribute for URL textfields to allow
longer values, per issue #232575.
Revision
1.59.2.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 21 04:16:32 2009 UTC
(10 months ago)
by
syscrusher
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-BETA14,
DRUPAL-6--1-0-BETA15
Changes since
1.59.2.7: +19 -2 lines
Diff to
previous 1.59.2.7
, to
branch point 1.59
New feature: Administrative option allows rel="nofollow"
attribute on external links, per issue #144620.
New feature: Administrative option allows direct links
(skipping redirect page, at the cost of no click
counting). Separately controllable for internal and
external links.
New feature: Optional logging of all external redirects,
primarily for diagnostic purposes but also useful if the
site owner wants really detailed click tracking.
Added #maxlength attribute for URL textfields to allow
longer values, per issue #232575.
Revision
1.59.2.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 15 15:32:48 2009 UTC
(10 months, 1 week ago)
by
syscrusher
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-BETA13
Changes since
1.59.2.6: +9 -1 lines
Diff to
previous 1.59.2.6
, to
branch point 1.59
Oops. Should NOT have used db_next_id() in Drupal 6.
Corrected this to use drupal_write_record(). I will
be looking at a more comprehensive update to the
links_put_links() function but for now just wanted
to get this critical bug fixed.
This fixes issue #359071.
Revision
1.42.2.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 13 03:31:57 2009 UTC
(10 months, 2 weeks ago)
by
syscrusher
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-11
Changes since
1.42.2.22: +8 -2 lines
Diff to
previous 1.42.2.22
, to
branch point 1.42
Removed call to db_last_insert_id() in links.inc. That call
should have been (and now is) db_next_id().
Applied patch from issue #357437 to fix failure of
outbound link.
Corrected filter tips bug reported in #357335. Similar
change to that patch, but adapted for Drupal 5.
Revision
1.59.2.6 -
(
view)
(
download)
(
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
Changes since
1.59.2.5: +14 -1 lines
Diff to
previous 1.59.2.5
, to
branch point 1.59
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.42.2.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 2 03:51:34 2009 UTC
(10 months, 3 weeks ago)
by
syscrusher
Branch:
DRUPAL-5
Changes since
1.42.2.20: +8 -1 lines
Diff to
previous 1.42.2.20
, to
branch point 1.42
Backported links_admin.module from the Drupal 6 version,
including today's bug fixes to the D6 version. This change
included new hook functions in links_weblink.module and
links_related.module.
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 30 03:46:09 2008 UTC
(10 months, 4 weeks ago)
by
syscrusher
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA5,
HEAD
Branch point for:
DRUPAL-6--1
Changes since
1.58: +18 -1 lines
Diff to
previous 1.58
links_admin.module is now fully functional and ready
for a beta release.
Added feature to allow deleting node references from
a given link on the sub-screen.
Added filter capabilities to the main links management
screen.
Added links_admin.css stylesheet to format the filter
criteria form.
General cleanup of code and moving functions into more
appropriate locations within the file.
Revision
1.58 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 28 00:56:51 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA3
Changes since
1.57: +9 -1 lines
Diff to
previous 1.57
Fully functional links_admin.module. Some new
APIs in links.inc. Removed an extraneous diagnostic
message from links_weblink.module.
This is the initial beta release of links_admin.
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 26 03:53:36 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.56: +8 -1 lines
Diff to
previous 1.56
Further work on links_admin.module, with some supporting changes to other
modules as needed.
Developers please note the change to one of the new hook functions in the
API, which has reversed the order of values in its return array. The
API.html file has details. Another change was made to the links API, but
the second change is backward-compatible.
Revision
1.56 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 23 03:07:29 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.55: +13 -1 lines
Diff to
previous 1.55
Another interim commit. Much of links_admin is
now functional. The sub-page to list referring
nodes is not done yet.
Added documentation for the new hooks in API.html.
Developers, pay heed!
Updated links_related and links_weblink to
implement the new hooks as appropriate.
Revision
1.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 22 04:05:12 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.54: +2 -2 lines
Diff to
previous 1.54
Further updates to links_admin, with some new APIs and a new hook in
links.inc. Still PRE-ALPHA version, but some of the form submit functions
now work as advertised.
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 21 22:13:13 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.53: +7 -1 lines
Diff to
previous 1.53
Early version of links_admin.module with some
functionality. Forms display but do NOT actually
update anything yet. PRE-ALPHA code!
Revision
1.42.2.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 12 04:25:38 2008 UTC
(11 months, 2 weeks ago)
by
syscrusher
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-9
Changes since
1.42.2.18: +8 -1 lines
Diff to
previous 1.42.2.18
, to
branch point 1.42
Added a new feature whereby the administrator can cause the related links fieldset to always be expanded, even if there are currently no links.
The default behavior remains unchanged; this is a new option.
Revision
1.53 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 12 04:10:54 2008 UTC
(11 months, 2 weeks ago)
by
syscrusher
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA2
Changes since
1.52: +8 -1 lines
Diff to
previous 1.52
Added a new feature whereby the administrator can cause
the related links fieldset to always be expanded, even
if there are currently no links. The default behavior
remains unchanged; this is a new option.
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 1 00:46:30 2008 UTC
(12 months, 3 weeks ago)
by
syscrusher
Branch:
MAIN
Changes since
1.49: +9 -1 lines
Diff to
previous 1.49
links_weblink now functional, though not cosmetically correct yet. Creating
weblink content now works correctly, and the weblinks do display albeit
not with perfect cosmetics for the subcategories. Improved handling of
missing or empty weblinks vocabulary.
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 17 02:50:26 2008 UTC
(16 months, 1 week ago)
by
syscrusher
Branch:
MAIN
Changes since
1.48: +16 -1 lines
Diff to
previous 1.48
Updated database write operations in links.inc to be compatible with D6.
Initial ("alpha") commit of partially-ported links_weblink module.
Minor bug fix to links_related module.
Revision
1.47 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 7 02:28:55 2008 UTC
(16 months, 3 weeks ago)
by
syscrusher
Branch:
MAIN
Changes since
1.46: +9 -1 lines
Diff to
previous 1.46
Significant further progress toward Drupal 6.2 compatibility for Links.
links.module and links_related.module are almost done. Still not production
code due to a cosmetic issue with the related links editing form.
Revision
1.46 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 1 00:10:41 2008 UTC
(22 months, 3 weeks ago)
by
syscrusher
Branch:
MAIN
Changes since
1.45: +7 -1 lines
Diff to
previous 1.45
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.42.2.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 27 22:12:07 2007 UTC
(2 years, 7 months ago)
by
syscrusher
Branch:
DRUPAL-5
Changes since
1.42.2.12: +16 -1 lines
Diff to
previous 1.42.2.12
, to
branch point 1.42
API CHANGE: The function links_get_links() will now return NULL if no
links are found, rather than returning an array with two elements
that are themselves empty. This simplifies testing for values on
return, but may cause errors for code that relied upon the function
always returning an array before. This change is pursuant to #139067.
API CHANGE: The function links_get_list() now accepts an additional
parameter $statistics, which defaults to FALSE. This parameter
determines whether the click count is returned as part of the
link title, if other conditions (such as user permissions) would
permit it so. Existing code that wants the click count enabled
will need to add this parameter as TRUE.
Revision
1.42.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 28 17:04:51 2007 UTC
(2 years, 10 months ago)
by
syscrusher
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-4
Changes since
1.42.2.3: +5 -1 lines
Diff to
previous 1.42.2.3
, to
branch point 1.42
Fixed issue #76803, incorrect display of link in links_weblink.module.
The patch provided with the issue report was not the right place for
the corrected logic, so that patch is not committed. However, the error
report was valid, so fixed the code in the proper place.
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 28 04:40:59 2007 UTC
(2 years, 10 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.42: +17 -1 lines
Diff to
previous 1.42
Resolved issue #99156 and #109847 (duplicates), for call to
deprecated form_render() function in links_weblink.module.
Resolved issue #110317, faulty SQL query in update-weblinks.php.
Resolved issue #111251, with embedded link detection failing.
Rearranged menus to be more compliant with Drupal 5.0 menu
organization.
Put a stub message into the "links admin" page since that
module doesn't work yet. Developers will need to comment out
the stub return to see the under-development form.
Revision
1.42.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 28 03:39:24 2007 UTC
(2 years, 10 months ago)
by
syscrusher
Branch:
DRUPAL-5
Changes since
1.42: +12 -1 lines
Diff to
previous 1.42
Resolved issue #111251, with embedded link detection failing.
Rearranged menus to be more compliant with Drupal 5.0 menu
organization.
Put a stub message into the "links admin" page since that
module doesn't work yet. Developers will need to comment out
the stub return to see the under-development form.
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 11 02:46:07 2006 UTC
(3 years, 2 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.40: +8 -1 lines
Diff to
previous 1.40
Fix some of the problems with the admin menu entries. Still more work to
do, but a step forward. See CHANGELOG.txt.
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 11 01:46:21 2006 UTC
(3 years, 2 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.39: +9 -1 lines
Diff to
previous 1.39
Committing patch #82088 from Eaton, updating to Drupal 5.0 prerelease. This
is a significant fork from the 4.7 version. As Eaton points out, it is not
fully baked for 5.0 yet, but the basic core functions are working.
If testing 5.0 prerelease, you'll need to apply this update before trying
to run Drupal 5.0, because the 4.7 version of Links calls some deprecated
functions from Drupal core.
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 1 14:56:19 2006 UTC
(3 years, 3 months ago)
by
syscrusher
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.38: +12 -1 lines
Diff to
previous 1.38
Separated general link administration from link behavior control, and put
the former into links_admin.module while the latter remains in links.module.
Updated documentation in preparation for a branch to DRUPAL-4-7 for all
components except links_admin.module.
Revision
1.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 22 03:35:57 2006 UTC
(3 years, 5 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.36: +5 -2 lines
Diff to
previous 1.36
Fixed issue #67796 using patch provided by douggreen, with one additional
bug fix of my own.
Revision
1.36 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 22 03:01:14 2006 UTC
(3 years, 5 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.35: +10 -1 lines
Diff to
previous 1.35
Committing improvements to "views" support, contributed by Eaton pursuant
to #52639, and a bug fix for the weblinks menu item, contributed by
moggy pursuant to #53942.
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 3 22:48:01 2006 UTC
(3 years, 6 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.34: +10 -1 lines
Diff to
previous 1.34
New (experimental) support for the "views" module in links package. See
issue #52639 and the CHANGELOG.txt for more details.
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 18 03:20:05 2006 UTC
(3 years, 7 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.33: +5 -1 lines
Diff to
previous 1.33
Added some links statistics functions as suggested in issue #54503. This
functionality is experimental and will be added to over time. Test reports
welcome.
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 8 13:47:07 2006 UTC
(3 years, 7 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.31: +8 -1 lines
Diff to
previous 1.31
Fixed issue #54619, in which the weblink filter could only find links that
were attached to weblinks. Correct behavior, now implemented, is that it
can find any link that is properly identified in the filter syntax.
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 24 05:24:57 2006 UTC
(3 years, 8 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.28: +1 -5 lines
Diff to
previous 1.28
{sigh} One more time...the SQL change *was* documented after all. Should not
code so late at night.
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 24 05:23:36 2006 UTC
(3 years, 8 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.27: +5 -1 lines
Diff to
previous 1.27
Changed size of {links_node}.module to eliminate problem
with key being too long in MySQL. This had been fixed
before, but a contributed patch accidentally reverted it.
(This CVS commit just added to the CHANGELOG.txt file; the code change
was already in the last commit, but I forgot to document it.)
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 24 05:15:28 2006 UTC
(3 years, 8 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.26: +29 -1 lines
Diff to
previous 1.26
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.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 23 13:19:27 2006 UTC
(3 years, 8 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.25: +8 -1 lines
Diff to
previous 1.25
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.
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 17 16:17:09 2006 UTC
(3 years, 8 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.24: +14 -1 lines
Diff to
previous 1.24
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.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 17 05:16:05 2006 UTC
(3 years, 8 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.23: +12 -1 lines
Diff to
previous 1.23
API change: The function links_goto_bynode now allows a zero
node ID, as long as the link ID is nonzero. This will perform
a redirect as usual, though it will not be able to tally the
click from any specific node.
Significant improvements to the weblink filter, fixing the
bug reported by RayZ in issue #53572 and improving its
handling of links.
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 2 16:06:07 2006 UTC
(3 years, 9 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.20: +6 -1 lines
Diff to
previous 1.20
Moved node API calls into separate functions, fixing issue
#43177 reported by Steve Dondley.
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 2 04:50:59 2006 UTC
(3 years, 9 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.19: +16 -1 lines
Diff to
previous 1.19
Lots of improvements to the update scripts, including the addition of a
new script for recent weblinks versions. The latter is UNTESTED as of now
due to lack of a test site. Test reports welcome if someone else gets
time to test it before I do.
Also added first draft of upgrade instructions.
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Feb 1 23:03:39 2006 UTC
(3 years, 9 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.18: +23 -1 lines
Diff to
previous 1.18
links.module Minor bug fixes
links_weblink.module Added new feature to display cataloged directory
of weblinks. See CHANGELOG.txt for details.
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 23 04:52:23 2006 UTC
(3 years, 10 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.17: +28 -1 lines
Diff to
previous 1.17
Updated documentation, added display rendering of two of the link management
forms (they don't yet function on submit, but the data displays in the forms).
Eliminated some dead code from links.module.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 21 22:47:50 2006 UTC
(3 years, 10 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.16: +15 -2 lines
Diff to
previous 1.16
New links-hunting functionality, improved handling and tallying of outbound
link clicks, small bug fixes.
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 21 19:21:28 2006 UTC
(3 years, 10 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.15: +33 -4 lines
Diff to
previous 1.15
Multiple bug fixes, new link-hunting functionality for node body, rename
module collection from "links bundle" to "links package".
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 21 05:01:32 2006 UTC
(3 years, 10 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.14: +16 -2 lines
Diff to
previous 1.14
Multiple changes; see the CHANGELOG.txt file for details. There are
still some important bug fixes needed; this is an interim commit.
Of particular import is issue #44647, which is *not* fixed in this
commit but is next on my TODO list.
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 27 17:51:53 2005 UTC
(3 years, 11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.12: +7 -1 lines
Diff to
previous 1.12
Fixed SQL query for links_weblink block handler, per issue #42139.
Patch by naudefj was correct in spirit but made against earlier
version of module, so applied an equivalent change manually.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 12 17:34:25 2005 UTC
(3 years, 11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.11: +85 -1 lines
Diff to
previous 1.11
Numerous changes to multiple files. See CHANGELOG.txt for details.
INTERIM COMMIT -- Many more things are working, but it's not soup yet.
The node editing page for links_related still has some problems, and block
functions for links_weblink are not functional yet. Other than that,
links_weblink and links_related are "mostly functional" at this point.
I would call this a late-alpha, still not quite a beta.
On the positive side, I believe the API (links.inc) is at a "beta" level
and should remain fairly stable from now until release. It is not formally
frozen, however.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 10 22:24:27 2005 UTC
(3 years, 11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.10: +7 -1 lines
Diff to
previous 1.10
Minor bug fixes in links.inc, relating to the $module context limiter on
load and save operations. Additional developer docs in API.txt.
NOTE: The links bundle should be considered "frozen" for revisions at the
moment, because I am in the midst of a major code update to all of the
.module files in the package right now.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 8 04:19:28 2005 UTC
(3 years, 11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.8: +10 -1 lines
Diff to
previous 1.8
Committed links_weblink.module patch by drewish, per issue #40077.
Committed links_related.module patch by drewish (with help from
Eaton), per issue #39877.
Committed links.module patch by drewish, per issue #37385.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 5 20:34:14 2005 UTC
(3 years, 11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.7: +12 -2 lines
Diff to
previous 1.7
Committed changed by Eaton to improve form handling, per issue
#39877.
Committed a small patch by drewish to fix issue #40070.
There are still known bugs in the node editing form; I'm working
on those.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 20 03:00:52 2005 UTC
(4 years ago)
by
syscrusher
Branch:
MAIN
Changes since
1.6: +6 -1 lines
Diff to
previous 1.6
Added hook_node_info() to links_weblink.module, fixing issue #38176.
Patch provided by Eaton...thanks!
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 14 03:21:43 2005 UTC
(4 years ago)
by
syscrusher
Branch:
MAIN
Changes since
1.5: +17 -1 lines
Diff to
previous 1.5
Committed changes by Eaton, per issue #37385, to begin moving to
Drupal 4.7 forms API. A *big* thanks to Eaton for this patch set!
Corrected error in HTML pointed out by xqus in issue #36853.
Good catch, xqus.
Committed link editing code from xqus, per issue #35675, and then
converted this new code to Drupal 4.7 forms API.
WARNING: This version is NOT FULLY FUNCTIONAL. In particular, there
is a known infinite loop on adding content with related links. DO
NOT use for production, and the link admin page now does not show
any links in its list. This is an interim commit of work in progress.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 14 02:18:59 2005 UTC
(4 years, 4 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.3: +6 -1 lines
Diff to
previous 1.3
Fixed problem with key being too long in MySQL table creation script.
This should fix bug 26414.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 16 04:10:42 2005 UTC
(4 years, 5 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.2: +9 -2 lines
Diff to
previous 1.2
Major enhancements to links_related.module, including a feature to
locate embedded links and make them available for editing and
migration into the catalog. THIS IS NOT YET COMPLETE; the module
is currently EXPERIMENTAL status.
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 16 03:22:37 2005 UTC
(4 years, 5 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.1: +15 -1 lines
Diff to
previous 1.1
Numerous small changes and some new features. See CHANGELOG.txt for
details.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 10 04:29:09 2005 UTC
(4 years, 5 months ago)
by
syscrusher
Branch:
MAIN
This is the initial public (non-sandbox) commit of the code for the new
"links" bundle. It is a multi-module set that offers the following features:
1. An API for managing URLs in a generic way, and for associating these
links in a many-to-many relationship with nodes. Each link is
"normalized" internally, to try to merge references to the same URL
in the database. If the same URL is used multiple times, it appears
only once but with many node references in the {links_node} table.
This helps to make processes such as link monitoring and dead link
detection more efficient. The API also allows each link-node
association to (optionally) provide an unique node-local title that
overrides the global title for that particular URL, but only when
that node is being displayed. In other words, the same URL can appear
to have multiple different titles.
2. A main links.module that governs the behavior of the bundle's global
features, and which implements common functionality such as outlink
tabulation of clicks. Click tabulation is by node and link, so that it
is possible to find out not only how many times an outbound link has
been followed, but also how many times it has been followed from each
node that refers to it.
3. A links_related.module which allows the administrator to add a link
field to any desired node types in the system. Currently, the node type
setting is just a boolean flag, and if on, the node can have zero to
infinity links. In the next version, however, this will become an
integer where 0 means no links for the given node type, +N means "up to
N links" for each node of that type, and -N means "exactly N links
required (non-empty URL).
4. A links_weblink.module which defines a node type of 'weblink', which
behaves very much like the node type of the same name by Ber Kessels,
and which in fact is based on his module's code base but uses the
new links API.
The SQL schema for monitoring is in this release, but the monitoring
module itself is not yet finished.
This code is EXPERIMENTAL and is under extremely active development. A
project will be created for issue reporting along with this new CVS
release.
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.