| /[drupal]/contributions/modules/nodecomment/nodecomment.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Fix dependency in comment form
#502714 by iva2k: Comments section of nodecomment from had invalid validate/submit handlers.
nodecomment fails to render comments properly if page manager module is on but node view page is disabled.
#473354 by electricmonk and alevine: nodecomment form as a panel pane.
Page manager update for nodecomment node view.
Fix a couple of notice errors.
Remove no longer valid TODO message.
#472916 by tom_o_t: Implement optional topic review similar to phpBB.
Changes to sticky class.
Add post rendering so that "new" values will be correct on cached comments.
#473718: Properly manage variables including updating from nodecomment 1.
Nodecomment form was failing to display if there were no comments already.
Initial stab at making a nodecomment_notify that relies on comment_notify to do its thing.
One more comment page numbering fix.
#487038: Respect page counts.
Do not delete entire comment thread if displaying flat.
Remove some unnecessary code.
#487028: Comment title must be optional. #487026: node/add and node/edit breadcrumbs were a bit messed up. #483518: Remove unnecessary node items from node form.
Add comment-style new markers to node-comment.tpl.php
Improved theming for nodecomments by adding nodecomment to the theme paths and adding node-comment and node-comment-TYPE as suggestions.
#486910: Allow compatibility with delegator.module (note that this requires a checkin to CTools that is not in yet but should be soon)
#479150: Needed a nodecomment_new_page_count() function.
Change comment view to a specific display that can inherit items per page and threading settings from node type.
#483508: Remove the teaser splitter from node comments.
Caching plugin for use with most current Views commit.
#472900: Overhaul nodecomment_links, provide breadcrumb trail on comment nodes. #473266: Adding and editing a nodecomment should include the original node in the breadcrumb trail.
#480230: Setting post to read only does not prevent posting. Also removes "post comments" permission test entirely, which was not properly implemented anyway. Also fixes a couple of notices.
Adding code comment mentioning difference from core's comment.module in regard to use of hook_link() for "Add a new comment" display.
#476146: Read/write setting could get lost when transitioning from Drupal comments to Node comments and back.
#477000: Do not show "Add a new Comment" link when comments exist.
#472886: Convert comments to nodecomments and vice-versa when comment type is changed.
#448100: Removing hook_user() which is no longer necessary in Drupal 6 now that user.module provides signatures.
#472896: "Login or register to comment" links incorrect when the comment form is shown on a separate page.
#462688: Comment data not updated on node update.
#462688: Comment data not updated on node update.
#291252: Redirect the user to the parent node after deleting a comment.
#473728: Comment display uses wrong variable name by default.
#472900: nodecomment_links() cleanup.
#473388: Create public API function for getting a node type's comment type.
#473586: Replace include_once() with module_load_include().
This is an initial commit of nodecomment v2. This version of nodecomment is intended to work *with* comment.module. It form alters the node type page and allows the administrator to select normal Drupal comments or a node type for comments. If using a node type it then allows selecting a view and a plural form. This is a rough checkin. It seems to work with very limited testing, there are a couple of big TODO items left. See the issue queue for more details on the remaining TODO items.
bug #409096: Wrong RSS url
feature request #348034: Support for comment type and plural forms in links
oops... left in a few dsm()'s
Code cleanup. Move node_type_form and system_module form_alters into form specific alter hooks. Fix #process callback in hook_form_system_modules_alter().
task #365475: Comment settings per node type
task #365475: Comment settings per node type Move comment settings from workflow fieldset into comment settings fieldset
bug report #345531 by wrb123, robbiethegeek: signature always enabled
bug report #374312 by matteusx: Node Comment uses Drupal 5 style calls to l function
#321889 by populist: better arg checking for adding a comment
#319887 by catch. assign nodecomment to parent language
#318800 rwohleb pointed out better checking of $cid in nodecomment_render()
#310619: applied to d6 branch, wmostrey, stella
making compatible with views rc3, fixes #314565. partial thanks to vbala
setting HEAD to the same as DRUPAL-6--1-2-RC1 #310619: applying patch provided by wmostry
recommitting #19034. lost dues to erroneous commit of D6 stuff to D5
reverting any D6 changes that were committed to this branch by accident
fixing #286446 by andrewlevine. also changing some formatting where vars are printed inside double quotes... bothers me when people do that ;)
adding a views plugin style for threaded as well as a default view which uses it
bug fix for new url() params
patch was not applied correctly... cvs is confusing!
first commit of D6 port
adding support for comment_num_new() via #190304
fixing issue #259973 by fersman4
adding form validation per issue #234501
fixing #234501. solution suggested by Summit
fixing #188205 where views settings were hardcoded for paging and limits pointed out by panis
fixing #186319 patched by califken and modded by sirkitree
ran through coder and did a little cleanup
Correcting variable name. Drupal issue #171676.
#162537 by b3n: check proper realm on access check
Adding a --none-- option to the comment type select on content type config screen. Also fixed the 'Add new type' text to use the human readable name instead of the content type name
#158257 #158645 #160847 #132737
fixing add new comment link and the preview of the parent node on the comment form
Threading take 2
Threading. Sponsored by Ghostthinker GmbH http://www.ghostthinker.de
Issue 124995: pass the node into the comment-wrapper theme function. Thanks, quicksketch
Issue 124995: pass the node into the comment-wrapper theme function. Thanks, quicksketch
#121357 Disable comment module automatically
Minimally functional out-of-the box. - some (not all) conflicts resolved in case comment.module is still enabled - $view->page_type = 'teaser'; on the default view so comments will render using the default view
Introducing comments that are nodes. This module allows any node type to be the "comment" of any other node type. The rendering is done by a view. This opens up possibilities such as being able to upload files to comments, use taxonomy with comments, vote on comments, have revisions of comments, and all the goodness that comes with Views. Threading is not yet supported. You must disable the core comment.module before using this. Documentation is forthcoming. Code still rough. Not benchmarked.
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 |