/[drupal]/contributions/modules/links/links_admin.module
ViewVC logotype

Log of /contributions/modules/links/links_admin.module

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.11.2.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 16 19:17:29 2009 UTC (9 months, 1 week ago) by syscrusher
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--1-2
Changes since 1.11.2.4: +4 -2 lines
Diff to previous 1.11.2.4
Patch for issue #156592 and to set longer field lengths for link URL and title.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 14 17:21:35 2009 UTC (9 months, 1 week ago) by syscrusher
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-13
Changes since 1.2.2.4: +4 -2 lines
Diff to previous 1.2.2.4 , to branch point 1.2 , to next main 1.11
Added/adjusted #maxlength parameter for URL and title fields in several places to handle longer values.

Revision 1.2.2.4 - (view) (download) (as text) (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, DRUPAL-5--1-12, DRUPAL-5--1-12-BETA1
Changes since 1.2.2.3: +3 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
	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.11.2.4 - (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, DRUPAL-6--1-0-BETA12, DRUPAL-6--1-0-BETA13, DRUPAL-6--1-0-BETA14, DRUPAL-6--1-0-BETA15, DRUPAL-6--1-1
Branch point for: DRUPAL-6--2
Changes since 1.11.2.3: +3 -3 lines
Diff to previous 1.11.2.3 , to branch point 1.11
	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.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 03:57:17 2009 UTC (10 months, 3 weeks ago) by syscrusher
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA11
Changes since 1.11.2.2: +7 -3 lines
Diff to previous 1.11.2.2 , to branch point 1.11
	Omit links to edit node references in cases where there
	are no such references for a particular node.

	Delete operation for an individual link-node reference
	was too broad; narrowed scope.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 03:51:34 2009 UTC (10 months, 3 weeks ago) by syscrusher
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10
Changes since 1.2.2.2: +986 -272 lines
Diff to previous 1.2.2.2 , to branch point 1.2
	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.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 02:43:41 2009 UTC (10 months, 3 weeks ago) by syscrusher
Branch: DRUPAL-6--1
Changes since 1.11.2.1: +7 -2 lines
Diff to previous 1.11.2.1 , to branch point 1.11
Omit links to edit node references in cases where there
are no such references for a particular node.

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 11:57:06 2008 UTC (10 months, 4 weeks ago) by syscrusher
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA10, DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-BETA7, DRUPAL-6--1-0-BETA8, DRUPAL-6--1-0-BETA9
Changes since 1.11: +1 -3 lines
Diff to previous 1.11
Removed an extraneous diagnostic stub from links_admin.

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.4 - (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
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Bringing trunk (HEAD) up to latest code level.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 26 03:16:54 2007 UTC (2 years, 7 months ago) by syscrusher
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.2.2.1: +3 -3 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Committed a major feature enhancement and multiple bug fix patch from dman,
per issue #139130. See CHANGELOG.txt for details.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2