Log of /contributions/modules/node_privacy_byrole/node_privacy_byrole.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.27.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 5 19:37:53 2008 UTC
(21 months, 3 weeks ago)
by
deekayen
Branch:
DRUPAL-4-7
Changes since
1.27.2.4: +24 -13 lines
Diff to
previous 1.27.2.4
, to
branch point 1.27
doing node_load() from other modules (like usernode) wouldn't have the npbr permissions set when it modifies the $node object and node_save()s it back - it resulted in all the npbr permissions being unset for the node. In other words, if you used node api modules to modify a node instead of using the node editing form, permissions broke. This tries to set existing permissions in the node object when calling a node_load().
Revision
1.27.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 30 15:17:05 2008 UTC
(21 months, 4 weeks ago)
by
deekayen
Branch:
DRUPAL-4-7
Changes since
1.27.2.3: +91 -91 lines
Diff to
previous 1.27.2.3
, to
branch point 1.27
get rid of extra spaces on line endings; add quick grant module to fix permissions for specific node types when defaults were mistakenly changed for new node creation (as opposed to backporting the rebuild permissions button)
Revision
1.33
Mon Dec 17 14:46:53 2007 UTC
(23 months, 1 week ago)
by
deekayen
Branch:
MAIN
Changes since
1.32: +1 -1 lines
FILE REMOVED
deprecated in favor of content access and ACL modules; see DRUPAL-6--1 branch for final version of this module
Revision
1.28.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 28 17:42:42 2007 UTC
(2 years ago)
by
deekayen
Branch:
DRUPAL-5
Changes since
1.28.2.1: +11 -11 lines
Diff to
previous 1.28.2.1
, to
branch point 1.28
fix issue #164375 by mvc
fix issue #153588 reported by ensonik, patch by smitcher
doc issue #178903, tip about using Rebuild permissions when the site breaks on an uninstall, thanks to critchie and GripMediaDotNet
Revision
1.28.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 19:18:54 2007 UTC
(2 years, 5 months ago)
by
jondoesdrupal
Branch:
DRUPAL-5
Changes since
1.28: +37 -15 lines
Diff to
previous 1.28
#151658 - ktatruc - bugfix - new roles were not having their permissions saved
#151947 - ktatruc - added ability to define delete permissions.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 16 11:01:29 2007 UTC
(2 years, 5 months ago)
by
jondoesdrupal
Branch:
MAIN
Changes since
1.28: +37 -15 lines
Diff to
previous 1.28
#151658 - ktatruc - bugfix - new roles were not having their permissions saved
#151947 - ktatruc - added ability to define delete permissions.
Revision
1.27.2.1
Sat Dec 17 04:14:19 2005 UTC
(3 years, 11 months ago)
by
robertDouglass
Branch:
DRUPAL-4-7
Changes since
1.27: +0 -597 lines
FILE REMOVED
file node_privacy_byrole.module was added on branch DRUPAL-4-7 on 2006-08-11 09:33:12 +0000
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 10 20:19:51 2005 UTC
(4 years, 5 months ago)
by
ankur
Branch:
MAIN
Changes since
1.19: +21 -10 lines
Diff to
previous 1.19
This update modifies the NPBR options on the node add,edit pages by formatting
the checkboxes into an appropriate table. The patch was originally submitted
by Kenn Persinger and slightly modified from the original. To see the original
patch and issue, go to http://drupal.org/node/24706
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 28 23:59:09 2005 UTC
(4 years, 6 months ago)
by
ankur
Branch:
MAIN
Changes since
1.16: +12 -2 lines
Diff to
previous 1.16
Fixing inconsistencies between function calls and function signatures for
_node_privacy_byrole_update_permissions() and _node_privacy_byrole_save_permissions().
Also fixing so author of node does not change when edited by someone other than author.
This commit is in response to issues reported by user 'degerrit' in
http://drupal.org/node/23301
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 19 20:52:23 2005 UTC
(4 years, 7 months ago)
by
ankur
Branch:
MAIN
Changes since
1.8: +3 -2 lines
Diff to
previous 1.8
Taking care of a PostgreSQL compatibility issue and some text formatting
for queries to conform to coding conventions.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 7 02:39:26 2005 UTC
(4 years, 7 months ago)
by
ankur
Branch:
MAIN
Changes since
1.5: +83 -42 lines
Diff to
previous 1.5
Porting to 4.6... not done yet.
Site admins can now choose default role-wise permissions for each node type.
Site admins can also choose, for a node type, which roles of users can
modify away from these permissions on a node-by-node basis.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 9 03:35:52 2005 UTC
(4 years, 9 months ago)
by
ankur
Branch:
MAIN
Changes since
1.2: +25 -6 lines
Diff to
previous 1.2
For _nodeapi() hook for $op=='update' and 'insert, changed from using
$_POST['edit'] to using appropriate fields of $node parameter.
Also changed to forcing default values in _nodeapi() when $op='validate'.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 14 22:50:25 2004 UTC
(5 years, 1 month ago)
by
ankur
Branch:
MAIN
Branch point for:
DRUPAL-4-5
This module allows content creators/editors to decide which
users have view and edit permissions on a node-by-node basis.
It has been tested with Drupal 4.5 RC
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.