Re: Remaining JIRAs for Roller 5.1

2014-06-09 Thread Greg Huber
Glen,

How do I edit the page to remove completed ROL's? as per instructions.


On 9 June 2014 01:53, Glen Mazza glen.ma...@gmail.com wrote:

 Hi team, I made a list of the 16 (of the presently 84 open) JIRAs I'd like
 to see done before we release Roller 5.1:

 https://cwiki.apache.org/confluence/display/ROLLER/
 Apache+Roller+5.1+Release

 None of them involve any further database changes, so the 5.1 Roller DB
 appears good to go as-is.  Feel free to add additional JIRA items or other
 comments to the above page.  I'll be working on these but any
 patches/commits from others would also be great.  Note no commits, please,
 until Dave is finished merging the new Propono into trunk.

 Regards,
 Glen




Re: Remaining JIRAs for Roller 5.1

2014-06-09 Thread Glen Mazza
Awesome, one less bug.  :)  If logging in doesn't give you write access, 
enter the problem in the Infra JIRA, maybe giving a link to our people 
page to show you're a PMC member.  (That happened to me also recently 
and it took them a day or so to give me write access again--I think we 
all lost our write access at that point.)


Glen

On 6/9/2014 5:18 AM, Greg Huber wrote:

Glen,

How do I edit the page to remove completed ROL's? as per instructions.


On 9 June 2014 01:53, Glen Mazza glen.ma...@gmail.com wrote:


Hi team, I made a list of the 16 (of the presently 84 open) JIRAs I'd like
to see done before we release Roller 5.1:

https://cwiki.apache.org/confluence/display/ROLLER/
Apache+Roller+5.1+Release

None of them involve any further database changes, so the 5.1 Roller DB
appears good to go as-is.  Feel free to add additional JIRA items or other
comments to the above page.  I'll be working on these but any
patches/commits from others would also be great.  Note no commits, please,
until Dave is finished merging the new Propono into trunk.

Regards,
Glen






Re: Remaining JIRAs for Roller 5.1

2014-06-09 Thread Glen Mazza
Actually we should still wait on commits until Dave is finished merging 
branch into trunk.  Hopefully he can import your small commit fixing 
ROL-2002.


Glen

On 6/9/2014 5:28 AM, Glen Mazza wrote:
Awesome, one less bug.  :)  If logging in doesn't give you write 
access, enter the problem in the Infra JIRA, maybe giving a link to 
our people page to show you're a PMC member.  (That happened to me 
also recently and it took them a day or so to give me write access 
again--I think we all lost our write access at that point.)


Glen

On 6/9/2014 5:18 AM, Greg Huber wrote:

Glen,

How do I edit the page to remove completed ROL's? as per instructions.


On 9 June 2014 01:53, Glen Mazza glen.ma...@gmail.com wrote:

Hi team, I made a list of the 16 (of the presently 84 open) JIRAs 
I'd like

to see done before we release Roller 5.1:

https://cwiki.apache.org/confluence/display/ROLLER/
Apache+Roller+5.1+Release

None of them involve any further database changes, so the 5.1 Roller DB
appears good to go as-is.  Feel free to add additional JIRA items or 
other

comments to the above page.  I'll be working on these but any
patches/commits from others would also be great.  Note no commits, 
please,

until Dave is finished merging the new Propono into trunk.

Regards,
Glen








Re: Remaining JIRAs for Roller 5.1

2014-06-09 Thread Greg Huber
I was waiting for the OK to commit stuff.I try and fix some more.


On 9 June 2014 10:40, Glen Mazza glen.ma...@gmail.com wrote:

 Actually we should still wait on commits until Dave is finished merging
 branch into trunk.  Hopefully he can import your small commit fixing
 ROL-2002.

 Glen

 On 6/9/2014 5:28 AM, Glen Mazza wrote:

 Awesome, one less bug.  :)  If logging in doesn't give you write access,
 enter the problem in the Infra JIRA, maybe giving a link to our people page
 to show you're a PMC member.  (That happened to me also recently and it
 took them a day or so to give me write access again--I think we all lost
 our write access at that point.)

 Glen

 On 6/9/2014 5:18 AM, Greg Huber wrote:

 Glen,

 How do I edit the page to remove completed ROL's? as per instructions.


 On 9 June 2014 01:53, Glen Mazza glen.ma...@gmail.com wrote:

  Hi team, I made a list of the 16 (of the presently 84 open) JIRAs I'd
 like
 to see done before we release Roller 5.1:

 https://cwiki.apache.org/confluence/display/ROLLER/
 Apache+Roller+5.1+Release

 None of them involve any further database changes, so the 5.1 Roller DB
 appears good to go as-is.  Feel free to add additional JIRA items or
 other
 comments to the above page.  I'll be working on these but any
 patches/commits from others would also be great.  Note no commits,
 please,
 until Dave is finished merging the new Propono into trunk.

 Regards,
 Glen







Re: [VOTE] Release Roller 5.0.4

2014-06-09 Thread Greg Huber
Glen,

The validator does not work,

ERROR 2014-06-09 13:55:47,277 CommonsLogger:error - Caught exception while
loading file
org/apache/roller/weblogger/ui/struts2/editor/EntryAdd-validation.xml
http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd - Class:
sun.net.www.protocol.http.HttpURLConnection

the dtd on the struts validation.xml files needs to be changed to match the
one on the version of struts uses ie

!DOCTYPE validators PUBLIC
-//Apache Struts//XWork Validator 1.0.3//EN
http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd;

##

struts.xml :

interceptor-ref name=params
  param name=excludeParamsdojo\..*/param
/interceptor-ref

interceptor-ref name=params
param
name=excludeParams^action:.*,^method:.*/param
/interceptor-ref



There are some other warnings also, but not that important,

 ActionContextCleanUp  is deprecated! Please use the new filters!
 FilterDispatcher  is deprecated! Please use the new filters!



On 9 June 2014 11:37, Glen Mazza glen.ma...@gmail.com wrote:

 OK, apparently voting is done on DEV and not the private list (not that
 the latter emailing system appeared to be accepting my emails anyway...)
  Vote is below and I'm resetting the 72 hour clock to zero.

 Thanks,
 Glen


  Original Message 

 On 6/7/2014 11:44 PM, Glen Mazza wrote:

 Hi Team,

 This is a vote to release Roller 5.0.4, it upgrades its Struts library
 to 2.3.16.3 to fix some important issues with it; also, some of the
 LDAP configuration was fixed based on comments from a user.

 Binaries are here:  http://people.apache.org/~gmazza/roller/

 I tested the Tomcat version, it looks good.

 Here's my +1.  Voting will be for 72 hours.

 Regards,
 Glen