[jira] [Closed] (COCOON3-78) Migrate the SQLTransformer from c2.2 to c3

2011-11-24 Thread Thorsten Scherler (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thorsten Scherler closed COCOON3-78.


   Resolution: Fixed
Fix Version/s: 3.0.0-beta-1

> Migrate the SQLTransformer from c2.2 to c3
> --
>
> Key: COCOON3-78
> URL: https://issues.apache.org/jira/browse/COCOON3-78
> Project: Cocoon 3
>  Issue Type: New Feature
>  Components: cocoon-databases, cocoon-databases-sample
>Reporter: Thorsten Scherler
>Assignee: Thorsten Scherler
> Fix For: 3.0.0-beta-1
>
>
> There is a need of the good old SQLTransformer in c3 as voiced on the ml: 
> http://markmail.org/message/exmsh2fhu2pplbop

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (COCOON3-84) Add remeber-me feature in cocoon-shiro module

2011-12-23 Thread Thorsten Scherler (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thorsten Scherler closed COCOON3-84.


   Resolution: Fixed
Fix Version/s: 3.0.0-beta-1

revision 1222722.

Thanks ajay for the patch

> Add remeber-me feature in cocoon-shiro module
> -
>
> Key: COCOON3-84
> URL: https://issues.apache.org/jira/browse/COCOON3-84
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-shiro
>Affects Versions: 3.0.0-beta-1
>Reporter: Ajay Deshwal
>Assignee: Thorsten Scherler
> Fix For: 3.0.0-beta-1
>
> Attachments: COCOON3-84.patch
>
>
> cocoon-shiro module should provide feature to remember authenticating user.
> A remembered identity gives the system an idea who that person probably is, 
> but in reality, has no way of guaranteeing the remembered identity really is 
> that user.
> According to shiro docs:  Shiro follows same paradigm as all over the web. 
> for eg: When you visit Amazon.com and perform a login and ask it to 'remember 
> me', it will set a cookie with your identity. If you don't log out and your 
> session expires, and you come back, say the next day, Amazon still knows who 
> you probably are: you still see all of your book and movie recommendations 
> and similar user-specific features since these are based on your (remembered) 
> user id.
> Some facts worth remembering about Shiro's remember me feature:
>  if in filter chain definitons we set:
>  /myurl=authc  > User has to authenticate no matter user had enabled 
> remember-me in previous session.
>  /myurl=roles[USER] > User will be granted access if user had enabled 
> remember-me in previous session(Assuming USER role has been assigned to 
> requesting user).
> Now, when writing your own webapp, whether you use the authc filter or simply 
> depend on if the user is remembered is entirely up to you.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (COCOON3-90) Migrate CSVGenerator

2012-02-14 Thread Thorsten Scherler (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thorsten Scherler closed COCOON3-90.


Resolution: Fixed

Committed revision 1243911.

> Migrate CSVGenerator
> 
>
> Key: COCOON3-90
> URL: https://issues.apache.org/jira/browse/COCOON3-90
> Project: Cocoon 3
>  Issue Type: New Feature
>  Components: cocoon-optional
>Affects Versions: 3.0.0-beta-1
>Reporter: Thorsten Scherler
>Assignee: Thorsten Scherler
> Fix For: 3.0.0-beta-1
>
>
> Please migrate the 
> http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/generation/CSVGenerator.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (COCOON3-89) Add feature to limit invalid login attempts

2012-02-14 Thread Thorsten Scherler (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thorsten Scherler closed COCOON3-89.


Resolution: Fixed

Committed revision 1243917.

> Add feature to limit invalid login attempts
> ---
>
> Key: COCOON3-89
> URL: https://issues.apache.org/jira/browse/COCOON3-89
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-shiro
>Affects Versions: 3.0.0-beta-1
>Reporter: Ajay Deshwal
>Assignee: Thorsten Scherler
> Attachments: COCOON3-89.patch, COCOON3-89.patch
>
>
> cocoon-shiro module should provide:
> 1)  Feature to record invalid login attempts count. On exceeding the 
> predefined maximum allowed attempts, its should flag the state that maximum 
> login attempts exceeded.
> 2)  A method in AbstractShiroLogin class to validate some data, which 
> extending classes can implement and will be invoked prior to initiating 
> actual login, like captcha etc.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (COCOON-2156) Upgrade to Xalan 2.7.1 in trunk

2012-03-07 Thread Thorsten Scherler (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thorsten Scherler closed COCOON-2156.
-

   Resolution: Fixed
Fix Version/s: 2.2-dev (Current SVN)

Committed revision 1297976.
thanks Javier

> Upgrade to Xalan 2.7.1 in trunk
> ---
>
> Key: COCOON-2156
> URL: https://issues.apache.org/jira/browse/COCOON-2156
> Project: Cocoon
>  Issue Type: Task
>  Components: * Cocoon Core
>Affects Versions: 2.2
>Reporter: Grzegorz Kossakowski
>Priority: Minor
> Fix For: 2.2-dev (Current SVN)
>
> Attachments: COCOON-2156.diff
>
>
> Xalan 2.7.1 has been released about a month ago and includes bug-fixes 
> important to us (see COCOON-2155). Unfortunately, Xalan 2.7.1 is not 
> available on Maven central repository at the moment.
> We should find some way to publish Xalan 2.7.1 on Maven repository and 
> upgrade to it ASAP.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (COCOON3-91) Migrate CalendarGenerator

2012-03-07 Thread Thorsten Scherler (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thorsten Scherler closed COCOON3-91.


Resolution: Fixed

Committed revision 1298246.

> Migrate CalendarGenerator
> -
>
> Key: COCOON3-91
> URL: https://issues.apache.org/jira/browse/COCOON3-91
> Project: Cocoon 3
>  Issue Type: New Feature
>  Components: cocoon-optional
>Affects Versions: 3.0.0-beta-1
>Reporter: Thorsten Scherler
>Assignee: Thorsten Scherler
>Priority: Trivial
> Fix For: 3.0.0-beta-1
>
>
> https://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/generation/CalendarGenerator.java
>  migrate it for c3

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (COCOON3-94) Extend Action to allow to use @src and parameter from within the sitemap

2012-03-23 Thread Thorsten Scherler (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thorsten Scherler closed COCOON3-94.


Resolution: Fixed

Committed revision 1304459.

> Extend Action to allow to use @src and parameter from within the sitemap
> 
>
> Key: COCOON3-94
> URL: https://issues.apache.org/jira/browse/COCOON3-94
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-sitemap
>Affects Versions: 3.0.0-beta-1
>Reporter: Thorsten Scherler
>Priority: Critical
> Fix For: 3.0.0-beta-1
>
>
> In cocoon 2.x you can use the src attribute and further use map:parameter to 
> configure an action. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira