protected_node 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.8.tar.gz | 31.59 KB | aaad7abe719edfc5bad62b1ffa2f9100 |
| protected_node-6.x-1.8.zip | 37.51 KB | 828dd0fd406185a1ec677e855f882659 |
Release notes
A few bug fixes, you should upgrade to avoid potential problems with node titles.
Also fixed some coder mistakes.
See issue #1498952: Clean up code based on Coder module output by Barrett for additional information.
protected_node 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| protected_node-7.x-1.x-dev.tar.gz | 29.63 KB | febb645593ad928b8d251c146dd01482 |
| protected_node-7.x-1.x-dev.zip | 36.76 KB | fe7e53a67f4d4ea20573d7c6a399829e |
Release notes
Development release of Protected Node.
protected_node 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.7.tar.gz | 31.49 KB | 4e3f95509bb4013208ebb863514e850c |
| protected_node-6.x-1.7.zip | 37.37 KB | eec316b87fc84c3dbeb7dfea65a31d13 |
Release notes
* Deleted node are not removed from the protected nodes table.
* Issue #420464: Integration with webfm by Frank Steiner: Integration with webfm.
* Fixed an error message that was not changed on a copy + paste.
protected_node 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.6.tar.gz | 30.22 KB | 640cb7f23458efc7b850150f7713bc57 |
| protected_node-6.x-1.6.zip | 36.13 KB | ccfe7fb5bb7840ede64b95964f671319 |
Release notes
Note: many of the following bugs, fixes, etc. are intermediary (i.e. between different development stages); I keep them here for reference
* Issue #1179048: Password fields should be mandatory by eL: global passwords must be ignored if the node was created by the anonymous user.
* Issue #1179048: Password fields should be mandatory from eL: Password fields should be mandatory -- especially for anonymous users.
* Issue #1179048: Password fields should be mandatory by eL: Password fields should be mandatory.
* Issue #1137526: No password for viewing but a password for editing by eL and AlexisWilke:
** Select status of the protected node field set when editing the node.
** Select whether a node is always protected, is protected by default, or never protected.
** "Security fix," avoid saving the global password in clear (this was in one of the alpha version and not considered as a security issue by the Drupal security team.)
** Added information about the hook_protected_node_hide() callback.
** Fixed the INSERT to include the protected node hint field.
** Added some missing documentation.
** Added support for a node type wide password.
* Issue #1159948: edit properties uses insert instead of update by ferrum: edit properties uses insert instead of update when password is empty.
* Fixed syntax errors in comments and strings, removed useless comments.
* Issue: #1159964: autoincrement nid field by ferrum: autoincrement nid field (replaced by simple int).
* Fixed many permission problems.
* Properly support View, Edit, and Delete.
* Fixed an access denied call not followed by exit().
protected_node 6.x-1.6-beta3
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.6-beta3.tar.gz | 30.22 KB | d08e651d76b2dde4f7aed829bf923869 |
| protected_node-6.x-1.6-beta3.zip | 36.14 KB | 9a19382f6e8bdc68431d888bb5586367 |
Release notes
* Password fields should be mandatory.
* Global passwords must be ignored if the node was created by the anonymous user.
protected_node 6.x-1.6-beta2
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.6-beta2.tar.gz | 30.06 KB | 50f70ac4b4a3353b54e3322153c5bb43 |
| protected_node-6.x-1.6-beta2.zip | 35.96 KB | 53c29f047dff2f51df07301b94f0fb1e |
Release notes
* Select status of the protected node field set when editing the node.
* Select whether a node is always protected, is protected by default, or never protected.
* Security fix, avoid saving the global password in clear.
* Added information about the hook_protected_node_hide() callback.
* Fixed the INSERT to include the protected node hint field.
* Added some missing documentation.
* Added support for a node type wide password.
protected_node 6.x-1.6-beta1
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.6-beta1.tar.gz | 27.37 KB | 447f50149ec3856123814c9d9dcf44f4 |
| protected_node-6.x-1.6-beta1.zip | 33.19 KB | 364d38a625e16ca18ecd9dacae65c388 |
Release notes
Fixed a problem with updating a node that had a protected node entry with an empty password (double INSERT)
Fixed a comment
Fixed the nid parameter in the database from serial to integer.
protected_node 6.x-1.6-alpha4
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.6-alpha4.tar.gz | 27.02 KB | 895586526ccaa75c8bca843b213fe738 |
| protected_node-6.x-1.6-alpha4.zip | 33.11 KB | bf22b32905d1537db7e11f7f5f8fda36 |
Release notes
Fixed usage of different variables.
Fixed a double 'the the' in a string.
Added two missing exit() calls after drupal_access_denied().
Fixed many more permission problems (proper support of View, Edit, and Delete).
Renamed the "edit protected content" into "edit any password" and corresponding node type specific permissions.
protected_node 6.x-1.6-alpha3
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.6-alpha3.tar.gz | 25.04 KB | 5bdebb405398535b1b36b9a0d2a519e1 |
| protected_node-6.x-1.6-alpha3.zip | 31.86 KB | 78e35f09f3af5c6083719def7963335a |
Release notes
I added a switch() without an expression. Just added the expression in alpha3.
protected_node 6.x-1.6-alpha2
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.6-alpha2.tar.gz | 25.03 KB | d98ad42018407efcd2b97e2761afa6de |
| protected_node-6.x-1.6-alpha2.zip | 31.85 KB | deaaef39b6ff187d892bb741b46918b5 |
Release notes
* Fix update bug with MySQL (column renaming) see #1137516: upgrade to Alpha 1.6 - protected_nodes RENAME passwd TO protected_node_passwd failed
protected_node 6.x-1.6-alpha1
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.6-alpha1.tar.gz | 24.93 KB | 818716f97897b740bbfef598262f7eee |
| protected_node-6.x-1.6-alpha1.zip | 31.73 KB | c7e3ed23f020c3e7c532ba22cc0caa02 |
Release notes
PLEASE MAKE A DATABASE BACKUP.
This version upgrades your database, so to go back to an older version, you will have to restore the database. Make sure to make a backup first.
All bugs reported in the last 18 or so months have been fixed. They need testing by the community.
Many of the feature requests have been implemented. The module has many more options even though the feature remains the same.
protected_node 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.x-dev.tar.gz | 31.6 KB | 9694d2f821ebd8c51df6ccda1b27aad1 |
| protected_node-6.x-1.x-dev.zip | 37.53 KB | 0beada1b9d6482a539a32224fb59195d |
Release notes
Development release of Protected Node.
protected_node 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| protected_node-5.x-1.4.tar.gz | 14.03 KB | 78da5b9ae0296dd2f66bce9884cf98ba |
| protected_node-5.x-1.4.zip | 18.4 KB | 4c05946e040c1446ac1617783deb6513 |
Release notes
This release fixes a display bug:
#385950
It also contains a single improvement regarding password bypass by role assignment and french translation (by sbordage):
#361947 - Patch by Frank Steiner
protected_node 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.5.tar.gz | 13.7 KB | a467760c7fd7b682546d658585eec6b6 |
| protected_node-6.x-1.5.zip | 18.69 KB | 69490cef0983e348da6d44e33b678dcc |
Release notes
This release fixes a display bug:
#385950
It also contains improvements regarding password bypass by role assignment, node type specific texts and french translation (by sbordage):
#261551 - Patch by jrglasgow
#361947 - Patch by Frank Steiner
protected_node 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| protected_node-5.x-1.3.tar.gz | 13.09 KB | aaeb710ff518906b6ab1dedee65666a3 |
| protected_node-5.x-1.3.zip | 16.53 KB | 821cd68dbb2dc7bed135631381d38d09 |
Release notes
Important: This release contain a regression. The protected node admin page no longer contains the node type selection control. This represented a duplicate functionality with access control and have been dropped in favor for access control group regulations. After upgrade, please go to access control and give your groups at least access to view protected content.
Also this release contains a new simple API, many-many bugfixes and Views 1.x integration.
Issues closed in this release:
protected_node 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.4.tar.gz | 12.57 KB | a9f33edbc525ff2e851e1f85976e8e56 |
| protected_node-6.x-1.4.zip | 16.48 KB | da941503471321629df0a43d2a65b1b4 |
Release notes
Important: This release contain a regression. The protected node admin page no longer contains the node type selection control. This represented a duplicate functionality with access control and have been dropped in favor for access control group regulations. After upgrade, please go to access control and give your groups at least access to view protected content.
Also this release contains a new simple API, many-many bugfixes and refactoring for better performance.
Issues closed in this release:
protected_node 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.3.tar.gz | 10.38 KB | 07df4565092a3398a90ab34276459510 |
| protected_node-6.x-1.3.zip | 12.24 KB | 2fe6ae4ec1fbd70be6de8d3311113dee |
Release notes
Fixed #246409
protected_node 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| protected_node-5.x-1.2.tar.gz | 9.15 KB | b791fc882f844d8e98a3a61404baeaa3 |
| protected_node-5.x-1.2.zip | 10.45 KB | 301c5d3487defa007054f0e6fd4d3b84 |
Release notes
Backporting the anonymous cache bugfix to 5.x
protected_node 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.2.tar.gz | 8.93 KB | ce39bc83b90c3e384c258e55e7bac14a |
| protected_node-6.x-1.2.zip | 10.16 KB | 44043934f6d7c2426e2f6ce0e3733628 |
Release notes
Fixing anonymous caching bug for real.
protected_node 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| protected_node-6.x-1.0.tar.gz | 9.04 KB | 4dfc64e0f7efd333204157133fa96be7 |
| protected_node-6.x-1.0.zip | 10.28 KB | 73cc54d46c55c4ed5c36726a2bef46fa |
Release notes
This the Drupal 6.x compatibility release.