News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

The final run, pre subrelease 2.0.9 B

Started by Milbo, August 16, 2012, 01:38:37 AM

Previous topic - Next topic

Milbo

Finally we go in the last phase of vm2.0.x

Of course there will be a 2.0.12, but I am quite sure 2.0.10 will be THE 2.0.x version. For a great success we need a lot testers, checking out the new version. Very important for overwriters to know is that the layout changes are very minimal. As far as we can see old vm2.0.8 templates are compatible with 2.0.9/2.0.10.

Changes/Fixes:

- userfield plugins are working now, enhanced triggers.
- calculation plugin triggers enhanced, dynamic tax calculation in preperation
- optimised speed
-- due a better search for product ids (a lot thanks to the cool user who point us on this issue) (up to 30 % faster)
-- use of more varchars instead of text in the tables
- Cloning of products fixed
- translated countries
- unit price
- fixed the link to remove the ST addresses (also in SEF mode)
- orderstatus used to send invoice is now a multiselect
- stockable variant plugin: Prevent stockable printing the options in the cart for every custom field. Do it for just itself instead! (by openglobal)
- Profit margin fixed
- fix for datepicker for chrome
- fix for manufacturer pagination
- customfield plugins are now orderable mixed with the normal ones
- shipmentmethods are cloneable now
- changed customplugin textinput adding the price only when something is entered, regardless the choosen param custom_price_by_letter
- added description of the shopperfields as optional tooltip (translatable)
- the config setting for recommmend and ask a question are now also blocked in the controller to prevent misuse by spammers

- changed the contact page so, that a logged in person can overwrite the prefilled data
- added checkSafePath to shopfunctions.php
- more valid search fields in BE for products
- Fixed customfields problems in modules
- better xhtml1.0 compliance
- created an extra language file for the mediahandler, it is loaded always with one function, fixes also the display of mediahandler in the FE
- Missing $basepath when shop offline, added
- added missing vmhtml to media handler to prevent error, when vendor in FE is edited.
- changed getProductSingle removed unused parameter
- added missing langkey for error message,when media has a wrong URL
- wrote a fix to prevent a notice in the cart 

and of course languae files updated, also containing the german changes in english and german (kaufen and purchase order)

Changes in the layouts:
- the unitprice (feature)
- links in emails (fix)

https://dev.virtuemart.net/projects/virtuemart/files

Have fun!


PS: DO NOT write your bugs into this thread, create a NEW thread for this.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

patrik60

#1
QuoteVery important for overwriters to know is that the layout changes are very minimal. As far as we can see old vm2.0.8 templates are compatible with 2.0.9/2.0.10.

The templates in components/com_virtuemart/views/user needs to be checked. I had some problems after updating to 2.0.9b, especially with the confirm site. Adding some changes in my overrides (not HTML, but php) did solve my problems.
All other templates work fine.