Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
By KiamLaLuno: Added two missing commas missing after the last item of an array.
- Consistency for nodeapi_op with underscores
- Fix coding standards
On second thought, don't rely on core's version. Here's updated logic based on it instead.
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...
#206401 by David Rothstein (David_Rothstein). Corrected hook_access() documentation.
From #195378, pointed out by giustigianni in #11: The node body isn't being done properly. Do it the Drupal 6 way.
Updated for DRUPAL-6.
DRUPAL-5 prepwork. Info files for all examples, check examples. Sub-issue #113845.
#110314 by Heine: Update node_example.module to Drupal 5
Related to patch #103371 by drewish: Fixed node_example's hook_view() implementation.
- #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.
#76353 closed xss hole reported by Ainsley Pereira
#76353 close xss hole reported by Ainsley Pereira
Comitting 4.7 developer docs
file node_example.module was added on branch DRUPAL-4-7 on 2006-05-01 10:08:51 +0000
* Added code to support revisions. * Reformatted the form code. * Removed the implementation of hook_link, that's on a tab now.
- bug #40891 moved node_prepare so that html tags added by theme function aren't stripped.
- Documentation updates by Andrew Morton
Removing obsolete function filter_tips_short()
Removing call to obsolete function filter_tips_short()
- Updating with form error handler changes waaay back
- Updating with form error handler changes waaay back
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)
Updates for filtering and menu caching changes.
Cleanup of Doxygen/api.module syntax.
- Updated hook_textarea docs - Updated hook_access docs - Don't rely on hardcoded URLs on the index page
Updated documentation to reflect hook_view() and hook_nodeapi('view') changes.
Better organization of index page.
General formatting improvements, and corrections for the latest menu system updates.
The block example is now complete.
Documentation updates for hook_menu().
The node module example is finished.
The node module example is finished.
Unfinished; just checking everything in before I leave for the week.
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |