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

Log of /contributions/docs/developer/examples/node_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.26.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 20:00:43 2009 UTC (4 months ago) by kiam
Branch: DRUPAL-6--1
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 , to next main 1.28
By KiamLaLuno: Added two missing commas missing after the last item of an array.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 20:03:14 2008 UTC (13 months, 2 weeks ago) by davereid
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
- Consistency for nodeapi_op with underscores

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

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 21:13:58 2008 UTC (22 months, 1 week ago) by bdragon
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.25: +16 -5 lines
Diff to previous 1.25
On second thought, don't rely on core's version.

Here's updated logic based on it instead.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 21:05:42 2008 UTC (22 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.24: +18 -20 lines
Diff to previous 1.24
Bring the access control stuff up to date and simplify the access control checks.

Regarding the hook_perm(), it would really be better to have a utility function to pull up the "standard" permissions for a nodetype, but that's something for Drupal 7...

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 22:27:19 2008 UTC (22 months, 3 weeks ago) by darrenoh
Branch: MAIN
Changes since 1.23: +4 -6 lines
Diff to previous 1.23
#206401 by David Rothstein (David_Rothstein). Corrected hook_access() documentation.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 28 20:29:23 2007 UTC (22 months, 4 weeks ago) by bdragon
Branch: MAIN
Changes since 1.22: +6 -12 lines
Diff to previous 1.22
From #195378, pointed out by giustigianni in #11:
The node body isn't being done properly. Do it the Drupal 6 way.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 17:31:03 2007 UTC (2 years, 1 month ago) by drewish
Branch: MAIN
Changes since 1.21: +65 -32 lines
Diff to previous 1.21
Updated for DRUPAL-6.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 17:27:13 2007 UTC (2 years, 9 months ago) by bdragon
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.20: +6 -6 lines
Diff to previous 1.20
DRUPAL-5 prepwork. Info files for all examples, check examples. Sub-issue #113845.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 19:56:18 2007 UTC (2 years, 10 months ago) by webchick
Branch: MAIN
Changes since 1.19: +2 -18 lines
Diff to previous 1.19
#110314 by Heine: Update node_example.module to Drupal 5

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 19:38:59 2006 UTC (2 years, 10 months ago) by robroy
Branch: MAIN
Changes since 1.18: +8 -5 lines
Diff to previous 1.18
Related to patch #103371 by drewish: Fixed node_example's hook_view() implementation.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 14 14:30:50 2006 UTC (3 years, 3 months ago) by jaza
Branch: MAIN
Changes since 1.17: +21 -28 lines
Diff to previous 1.17
- #62340: updated the doxygen documentation's example for hook_form(), to use
database-provided title and body field labels, instead of the hard-coded labels
'Title' and 'Body'.
- Updated the hook_help(), hook_form(), and hook_node_info() examples in
node_example.module. Also removed hook_menu() from node_example.module, as
node modules no longer need to define 'node/add/x' menu items - node.module
defines these menu items instead.

Revision 1.16.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 06:43:05 2006 UTC (3 years, 3 months ago) by heine
Branch: DRUPAL-4-7
Changes since 1.16.2.2: +2 -2 lines
Diff to previous 1.16.2.2 , to branch point 1.16 , to next main 1.28
#76353 closed xss hole reported by Ainsley Pereira

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 05:55:58 2006 UTC (3 years, 3 months ago) by heine
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#76353 close xss hole reported by Ainsley Pereira

Revision 1.16.2.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.16.2.1: +268 -0 lines
Diff to previous 1.16.2.1 , to branch point 1.16
Comitting 4.7 developer docs

Revision 1.16.2.1
Fri Feb 24 06:05:52 2006 UTC (3 years, 9 months ago) by webchick
Branch: DRUPAL-4-7
Changes since 1.16: +0 -268 lines
FILE REMOVED
file node_example.module was added on branch DRUPAL-4-7 on 2006-05-01 10:08:51 +0000

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 24 06:05:52 2006 UTC (3 years, 9 months ago) by drewish
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.15: +63 -37 lines
Diff to previous 1.15
* Added code to support revisions.
* Reformatted the form code.
* Removed the implementation of hook_link, that's on a tab now.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 12 20:42:43 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
- bug #40891 moved node_prepare so that html tags added by theme function aren't stripped.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 21 13:36:28 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.13: +24 -23 lines
Diff to previous 1.13
- Documentation updates by Andrew Morton

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 25 04:27:13 2005 UTC (4 years, 3 months ago) by webchick
Branch: DRUPAL-4-6
Changes since 1.11.2.1: +2 -2 lines
Diff to previous 1.11.2.1 , to branch point 1.11 , to next main 1.28
Removing obsolete function filter_tips_short()

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 25 04:17:00 2005 UTC (4 years, 3 months ago) by webchick
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Removing call to obsolete function filter_tips_short()

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 25 19:37:27 2005 UTC (4 years, 7 months ago) by unconed
Branch: DRUPAL-4-6
Changes since 1.11: +6 -9 lines
Diff to previous 1.11
- Updating with form error handler changes waaay back

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 25 16:47:03 2005 UTC (4 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.11: +6 -9 lines
Diff to previous 1.11
- Updating with form error handler changes waaay back

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 7 12:43:23 2004 UTC (5 years, 1 month ago) by stefan
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Copy&Paste typo fixed:  'story_access' becomes 'node_example_access' as Robert Douglass pointed us. (http://lists.drupal.org/archives/drupal-devel/2004-10/msg00129.html)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 30 18:18:09 2004 UTC (5 years, 1 month ago) by JonBob
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.9: +9 -4 lines
Diff to previous 1.9
Updates for filtering and menu caching changes.

Revision 1.9 - (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
Changes since 1.8: +6 -5 lines
Diff to previous 1.8
Cleanup of Doxygen/api.module syntax.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 21 18:52:49 2004 UTC (5 years, 3 months ago) by JonBob
Branch: MAIN
Changes since 1.7: +6 -7 lines
Diff to previous 1.7
- Updated hook_textarea docs
- Updated hook_access docs
- Don't rely on hardcoded URLs on the index page

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 30 14:02:47 2004 UTC (5 years, 3 months ago) by JonBob
Branch: MAIN
Changes since 1.6: +4 -15 lines
Diff to previous 1.6
Updated documentation to reflect hook_view() and hook_nodeapi('view') changes.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 22 16:15:01 2004 UTC (5 years, 4 months ago) by JonBob
Branch: MAIN
Changes since 1.5: +9 -8 lines
Diff to previous 1.5
Better organization of index page.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 11 00:50:11 2004 UTC (5 years, 4 months ago) by JonBob
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
General formatting improvements, and corrections for the latest menu system updates.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 18 20:48:55 2004 UTC (5 years, 5 months ago) by JonBob
Branch: MAIN
Changes since 1.3: +7 -9 lines
Diff to previous 1.3
The block example is now complete.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 18 18:41:41 2004 UTC (5 years, 5 months ago) by JonBob
Branch: MAIN
Changes since 1.2: +37 -10 lines
Diff to previous 1.2
Documentation updates for hook_menu().

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 29 14:11:54 2004 UTC (5 years, 6 months ago) by JonBob
Branch: DRUPAL-4-4
Changes since 1.1.2.1: +70 -13 lines
Diff to previous 1.1.2.1 , to branch point 1.1 , to next main 1.28
The node module example is finished.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 29 14:11:19 2004 UTC (5 years, 6 months ago) by JonBob
Branch: MAIN
Changes since 1.1: +199 -1 lines
Diff to previous 1.1
The node module example is finished.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 21 22:16:33 2004 UTC (5 years, 7 months ago) by JonBob
Branch: DRUPAL-4-4
Changes since 1.1: +142 -1 lines
Diff to previous 1.1
Unfinished; just checking everything in before I leave for the week.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 21 14:01:01 2004 UTC (5 years, 7 months ago) by JonBob
Branch: MAIN
Branch point for: DRUPAL-4-4
Getting the new example modules tagged so I can manage versions more easily
as I develop them.

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