/[drupal]/contributions/docs/developer/examples/node_access_example.module
ViewVC logotype

Log of /contributions/docs/developer/examples/node_access_example.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.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 21:21:52 2009 UTC (6 weeks ago) by salvis
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +4 -6 lines
Diff to previous 1.17
Fix some comments.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 21:19:18 2009 UTC (6 weeks ago) by salvis
Branch: MAIN
Changes since 1.16: +37 -14 lines
Diff to previous 1.16
Fix various bugs:
- Really do allow updating as promised in the introductory comment.
- hook_perm() has been renamed.
- hook_nodeapi_load() has been renamed and deals with an array of nodes now.
- hook_nodeapi_xxx() has been renamed and signature-changed.
- The signature of hook_form_alter() has changed.
Fix some comments.
Add hook_node_access_explain() implementation.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 00:40:09 2009 UTC (6 months, 4 weeks ago) by weitzman
Branch: MAIN
Changes since 1.15: +8 -8 lines
Diff to previous 1.15
Use int instead of boolean lest DBTNG scream bloody murder.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 00:10:29 2009 UTC (7 months ago) by davereid
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
by Dave Reid: Adding one trailing newline to the end of the file to avoid warnings during patching.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 08:52:36 2008 UTC (13 months, 1 week ago) by davereid
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
- Fix coding standards

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 03:26:20 2008 UTC (13 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.12: +5 -3 lines
Diff to previous 1.12
a bit of defensiveness for node_access_example

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 03:01:35 2008 UTC (13 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
DBTNG fixes

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 02:45:06 2008 UTC (13 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.10: +6 -5 lines
Diff to previous 1.10
simplify nodeapi ops

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 01:39:48 2008 UTC (13 months, 2 weeks ago) by davereid
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
- Fix indentation coding standard

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 14:22:53 2008 UTC (13 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.8: +39 -27 lines
Diff to previous 1.8
Update node_access_example in preperation for #309007

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 6 21:51:21 2008 UTC (17 months, 2 weeks ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.6: +1 -22 lines
Diff to previous 1.6 , to next main 1.18
#266100: Moved install functions to install file.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 01:27:07 2007 UTC (2 years, 2 months ago) by yched
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.7: +14 -30 lines
Diff to previous 1.7
simplify hook_enable / hook_disable / hook_node_access_records according to http://drupal.org/node/114774#node_access_enable

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 19:38:42 2007 UTC (2 years, 2 months ago) by bdragon
Branch: MAIN
Changes since 1.6: +4 -37 lines
Diff to previous 1.6
Quick port to 6 because I needed something to test out access control stuff with.
Tested and found working but I did not go through the update checklist exhaustively.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 03:49:35 2006 UTC (3 years ago) by jvandyk
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
correctly test uid

Revision 1.4.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 17 21:14:17 2006 UTC (3 years ago) by drewish
Branch: DRUPAL-4-7
Changes since 1.4.4.2: +45 -27 lines
Diff to previous 1.4.4.2 , to branch point 1.4 , to next main 1.18
- "Updated" the module for 4.7, there may still be bugs but it at least displays.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 7 22:07:29 2006 UTC (3 years, 1 month ago) by merlinofchaos
Branch: MAIN
Changes since 1.4: +135 -69 lines
Diff to previous 1.4
New node access example

Revision 1.4.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 1 10:08:51 2006 UTC (3 years, 6 months ago) by webchick
Branch: DRUPAL-4-7
Changes since 1.4.4.1: +124 -0 lines
Diff to previous 1.4.4.1 , to branch point 1.4
Comitting 4.7 developer docs

Revision 1.4.4.1
Tue Mar 29 01:27:26 2005 UTC (4 years, 7 months ago) by webchick
Branch: DRUPAL-4-7
Changes since 1.4: +0 -124 lines
FILE REMOVED
file node_access_example.module was added on branch DRUPAL-4-7 on 2006-05-01 10:08:51 +0000

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 29 01:27:26 2005 UTC (4 years, 7 months ago) by JonBob
Branch: MAIN
Branch point for: DRUPAL-4-6, DRUPAL-4-7
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
- Fixed database definition in node access example
- Added draft version of OOP discussion

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 22 15:20:36 2004 UTC (5 years, 1 month ago) by weitzman
Branch: MAIN
Changes since 1.2: +4 -9 lines
Diff to previous 1.2
remove outdated comment about user_access() not accepting an $account and always assuming global $user. It now accepts an $account as a param.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 8 21:22:26 2004 UTC (5 years, 2 months ago) by JonBob
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.1: +6 -5 lines
Diff to previous 1.1
Cleanup of Doxygen/api.module syntax.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 13:19:06 2004 UTC (5 years, 3 months ago) by JonBob
Branch: MAIN
Bringing developer docs up to spec with the node access patch.

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