You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2011/07/24 21:11:09 UTC

[jira] [Created] (TAP5-1586) Introduce the Kaptcha component

Introduce the Kaptcha component
-------------------------------

                 Key: TAP5-1586
                 URL: https://issues.apache.org/jira/browse/TAP5-1586
             Project: Tapestry 5
          Issue Type: New Feature
    Affects Versions: 5.3
            Reporter: Igor Drobiazko


Move the Kaptcha component from tapx to tapestry.

https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Assigned] (TAP5-1586) Introduce the Kaptcha component

Posted by Igor Drobiazko <ig...@gmail.com>.
Yep, I'm following you. Do we really want an additional annotation like
@Kaptcha or is @DataType sufficient?

On Sun, Jul 24, 2011 at 10:37 PM, Howard Lewis Ship <hl...@gmail.com>wrote:

> Suddenly, I'm thinking a @Kaptcha annotation and a "kaptcha" datatype,
> if you follow me.
>
> On Sun, Jul 24, 2011 at 12:11 PM, Igor Drobiazko (JIRA) <ji...@apache.org>
> wrote:
> >
> >     [
> https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
> >
> > Igor Drobiazko reassigned TAP5-1586:
> > ------------------------------------
> >
> >    Assignee: Igor Drobiazko
> >
> >> Introduce the Kaptcha component
> >> -------------------------------
> >>
> >>                 Key: TAP5-1586
> >>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
> >>             Project: Tapestry 5
> >>          Issue Type: New Feature
> >>    Affects Versions: 5.3
> >>            Reporter: Igor Drobiazko
> >>            Assignee: Igor Drobiazko
> >>
> >> Move the Kaptcha component from tapx to tapestry.
> >> https://github.com/hlship/tapx/tree/master/tapx-kaptcha
> >
> > --
> > This message is automatically generated by JIRA.
> > For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> >
> >
> >
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: [jira] [Assigned] (TAP5-1586) Introduce the Kaptcha component

Posted by Howard Lewis Ship <hl...@gmail.com>.
Suddenly, I'm thinking a @Kaptcha annotation and a "kaptcha" datatype,
if you follow me.

On Sun, Jul 24, 2011 at 12:11 PM, Igor Drobiazko (JIRA) <ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Igor Drobiazko reassigned TAP5-1586:
> ------------------------------------
>
>    Assignee: Igor Drobiazko
>
>> Introduce the Kaptcha component
>> -------------------------------
>>
>>                 Key: TAP5-1586
>>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>>             Project: Tapestry 5
>>          Issue Type: New Feature
>>    Affects Versions: 5.3
>>            Reporter: Igor Drobiazko
>>            Assignee: Igor Drobiazko
>>
>> Move the Kaptcha component from tapx to tapestry.
>> https://github.com/hlship/tapx/tree/master/tapx-kaptcha
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] [Commented] (TAP5-1586) Introduce the Kaptcha component

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107401#comment-13107401 ] 

Hudson commented on TAP5-1586:
------------------------------

Integrated in tapestry-trunk-freestyle #526 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/526/])
    TAP5-1586: kaptcha.css is only included when KaptchaField is used.

drobiazko : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1172235
Files : 
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/components/KaptchaField.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/KaptchaModule.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/components
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/components/kaptcha.css
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/kaptcha.css
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/pages/Index.tml


> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-kaptcha
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3
>
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1586) Introduce the Kaptcha component

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1586:
---------------------------------

    Component/s: tapestry-kaptcha

> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-kaptcha
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3
>
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1586) Introduce the Kaptcha component

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-1586.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-kaptcha
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3
>
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1586) Introduce the Kaptcha component

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-1586.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-kaptcha
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3
>
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1586) Introduce the Kaptcha component

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070269#comment-13070269 ] 

Hudson commented on TAP5-1586:
------------------------------

Integrated in tapestry-trunk-freestyle #433 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/433/])
    TAP5-1586: Introduce the Kaptcha component

drobiazko : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1150503
Files : 
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/components
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache/tapestry5/kaptcha/integration/KaptchaIntegrationTest.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/pages/KaptchaDemo.tml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/build.gradle
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache/tapestry5/kaptcha/integration
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/pages
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/components/KaptchaImage.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/conf/testng.xml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/components/KaptchaField.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/KaptchaModule.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/components/Layout.tml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache/tapestry5
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/services/AppModule.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/pages/Index.tml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/pages/Index.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/components
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha.properties
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/components/Layout.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/pages
* /tapestry/tapestry5/trunk/settings.gradle
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/components
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/KaptchaProducer.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/webapp
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services/KaptchaProducerImpl.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/services
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/log4j.properties
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/webapp/WEB-INF/web.xml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha
* /tapestry/tapestry5/trunk/tapestry5-annotations
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java
* /tapestry/tapestry5/trunk/tapestry-kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/conf
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/webapp/WEB-INF
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache/tapestry5/kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/pages/KaptchaDemo.java


> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1586) Introduce the Kaptcha component

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070269#comment-13070269 ] 

Hudson commented on TAP5-1586:
------------------------------

Integrated in tapestry-trunk-freestyle #433 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/433/])
    TAP5-1586: Introduce the Kaptcha component

drobiazko : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1150503
Files : 
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/components
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache/tapestry5/kaptcha/integration/KaptchaIntegrationTest.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/pages/KaptchaDemo.tml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/build.gradle
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache/tapestry5/kaptcha/integration
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/pages
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/components/KaptchaImage.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/conf/testng.xml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/components/KaptchaField.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/KaptchaModule.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/components/Layout.tml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache/tapestry5
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/services/AppModule.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/pages/Index.tml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/pages/Index.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/components
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha.properties
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/components/Layout.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/pages
* /tapestry/tapestry5/trunk/settings.gradle
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/components
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/KaptchaProducer.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/webapp
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services/KaptchaProducerImpl.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/services
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/log4j.properties
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/webapp/WEB-INF/web.xml
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha
* /tapestry/tapestry5/trunk/tapestry5-annotations
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java
* /tapestry/tapestry5/trunk/tapestry-kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/conf
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/webapp/WEB-INF
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/org/apache/tapestry5/kaptcha
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/java/kaptcha/demo/pages/KaptchaDemo.java


> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1586) Introduce the Kaptcha component

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107401#comment-13107401 ] 

Hudson commented on TAP5-1586:
------------------------------

Integrated in tapestry-trunk-freestyle #526 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/526/])
    TAP5-1586: kaptcha.css is only included when KaptchaField is used.

drobiazko : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1172235
Files : 
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/components/KaptchaField.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/KaptchaModule.java
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/components
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/components/kaptcha.css
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/kaptcha.css
* /tapestry/tapestry5/trunk/tapestry-kaptcha/src/test/resources/kaptcha/demo/pages/Index.tml


> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-kaptcha
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3
>
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1586) Introduce the Kaptcha component

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1586:
------------------------------------

    Assignee: Igor Drobiazko

> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1586) Introduce the Kaptcha component

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1586:
------------------------------------

    Assignee: Igor Drobiazko

> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1586) Introduce the Kaptcha component

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1586:
---------------------------------

    Component/s: tapestry-kaptcha

> Introduce the Kaptcha component
> -------------------------------
>
>                 Key: TAP5-1586
>                 URL: https://issues.apache.org/jira/browse/TAP5-1586
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-kaptcha
>    Affects Versions: 5.3
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3
>
>
> Move the Kaptcha component from tapx to tapestry.
> https://github.com/hlship/tapx/tree/master/tapx-kaptcha

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira