Loading...
 

Category: Comment

Comment
Show subcategories objects

Name Type
'Comments' on dev.tiki.org not turned on
tracker item
'Display Post new comment form by default' pref broken
tracker item
12.0: First edit of a Tracker item comment is LOST (!); second attempt is saved successfully, it seems. Reproduced twice in dev.t.o/t5
tracker item
12.x: can't post comments if codemirror is on (it says 'Content is empty')
tracker item
14.x: Comments can't be posted nor edited when codemirror is switched on (or 'disabled but switchable')
tracker item
12.x: content of tracker comments tab is not shown! (in dev.t.o)
tracker item
13.x dev.tiki.org Stray "Add Comment" button all the way at the bottom of the page
tracker item
codemirror not switchable for new comments (but just for comment edition) even if preference correctly set
tracker item
13.x: Comments can't be posted in some pages of a FeaturedProfile
tracker item
14.x: wrong comments count displayed (maybe it shows # of edits, and not # of comments?)
tracker item
Comments that must be approved before being posted
Comments can be used on wiki pages, blog posts, etc

There is Spam protection (CATPCHA) but nothing against trolls.

A comment moderation feature would be nice.

tracker item
snarlydwarf
Contributors
tracker item
thess
Contributors
tracker item
Cyril
Contributors
tracker item
Bug: Posting as anonymous while logged in throws error
I was logged in as admin and tried to post a comment to an article. I typed in a title and comment then pressed "Post as Anonymous." The page that comes up has no css, and at the bottom it says:

Fatal error: Call to a member function generate() on a non-object in /templates_c/en^%%C6^C6E^C6EF0FD6%%antibot.tpl.php on line 28.

The comment goes through fine.
tracker item
Comments dont show up when comments_archive is set
\db\tiki.sql 548:
CREATE TABLE `tiki_comments` ... `archived` char(1) default NULL, ..
\lib\comments\commentslib.php 1337:
if ($prefs['comments_archive'] == 'y' && $tiki_p_admin_comments != 'y') {
$conditions['archived'] = 'n';
}
unarchived comments have `archived` = NULL, not 'N'
tracker item
Missing translation call in smarty_tiki/modifier.tiki_short_datetime.php
Showing a comment to a blog entry that has been posted the same day, only the time when the comment was posted is displayed. We use the German translation of TikiWiki, but the English "at" in "at 12:34" is display, not the German "um".
After having a look into the code, it seems the translation function is not called in lib/smarty_tiki/tiki_short_datetime.php
tracker item
5x-16.x: tracker comments should allow self-subscribe option for poster, like in forum posts or page comments
5x: tracker comments should allow self-subscribe option for poster, like in forum posts or page comments. Right now, lost of interaction and feedback is lost for users until they learn how to subscribe to tracker items....

That was the same problem in forum posts for years, until some one added that feature to forum posts and wiki comments...
However, it seems that tracker item comments didn't benefit from that enhancement.... and honestly, they deserve it...

---

UPDATE:
* Still a very much desired feature in MANY tiki sites (including *.t.o sites). {sign user="xavi" datetime="2013-11-17T09:30:58+00:00"}
* Still a wish...{sign user="xavi" datetime="2014-07-13T10:00:49+00:00"}
* Still a wish (many years later). Sniff ... {sign user="xavi" datetime="2016-06-28T08:55:07+00:00"}
---
Gorgeus, fixed, Victor! Thanks! (tested in tracker comments, and adapted the profile "Bug_Tracker_15" to allow commenting by registered to easily test/debug this issue also in the future (or in other branches). {sign user="xavi" datetime="2016-10-11T17:21:14+00:00"}
---
Update: {sign user="xavi" datetime="2016-10-11T17:38:28+00:00"}
* emails are duplicated if the user was also selected in a "user selector" type of field, with notifications on. We should check that no duplication of emails is sent: one as commenter, and another one duplicated as user selected in the "user selector" field with notifications on.
See it reproduced in the show instance:
2 emails have been sent in some cases:
http://xavi-9794-3214.show.tikiwiki.org/tiki-syslog.php
u: admin
p: 12345

* Tracker item commented:
+ http://xavi-9794-3214.show.tikiwiki.org/tiki-view_tracker_item.php?itemId=5
* see email corresponding to each user:
+ http://xavi-9794-3214.show.tikiwiki.org/tiki-adminusers.php
* see tracker field definition:
+ http://xavi-9794-3214.show.tikiwiki.org/tiki-admin_tracker_fields.php?trackerId=1
** note last 3 fields, all of them user selector with email notification on.
---
Update {sign user="xavi" datetime="2016-10-13T10:40:17+00:00"}
In addition, other systems maybe sending a duplicate of the same email message (see https://doc.tiki.org/Watch ), and we'd better add a system to prevent those duplicated emails to be sent.
To be checked for duplicates (and remove them before sending):
# generic (wildcard-like) user watches through the "__My Watches (UI) > Add Watch > Event__"
# Objects
** user watches on objects
** group watches on objects
# Categories
** user watches on categories
** group watches on categories
# Structures
** user watches on structures
** group watches on structures

I'm usure about category watches. Maybe we can leave those messages also, since they are not 100% equivalent to the other notification emails?
---
Sure, see comments. Issue fixed. {sign user="xavi" datetime="2016-10-14T10:13:36+00:00"}
And duplication of emails was due to some other issue, fixed by kroky6 also (great, thanks!).
tracker item
Add a select box to monitor each own's forum post, comments or tracker submission or wiki page at post time
I've been thinking for ages that this kind of option is REALLY needed, and I thought it should not be much coding effort:

Automonitoring each own's posts, through either:
# Add a select box to monitor each own's forum post or tracker submission at post time, in a "per forum post or tracker item insertion" basis, or
# with a user preference for all forums, or all trackers, blogs, etc..
---
Still needed...
tracker item
ADD AUTOCOMPLETION IN TIKI OF USERS IN COMMENTS WHEN THERE'S "@" SYMBOL
tracker item
Add IP to syslog and/or action log when anons (at least) add content (for spam protection)
Add ip to syslog and/or action log, so that when anons (at least) are allowed to add content and it's spam (robots seem to be able to post with our current antibot captcha), there is way to identify the ip of the spammer.

So far, antibot captcha is added (in trunk, at least) to:
* wiki edit
* wiki page comments
* forum posts
* tracker item comments
* freetags
* calendar items
* newsletter subscription

The action of adding content on those features should be logged in syslog and/or action log and IP recorded.
tracker item
Adding a new comment takes you to previous one afterwards
tracker item
Admin comments does not parse comments even if parsing enabled
tiki-list_comments.php does not parse comments in column "Comment", regardless of whether section_comments_parse ("Parse wiki syntax in comments in all sections apart from Forums") and feature_forum_parse (Accept Wiki syntax) are enabled.

This is a regression from r20794 / r22511.
tracker item
Anonymous comment posters do no receive email notification of replies to their comments, even if they leave their email address as indicated.
tracker item
Comments; Comments are expecting a title and most don't have
tracker item
BACKLINKS includes Comments
tracker item
Better comments feature
I want to enable comments on wiki pages.

I have two options right now, both have advantages and disadvantages.

Enabling comments on pages

* Pros
o Easy to configure
o Comments are visible directly on the page
* Cons
o No way for people to monitor all posts on the site. Often people post a comment on a a page and never get feedback.


Associating a discussion forum thread to each page

* Pros
o Everyone on the site gets to see every posting that's made on any page. Increases the likelyhood that someone will respond to a post.
* Cons
o More difficult to configure.
o Postings are not visible directly on the page.

It would be nice if we could have the best of both.

What I would like is something where:

* A discussion forum for the wiki can be enabled at a single click of the mouse.
* This single click of mouse would result in threads being a
utomatically created on this mailing list for each of the wiki pages
* The top 5 messages for a given page would be displayed directly on that page.
tracker item
Blog comment notification
Blog post comments are often overlooked by the blog owner, because the owner doesn't get notification of blog posts. I propose we add the option of getting notified when someone comments on your blog.
tracker item
Blog Revamp
wiki
bug in moving a forum thread
tracker item
Calendar items: adding a comment
To be able to add a comment to an existing calendar item.
tracker item
Cannot add a comment to a wiki page, if the wikipage uses a namespace
tracker item
Cannot Reply to a Comment on Wiki page
I have a comment on a wiki page. When I click Reply to post a follow-up comment, I get an error. It looks like the Reply button is generating a bad URL:

__Not Found

The requested URL /mywiki/page=IVR_Revitalization&post_reply=1&comments_threshold=0&comments_reply_threadId=5&comments_offset=0&thread_sort_mode=commentDate_asc&comments_per_page=20&comments_grandParentId=0&comments_parentId=5&thread_style=commentStyle_plain was not found on this server.__

This would be a show stopper using Tiki threaded comments is very important feature requirement for us.

Thanks,

Paul
tracker item
cannot view/add/edit tracker comments
tracker item
Certain comments partially hidden (Google Chrome)
tracker item
Clicking a file link in a diff view in comment produces garbled data
tracker item
Comment are not allowed but still posted (dev)
tracker item
Comment box below wiki page opens too small the first time
The first time any user comments on a wiki page, the edit new comment box opens too small to be usable. It can be expanded in Chrome or Firefox if the user isn't too confused.

Once there is a comment, the edit new comment box opens at the proper size.
tracker item
Comment Notifications faile
I have a notification set up for all comment changes on * for admin.

I get NO such notifications, ever. Email is working fine, as I get notifications of new users, and my "user notification" watch worked before I disabled it.

I have "approve comments" on - is it possible that notifications don't go out if that is on? Ideal behavior would be an email for every notification with "approve", "reject", or "delete" links in the email, like typepad does.
tracker item
Comment options - Reply, Edit, Delete, Archive - disappear when clicked on
tracker item
Comments added on a tracker item are not noticed on tab (color, number, ...)
Comments added on a tracker item are not noticed on tab (color, number, ...)

For instance: [http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=97&show=view&status=op&trackerId=5&sort_mode=f_41_desc&filterfield=26&filtervalue[26]=check|this tracker item] has at least one comment, but when viewing tracker detailed information, there is not information on the "comments" tab of the tracker item (not any pinky color, and/or number of comments on that specific tracker item...), so that it's difficult for a reader to notice that there where comments added....
tracker item
Comments are cached
tracker item
comments disapper and can't be recovered
Hello,
I recognized this some month ago but could not figure out what was going wrong. Now I thought I got it, but this seems to be a wrong trace. Hope you can help me. When I remove a comment the remove_comment method in comments lib is invoked. This runs:
$query = "delete from `tiki_comments` where `threadId`=? or `parentId`=?";
So far every thing is okay I think. But in a way I can't recover the comments dissapear. I do not use any prune... option. I don't think that any other admin does delete comments. What is going wrong there. I started some logs but still no idea.

Moritz
tracker item
Comments don't show if 'Display comments form by default' is enabled
tracker item
Comments Edit
There should be a setting to allow comments to be editable, by user and/or admin.
tracker item
Comments to Image Galleries cause failure in mod-since_last_visit_new.php causing site crash
When any user creates a comment for an image gallery all users with the since_last_visit_new module active will not be able to access the site. Instead they will receive this error message:

Notice: Undefined index: list in /hsphere/local/home/stdiddl/breakingpaint.com/BP2/modules/mod-since_last_visit_new.php on line 87

{CODE(caption=Excerpt_from_line_86)} if (!isset($perm) || $userlib->user_has_perm_on_object($user,$res['object'], $res['objectType'], $perm)) {
if ($ret["items"]["comments"]["list"][$count]["href"])
$ret["items"]["comments"]["list"][$count]["href"] .= '&comments_show=y#threadId'.$res['threadId'];
$ret["items"]["comments"]["list"][$count]["title"] = $tikilib->get_short_datetime($res["commentDate"]) ." ". tra("by") ." ". $res["userName"];
$ret["items"]["comments"]["list"][$count]["label"] = $res["title"];
$count++;{CODE}

Recreating the problem:
#Enable comments for image galleries in Admin>general
#Enable the module since_last_visit_new
#Create an image gallery if one does not already exist
#view an image gallery and post a comment
tracker item
Comments to individual files in file gallery
It is now possible to comment a file gallery. However, it would be more useful to be able to comment an individual file.

For example, someone uploads an audio or videoclip, others could comment.

suggestion by Yannick Boily
tracker item
Comments to individual images in the image gallery
It is now possible to comment an image gallery. However, it would be more useful to be able to comment an individual image.

For example, to identify who are the people on the photo.

suggestion by luciash d' being aka Lukáš Mašek
tracker item
Comments to tracker items can't be posted when codemirror is on
tracker item
Comments, Buttons, User interface; Improving the user interface
tracker item
Comments; I replied to a comment and tiki showed another user as the author
tracker item
Comments: anonymous editors must input anti-bot code:
For wiki pages, we have this option. It would be nice to port to comments so we could open our blogs to anonymous comments without getting spammed.
tracker item
Comments: Do not show Style/Sort/Threshold/Search unless enough comments
In comments (on wiki pages for example), there is a bar:

Style: Sort: Threshold: Search:


This seems like clutter when there are only a few comments.


Suggestion:
Only have this bar if number of comments is high enough that a comment pagination is needed (ex.: 10)


Related:
{wish id=937}
tracker item
Comzone cookie not getting updated
comzone, the cookie that save the show/hide of comments on tikiWiki pages, isn't being updated properly. Once comments are shown they remain shown.

To reproduce the issue, follow the following instructions:
- activate comments for you TikiWiki page, through your admin controls
- Open a new session of your web browser. I'll assume you're using Firefox from now on
- Navigate to one of you wiki pages
- Scroll down to the bottom of your wiki page
~ Notice how the 'Post New Comments' comments section is hidden
- Click the link to add comments and make the 'Post New Comments' visible
- In Firefox, select Tools-> Options. Go to the privacy section and click on Show Cookies. Search for your site or site subdomain (type the first letter of the domain or subdomain to jump to that letter) where your tikiWiki is. Expand the folder and search for comzone. Notice that comzone is set to 'o'. Close out the cookies and option window.
- Browse to another page on your tikiWiki site and scroll down to the bottom of the page
- Notice that the 'Post New Comments' section is still visible
- Click on the add comment link to collapse the comments section.
~ At this point the comzone cookie should have changed.
- Check on the content of comzone and see if it is something other than 'o'. You will find that it doesn't change.
- Delete the comzone cookie and refresh the wikipage and you'll see that comments get hidden.
tracker item
Data corruption in Tiki bug tracker comments
tracker item
Dev trackers, Comments; Edited comment is not refreshed correctly (doesn't update right away)
tracker item
Dev.t.o, Comments, user tag; Behaviour for the user tag (at-bsfez) has changed and look broken
tracker item
dev.tiki.org 13.x threading on tracker comments is not ergonomic
tracker item
Disappering comments in page
I replied to a comment in the page WikiPedia. At that moment, there were already two comments. When I published my comment, the two other comments disappeared. The page still says there are three comments, but My browser can only see either zero or one (mine)
tracker item
Display external wikis and abbreviations in editor
Folks would probably use external wiki abbreviations more if they and their full equivalents were displayed on the editing screen. Even better if there were an explanation of what they are for, how to use them. Maybe a tooltip?
tracker item
Do not display [comment] link, when no perm to post comments and no comments posted yet
for users with tiki_p_wiki_view_comments perm only, it displays the ~np~[comment]~/np~ link on the wiki page bar even when no comments there yet to read, so clicking it does literally nothing...
tracker item
Editing a comment for a trackeritem does not update the comment using codemirror
tracker item
Empty comments shouldn't be possible or they shouldn't be displayed in Since your last visit
tracker item
enhancing spam fight and protection: from multiple comments to banning multiple ips with minimum clicks
This improvement in Tiki would be very welcome. After spammers add noise to your site (in one day, 10 comments to different places in your tiki from 10 different ip's!), it would be nice if there was the chance that the tiki admin can ban all those 10 ip's with a minimum number of clicks (besides removing many spam comments at once, which can be done already).

This is some possible way to add if (from the interface point of view):

{img src=img122}

Self explicative?
User selects multiple checkboxes, and clicks on some button below which sends all that information (those ip's from those comments) to fill admin banning data (storing the data already for the 10 ip's at once).
Alternatively, one by one, prefilling the interface one by one.

{img src=img123}
tracker item
Error in tiki-list_comments.php - no comments on list
tiki-list_comments.php shows up blank even though I have comments. This only happens in 1.10 when I set my feature preferences to 1.10 feature styles instead of 1.9 feature styles. Do I need to run an db update if I switch? PHP errors shows:

PHP (5.2.3) ERROR (E_WARNING):
File: tiki-list_comments.php
Line: 51
Type: in_array() [function.in-array]: Wrong datatype for second argument

The entire PHP error list is:
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 20
Type: Undefined variable: feature_wiki_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 22
Type: Undefined variable: feature_article_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 24
Type: Undefined variable: feature_blog_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 24
Type: Undefined variable: feature_blogposts_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 26
Type: Undefined variable: feature_file_galleries_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 28
Type: Undefined variable: feature_image_galleries_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 30
Type: Undefined variable: feature_poll_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 32
Type: Undefined variable: feature_faq_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 50
Type: Undefined index: types
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 51
Type: Undefined index: types
PHP (5.2.3) ERROR (E_WARNING):
File: tiki-list_comments.php
Line: 51
Type: in_array() [function.in-array]: Wrong datatype for second argument
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 98
Type: Undefined index: types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 84
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 87
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 90
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 93
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 96
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 99
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 170
Type: Use of undefined constant cant_pages - assumed 'cant_pages'
PHP (5.2.3) NOTICE (8):
File: en^%%4B^4B8^4B839B3D%%user_module.tpl.php
Line: 7
Type: Undefined index: modules_params
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%9E^9E2^9E21ED1B%%mod-login_box.tpl.php
Line: 6
Type: Undefined index: do_not_show_login_box
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%18^188^18826D51%%mod-change_category.tpl.php
Line: 6
Type: Undefined index: page
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%4B^4B8^4B839B3D%%user_module.tpl.php
Line: 7
Type: Undefined index: modules_params
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 11
Type: Undefined index: language
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 12
Type: Undefined index: language
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 142
Type: Undefined index: mootools_windoo
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 145
Type: Undefined index: mootab
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 175
Type: Undefined index: msgError
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 176
Type: Undefined index: section
PHP (5.2.3) NOTICE (8):
File: en^%%86^863^863C42B0%%tiki-ajax_header.tpl.php
Line: 6
Type: Undefined index: xajax_js
PHP (5.2.3) NOTICE (8):
File: en^%%97^977^977F80C8%%tiki-top_bar.tpl.php
Line: 10
Type: Undefined index: feature_calendar
PHP (5.2.3) NOTICE (8):
File: en^%%97^977^977F80C8%%tiki-top_bar.tpl.php
Line: 17
Type: Undefined index: feature_debug_console
PHP (5.2.3) NOTICE (8):
File: en^%%97^977^977F80C8%%tiki-top_bar.tpl.php
Line: 20
Type: Undefined index: feature_phplayers
PHP (5.2.3) NOTICE (8):
File: en^%%8C^8CD^8CD0DF4C%%tiki-bot_bar.tpl.php
Line: 99
Type: Undefined index: feature_babelfish
PHP (5.2.3) NOTICE (8):
File: en^%%8C^8CD^8CD0DF4C%%tiki-bot_bar.tpl.php
Line: 99
Type: Undefined index: feature_babelfish_logo
Tiki Debugger Console [x]
Current URL: /tiki/tiki-list_comments.php
Command:
Type help to get list of available commands

tracker item
Eval error in event debug console in IE
tracker item
Feature to discuss wiki pages in forums sends a notification email (group watches) each time the use clicks at the button 'Start discussion' (even if the discussion and thread was already started by someone else previously)
tracker item
Forbidden content in comments shows up in search results
tracker item
Forum & comment threading: make optional and plain (not threaded) by default
Tiki 1.9.x forums have improved nicely over the last few months. One more thing to make them cleaner is to make the default threading to plain.

Let's face it, it looks cleaner :-)


{img src=images/code.png}%%% {CODE()}
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/comments.php,v
retrieving revision 1.31.2.50
diff -c -r1.31.2.50 comments.php
*** comments.php 11 May 2007 23:15:50 -0000 1.31.2.50
--- comments.php 31 May 2007 04:01:10 -0000
***************
*** 386,392 ****

if (!isset($_REQUEST["comments_style"])) {
// TODO: Make this an option.
! $_REQUEST["comments_style"] = 'commentStyle_threaded';
} else {
$smarty->assign('comments_style_param', '&comments_style='.$_REQUEST['comments_style']);
$comments_show = 'y';
--- 386,392 ----

if (!isset($_REQUEST["comments_style"])) {
// TODO: Make this an option.
! $_REQUEST["comments_style"] = 'commentStyle_plain';
} else {
$smarty->assign('comments_style_param', '&comments_style='.$_REQUEST['comments_style']);
$comments_show = 'y';

{CODE}
tracker item
Forums: move topic to another forum id (feature already exists)
In forums:

Topics are first level (discussion starters)
Message are replies. This uses the same code as comments (used in wiki pages, image gallery, etc) and has threading.

In 1.9.x, an admin can move a reply to another topic. This is of limited use. It is as if the admin decides "Your answer is more suited to another question"...

What would be much more useful:
To change a topic (and all threaded replies) to another forum.

So an admin could start with one general forum, and create more specific forums if/when the volume of messages justifies it. Right now, the admin has to plan all these forums in advance. And a list of empty forums is not very inviting...

If someone starts a thread in the wrong forum, it should be easy to correct.
tracker item
If more than 10 comments, not possible to set (change) comment filter
Try it here:
http://tikiwiki.org/Hosting+company

Related:
{wish id=2554}
tracker item
Illogical pagination
tracker item
Improve comments UX (why 4 times the word comment?)
tracker item
Include option to separate voting on forums from karma or score system
Nowadays the voting on forums is confusing in educational or e-democracy scenarios, since it's not easy to understand why a voting of ! makes just 0.40, or a voting of 5 make 1.60, etc. as it may happen nowadays, since voting on forums seems to be linked to karma or score system.

There should be an option to unlink them, so taht a vote of 1, makes 1, and an option of 5 makes 5 to be included in the mean which is shown at the end on the rate value.
tracker item
Ip logging in many table too short for IPv6
In tables
tiki_comments, tiki_history, tiki_pages, tiki_tags tiki_user_voting
the column IP is too short (varchar 15) for IPv6 logging

In tables
tiki_actionlog, tiki_download, tiki_logs the column IP is very big (too big ?) varing from 39 to 200 char . In tiki_download the IP cloumn is in UPPERCASE (may be problem with some Mysql installation)

In tables
tiki_banning
the IP is split in three columns . so we can't bann an IPv6
tracker item
Post new comment gives "Warning: Invalid argument supplied for foreach" tiki 8.2
Tiki-8.2 Wikipage: Comments --> Post new comment
Warning: Invalid argument supplied for foreach() in /.../public_html/lib/init/tra.php on line 57
tracker item
Setting Admin Home>Comments>Comments below wiki pages>Display by default does not work
I've enabled the option "Admin Home>Comments>Comments below wiki pages>Display by default" but I still need to click on the "comments" button at the bottom of the wiki page to see or post a comment
tracker item
Two options naming the same in "Admin Home" comment sector
There are two options in comment configuration page naming the same -- "Default number per page:".

It seems that they are on control of the same thing. I have to modify the both otherwise my setting will not be applied.
{img id="127"}
tracker item
No indentation of Forum Replies and Comments - Theme TheNews TW v6.7
Apologies, I've some how managed to enter this twice.

Please see [http://dev.tiki.org/item4247]
tracker item
No Indentation of Forum Replies or Wiki Page Comments using Theme TheNews v6.7
Forum replies are difficult to read because there is no indentation when using theme TheNews on v6.7 (also affected version 4.3)

Using Firebug with Firefox v12.x established that the style value "padding-left" is set as follows ...
~pp~
#tiki-centre div 2px from thenews.css line 382 which reads #tiki-centre div { padding: 3px 2px; }
Over rides
.sub_comment 20px from layout.css line 1539 which reads .sub-comment { padding-left: 20px; }
~/pp~

We also notice that the vertical alignment could be improved upon.

Following patch has been applied via Admin -> Look & Feel - - Custom CSS and is being successfully used on our v6.7 system.

Regards,

Martin


tracker item
Main Feature
Features Classification
tracker item
kerrnel22
Contributors
tracker item
koth
Contributors
tracker item
Last comments for trackers : module needed
On this site, people add comments to trackers but there is no way to know what what the last comments.
tracker item
link_cache creates SQL error
From tiki-devel. This is a blocker in my view.

{QUOTE(replyto=)}>> A user added a link to a comment, and now any page that tries to show the link (e.g. the wiki page or the comments admin page) gives me a sql error. My code is up to date to about a week ago ‑ has this been spotted and fixed? A quick search didn't turn anything up for me.
>>
>>
> No, I can reproduce this on current trunk. Here's the stack trace:
>
>> * /var/www/tiki/trunk/tiki‑index.php : 0 ‑> {main}(array ( ))
>> * /var/www/tiki/trunk/tiki‑index.php : 427 ‑> runSetups(array ( ))
>> * /var/www/tiki/trunk/lib/wiki/renderlib.php : 89 ‑> setupPage(array ( ))
>> * /var/www/tiki/trunk/lib/wiki/renderlib.php : 310 ‑> get_parse(array
>> ( 'page' => '\'HomePage\'', 'canBeRefreshed' => 'FALSE', ))
>> * /var/www/tiki/trunk/lib/wiki/wikilib.php : 375 ‑> parse_data(array (
>> 'data' => '\'{BACKLINKS()}{BACKLINKS}\\r\\n((nouvel escape
>> test))\\r\\n((Home
>> ))\\r\\n{YOUTUBE(movie="http://www.youtube.com/watch?v=_wesmkqvUPI")}{YOUTUBE}\\r\\n!!{img
>> src=pics/icons/star.png alt="Star"} Get started.\\r\\nTo begin
>> configuring your site:\\r\\n{FANCYLIST()}\\r\\n1) Log in as the
>> __admin__ with password __admin__.\\r\\n2) Change the admin
>> password.\\r\\n3) Enable specific Tiki features.\\r\\n4) Configure the
>> features.\\r\\n{FANCYLIST}\\r\\n\\r\\n!!{img src=pics/icons/help.png
>> alt="Help"} Need help?\\r...\'', 'options' => 'array (\'is_html\' =>
>> \'0\')', ))
>> * /var/www/tiki/trunk/lib/tikilib.php : 6370 ‑> cache_links(array (
>> 'links' => 'array (0 => \'http://info.tikiwiki.org/Learn+More\', 1 =>
>> \'http://info.tikiwiki.org/Help+Others\', 2 =>
>> \'http://doc.tikiwiki.org\', 3 => \'http://www.tikiwiki.org/forums\',
>> 4 => \'http://info.tikiwiki.org/Join+the+community\')', ))
>> * /var/www/tiki/trunk/lib/tikilib.php : 3505 ‑> cache_url(array (
>> 'url' => '\'http://info.tikiwiki.org/Learn+More\'', 'data' => '', ))
>> * /var/www/tiki/trunk/lib/tikilib.php : 3739 ‑> queryError(array (
>> 'query' => '\'insert into `tiki_link_cache`(`url`,`data`,`refresh`)
>> values(?,?,?)\'', 'error' => 'NULL', 'values' => 'array (0 =>
>> \'http://info.tikiwiki.org/Learn+More\', 1 =>
>> \'\\n\\n\\n\\t\\n\\n\\n\\t\\t\\n\\t\\t\\n\\t\\t\\n\\n\\t\\n\\n\\n\\t\\t\\n\\t\\t\\n\\t\\t
>>
>
> cache_url unconditionally calls queryError(). I don't know what
> queryError() is supposed to do (and certainly didn't hope to find this
> documented), but the following code from Bridge.php is odd:
>
> function query( $query = null, $values = null, $numrows = ‑1,
> $offset = ‑1, $reporterrors = true ) // {{{
> {
> return self::get()‑>query( $query, $values, $numrows, $offset,
> $reporterrors );
> } // }}}
>
> function queryError( $query, &$error, $values = null, $numrows = ‑1,
> $offset = ‑1 ) // {{{
> {
> return self::get()‑>query( $query, $error, $values, $numrows,
> $offset );
> } // }}}
>
> Calling self::get()‑>query() with in turn $values or $error as second
> argument is strange. I figure queryError is probably meant to call
> self::get()‑>queryError() instead.
>
> This code was introduced in r20205.
>
{QUOTE}
tracker item
luci
Contributors
tracker item
Make tracker comments searchable
Comments to tracker items can be very a useful way to gather ideas, code snippets, links, etc. from the community regarding an a problem or an idea.

It would therefore seem to be natural to include tracker comments in search - otherwise there is a risk of losing valuable community contributions in a black hole of tracker comments.

Tracker comments should of course be included in "Entire Site", and maybe even have their own search category.
tracker item
Wrong feedback to comment poster when Comments Moderation is on and post is not shown
tracker item
Module since_last_visit_new shows unapproved comments
I have set feature_comment_moderation=y, so new comments are invisible until approval, but they are shown as new comments on the since_last_visit_new module. So if user clicks on this link they come to the page where the comment was made (currently only tested with blog comment, but should be the same with other comments), and don't see this new comment.
I've no idea if this also affects coming version 4, only working with v3.2
tracker item
My first post of the day in the Tiki forum is never saved
tracker item
natokpe
tracker item
nofollow on hyperlinks
Please see:
http://www.wikimatrix.org/wiki/feature:nofollow
http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html
tracker item
Numbered ol list does not display numbers in comments here
tracker item
Only show "10/20/30/All" (drop-down) comments filter if number of comments is > 10
Most of the time, comments (or forum threads) have less than 10 comments. Therefore, this box is not useful, and clutters the User Interface.

tracker item
Page comments fail when page name contains a comma
tracker item
Post comment catgory permissions are ignored
Setting post comment category permissions doesn't work
Case:
1) Assign global anonymous allowed to post comments
2) Create a category NoAnonymousComments
3) Set the permissions for this category so only registered users can post comments
4) Create a wiki page "a comment test" and assign it to the category NoAnonymousComments
5) Log out
6) Look at the wiki page "a comment test"
The anomymous user can see and post comments

