Closed (fixed)
Project:
Protected Node
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2015 at 07:21 UTC
Updated:
11 Oct 2015 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drupalove commentedI've attached a small patch with improved help text.
Comment #3
drupalove commentedIt seems other parts of the help text need improvement. Will submit another patch soon.
Comment #4
drupalove commentedMore changes in the attached patch.
Comment #5
drupalove commentedFurther text improvement, hopefully the last one :) Thanks for this module.
Comment #6
john_b commentedThanks for the patch!
Comment #7
john_b commentedI read the code, applied with git and checked on a local environment (Acquia Dev Desktop on Windows). Looks good.
Comment #8
grimreaperHello,
Thanks for the patches. Here is my review.
Use doublequote in t function to avoid using backslash.
Do not keep commented line in the patch if it must be removed.
Instead I will use: WARNING: this function deletes all the individual passwords. Make sure to have authorized the use of global password.
As it is what really happen.
Also, These changes should be done in protected_node.variable.inc
Comment #9
drupalove commented@John_B, thanks for testing.
@Grimreaper, thanks for the review I agree with what you say.
I'll make the changes later today.
Comment #10
drupalove commentedHere's an updated patch which covers the protected_node.variable.inc and protected_node.info files.
Comment #12
grimreaperThanks,
This is now merged.