/[drupal]/contributions/modules/roleassign/roleassign.module
ViewVC logotype

Log of /contributions/modules/roleassign/roleassign.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.19.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 05:27:54 2009 UTC (7 months ago) by tbarregren
Branch: DRUPAL-6--1
Changes since 1.19.2.3: +22 -21 lines
Diff to previous 1.19.2.3 , to branch point 1.19
Minor code cleanup.

Revision 1.19.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 19:22:43 2009 UTC (7 months, 1 week ago) by tobiassjosten
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3
Changes since 1.19.2.2: +4 -4 lines
Diff to previous 1.19.2.2 , to branch point 1.19
Fixed erroneous assumption that sticky roles is set before being called.

Revision 1.19.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 16:13:33 2008 UTC (11 months, 3 weeks ago) by tobiassjosten
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.19.2.1: +0 -0 lines
Diff to previous 1.19.2.1 , to branch point 1.19
Hopefully fixing mistake from previous commit

Revision 1.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 15:15:35 2008 UTC (11 months, 3 weeks ago) by tobiassjosten
Branch: DRUPAL-6--1
Changes since 1.19: +244 -268 lines
Diff to previous 1.19
Ported RoleAssign to Drupal 6 using patch by plach (http://drupal.org/node/233463#comment-1084831)

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 18:01:58 2008 UTC (13 months, 3 weeks ago) by tbarregren
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.18: +3 -9 lines
Diff to previous 1.18
#233463: Removed copyright and GPL notices in help text.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 17:59:06 2008 UTC (13 months, 3 weeks ago) by tbarregren
Branch: MAIN
Changes since 1.17: +8 -21 lines
Diff to previous 1.17
#233463: Removed copyright and GPL notices.

Revision 1.1.1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Wed Feb 28 17:03:51 2007 UTC (2 years, 8 months ago) by tbarregren
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.1.1.1.2.13: +237 -204 lines
Diff to previous 1.1.1.1.2.13
Fixed bug #123317. Adopted the code to Drupal's coding standard. Made som source code improvements to the help code. Replaced the text README file with a HTML dito.

Revision 1.17.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 28 16:35:55 2007 UTC (2 years, 8 months ago) by tbarregren
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.17: +316 -287 lines
Diff to previous 1.17 , to next main 1.19
Fixed bug #123317. Adopted the code to Drupal's coding standard. Made som source code improvements to the install and help code. Replaced the text README file with a HTML dito.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 13:01:45 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.16: +7 -7 lines
Diff to previous 1.16
Argh! Restored a line which was overwritten by the corresponding line from DRUPAL-4-7. See patch #90669. Thanks again hunmonk for keeping an eye on me. :-)

Revision 1.1.1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Tue Oct 24 23:17:45 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.1.1.1.2.12: +59 -54 lines
Diff to previous 1.1.1.1.2.12
Added Swedish translation.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 24 22:47:43 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.15: +59 -54 lines
Diff to previous 1.15
Added swedish translation.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 24 17:59:48 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.14: +14 -9 lines
Diff to previous 1.14
Cosmetic changes.

Revision 1.1.1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Tue Oct 24 17:52:18 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.11: +67 -57 lines
Diff to previous 1.1.1.1.2.11
* Replaced a forgotten <a>...</a> with l().
* Improvements of source code comments.
* Improvements of documentation.
* Miscellaneous minor improvements.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 24 13:03:12 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.13: +162 -176 lines
Diff to previous 1.13
* Major refactoring of roleassign_form_alter() and roleassign_user_operations().
* Replaced a forgotten <a>...</a> with l().
* Improvements of source code comments.
* Improvements of documentation.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 15:22:54 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.12: +155 -40 lines
Diff to previous 1.12
Patch #90669 by hunmonk: Adding mass editing feature. Thanks hunmonk for great work.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 10:11:53 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
Fixed bug #89829.

Revision 1.1.1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Wed Oct 18 09:58:48 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.10: +5 -5 lines
Diff to previous 1.1.1.1.2.10
Fixed bug #89829.

Revision 1.1.1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Mon Oct 16 16:21:40 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.9: +55 -42 lines
Diff to previous 1.1.1.1.2.9
Backported changes to HEAD into 4.7.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 16 15:21:20 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.10: +58 -46 lines
Diff to previous 1.10
Patch by hunmonk that fixes #89333 and #89452.
Works now with HEAD/5.0. I have also improved
the documentation.

Revision 1.1.1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Sun Oct 15 11:33:44 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.8: +3 -3 lines
Diff to previous 1.1.1.1.2.8
Cosmetic changes.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 15 11:29:04 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Cosmetic changes.

Revision 1.1.1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Sun Oct 15 10:44:21 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.7: +4 -4 lines
Diff to previous 1.1.1.1.2.7
Corrected a spelling error.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 15 10:42:18 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Corrected a spelling error.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 15 10:39:01 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
Changes since 1.7: +96 -40 lines
Diff to previous 1.7
Merged 4.7 with HEAD.

Revision 1.1.1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Sun Oct 15 10:28:42 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.6: +96 -40 lines
Diff to previous 1.1.1.1.2.6
Fixed bug #89029. Also made improvements to comments and documentation.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 26 22:26:22 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6
Added <?php which I lost in the previous commit :-(

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 26 22:18:45 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: MAIN
Changes since 1.5: +35 -33 lines
Diff to previous 1.5
Merged 4.7 with HEAD.

Revision 1.1.1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Tue Sep 26 22:01:27 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.5: +36 -32 lines
Diff to previous 1.1.1.1.2.5
Cosmetic changes in help text and README file.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 25 22:19:33 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: MAIN
Changes since 1.4: +215 -201 lines
Diff to previous 1.4
Merged 4.7 with HEAD.

Revision 1.1.1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Mon Sep 25 22:02:37 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.4: +215 -201 lines
Diff to previous 1.1.1.1.2.4
Improved help texts and other information to the user.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 25 13:00:53 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
Merged with DRUPAL-4-7.

Revision 1.1.1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Mon Sep 25 12:34:13 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.3: +4 -4 lines
Diff to previous 1.1.1.1.2.3
Renamed roleassign_admin_set[t]tings() to roleassign_admin() to really make it clear that roleassign_admin isn't supposed to implement hook_settings.

Revision 1.1.1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Mon Sep 25 11:57:15 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.2: +201 -185 lines
Diff to previous 1.1.1.1.2.2
Catch up with trunk.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 25 11:35:29 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Renamed roleassign_admin_setttings to roleassign_admin_settings.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 22 19:19:32 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: MAIN
Changes since 1.1: +27 -12 lines
Diff to previous 1.1
Patch that fixes #85547 and #85546 by pjb: Works now with PHP4.
I developed the module for PHP5 and missed to test on PHP4.
Thanks to budda who pointed it out, and pjb who provided a solution.

Revision 1.1.1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Fri Sep 22 07:29:55 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1.2.1: +185 -186 lines
Diff to previous 1.1.1.1.2.1
Now compatible with PHP4. PHP4 can't handle a member select operator (->) following a function returnig an object. The solution is to split the construction into two statements. Thus, for following statement to work in PHP4:

   $member_value = function_returning_object()->member;

it must be written as:

   $object = function_returning_object();
   $member_value = $object->member;

Revision 1.1.1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Wed Sep 20 22:07:12 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: DRUPAL-4-7
Changes since 1.1.1.1: +1 -1 lines
Diff to previous 1.1.1.1
Fixed the ID string

Revision 1.1.1.1 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Wed Sep 20 21:11:13 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: tbarregren
CVS Tags: start
Branch point for: DRUPAL-4-7
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.19
Initial commit of the Role Assign module. This module allows site administrators to delegate assignment of selected roles.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 20 21:11:13 2006 UTC (3 years, 2 months ago) by tbarregren
Branch: MAIN
Branch point for: tbarregren
Initial revision

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