Seems like category permission to post comments is ignored and only the global setting is applied.
tracker item
QUOTE plugin in comments, replyto automatic parameter, missing default attribute
When you use the plugin QUOTE, the user you reply not appear automatically in the Post new message box, and you have to introdude it manually
tracker item
Reply comment should use (more of the) available width
tracker item
Save and Comment and Save Returning to Item List doesn't work with Safari
tracker item
Saving a comment using the Save and Comment button on the whishlist creates 2 identical comments
tracker item
Screencasts in comments: no longer showing
tracker item
Since last visit, Comments; When a comment start with a module (like quote) the since last visit module should be able to display something
tracker item
Since your last visit "Multiple new comments, including" links should show the Tracker "Comments" tab
tracker item
Since your last visit: clicking link takes me to the wrong comment
tracker item
Slides in 21.x: Section about wiki page comments wrongly placed on top of all slide titles
tracker item
Spam filtering: Bad Behavior or Mollom or Akismet, Defensio or TypePad AntiSpam
Here are some options
http://framework.zend.com/manual/en/zend.service.akismet.html
http://bad-behavior.ioerror.us/
http://antispam.typepad.com/
http://www.defensio.com/
http://mollom.com/

See: ((Spam Protection))
tracker item
Stop indent thread discussion at some point (comments replies)
tracker item
System error when attempting to enable blog comments on a blog created by a profile
tracker item
text annotations (select a snippet, and add a signed/dated text note)
Similar to ((doc:PluginAnnotation)) for images.

