You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Keith Weinberg (JIRA)" <ji...@apache.org> on 2007/06/22 16:49:26 UTC

[jira] Created: (WW-2009) Website download button has wrong version number in the image

Website download button has wrong version number in the image
-------------------------------------------------------------

                 Key: WW-2009
                 URL: https://issues.apache.org/struts/browse/WW-2009
             Project: Struts 2
          Issue Type: Bug
          Components: Documentation
         Environment: Struts main apache page
            Reporter: Keith Weinberg


The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.

It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2009) Website download button has wrong version number in the image

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41279 ] 

Wendy Smoak commented on WW-2009:
---------------------------------

I'm not going to reopen it, but this could also be fixed on the 2.0.8 tag and that site republished...

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Musachy Barroso
>             Fix For: 2.0.8
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2009) Website download button has wrong version number in the image

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41273 ] 

Wendy Smoak commented on WW-2009:
---------------------------------

The version is not embedded in the image, it's specified in src/site/xdoc/index.xml, which needs to be updated as part of the current release process.

Consider defining a 'currentVersion' property for use in the image and elsewhere, that way it only has to be updated once.


> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Musachy Barroso
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2009) Website download button has wrong version number in the image

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41281 ] 

Wendy Smoak commented on WW-2009:
---------------------------------

You can see an example of defining an arbitrary pom property (currentVersion) here:  http://svn.apache.org/repos/asf/maven/site/trunk/pom.xml

Then it can be used like this:  http://svn.apache.org/repos/asf/maven/site/trunk/src/site/apt/download.apt.vm

Note the ".apt.vm" file extension-- it would be .xml.vm here I suppose.  That tells the site plugin to first filter properties in, then transform it to html.

This requires maven-site-plugin 2.0-SNAPSHOT.  Considering the trouble we've had with the site plugin and xdoc, we'll probably want to wait for a release before trying this.


> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Musachy Barroso
>             Fix For: 2.0.8
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WW-2009) Website download button has wrong version number in the image

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso reassigned WW-2009:
-----------------------------------

    Assignee: Musachy Barroso

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Musachy Barroso
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2009) Website download button has wrong version number in the image

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted resolved WW-2009.
----------------------------

    Resolution: Fixed

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Ted Husted
>             Fix For: 2.0.12
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2009) Website download button has wrong version number in the image

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41280 ] 

Musachy Barroso commented on WW-2009:
-------------------------------------

How do id define 'currentVersion'? (read: I have no idea what you are talking about :) )

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Musachy Barroso
>             Fix For: 2.0.8
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (WW-2009) Website download button has wrong version number in the image

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes reopened WW-2009:
------------------------------

      Assignee:     (was: Musachy Barroso)

This is still an issue as pointed out by Patrick.

I updated src/site/xdoc/index.xml on the 2_0_X branch in SVN revision 579250, but don't know the steps for getting updates published on struts.apache.org.

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>             Fix For: 2.0.8
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2009) Website download button has wrong version number in the image

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak resolved WW-2009.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.8

Fixed in svn r549844.

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Musachy Barroso
>             Fix For: 2.0.8
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2009) Website download button has wrong version number in the image

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2009:
-----------------------------

    Fix Version/s:     (was: 2.0.8)
                   2.0.12

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>             Fix For: 2.0.12
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2009) Website download button has wrong version number in the image

Posted by "Patrick O'Reilly (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42254 ] 

Patrick O'Reilly commented on WW-2009:
--------------------------------------

http://struts.apache.org/2.x/ still has this issue.  Has the fix never made it to production?  Or did it somehow get reverted?

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Musachy Barroso
>             Fix For: 2.0.8
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WW-2009) Website download button has wrong version number in the image

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted reassigned WW-2009:
------------------------------

    Assignee: Ted Husted

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>            Assignee: Ted Husted
>             Fix For: 2.0.12
>
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2009) Website download button has wrong version number in the image

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41272 ] 

Musachy Barroso commented on WW-2009:
-------------------------------------

I noticed this the other day. It is a good idea to remove the version, as I couldn't find a way to get the version number from maven(so it gets updated automatically)

> Website download button has wrong version number in the image
> -------------------------------------------------------------
>
>                 Key: WW-2009
>                 URL: https://issues.apache.org/struts/browse/WW-2009
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Struts main apache page
>            Reporter: Keith Weinberg
>
> The download link image on the main Struts2 apache page shows the wrong current version of struts (2.0.6 when it should say 2.0.8).   This incorrect version is embedded in the image and is misleading.
> It would be easier to maintain if the version number was removed from the graphic image altogether to prevent this problem in the future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.