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

Log of /contributions/modules/userprotect/userprotect.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.54 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 02:26:42 2009 UTC (3 weeks ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: HEAD
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
adding .pot file, fix bad t\(\) call.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 13:37:14 2009 UTC (3 weeks, 2 days ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-ALPHA1
Changes since 1.52: +40 -24 lines
Diff to previous 1.52
#623162 by hunmonk: SA-CONTRIB-2009-090 - User Protect - Cross Site Request Forgery.

Revision 1.39.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 13:36:54 2009 UTC (3 weeks, 2 days ago) by thehunmonkgroup
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3, DRUPAL-6--1-4
Changes since 1.39.2.2: +37 -21 lines
Diff to previous 1.39.2.2 , to branch point 1.39 , to next main 1.54
#623162 by hunmonk: SA-CONTRIB-2009-090 - User Protect - Cross Site Request Forgery.

Revision 1.20.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 13:36:31 2009 UTC (3 weeks, 2 days ago) by thehunmonkgroup
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-4-BETA1, DRUPAL-5--1-5
Changes since 1.20.2.11: +53 -12 lines
Diff to previous 1.20.2.11 , to branch point 1.20 , to next main 1.54
#623162 by hunmonk: SA-CONTRIB-2009-090 - User Protect - Cross Site Request Forgery.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 04:25:17 2009 UTC (3 weeks, 3 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.51: +5 -5 lines
Diff to previous 1.51
7.x upgrade -- documentation corrections.

Revision 1.39.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 04:23:10 2009 UTC (3 weeks, 3 days ago) by thehunmonkgroup
Branch: DRUPAL-6--1
Changes since 1.39.2.1: +9 -9 lines
Diff to previous 1.39.2.1 , to branch point 1.39
documentation corrections for OpenID protection.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 00:58:07 2009 UTC (3 weeks, 3 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50
7.x upgrade -- better default value for default protections static variables.

Revision 1.20.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 00:56:34 2009 UTC (3 weeks, 3 days ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.20.2.10: +9 -7 lines
Diff to previous 1.20.2.10 , to branch point 1.20
use DRUPAL_AUTHENTICATED_RID constant.  check for empty role protections before looking for any.

Revision 1.39.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 00:53:09 2009 UTC (3 weeks, 3 days ago) by thehunmonkgroup
Branch: DRUPAL-6--1
Changes since 1.39: +9 -7 lines
Diff to previous 1.39
use DRUPAL_AUTHENTICATED_RID constant.  check for empty role protections before looking for any.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 23:12:38 2009 UTC (3 weeks, 3 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.49: +47 -52 lines
Diff to previous 1.49
7.x upgrade -- use $_GLOBALS['user'] where appropriate. check for empty role protections. fix access check for user cancellation. use DRUPAL_AUTHENTICATED_RID constant. remove unnecessary userprotect_add_validation\(\) function.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 12:51:45 2009 UTC (3 weeks, 4 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.48: +2 -4 lines
Diff to previous 1.48
7.x upgrade -- fix hook_menu_alter\(\) implementation.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 12:33:49 2009 UTC (3 weeks, 4 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47
7.x upgrade -- fix broken query.  fix missing form parameter.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 22:02:21 2009 UTC (3 weeks, 4 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.46: +13 -15 lines
Diff to previous 1.46
7.x upgrade -- fix broken theming functions. fix syntax error in .install file. add missing field to dynamic select query.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 21:27:25 2009 UTC (3 weeks, 5 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.45: +17 -17 lines
Diff to previous 1.45
7.x upgrade -- change all references and database fields from delete -> cancel.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 20:59:30 2009 UTC (3 weeks, 5 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.44: +17 -11 lines
Diff to previous 1.44
7.x upgrade -- @file indicator and foreign key definition for .install file, hook_perm\(\) -> hook_permission\(\), convert to using #theme in form arrays, convert to drupal_render_children\(\), convert to static API.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 13:47:39 2009 UTC (3 weeks, 6 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.43: +22 -22 lines
Diff to previous 1.43
clean up some doxygen, start delete -> cancel transformation.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 21:23:48 2009 UTC (3 weeks, 6 days ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.42: +29 -13 lines
Diff to previous 1.42
7.x upgrade -- upgrade pager query. fix some other query fetching issues.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 14:12:55 2009 UTC (4 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.41: +80 -60 lines
Diff to previous 1.41
7.x upgrade -- #theme -> #markup and clean up form array formatting, convert to DBTNG.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 12:08:05 2009 UTC (4 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.40: +108 -84 lines
Diff to previous 1.40
7.x upgrade -- hook_form_alter\(\) and hook_user\(\) upgrades.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 23:23:22 2009 UTC (4 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.39: +54 -62 lines
Diff to previous 1.39
7.x upgrade -- revamp help section, update all admin paths, fix some poor t\(\) implementations.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 03:30:31 2009 UTC (4 weeks, 6 days ago) by thehunmonkgroup
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.38: +53 -10 lines
Diff to previous 1.38
#421524 by hunmonk: protection for openid identities.

Revision 1.20.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 15:31:49 2009 UTC (4 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.20.2.9: +2 -2 lines
Diff to previous 1.20.2.9 , to branch point 1.20
#516206 by cedarm: userprotect_administrator_bypass_defaults() should return keyed array.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 15:31:34 2009 UTC (4 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
#516206 by cedarm: userprotect_administrator_bypass_defaults() should return keyed array.

Revision 1.20.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 15:17:26 2009 UTC (4 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.20.2.8: +3 -6 lines
Diff to previous 1.20.2.8 , to branch point 1.20
#368722 by dboulet, cedarm: Fix warning when no User protection defaults are enabled.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 15:17:12 2009 UTC (4 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.36: +3 -6 lines
Diff to previous 1.36
#368722 by dboulet, cedarm: Fix warning when no User protection defaults are enabled.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 7 00:49:29 2008 UTC (19 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-2
Changes since 1.35: +12 -3 lines
Diff to previous 1.35
Per-recent 6.x API change, make sure all child menu items have explicitly declared access definitions.

Revision 1.20.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 18:57:48 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.20.2.7: +5 -1 lines
Diff to previous 1.20.2.7 , to branch point 1.20
#223428 by hunmonk: add pager to protected user/admin bypass tables.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 18:54:46 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.34: +5 -1 lines
Diff to previous 1.34
#223428 by hunmonk: add pager to protected user/admin bypass tables.

Revision 1.20.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 17:32:40 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.20.2.6: +5 -2 lines
Diff to previous 1.20.2.6 , to branch point 1.20
#221434 by hunmonk: Users should always be able to access their own edit page.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 17:32:24 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.33: +5 -2 lines
Diff to previous 1.33
#221434 by hunmonk: Users should always be able to access their own edit page.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 17:19:54 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.32: +9 -5 lines
Diff to previous 1.32
only set message if we're at the page we're testing.

Revision 1.20.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 03:01:54 2007 UTC (23 months ago) by thehunmonkgroup
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.20.2.5: +17 -11 lines
Diff to previous 1.20.2.5 , to branch point 1.20
prevent anon user from being deleted from list of protected users.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 03:00:51 2007 UTC (23 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.31: +17 -11 lines
Diff to previous 1.31
prevent anon user from being deleted from list of protected users.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 02:50:48 2007 UTC (23 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.30: +3 -5 lines
Diff to previous 1.30
update multiple deletion protections to use . get rid of dead variable.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 02:35:11 2007 UTC (23 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.29: +5 -3 lines
Diff to previous 1.29
fix more notices.

Revision 1.20.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 02:25:32 2007 UTC (23 months ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.20.2.4: +2 -2 lines
Diff to previous 1.20.2.4 , to branch point 1.20
fix notice.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 02:23:40 2007 UTC (23 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.28: +5 -5 lines
Diff to previous 1.28
user_edit form renamed to user_profile_form. %user -> %user_category for menu item altering. fix notice.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 17:18:44 2007 UTC (23 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
use empty(), fix comment typo.

Revision 1.20.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 04:17:15 2007 UTC (23 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.20.2.3: +3 -3 lines
Diff to previous 1.20.2.3 , to branch point 1.20
use empty(), fix comment typo.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 04:09:11 2007 UTC (23 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26
only load account when an account edit page is displayed.

Revision 1.20.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 04:08:54 2007 UTC (23 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.20.2.2: +2 -3 lines
Diff to previous 1.20.2.2 , to branch point 1.20
only load account when an account edit page is displayed.

Revision 1.20.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 04:02:40 2007 UTC (23 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.20.2.1: +15 -13 lines
Diff to previous 1.20.2.1 , to branch point 1.20
capitalization fixes in help text. fix undefined var. use constant for anon user rid.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 03:59:10 2007 UTC (23 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.25: +16 -14 lines
Diff to previous 1.25
capitalization fixes in help text. fix undefined var. use constant for anon user rid. fix submit handler in settings forms.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 22:31:40 2007 UTC (23 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.24: +25 -48 lines
Diff to previous 1.24
initial FAPI upgrade to 6.x -- untested.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 08:31:17 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.23: +10 -4 lines
Diff to previous 1.23
use db_placeholders() where appropriate. while the old code was not insecure, this approach is cleaner and safer in the long run.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 08:13:31 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.22: +136 -93 lines
Diff to previous 1.22
6.x upgrades: menu system, db layer, hook_theme(), hook_help(), Submit -> Save.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 23:54:15 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
l/url conversion for 6.x

Revision 1.6.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 17 20:23:48 2006 UTC (2 years, 11 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.6.2.10: +5 -5 lines
Diff to previous 1.6.2.10 , to branch point 1.6 , to next main 1.54
only display protections message if active user is a user admin.

Revision 1.20.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 17 20:22:58 2006 UTC (2 years, 11 months ago) by thehunmonkgroup
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.20: +5 -5 lines
Diff to previous 1.20
only display protections message if active user is a user admin.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 17 20:22:00 2006 UTC (2 years, 11 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.20: +5 -5 lines
Diff to previous 1.20
only display protections message if active user is a user admin.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 00:25:24 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.19: +4 -1 lines
Diff to previous 1.19
RoleAssign module integration for mass user editing.

Revision 1.6.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 23:46:04 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.6.2.9: +3 -3 lines
Diff to previous 1.6.2.9 , to branch point 1.6
fixed bad user_access calls.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 23:45:44 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
fixed bad user_access calls.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 23:04:12 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.17: +7 -7 lines
Diff to previous 1.17
Capitalization change per core.

Revision 1.6.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 22:59:16 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6.2.8: +3 -3 lines
Diff to previous 1.6.2.8 , to branch point 1.6
change protection messages to status messages instead of error messages for account edit page and new account creation.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 22:55:05 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
change protection messages to status messages instead of error messages for account edit page and new account creation.

Revision 1.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 20:42:40 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6.2.7: +37 -34 lines
Diff to previous 1.6.2.7 , to branch point 1.6
only check  user/X/edit fields for protections if they exist.  clean up the display of current protections so that only the fields being actively protected are displayed. Eliminate password fields if protected, rather than displaying disabled fields.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 20:39:53 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.15: +37 -34 lines
Diff to previous 1.15
only check  user/X/edit fields for protections if they exist.  clean up the display of current protections so that only the fields being actively protected are displayed. Eliminate password fields if protected, rather than displaying disabled fields.

Revision 1.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 17:08:05 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6.2.6: +22 -12 lines
Diff to previous 1.6.2.6 , to branch point 1.6
added 'change own e-mail' and 'change own password' perms for the module.  these mirror the 'change own username' perm in core and allow admins role-based control over these fields as well.  when a user is editing their own account, only these perms are checked for the email and password protection settings.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 17:04:27 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.14: +22 -12 lines
Diff to previous 1.14
added 'change own e-mail' and 'change own password' perms for the module.  these mirror the 'change own username' perm in core and allow admins role-based control over these fields as well.  when a user is editing their own account, only these perms are checked for the email and password protection settings.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 06:28:55 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.13: +9 -2 lines
Diff to previous 1.13
added doc for self-edit override.

Revision 1.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 06:27:51 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6.2.5: +9 -2 lines
Diff to previous 1.6.2.5 , to branch point 1.6
added doc for self-edit override.

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 06:12:41 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6.2.4: +369 -197 lines
Diff to previous 1.6.2.4 , to branch point 1.6
major rewrite.  per user settings now override role settings for the user in question. added per admin bypass settings -- these override the default administrator bypass settings for the user admin in question and both the default and per admin bypass settings are configurable by protection. rewrote all doc to reflect the new changes. fixed bug--root user could not be deleted then added to administrator bypass settings. Users should be able to edit their own username, email, and password--too restrictive otherwise. Admins can still limit users changing their username via the role-based permissions at admin access control.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 06:09:53 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
shorten variable name.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 06:03:06 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.11: +9 -1 lines
Diff to previous 1.11
Users should be able to edit their own username, email, and password--too restrictive otherwise. Admins can still limit users changing their username via the role-based permissions at admin access control.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 05:52:58 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
missing menu type on a callback.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 05:23:28 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
fixing bug.  root user could not be deleted then added to administrator bypass settings.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 23:38:45 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.8: +6 -7 lines
Diff to previous 1.8
fixed bad variable name in install function. grammer cleanup. fixed query for grabbing user protections -- must be of up_type 'user'

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 22:07:52 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.7: +367 -200 lines
Diff to previous 1.7
major rewrite.  per user settings now override role settings for the user in question. added per admin bypass settings -- these override the default administrator bypass settings for the user admin in question and both the default and per admin bypass settings are configurable by protection. rewrote all doc to reflect the new changes.

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 07:11:02 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6.2.3: +40 -40 lines
Diff to previous 1.6.2.3 , to branch point 1.6
root user and admin users bypass options are now per protection. fixed protection display message so that it doesn't show bypassed protections on the user edit page.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 07:09:29 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.6: +43 -43 lines
Diff to previous 1.6
root user and admin users bypass options are now per protection. fixed protection display message so that it doesn't show bypassed protections on the user edit page.

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 19 17:24:49 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6.2.2: +1 -4 lines
Diff to previous 1.6.2.2 , to branch point 1.6
remove incorrect doc.

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 19 06:16:47 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6.2.1: +811 -0 lines
Diff to previous 1.6.2.1 , to branch point 1.6
adding the module to the 4.7 branch.

Revision 1.6.2.1
Thu Oct 19 05:33:55 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.6: +0 -880 lines
FILE REMOVED
file userprotect.module was added on branch DRUPAL-4-7 on 2006-10-19 06:16:47 +0000

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 19 05:33:55 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
fixed bad concat spacing. fixed bad array name in validation function. fixed poor t() string substitution.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 19:26:28 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.4: +91 -3 lines
Diff to previous 1.4
added section title and description to the by roles table. fixed punctuation error. added module help.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 18:41:39 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.3: +8 -1 lines
Diff to previous 1.3
added hook_perm().

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 18:37:30 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.2: +19 -3 lines
Diff to previous 1.2
added bypass for users with admin users perm.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 17:25:58 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.1: +14 -5 lines
Diff to previous 1.1
added protection integration for the roleassign module. don't set form values on roles if they don't exist.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 07:03:13 2006 UTC (3 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
initial commit of userprotect module--allows an admin to protect certain user fields from editing, or user deletion, even from other user admins.

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