I updated Discussion2 again just now. The "Threshold" popup is replaced by a couple of buttons.
The main point of the More/Less and Worse/Better buttons is to help narrow a discussion based on the scores of the comments. This is not very useful in most use Perl; discussions, but you can see it in action in some big discussions.
Also, one thing not mentioned previously, is if you have a long comment so you get the "Read the rest of this comment" link, that will now use AJAX-y goodness to fetch the rest of the comment and load it in-place. Spiffy.
Re:questions
pudge on 2006-05-05T04:49:13
In doing that, I still found I'm wanting the same thing I've been wanting in the old system and in the in-progress discussions2 system: a [+] in the right-corner of a comment who's the parent of a thread within a discussion. I want to be able to toggle the class: hide at will, just like you can with the tags box.
You can do that. It's just not a "+". Click the title of the comment.
Is any of the new code in ajax/comments.pl yet?
It all is in CVS. The one problem is that we have it in comments.js which is not properly copied into your live images dir if you do not use the default theme and do not put it in your THEME.
I noticed some of the.js commits lately but haven't ventured to look further. I'm curious as to if you're using memcached or what - because I'd think w/ the constant ajax hits this thing will provide, for the larger sites something'd have to be done.
There is, now, almost no use of Ajax. It's only used to get the full text for a long comment, where we have the "Read the rest of this comment" links.
Re:questions
pudge on 2006-05-05T04:50:31
Oops, didn't finish replying.
Will the by-pages-breakdown go away also?
It already has gone away.
Also, someone had started what looked to be code stubs to show a discussion in more of a 'forumish' look. Is any of that included w/ discussions2? If not, are there plans for it?
I do not know what code you are referring to, or what "it" is.