You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Scott Semyan (JIRA)" <be...@incubator.apache.org> on 2005/05/12 23:32:04 UTC

[jira] Created: (BEEHIVE-715) CSS Cleanup + Bug Fixes for PetStore

CSS Cleanup + Bug Fixes for PetStore
------------------------------------

         Key: BEEHIVE-715
         URL: http://issues.apache.org/jira/browse/BEEHIVE-715
     Project: Beehive
        Type: Improvement
  Components: Samples  
    Versions: V1    
    Reporter: Scott Semyan
 Attachments: diff.txt

The attached diff contains cleaned up html/jsp code for the petstore UI. I've tried to use consistant style sheets across the site. I've also done the following:

1) Added a unique title to each page using <netui-template:setAttribute>
2) Reworked the top nav bar to include a different nav bar for account management
3) Added some arrows to make the checkout process seem more like a wizard
4) Fixed existing bugs in login, set inventory quantity, and checkout.
5) Updated the HTTPUnit tests to match the new UI and to check for the bugs just fixed.

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


[jira] Assigned: (BEEHIVE-715) CSS Cleanup + Bug Fixes for PetStore

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-715?page=all ]

Julie Zhuo reassigned BEEHIVE-715:
----------------------------------

    Assign To: Julie Zhuo  (was: Eddie O'Neil)

> CSS Cleanup + Bug Fixes for PetStore
> ------------------------------------
>
>          Key: BEEHIVE-715
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-715
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Scott Semyan
>     Assignee: Julie Zhuo
>      Fix For: V1
>  Attachments: diff.txt
>
> The attached diff contains cleaned up html/jsp code for the petstore UI. I've tried to use consistant style sheets across the site. I've also done the following:
> 1) Added a unique title to each page using <netui-template:setAttribute>
> 2) Reworked the top nav bar to include a different nav bar for account management
> 3) Added some arrows to make the checkout process seem more like a wizard
> 4) Fixed existing bugs in login, set inventory quantity, and checkout.
> 5) Updated the HTTPUnit tests to match the new UI and to check for the bugs just fixed.

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


[jira] Resolved: (BEEHIVE-715) CSS Cleanup + Bug Fixes for PetStore

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-715?page=all ]
     
Eddie O'Neil resolved BEEHIVE-715:
----------------------------------

    Resolution: Fixed

Committed in SVN 169920.

> CSS Cleanup + Bug Fixes for PetStore
> ------------------------------------
>
>          Key: BEEHIVE-715
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-715
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Scott Semyan
>     Assignee: Eddie O'Neil
>      Fix For: V1
>  Attachments: diff.txt
>
> The attached diff contains cleaned up html/jsp code for the petstore UI. I've tried to use consistant style sheets across the site. I've also done the following:
> 1) Added a unique title to each page using <netui-template:setAttribute>
> 2) Reworked the top nav bar to include a different nav bar for account management
> 3) Added some arrows to make the checkout process seem more like a wizard
> 4) Fixed existing bugs in login, set inventory quantity, and checkout.
> 5) Updated the HTTPUnit tests to match the new UI and to check for the bugs just fixed.

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


[jira] Updated: (BEEHIVE-715) CSS Cleanup + Bug Fixes for PetStore

Posted by "Scott Semyan (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-715?page=all ]

Scott Semyan updated BEEHIVE-715:
---------------------------------

    Attachment: diff.txt

> CSS Cleanup + Bug Fixes for PetStore
> ------------------------------------
>
>          Key: BEEHIVE-715
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-715
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Scott Semyan
>  Attachments: diff.txt
>
> The attached diff contains cleaned up html/jsp code for the petstore UI. I've tried to use consistant style sheets across the site. I've also done the following:
> 1) Added a unique title to each page using <netui-template:setAttribute>
> 2) Reworked the top nav bar to include a different nav bar for account management
> 3) Added some arrows to make the checkout process seem more like a wizard
> 4) Fixed existing bugs in login, set inventory quantity, and checkout.
> 5) Updated the HTTPUnit tests to match the new UI and to check for the bugs just fixed.

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


[jira] Closed: (BEEHIVE-715) CSS Cleanup + Bug Fixes for PetStore

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-715?page=all ]
     
Julie Zhuo closed BEEHIVE-715:
------------------------------


Verified by code inspection against the m1rc2 distribution. All fix are in place.

> CSS Cleanup + Bug Fixes for PetStore
> ------------------------------------
>
>          Key: BEEHIVE-715
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-715
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Scott Semyan
>     Assignee: Julie Zhuo
>      Fix For: V1
>  Attachments: diff.txt
>
> The attached diff contains cleaned up html/jsp code for the petstore UI. I've tried to use consistant style sheets across the site. I've also done the following:
> 1) Added a unique title to each page using <netui-template:setAttribute>
> 2) Reworked the top nav bar to include a different nav bar for account management
> 3) Added some arrows to make the checkout process seem more like a wizard
> 4) Fixed existing bugs in login, set inventory quantity, and checkout.
> 5) Updated the HTTPUnit tests to match the new UI and to check for the bugs just fixed.

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


[jira] Updated: (BEEHIVE-715) CSS Cleanup + Bug Fixes for PetStore

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-715?page=all ]

Eddie O'Neil updated BEEHIVE-715:
---------------------------------

      Assign To: Eddie O'Neil
    Fix Version: V1

Awesome; thanks, Scott!

> CSS Cleanup + Bug Fixes for PetStore
> ------------------------------------
>
>          Key: BEEHIVE-715
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-715
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Scott Semyan
>     Assignee: Eddie O'Neil
>      Fix For: V1
>  Attachments: diff.txt
>
> The attached diff contains cleaned up html/jsp code for the petstore UI. I've tried to use consistant style sheets across the site. I've also done the following:
> 1) Added a unique title to each page using <netui-template:setAttribute>
> 2) Reworked the top nav bar to include a different nav bar for account management
> 3) Added some arrows to make the checkout process seem more like a wizard
> 4) Fixed existing bugs in login, set inventory quantity, and checkout.
> 5) Updated the HTTPUnit tests to match the new UI and to check for the bugs just fixed.

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