[JIRA] Created: (APF-1116) Synch with latest tapestry5-appfuse

5 messages Options
Embed this post
Permalink
AppFuse - Issues mailing list

[JIRA] Created: (APF-1116) Synch with latest tapestry5-appfuse

Reply Threaded More More options
Print post
Permalink
Synch with latest tapestry5-appfuse
------------------------------------

                 Key: APF-1116
                 URL: http://issues.appfuse.org/browse/APF-1116
             Project: AppFuse
          Issue Type: Improvement
          Components: Web - Tapestry
    Affects Versions: 2.0.2
            Reporter: Serge Eby
            Assignee: Matt Raible
             Fix For: 2.1


Initial work done by Serge Eby:

http://markmail.org/message/cjeslecr5a3bfvzw

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Updated: (APF-1116) Synch with latest tapestry5-appfuse

Reply Threaded More More options
Print post
Permalink

     [ http://issues.appfuse.org/browse/APF-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Serge Eby updated APF-1116:
---------------------------

    Attachment: t5appfuse_1.0.1.patch

Please find included patch to latest version 1.0.1.

3 rejects needs to be overridden with latest code:

./src/main/java/org/appfuse/webapp/pages/PasswordHint.java
./src/main/java/org/appfuse/webapp/pages/Logout.java
./src/main/java/org/appfuse/webapp/pages/admin/UserList.java


These 2 files were moved to a new package:
src/test/java/org/appfuse/webapp/pages/BasePageTester.java
src/test/java/org/appfuse/webapp/pages/BasePageTestCase.java

See change details in CHANGELOG.txt file:

http://code.google.com/p/tapestry5-appfuse/source/browse/tags/RELEASE_1.0.1/CHANGELOG.txt



> Synch with latest tapestry5-appfuse
> ------------------------------------
>
>                 Key: APF-1116
>                 URL: http://issues.appfuse.org/browse/APF-1116
>             Project: AppFuse
>          Issue Type: Improvement
>          Components: Web - Tapestry
>    Affects Versions: 2.0.2
>            Reporter: Serge Eby
>            Assignee: Matt Raible
>             Fix For: 2.1
>
>         Attachments: t5appfuse_1.0.1.patch
>
>
> Initial work done by Serge Eby:
> http://markmail.org/message/cjeslecr5a3bfvzw

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Commented: (APF-1116) Synch with latest tapestry5-appfuse

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

    [ http://issues.appfuse.org/browse/APF-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12598 ]

Matt Raible commented on APF-1116:
----------------------------------

Would it be possible to create a patch against the latest code in AppFuse's trunk?

svn co https://appfuse.dev.java.net/svn/appfuse/trunk --username guest

password is blank

I managed to get all your 1.0 changes in yesterday. Things I changed:

1. Moved BasePage from "base" package to "pages" package. This is what we use for all other web frameworks, so it seems to make sense.
2. Turned on client-side validation in forms. Unfortunately, messages show up all left-aligned, but I'm sure some CSS or JS can fix that.
3. Modified web-tests.xml to get Canoo Web Tests passing.
4. Changed FileDisplay.java to use individual properties instead of UploadedFile. UploadedFile is not Serializable and that was causing issues with Canoo Web Test.
5. Fixed Login page so CSS is included to center the box.
6. Fixed login.js so works and doesn't have unprocessed <fmt:message> tags. Client-side validation doesn't work on login, would be nice if we could get that working.
7. Fixed PasswordHint so it works properly and passes Canoo Web Tests.
8. Added rule to urlrewrite.xml so login.jsp redirects to login. This is caused by menu.jsp and is shared by all web frameworks. This should become less of an issue when we move to extension-less URLs for all frameworks.

> Synch with latest tapestry5-appfuse
> ------------------------------------
>
>                 Key: APF-1116
>                 URL: http://issues.appfuse.org/browse/APF-1116
>             Project: AppFuse
>          Issue Type: Improvement
>          Components: Web - Tapestry
>    Affects Versions: 2.0.2
>            Reporter: Serge Eby
>            Assignee: Matt Raible
>             Fix For: 2.1
>
>         Attachments: t5appfuse_1.0.1.patch
>
>
> Initial work done by Serge Eby:
> http://markmail.org/message/cjeslecr5a3bfvzw

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Commented: (APF-1116) Synch with latest tapestry5-appfuse

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

    [ http://issues.appfuse.org/browse/APF-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12599 ]

Matt Raible commented on APF-1116:
----------------------------------

Serge - do you have a simple CRUD example I can look at for Tapestry 5? I need to modify all the AMP FreeMarker Templates for Tapestry 5. You can view them via FishEye at:

http://tinyurl.com/66qrvf

Thanks,

Matt

> Synch with latest tapestry5-appfuse
> ------------------------------------
>
>                 Key: APF-1116
>                 URL: http://issues.appfuse.org/browse/APF-1116
>             Project: AppFuse
>          Issue Type: Improvement
>          Components: Web - Tapestry
>    Affects Versions: 2.0.2
>            Reporter: Serge Eby
>            Assignee: Matt Raible
>             Fix For: 2.1
>
>         Attachments: t5appfuse_1.0.1.patch
>
>
> Initial work done by Serge Eby:
> http://markmail.org/message/cjeslecr5a3bfvzw

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Resolved: (APF-1116) Synch with latest tapestry5-appfuse

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

     [ http://issues.appfuse.org/browse/APF-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible resolved APF-1116.
------------------------------

    Resolution: Fixed

> Synch with latest tapestry5-appfuse
> ------------------------------------
>
>                 Key: APF-1116
>                 URL: http://issues.appfuse.org/browse/APF-1116
>             Project: AppFuse
>          Issue Type: Improvement
>          Components: Web - Tapestry
>    Affects Versions: 2.0.2
>            Reporter: Serge Eby
>            Assignee: Matt Raible
>             Fix For: 2.1
>
>         Attachments: t5appfuse_1.0.1.patch
>
>
> Initial work done by Serge Eby:
> http://markmail.org/message/cjeslecr5a3bfvzw

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]