| /[drupal]/contributions/modules/usercomment/usercomment.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
applying patch from Dave Reid re: http://drupal.org/node/174394: allow users to turn comments on/off on own content
node content disappeared b/c I accidentally overwrote the contents of ->content['body'] with approval form in hook_nodeapi(); fixed by putting code in ->content['usercomment']; also, moved the conditional for whether to show form or not in hook_nodeapi(); see http://drupal.org/node/366211
changed text for a permission to make it clearer; see http://drupal.org/node/183022
using drupal_alter() instead of hook_link_alter() per issue http://drupal.org/node/337405
fixed issue http://drupal.org/node/344201 by only showing the settings form on the user edit page if user has approval rights on some node type
ran module through deadwood and coder; corrected some code that still did things the 5.x way; put the approval form directly on the node instead of making admins add it manually to the node template
applying patch contributed by wmostrey to upgrade to drupal 6: http://drupal.org/node/234204
merging changes from DRUPAL-5 branch back to HEAD
make status messages by admin-configurable; add some new API functions; update code to use new API functions
generating the approval form with a function, added new theme function usercomment_empty() to make it easy to theme out no approvals
patches from drupal.org mostly b/c ->user is not always defined: http://drupal.org/node/189632, http://drupal.org/node/189519, http://drupal.org/node/188878
only display the usercomment settings on the account settings form
merging HEAD into drupal 5 branch
moved the approval form to inside the actual node, added email notification for approvals, made approval optional
forgot to quote apostrophes in hook_help()
new module to give users additional comment admin rights
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 |