Log of /contributions/modules/userprotect/userprotect.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.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.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.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.