Log of /contributions/modules/links/links_admin.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.11 -
(
view)
(
download)
(
as text)
(
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.10: +181 -65 lines
Diff to
previous 1.10
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.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 29 23:09:33 2008 UTC
(10 months, 4 weeks ago)
by
syscrusher
Branch:
MAIN
Changes since
1.9: +256 -9 lines
Diff to
previous 1.9
Interim commit of filter functionality for links_admin. This version has
a known bug in the SQL rewrite phase, so DO NOT USE. I just wanted to have
a commit in case something happens to my local file.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
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.8: +39 -23 lines
Diff to
previous 1.8
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.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 26 03:53:36 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.7: +249 -234 lines
Diff to
previous 1.7
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.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 23 03:07:29 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.6: +10 -5 lines
Diff to
previous 1.6
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.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 22 04:05:12 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.5: +71 -101 lines
Diff to
previous 1.5
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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 21 22:13:13 2008 UTC
(11 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.4: +355 -37 lines
Diff to
previous 1.4
Early version of links_admin.module with some
functionality. Forms display but do NOT actually
update anything yet. PRE-ALPHA code!
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 28 04:40:59 2007 UTC
(2 years, 10 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.2: +18 -8 lines
Diff to
previous 1.2
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.2.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 28 03:39:24 2007 UTC
(2 years, 10 months ago)
by
syscrusher
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-3,
DRUPAL-5--1-4
Changes since
1.2: +18 -8 lines
Diff to
previous 1.2
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.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 11 01:46:21 2006 UTC
(3 years, 2 months ago)
by
syscrusher
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-2
Branch point for:
DRUPAL-5
Changes since
1.1: +36 -59 lines
Diff to
previous 1.1
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.1.2.1
Tue Aug 1 15:02:12 2006 UTC
(3 years, 3 months ago)
by
syscrusher
Branch:
DRUPAL-4-7
Changes since
1.1: +1 -1 lines
FILE REMOVED
links_admin wasn't supposed to have been tagged for 4.7. Oops.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
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
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.
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.