/[drupal]/contributions/modules/taxonomy_access/taxonomy_access.install
ViewVC logotype

Log of /contributions/modules/taxonomy_access/taxonomy_access.install

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.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 01:11:05 2009 UTC (6 months, 1 week ago) by cpugeniusmv
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.9: +5 -5 lines
Diff to previous 1.9
#358175

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 20:50:27 2008 UTC (21 months ago) by keve
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.8: +22 -2 lines
Diff to previous 1.8
copying files from branch DRUPAL-5--2

Revision 1.8.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 20:44:29 2008 UTC (21 months ago) by keve
Branch: DRUPAL-5--2
Changes since 1.8.4.4: +2 -2 lines
Diff to previous 1.8.4.4 , to branch point 1.8 , to next main 1.9
only formatting code

Revision 1.8.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 22:59:45 2007 UTC (2 years, 4 months ago) by edrex
Branch: DRUPAL-5--2
Changes since 1.8.4.3: +4 -4 lines
Diff to previous 1.8.4.3 , to branch point 1.8
fix SQL error in update functiontaxonomy_access.install

Revision 1.8.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 09:12:38 2007 UTC (2 years, 5 months ago) by edrex
Branch: DRUPAL-5--2
Changes since 1.8.4.2: +2 -2 lines
Diff to previous 1.8.4.2 , to branch point 1.8
UI rewrite, many small changes

Revision 1.8.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 23:53:12 2007 UTC (2 years, 5 months ago) by edrex
Branch: DRUPAL-5--2
Changes since 1.8.4.1: +4 -2 lines
Diff to previous 1.8.4.1 , to branch point 1.8
move rule interface functions to admin.inc
make update_5 destructive of old rows
don't allow role name passed to rule interface functions

Revision 1.8.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 03:45:15 2007 UTC (2 years, 5 months ago) by edrex
Branch: DRUPAL-5--2
Changes since 1.8: +19 -1 lines
Diff to previous 1.8
Rule-processing end of patch to allow "sparse" population of term_access and term_access defaults
which reduces code complexity and makes administration easier.
The admin interface for managing access rules has not been updated, so definitely don't try to run this branch yet.

Revision 1.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 03:39:02 2007 UTC (2 years, 5 months ago) by edrex
Branch: DRUPAL-5
Changes since 1.8.2.1: +0 -18 lines
Diff to previous 1.8.2.1 , to branch point 1.8 , to next main 1.9
oops, wrong branch :)

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 03:09:58 2007 UTC (2 years, 5 months ago) by edrex
Branch: DRUPAL-5
Changes since 1.8: +19 -1 lines
Diff to previous 1.8
Initially patch to move to "sparse" population of term_access and term_access defaults
This reduces code complexity and makes administration easier.
The admin interface for managing access rules has not been updated, so definitely don't try to run this branch yet.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 13:31:57 2006 UTC (3 years ago) by keve
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Branch point for: DRUPAL-5, DRUPAL-5--2
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
typo

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 13:28:52 2006 UTC (3 years ago) by keve
Branch: MAIN
Changes since 1.6: +15 -3 lines
Diff to previous 1.6
Adding: hook_uninstall and update_4 (Removing old variable)

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 17 13:04:15 2006 UTC (3 years, 2 months ago) by keve
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.5: +11 -2 lines
Diff to previous 1.5
At installation, adding 'success' notice.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 25 09:34:10 2006 UTC (3 years, 4 months ago) by keve
Branch: MAIN
Changes since 1.4: +14 -1 lines
Diff to previous 1.4
#72663: Changing weight of the module in 'system' table

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 16 15:19:50 2006 UTC (3 years, 4 months ago) by keve
Branch: MAIN
Changes since 1.3: +35 -10 lines
Diff to previous 1.3
#59286: Fixing pgsql compatibility of Update#2

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 30 09:32:04 2006 UTC (3 years, 4 months ago) by keve
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Fixing update#2

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 7 11:25:30 2006 UTC (3 years, 8 months ago) by keve
Branch: MAIN
Changes since 1.1: +17 -2 lines
Diff to previous 1.1
Adding update scripts to hook_update

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 7 09:21:10 2006 UTC (3 years, 8 months ago) by keve
Branch: MAIN
Adding taxonomy_access.install

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