Re: Proposal: register user with e-mail activation

2007-03-17 Thread sedat ciftci
Yes, you are right. I forget to include it. Here is the updated zip file: http://www.jroller.com/resources/s/sedat/newRollerPropertyVer3.jar I also update the method for generating activation code . Sedat --- Dave [EMAIL PROTECTED] wrote: Sedat, I don't see any DIFF patch file in the jar

Re: Proposal: register user with e-mail activation

2007-03-17 Thread Dave
On 3/17/07, sedat ciftci [EMAIL PROTECTED] wrote: Yes, you are right. I forget to include it. Here is the updated zip file: http://www.jroller.com/resources/s/sedat/newRollerPropertyVer3.jar Sedat, I took a look at the patch this morning. Unfortunately, it targets the 3.0 code-base and enough

Can't logout if logged in with RememberMe cookie (Was Re: ROL-936 Session timeout causes entry post to fail)

2007-03-17 Thread Anil Gangolli
I had assumed this was a new phenomenon with the acegi-security-1.0.3.jar but I'm seeing this bug in my trunk build even with the current acegi-security-1.0.1.jar. Namely: Login with RememberMe. Now try to logout. You can't. The code in logout-redirect.jsp seems ineffective in canceling

Re: Proposal: register user with e-mail activation

2007-03-17 Thread sedat ciftci
Hello, Here is the zip file that contains the patch to work with the current trunk: http://www.jroller.com/resources/s/sedat/newRollerPropertyVer4.jar Note that this patch file also contains new added class (org.apache.roller.pojos.UserActivationData) Note about sandbox: I do not know

Re: VOTE: Release Apache Roller 3.1

2007-03-17 Thread Anil Gangolli
I did a cursory test of a fresh installation of RC6. It looks fine to me. I noticed it has the permanent Remember Me bug which I've filed as http://opensource.atlassian.com/projects/roller/browse/ROL-1374. The workaround is to drop the cookie manually from the browser. I will look at the

Re: VOTE: Release Apache Roller 3.1

2007-03-17 Thread Anil Gangolli
I've fixed ROL-1374 in the trunk. There was a slight difference in the way the path was being formed for the termination cookie, so it wasn't matching the original. Since it only affects the logout-redirect.jsp, sites that want the fix can pick up the logout-redirect.jsp from the fix

Re: ROL-936 Session timeout causes entry post to fail

2007-03-17 Thread Anil Gangolli
I've upgraded the trunk to build with acegi-security-1.0.3.jar and verified that it fixes the timeout issue (ROL-936). I've re-marked the bug as resolved. The Remember Me problem was independent. I filed it as ROL-1374 and also fixed it, but in the trunk. Both of these trunk fixes will