Commit Graph

16 Commits

Author SHA1 Message Date
Damian Mooyman 468df23801 Nested comments proof of concept
Update theme to new look and feel
Add jquery-validate 1.3.1 (w/ nz dst patch)
2015-04-21 11:12:42 +12:00
Gordon Anderson 827ae69d2f FIX: Ensure that comments edited using AJAX are themselves editable using AJAX 2014-07-02 23:51:08 +07:00
RuthAdele 240c73b2a8 'live' is deprecated, use 'on' instead. 2014-04-07 12:05:42 +09:30
Ingo Schommer 25561d17a8 API Removed ajax comment submission
The JS logic didn't account for edge cases like scrolling
to the inserted comment, or attaching the comment in the right sorting logic,
on the right pagination page. It also doesn't show any "loading" indication,
so is bad usability for the majority of users. A standard form submission
does the same job better in this case. Note that this doesn't affect
the ability to moderate/delete comments via ajax.

Replaced 'use_ajax_commenting' with 'include_js',
since its important for behaviour other than comment submission itself,
e.g. showing previews (doesn't work without JS)
2013-03-19 11:21:29 +01:00
Will Rossiter 3a4a1dd4b4 FIX Ensure comments are escaped in RSS feeds.
FIX Also fix up preview to only output the comment content rather than the whole template.

FIX Hide preview after posting comment.

API Move AllowHtml to field to prevent issues with altering Html configuration after comments have been posted.

FIX If moderation is turned on for commenting, still render comments in preview mode.
2013-03-05 22:01:42 +13:00
Ingo Schommer 0cf5f66783 NEW Comment previews 2013-03-04 12:10:59 +01:00
Shea Dawson 6859980696 validation ignore class should be .hidden, ADDED comment class and odd even class to li created by js 2013-02-22 18:02:42 +11:00
Shea Dawson 8b66d9fda6 MINOR scroll back up to top of comments list after pagination ajax has loaded a new page 2013-02-20 19:40:53 +13:00
Shea Dawson ca638e367a ENHANCEMENT clientside validation messages sourced from customisable serverside code. Several small bugfixes also 2013-02-20 19:40:53 +13:00
Shea Dawson b1bc0c713b BUGFIX pagination ajax loading was doubling up on elements 2013-02-20 19:40:53 +13:00
Shea Dawson 4c5d7cd32b AJAX pagination and some light house keeping 2013-02-20 19:40:53 +13:00
Shea Dawson 3bdd155221 MINOR no comments message always comes from template, making it easier to customise and translate 2013-02-20 19:40:53 +13:00
Shea Dawson 6a0323415b Completed the ajax commenting functionality 2013-02-20 19:40:53 +13:00
Will Rossiter d9580ed600 FEATURE: added delete comment functionality. MINOR: added documentation 2010-12-11 18:01:19 +13:00
Will Rossiter f539a97d07 ENHANCEMENT: started to incorporate the jQuery version of comments 2010-12-07 14:09:52 +13:00
Will Rossiter a1df7f52df Initial commit with transfer of existing comments functionality 2010-11-30 11:24:17 +13:00