Dotclear

Ticket #908 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

Missing behaviors for comments

Reported by: JcDenis Owned by: bruno
Priority: normal Milestone: 2.2
Component: module:blog Version: 2.1
Severity: normal Keywords:
Cc:

Description

Je ne sais pas si il y avait une raison mais il n'y a pas de behavior sur la gestion des commentaires. Voici la liste de ceux manquant:

admin/comments_actions.php
ligne 50 : $core->callBehavior('adminCommentsActions',$core,$co,$action,$redir);
ligne 78 : $core->callBehavior('adminBeforeCommentDelete',$co->comment_id);
ligne 93 : $core->callBehavior('adminCommentsActionsContent',$core,$action,$redir);

admin/comments.php
ligne 120 : $core->callBehavior('adminCommentsActionsCombo',array(&$combo_action));

admin/comment.php
ligne 145 : $core->callBehavior('adminBeforeCommentDelete',$comment_id);

et à l'inverse des billets dans /inc/class.dc.blog.php les behaviors sont présents pour la création et l'édition de commentaire, mais pas l'effacement ligne 1968.

PS: les numéros de lignes sont ceux de la 2.1.6

Change History

comment:1 Changed 15 years ago by bruno

  • Owner changed from xave to bruno

comment:2 Changed 15 years ago by bruno

(In [2975]) Completed messing comments behaviors, see #908

comment:3 Changed 15 years ago by xave

  • Status changed from new to closed
  • Resolution set to fixed

(In [2984]) Merging changes from the Bazar branch. Closes #503, #555, #590, #696, #696, #779, #781, #791, #863, #876, #908, #922, #929, #939, #941, #942. Thanks to DSLS & Tomtom33

Note: See TracTickets for help on using tickets.

Sites map