some changes in Add/Remove Products view in Plone 3.3

3 messages Options
Embed this post
Permalink
Vincent Fretin () some changes in Add/Remove Products view in Plone 3.3
Reply Threaded More More options
Print post
Permalink
Hi,

I made a commit for Plone 3.3:
Show old and new profile versions for products with profile, this
closes http://dev.plone.org/plone/ticket/9172
See the issue and the changeset at the end for details.

This impact the Add/Remove Products view.
I don't know if there is some documentation to update here.

Regards
--
Vincent Fretin

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Plone-docs mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-docs
Israel Saeta Pérez () Re: some changes in Add/Remove Products view in Plone 3.3
Reply Threaded More More options
Print post
Permalink
On Tue, May 5, 2009 at 3:19 PM, Vincent Fretin <[hidden email]> wrote:
Hi,

I made a commit for Plone 3.3:
Show old and new profile versions for products with profile, this
closes http://dev.plone.org/plone/ticket/9172
See the issue and the changeset at the end for details.

This impact the Add/Remove Products view.
I don't know if there is some documentation to update here.

How is this ticket related to https://dev.plone.org/plone/ticket/9102 ?

Do we really want to show the old and new profile versions of an installed product in the Add/Remove products view? Could that confuse non-advanced users who don't know about GS profiles, etc.?

-- israel


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Plone-docs mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-docs
Israel Saeta Pérez
Vincent Fretin () Re: some changes in Add/Remove Products view in Plone 3.3
Reply Threaded More More options
Print post
Permalink
2009/5/5 Israel Saeta Pérez <[hidden email]>:

> On Tue, May 5, 2009 at 3:19 PM, Vincent Fretin <[hidden email]>
> wrote:
>>
>> Hi,
>>
>> I made a commit for Plone 3.3:
>> Show old and new profile versions for products with profile, this
>> closes http://dev.plone.org/plone/ticket/9172
>> See the issue and the changeset at the end for details.
>>
>> This impact the Add/Remove Products view.
>> I don't know if there is some documentation to update here.
>
> How is this ticket related to https://dev.plone.org/plone/ticket/9102 ?
>
> Do we really want to show the old and new profile versions of an installed
> product in the Add/Remove products view? Could that confuse non-advanced
> users who don't know about GS profiles, etc.?
>
> -- israel
>
>

Jens, Hanno and Maurits van Rees agreed with this change.
Have you read the issue entirely ?
The problem was if you install a product FooBar 0.1 (profile version
25), then you update to FooBar 0.2 (26)
you see in the Add/Remove Products page :

"FooBar 0.2
This product has been upgraded. Old version was 0.1"

Then you update to FooBar 0.3 (27), you will have always the following message
"FooBar 0.3
This product has been upgraded. Old version was 0.1"
That's very confusing, isn't it? You will always have 0.1 here because
it's the "Version at Install time" kept by portal_quickinstaller.

Now with the change.
For a product without profile, nothing change. You will get the "This
product has been upgraded. Old version was 0.1" and then This product
has been upgraded. Old version was 0.2" because the product is not
updated, but reinstalled.

For product with a profile, you will get:
"FooBar 0.2
This product has been upgraded. Old profile version was 25. New
profile version is 26."
and then
"FooBar 0.3
This product has been upgraded. Old profile version was 26. New
profile version is 27."

Better.

I don't think it could confuse user to show the old and new profile
version. The user will see there is a difference between versions and
just click on Upgrade. That's all.

--
Vincent Fretin

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Plone-docs mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-docs