/[drupal]/contributions/modules/usercomment/usercomment.module
ViewVC logotype

Log of /contributions/modules/usercomment/usercomment.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.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 14:16:22 2009 UTC (7 months ago) by gwen
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.5.2.5: +36 -14 lines
Diff to previous 1.5.2.5 , to branch point 1.5
applying patch from Dave Reid re: http://drupal.org/node/174394: allow users to turn comments on/off on own content

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 23:49:09 2009 UTC (9 months, 3 weeks ago) by gwen
Branch: DRUPAL-6--1
Changes since 1.5.2.4: +13 -13 lines
Diff to previous 1.5.2.4 , to branch point 1.5
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

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 05:59:04 2009 UTC (9 months, 4 weeks ago) by gwen
Branch: DRUPAL-6--1
Changes since 1.5.2.3: +3 -3 lines
Diff to previous 1.5.2.3 , to branch point 1.5
changed text for a permission to make it clearer; see http://drupal.org/node/183022

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 05:38:11 2009 UTC (9 months, 4 weeks ago) by gwen
Branch: DRUPAL-6--1
Changes since 1.5.2.2: +2 -5 lines
Diff to previous 1.5.2.2 , to branch point 1.5
using drupal_alter() instead of hook_link_alter() per issue http://drupal.org/node/337405

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 05:27:26 2009 UTC (9 months, 4 weeks ago) by gwen
Branch: DRUPAL-6--1
Changes since 1.5.2.1: +18 -13 lines
Diff to previous 1.5.2.1 , to branch point 1.5
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

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 05:10:39 2009 UTC (9 months, 4 weeks ago) by gwen
Branch: DRUPAL-6--1
Changes since 1.5: +38 -25 lines
Diff to previous 1.5
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

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 17:56:21 2008 UTC (14 months, 1 week ago) by gwen
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.4: +92 -85 lines
Diff to previous 1.4
applying patch contributed by wmostrey to upgrade to drupal 6: http://drupal.org/node/234204

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 17:38:49 2008 UTC (14 months, 1 week ago) by gwen
Branch: MAIN
Changes since 1.3: +203 -55 lines
Diff to previous 1.3
merging changes from DRUPAL-5 branch back to HEAD

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 01:17:47 2007 UTC (23 months, 2 weeks ago) by jbchristy
Branch: DRUPAL-5
Changes since 1.2.2.4: +136 -11 lines
Diff to previous 1.2.2.4 , to branch point 1.2 , to next main 1.5
make status messages by admin-configurable; add some new API functions; update code to use new API functions

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 8 01:41:46 2007 UTC (2 years ago) by gwen
Branch: DRUPAL-5
Changes since 1.2.2.3: +27 -7 lines
Diff to previous 1.2.2.3 , to branch point 1.2
generating the approval form with a function, added new theme function usercomment_empty() to make it easy to theme out no approvals

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 7 01:23:25 2007 UTC (2 years ago) by gwen
Branch: DRUPAL-5
Changes since 1.2.2.2: +4 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
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

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 12 17:51:40 2007 UTC (2 years, 2 months ago) by gwen
Branch: DRUPAL-5
Changes since 1.2.2.1: +23 -21 lines
Diff to previous 1.2.2.1 , to branch point 1.2
only display the usercomment settings on the account settings form

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 25 00:29:36 2007 UTC (2 years, 3 months ago) by gwen
Branch: DRUPAL-5
Changes since 1.2: +257 -150 lines
Diff to previous 1.2
merging HEAD into drupal 5 branch

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 17 00:50:16 2007 UTC (2 years, 3 months ago) by gwen
Branch: MAIN
Changes since 1.2: +248 -140 lines
Diff to previous 1.2
moved the approval form to inside the actual node, added email notification for approvals, made approval optional

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 19:16:59 2007 UTC (2 years, 5 months ago) by gwen
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.1: +2 -6 lines
Diff to previous 1.1
forgot to quote apostrophes in hook_help()

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 18:11:53 2007 UTC (2 years, 5 months ago) by gwen
Branch: MAIN
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2