Log of /contributions/modules/relatedlinks/relatedlinks.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 10 20:17:15 2007 UTC
(2 years, 3 months ago)
by
karthik
Branch:
MAIN
Changes since
1.56: +4 -0 lines
Diff to
previous 1.56
Add JS UI for manual links.
The icons used are the GPL-ed Iconify icons from http://morten.dk - thanks!
The jQuery is very dodgy atm and there are bits of CSS and other flotsam floating about. I doubt if the CSS is issue-free in any browser besides FF.
The UI could probably use some work as well, perhaps by using a table instead of an inline list for the link actions.
Revision
1.55 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 4 14:41:34 2007 UTC
(2 years, 6 months ago)
by
karthik
Branch:
MAIN
Changes since
1.54: +6 -3 lines
Diff to
previous 1.54
#113684: Avoid warning triggered by search module when no keywords are specified. [Port from D5; untested]
Revision
1.54 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 4 14:06:20 2007 UTC
(2 years, 6 months ago)
by
karthik
Branch:
MAIN
Changes since
1.53: +4 -2 lines
Diff to
previous 1.53
#136781 : Not catching node delete op if user does not have the add related links permission. [Port from D5; untested]
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 8 17:24:43 2006 UTC
(3 years ago)
by
karthik
Branch:
MAIN
Changes since
1.38: +20 -9 lines
Diff to
previous 1.38
#91543 : Progressive save: Add user prioritisation. Fix array_intersect_assoc and array_diff_assoc issues with empty arrays.
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 2 08:40:16 2006 UTC
(3 years ago)
by
karthik
Branch:
MAIN
Changes since
1.31: +216 -161 lines
Diff to
previous 1.31
#91543 : Progressive save - ditch weighted ranking and stick to basic checkboxes.
Add taxonomy_select_nodes function.
#87703 : Fix help text for manual links. Fix manual links order.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 26 22:05:02 2006 UTC
(3 years, 1 month ago)
by
karthik
Branch:
MAIN
Changes since
1.26: +178 -10 lines
Diff to
previous 1.26
#74489 : Progressive save - Discovered links configuration form - basic UI.
#91293 : Handle links relative to / correctly.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 24 18:34:18 2006 UTC
(3 years, 1 month ago)
by
karthik
Branch:
MAIN
Changes since
1.25: +142 -114 lines
Diff to
previous 1.25
#74489 : Progressive save - Simplify config form; Fix ordering issues; Add relatedlinks_track sql calls; Formatting fixes;
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 23 23:04:25 2006 UTC
(3 years, 1 month ago)
by
karthik
Branch:
MAIN
Changes since
1.24: +43 -40 lines
Diff to
previous 1.24
#74489 : Progressive save - Block configuration done; max links enforcement pending; discovery feature pending; untested .install and .??sql functions added.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 14 16:42:21 2006 UTC
(3 years, 1 month ago)
by
karthik
Branch:
MAIN
Changes since
1.16: +15 -12 lines
Diff to
previous 1.16
#88988 : Colan - Don't show links for disabled link types;
Use internal constants in variables;
.install update to convert existing variables accordingly.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 27 16:36:58 2006 UTC
(3 years, 2 months ago)
by
karthik
Branch:
MAIN
Changes since
1.13: +16 -7 lines
Diff to
previous 1.13
relatedlinks_get_links was needlessly being called twice;
filter_xss was being applied during the load nodeapi hook - it should only be applied before display (in hook_block) to ensure that user data is always preserved. To this end, a helper function _relatedlinks_filter() has been added.
dos2unix-ed file :|
Revision
1.1.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 15 04:21:29 2004 UTC
(4 years, 11 months ago)
by
njivy
Branch:
DRUPAL-4-5
Changes since
1.1.2.2: +48 -72 lines
Diff to
previous 1.1.2.2
, to
branch point 1.1
Bugs #14317 and #14360
Redesigned the architecture to use nodeapi instead of filter hooks. Embedded link results are cached, as are manually-defined links. The block may not update until the node is viewed a second time if the theme calls the block before it calls the node.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 13 01:36:54 2004 UTC
(4 years, 11 months ago)
by
njivy
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Initial commit.
Related links are defined in 2 ways: in certain input formats, HTML links are
automatically discovered and included; when publishing certain content types,
the author may manually add HTML links that will appear at the top of the
<em>Related links</em> block. When a node is viewed alone, a block is provided
to authorized users that displays a complete list of links. If no links are
defined, the block will disappear.
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.