This would make it easier for people to know who added what comment, when and to distinguish the main content, from notes.

Similar to ((doc:PluginMouseOver)), but should be easier to use.

Related:
{wish id=1409}
tracker item
The ">" character is double-parsed in "Multiple new comments, including" of SYLV module
tracker item
Threaded comment listing sort order
tracker item
Threaded comments second level not showing
tracker item
thresold...
I put it on Prio 2 (how important is spelling???)
In tiki-setup.php and other files
the word thresold is used to refer to threshold
this is obviously a spelling error and happens also in the same file for comments_thresh?old

apart from those two thresold only appears in some comments, all of which can be changed without affecting functions.

(egrep -rn thresold /tikiDirectory/)
tracker item
tracker comment editwiki_toolbar is not turned off even if section_comments_parse is disabled
tracker item
Tracker Comments tab doesn't show number in parenthesis as Attachments do
tracker item
Unable to reply or post to comments to tracker items with Chromium or SeaMonkey browsers (fine with Firefox)
tracker item
Username can't have space in it for messageing system Bug
When user has spaces in their name they can`t use messaging system
try "test user" as username
tracker item
voting on forum post comments shown & working when rating per forum not selected
When you configu. a forum without the option to vote threads, the comments on forums threads allow users to rate them still. And they shouldn't.

The same even if score system is toggled off from active features.
tracker item
When clicking a link to answer (re) a comment (at least on blog), the comment section colaps.
When clicking a link to answer (re) a comment (at least on blog), the comment section colaps.

Answear a comment on a blog, and all text magically disapair as the comment area colaps.
tracker item
wiki comment per page
tracker item
Wiki comments are not counted like in 1.8 (now only top level)
"The conversion seems to have dropped comments, on 1.8 the front page used to say it had 80+ comments, now on 1.9 it says 53."


I think no comments were dropped, it's the count which is different. Only first level comments are counted.
tracker item
Wiki inline help modal can't be used twice while editing a page (without reloading the page)
tracker item
Wiki syntax doesn't work in Tracker comments
Wiki syntax is not enabled in Tracker comments on this site. May be usability bug in later Tiki versions.
tracker item
xavi
Contributors
tracker item

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki development and should correspond to documentation keywords.

Each feature in Tiki has a wiki page which regroups all the bugs, requests for enhancements, etc. It is somewhat a form of wiki-based project management. You can also express your interest in a feature by adding it to your profile. You can also try out the Dynamic filter.

Accessibility (WAI & 508)
Accounting
Administration
Ajax
Articles & Submissions
Backlinks
Banner
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Calendar
Category
Chat
Comment
Communication Center
Consistency
Contacts Address book
Contact us
Content template
Contribution
Cookie
Copyright
Credits
Custom Home (and Group Home Page)
Database MySQL - MyISAM
Database MySQL - InnoDB
Date and Time
Debugger Console
Diagram
Directory (of hyperlinks)
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
DogFood
Draw -superseded by Diagram
Dynamic Content
Preferences
Dynamic Variable
External Authentication
FAQ
Featured links
Feeds (RSS)
File Gallery
Forum
Friendship Network (Community)
Gantt
Group
Groupmail
Help
History
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
jQuery
Kaltura video management
Kanban
Karma
Live Support
Logs (system & action)
Lost edit protection
Mail-in
Map
Menu
Meta Tag
Missing features
Visual Mapping
Mobile
Mods
Modules
MultiTiki
MyTiki
Newsletter
Notepad
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Organic Groups (Self-managed Teams)
Packages
Payment
PDF
Performance Speed / Load / Compression / Cache
Permission
Poll
Profiles
Quiz
Rating
Realname
Report
Revision Approval
Scheduler
Score
Search engine optimization (SEO)
Search
Security
Semantic links
Share
Shopping Cart
Shoutbox
Site Identity
Slideshow
Smarty Template
Social Networking
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Staging and Approval
Stats
Survey
Syntax Highlighter (Codemirror)
Tablesorter
Tags
Task
Tell a Friend
Terms and Conditions
Theme
TikiTests
Federated Timesheets
Token Access
Toolbar (Quicktags)
Tours
Trackers
TRIM
User Administration
User Files
User Menu
Watch
Webmail and Groupmail
WebServices
Wiki History, page rename, etc
Wiki plugins extends basic syntax
Wiki syntax text area, parser, etc
Wiki structure (book and table of content)
Workspace and perspectives
WYSIWTSN
WYSIWYCA
WYSIWYG
XMLRPC
XMPP




Useful Tools