Jump to content

Stability of V1.5


Recommended Posts

Yepp, I heard of that it is close to stable so I tested another svn checkout today, made an upgrade from an existing 1.4.8.

As 1 month ago I had to reload the module section a couple of times before it loads correct. This is not a problem if you know of this behaviour.. than I activated multishop ... I think there is a bug because Associated categories were not expanding so they are not copied. When entering a wrong url db errors Duplicate entry 'prestasvn-' for key 'shop_url' ... ok, tried to update the empty categories in the new shop context db errors Duplicate entry '7-1' for key 'category_lang_index' ... I really hope this will be fixed soon. I usually post those things on the bug tracker but many times I get no feedback because there is no notification on status updates so I am getting a little bit tired of reading by accident that they closed the bug because there was no feedback or that it could not be reproduced. I am really not complaining but I think this could be enhanced. I hope 1.5 stable will come soon and it will fix a lot of issues I have with 1.4.8.

Unfortunately there is no barcamp in my country but I really would like to discuss some issues like i18n (303) redirect, store currency

more or less only in a cookie which leads to unwanted behaviour that google only crawls the dollar prices when ip based geolocation is enabled and so on.

Best regards, trip

Link to comment
Share on other sites

I think that there are 2 basic bugs.. The known bug with paypal that doesn't work at all. In addition, when you have many currencies, you may be able to set currency rates and update them and blah blah blah but when you try to order in a currency other than the default, you have to change the prices manually in order to be updated.. In the end, when you register an account it is not possible to add an address.. That's what I faced till now! :wacko::ph34r:

Link to comment
Share on other sites

  On 7/31/2012 at 3:58 PM, Λόχος Ορεινών Καταδρομών said:

I think that there are 2 basic bugs.. The known bug with paypal that doesn't work at all. In addition, when you have many currencies, you may be able to set currency rates and update them and blah blah blah but when you try to order in a currency other than the default, you have to change the prices manually in order to be updated.. In the end, when you register an account it is not possible to add an address.. That's what I faced till now! :wacko::ph34r:

 

As I mentioned above to Trip, please post them in the Forge so that our developers can get to work on fixing them!

 

-Mike

Link to comment
Share on other sites

  On 7/31/2012 at 4:21 PM, Mike Kranzler said:

Yes, I have no problems with you guys posting them here, as long as they're also in the Forge. This allows them to be assigned directly to a developer to investigate and fix if necessary.

 

And I'm always glad to help!

 

-Mike

 

Mike will the final version be ready till October?

Link to comment
Share on other sites

  On 8/1/2012 at 4:11 PM, Λόχος Ορεινών Καταδρομών said:

Mike will the final version be ready till October?

Is October the presumed date? I could really do with knowing a rough earliest release date.

Link to comment
Share on other sites

Hello,

 

Although we do not have an official release date yet. I do know that we are working hard everyday to make the PrestaShop version 1.5 the best yet. We appreciate everybody's feedback and we are doing our best to fix all bugs and make it truly stable. Nobody knows for sure, but why not say, sooner rather than later. :)

 

Thanks for choosing PrestaShop!

 

Sincerely,

 

Benjamin

Link to comment
Share on other sites

  On 8/3/2012 at 2:58 PM, Benjamin Utterback said:

Hello,

 

Although we do not have an official release date yet. I do know that we are working hard everyday to make the PrestaShop version 1.5 the best yet. We appreciate everybody's feedback and we are doing our best to fix all bugs and make it truly stable. Nobody knows for sure, but why not say, sooner rather than later. :)

 

Thanks for choosing PrestaShop!

 

Sincerely,

 

Benjamin

Pppplllleeeeeaaaaaasssseeee!

At least a hint. Without having to get of the fence - are we talking weeks or months?

I could really do with knowing as I have a new site that will be built using PS 1.5

Link to comment
Share on other sites

I'm sorry! If I knew. I would tell you guys. :( I know that we are in the final stages of development. I know that this is causing a pause in many online stores, however, I suggest making a store with the latest released version of PrestaShop, adding products and descriptions. Then upgrading to 1.5 and add any additional functionality.

Link to comment
Share on other sites

  • 3 weeks later...

QA, take care on functional regressions!

 

I see some regressions day by day, not a lots, but it is happen. For example I post some bugs and comments about regressions in checkout registration.

Agree, I try the devel version, but I see there is too early PS1.5 was labeled RC, still like BETA condition, in my humble opinion.

 

In my opinion RC should meet any requirements to be ready at least for pre-production stage for online merchants (that I try now), and new customers registration is one of critical requirements.

 

I hope the code pass some regression tests (manual or automatic) before updated to public SVN, from where beta-testers can checkout and test the code in local installations, as I do.

Edited by Nick Fedchik (see edit history)
Link to comment
Share on other sites

  On 8/21/2012 at 12:16 PM, Nick Fedchik said:

I hope the code pass some regression tests (manual or automatic) before updated to public SVN, from where beta-testers can checkout and test the code in local installations, as I do.

 

I think there are automated functional test with something like Selenium, but there aren't any unit tests.

If there were unit tests, they would be in the SCM.

 

Functional testing is far from being enough

Link to comment
Share on other sites

  On 8/21/2012 at 5:41 PM, mexique1 said:
I think there are automated functional test with something like Selenium, but there aren't any unit tests. If there were unit tests, they would be in the SCM. Functional testing is far from being enough
Don't break my hope!

Test cases, automated and/or manual testing is required in such complex project where are lot of dependencies between various options.

I sure they do at least manual regression tests before public version releases.

Link to comment
Share on other sites

  On 8/29/2012 at 1:13 AM, myusbkey.net said:
HI 1.5 can solve the speed is slow it? Such as 1.4 justhost always prompt now the CPU exceed the limit, consuming a lot of CPU and memory!

 

Hello myusbkey.net, have you tried to upgrade to 1.4.9. The performance of that version is better than any other we've released. Thank you all for choosing PrestaShop!

Link to comment
Share on other sites

@mexique1 thanks for the starting point for unit testing.

 

I tried to add some unit testing but I was struggling to get a good bootstrap for my tests. I find it very reckless that the prestashop team has not included any unit testing, well at least not to the public.

Link to comment
Share on other sites

  On 8/30/2012 at 3:05 PM, snajuro said:

@mexique1 thanks for the starting point for unit testing.

I tried to add some unit testing but I was struggling to get a good bootstrap for my tests.

 

Hey, thanks to you for looking at it.

Feel free to contribute, report issues, discuss about how to test on GitHub ;)

Link to comment
Share on other sites

I have forked your repo and will start adding my test as soon as I get them working, feel free to take the ones you need. I noticed a reference to a class ReflectionUtils, I don't see the class in you repo? Is it another pear class I need.

 

I would like to know your thoughts on Unit Testing for modules?

Edited by snajuro (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...
  • 6 months later...
  On 4/11/2013 at 11:17 AM, Richard Østergaard said:

Hi there,

 

I have a question. Im from denmark - and then i made translation, cms etc..

 

Suddenly all my translations, cms etc are gone in the live shop but still works in BO?

 

WHAT THE FUCK??

Did you update to 1.5.4? If so you'll have to redo them. ;)
Link to comment
Share on other sites

×
×
  • Create New...