

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
12 messages in org.apache.roller.devRe: VOTE: Release 4.0RC9 as Apache Ro...| From | Sent On | Attachments |
|---|---|---|
| Dave | Oct 29, 2007 9:06 am | |
| Anil Gangolli | Nov 3, 2007 9:40 am | |
| Dave | Nov 5, 2007 9:36 am | |
| Matt Raible | Nov 5, 2007 9:50 am | |
| Dave | Nov 5, 2007 2:58 pm | |
| Matt Raible | Nov 5, 2007 4:00 pm | |
| Matt Raible | Nov 5, 2007 4:10 pm | |
| Matt Raible | Nov 5, 2007 4:32 pm | |
| Matt Raible | Nov 6, 2007 9:19 pm | |
| Dave | Nov 9, 2007 6:20 am | |
| Matt Raible | Dec 9, 2007 8:47 pm | |
| Dave | Dec 10, 2007 9:32 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: VOTE: Release 4.0RC9 as Apache Roller 4.0 | Actions... |
|---|---|---|
| From: | Anil Gangolli (an...@busybuddha.org) | |
| Date: | Nov 3, 2007 9:40:39 am | |
| List: | org.apache.roller.dev | |
Dowloaded and verified sigs on RC9. All OK this time.
Tried a fresh install on MySQL 5 (5.0.45), Ubuntu 7.10. Went smoothly.
I'm seeing one issue that I didn't notice before but I haven't looked into the cause. It doesn't seem to have any visible effect but I suspect the popular tags frontpage display is not working as a result.
ERROR 2007-11-03 08:32:46,806 SiteModel:getPopularTags - ERROR: fetching
site tags list
<0.9.7-incubating nonfatal user error>
org.apache.openjpa.persistence.ArgumentException: java.lang.String
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:805)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:766)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:762)
at
org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:517)
at
org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:230)
at
org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:269)
at
org.apache.roller.weblogger.business.jpa.JPAWeblogManagerImpl.getPopularTags(JPAWeblogManagerImpl.java:1274)
at
org.apache.roller.weblogger.ui.rendering.model.SiteModel.getPopularTags(SiteModel.java:564)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:419)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:73)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:125)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.Template.merge(Template.java:254)
at
org.apache.roller.weblogger.ui.rendering.velocity.VelocityRenderer.render(VelocityRenderer.java:145)
at
org.apache.roller.weblogger.ui.rendering.servlets.PageServlet.doGet(PageServlet.java:442)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
Anyone else seeing this?
--a.
Dave wrote:
Thanks for all the help in that last round of testing and fixing including from (in no particular order): Matt Raible, Phillip Rhodes, Anil Gangolli, Jan Lui, Matthew Montgomery, Steve Elrond and Dehru Cromer. We found and fixed a bunch of issues, mostly minor, and the fix list is included below.
I have created a new release candidate RC9 and believe it to be ready for release as Apache Roller 4.0. Please do the tests and/or sanity tests you feel appropriate and VOTE!
Release files are here with updated docs: http://people.apache.org/~snoopdave/apache-roller-4.0-rc9/
Roller Support files (themes and plugins NOT part of official release) updated here: https://roller.dev.java.net/servlets/ProjectDocumentList
Thanks, Dave
*** Weblog update ping results are not parsed properly
Minor issue with the ping response parsing due to the XML rpc client upgrade; the old client used to return HashTable; the new client returns a HashMap. I'm updating to code to expect any Map type. Reported by Steve Elrond FIX: http://svn.apache.org/viewvc?rev=587921&view=rev
*** Using incorrect handle for default Planet
http://opensource.atlassian.com/projects/roller/browse/ROL-1432 Reported by: Jan Lui and Matthew Montgomery FIX: http://svn.apache.org/viewvc?rev=588519&view=rev
*** Mis-capitalzied mail.hostname also in Section 2 of the RC8 install guide.
"The instances of the property mail.hostname in the cut-and-paste initial roller-custom properties (Sections 6 and 6.1) are mis-capitalized as mail.hostName" (reported by Anil Ganfoli)
Reported by Anil Gangolli FIX: http://svn.apache.org/viewvc?rev=587767&view=rev
*** Error in Planet task setup docs
Thanks, this is working now. The Installation manual, page 14 needs updating. It referes to RefreshPlanetTask and NOT RefreshRollerPlanetTask. Reported by Steve Elrond FIX: http://svn.apache.org/viewvc?rev=587765&view=rev
*** Incorrect feed update element values in site-wide feeds
http://opensource.atlassian.com/projects/roller/browse/ROL-1587 FIX: http://opensource.atlassian.com/projects/roller/browse/ROL-1587 Reported by Matthew Montgomery, fixed by Dave Johnson * Ping error reporting not working http://opensource.atlassian.com/projects/roller/browse/ROL-1585 Reported by Steve Elrond FIX: http://svn.apache.org/viewvc?rev=587921&view=rev
*** Unable to edit a bloggers blog from the global administrator
When using 3.1 as a global administrator I was able to view, manage and edit a users blogs. After converting to 4.0 when I edit a User I get the 'Change users profile and admin permissions' At the bottom of the page where there should have been a list of the users Weblogs, I just get the message 'User is a member of no weblogs.' Reported by Steve Elrond, Comfirmed by Dehru Cromer FIX: http://svn.apache.org/viewvc?rev=588506&view=rev
*** Add a RollerCasPopulator that allows Roller to easily integrate with CAS
http://opensource.atlassian.com/projects/roller/browse/ROL-1582 Reported and fixed by Matt Raible w/patch from Phillip Rhodes FIX: http://svn.apache.org/viewvc?rev=587514&view=rev
*** Add CAS Settings to security.xml so users can more easily integrate CAS
http://opensource.atlassian.com/projects/roller/browse/ROL-1583 Reported and fixed by Matt Raible FIX: http://svn.apache.org/viewvc?rev=587518&view=rev
*** Problems with themes in Roller support project
1) The sunsets theme, and werner theme have the themes.xml from the Andreas08 theme, 2) The simple.css from the sunsest theme references an image called input_white.gif which does not exist, and 3) The movablemanila Weblog.vm references a theme.css style sheet which does not exist. Reported by Steve Elrond FIX: fixed in Roller Support project CVS (which is not included in the Apache Roller release)







