Dave,
Looks great!
Can these be checked?
1. Comment edit onclick, does not like the size(), .length works though
(ff).
roller/roller-ui/authoring/comments.rol on the edit comment
function editComment(id) {
// make sure we have the full comment
//if ($("#link-" + id).size() > 0) readMoreComment(id, editComment);
if ($("#link-" + id).length > 0) readMoreComment(id, editComment);
// save the original comment value
comments[id] = $("#comment-" + id).html();
$("#editlink-" + id).hide();
$("#savelink-" + id).show();
$("#cancellink-" + id).show();
// put comment in a textarea for editing
$("#comment-" + id).html("<textarea style='width:100%' rows='10'>"
+ comments[id] + "</textarea>");
}
2. Template delete does not work
roller/roller-ui/authoring/templates page delete template click
TypeError: document.templateRemove is undefined
Cheers Greg
On Mon, 9 Dec 2019 at 23:49, Dave <[email protected]> wrote:
> Please vote to release RC2 as Apache Roller 6.0.0. Release candidate files
> are here:
> https://dist.apache.org/repos/dist/dev/roller/roller-6.0/v6.0.0/
>
> Please vote +1 to release or -1 with reason(s) not to release.
>
> Thanks,
> Dave
>
>
> PS. This is the proposed release announcement:
>
> The Apache Roller project is pleased to announce the release of Roller
> 6.0.0.
>
> You can find a list of the issues resolved in Roller 6 here:
> https://issues.apache.org/jira/projects/ROL/versions/12344884
>
> In summary, Roller 6 is a new version of Roller with these features:
> * Web interface has been rewritten to use Twitter bootstrap via the Struts
> 2 Bootstrap tags.
> * Most dependencies have been upgraded to latest version.
> * Compiled with Java 11 and requires Java 11.
> * The installation giude has been converted from OpenOffice to AsciiDocs.
>
> It should be relatively easy to ugrade from Roller 5.2.4 to Roller 6
> because there are no changes to the database schema (that means you can
> easily roll back if you find problems). The user interface is different and
> we hope you'll find it better, easier to use, more intuitive and with a
> more modern feel.
>
> Thanks to the many contributors to Roller for this new release. We hope
> you'll enjoy and find it useful.
>