/[drupal]/contributions/modules/relations/relations.pages.inc
ViewVC logotype

Log of /contributions/modules/relations/relations.pages.inc

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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 2 18:46:06 2009 UTC (2 months, 3 weeks ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Ensured that content type names in relations tables are passed through t().

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 17:35:06 2009 UTC (3 months ago) by arto
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Pass the 'delete relationship' link through t().

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 14 13:25:03 2009 UTC (3 months, 2 weeks ago) by arto
Branch: MAIN
Changes since 1.18: +7 -7 lines
Diff to previous 1.18
Fixed a bug in URL validation when adding relations on an HTTPS site.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 7 18:01:44 2009 UTC (3 months, 2 weeks ago) by arto
Branch: MAIN
Changes since 1.17: +17 -24 lines
Diff to previous 1.17
Implemented Picker's node access callback function.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 7 15:28:48 2009 UTC (3 months, 3 weeks ago) by arto
Branch: MAIN
Changes since 1.16: +33 -14 lines
Diff to previous 1.16
Improved Picker integration to return full node URLs instead of node IDs.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 31 22:51:07 2009 UTC (3 months, 3 weeks ago) by arto
Branch: MAIN
Changes since 1.15: +11 -3 lines
Diff to previous 1.15
Changelog:
- Added a content type column to the Picker module search results.
- Added a content type column to the node relationships table.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 6 15:03:20 2009 UTC (4 months, 3 weeks ago) by arto
Branch: MAIN
Changes since 1.14: +5 -1 lines
Diff to previous 1.14
Prevent ambiguous autocomplete behavior when multiple nodes have identical titles.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 01:23:04 2009 UTC (6 months, 4 weeks ago) by arto
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13
Removed the explicit dependency on the Node Picker in favor the Generic Picker module.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 21:52:20 2009 UTC (6 months, 4 weeks ago) by arto
Branch: MAIN
Changes since 1.12: +46 -45 lines
Diff to previous 1.12
Implemented content type filtering for the Node Picker module.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 03:41:38 2009 UTC (7 months, 2 weeks ago) by arto
Branch: MAIN
Changes since 1.11: +46 -10 lines
Diff to previous 1.11
Implemented support for related node selection using the Picker module, when available.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 10:30:53 2009 UTC (10 months, 1 week ago) by arto
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
Hide the 'Add relationship' textbox and button from users who lack the correct privileges.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 08:53:26 2009 UTC (10 months, 1 week ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA5
Changes since 1.9: +6 -3 lines
Diff to previous 1.9
Fixed a permission logic bug in the autocomplete lookup.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 08:38:42 2009 UTC (10 months, 1 week ago) by arto
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Fixed a permission logic bug in the autocomplete lookup.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 21:06:28 2009 UTC (10 months, 1 week ago) by arto
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Fixed table-alignment layout issue.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:17:16 2009 UTC (10 months, 1 week ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA4
Changes since 1.6: +27 -11 lines
Diff to previous 1.6
Merged latest changes from http://github.com/bendiken/drupal-relations (dd550a8).

Changelog:
- Implemented a query argument for filtering the relations tab by content type.
- Added an Author column to the node relationships table.
- Added some help text for relationship creation.
- Fixed the autocomplete lookup's privilege model for relationship creation.
- Refactored the permissions system, introducing more fine-grained and context-sensitive privileges for relationship creation and deletion.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 09:37:18 2008 UTC (12 months ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA3
Changes since 1.5: +127 -29 lines
Diff to previous 1.5
Implemented embedded session-based relationship editing for unsaved nodes.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 08:53:39 2008 UTC (13 months, 3 weeks ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Implemented content-type-specific 'Related content' blocks.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 14:41:48 2008 UTC (14 months ago) by arto
Branch: MAIN
Changes since 1.3: +17 -4 lines
Diff to previous 1.3
Require edit privileges to either the source or destination node in order to create new node relationships.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 14:30:36 2008 UTC (14 months ago) by arto
Branch: MAIN
Changes since 1.2: +23 -3 lines
Diff to previous 1.2
Allow node URLs (in addition to node titles) to be used when creating node relationships.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 29 15:25:00 2008 UTC (14 months, 4 weeks ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Fix invalid relations_api_lookup() calls that were causing a PHP error.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 16:31:25 2008 UTC (15 months ago) by arto
Branch: MAIN
Initial import of the Relations API, a module that provides an API for arbitrary node relationships based on RDF. Requires the RDF API as a dependency.

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