+1 with some notes below.

Cheers Greg

##

http://127.0.0.1:8080/roller/roller-ui/authoring/weblogConfig.rol?weblog=testuser

Missing value for createWebsite.timeZone

##

Remember me seems to have gone?

##

http://127.0.0.1:8080/roller/roller-ui/admin/globalConfig.rol

Editor Pages are these still valid?

Editor Pages : editor-text.jsp,editor-rte.jsp,editor-xinha.jsp

##

Duplicate /n when editing a comment

org.apache.roller.weblogger.ui.struts2.ajax.CommentDataServlet

String content = Utilities.escapeHTML(c.getContent());
content = WordUtils.wrap(content, 72);
content = StringEscapeUtils.escapeEcmaScript(content);

It would be better to leave the wrapping to the ui.  ie remove WordUtils.wrap(content, 72);


On 10/04/2020 21:42, Dave wrote:
I have prepared a release candidate for a Roller 6.0.1 release based on
latest code in the roller-6.0.x branch.  This release will be a minor bug
fix release. It fixes two bugs, which you can see here:

    https://issues.apache.org/jira/projects/ROL/versions/12347761

A release candidate files for this release are available here:

    https://dist.apache.org/repos/dist/dev/roller/roller-6.0/v6.0.1/

Please vote +1 to release or -1 with reason(s) not to release.

I plan to leave this vote open until April 19 to allow folks time to test.

Thanks,
Dave

Reply via email to