View Single Post
  #3  
Old 01-10-2011, 06:00 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.4.2 released

Changelog part 2

Quote:
*PERFORMANCE*
[*] 12 Nov 2010, aim – Improvement (0090129): Optimized language cache generation.
[!] 15 Nov 2010, aim – Bug (0101133): Inefficient use of languages cache. Fixed.
[!] 16 Nov 2010, aim – Bug (0101276): func_get_categories_list stalls on large category count. Fixed.
[*] 16 Nov 2010, aim – Improvement ( 0101208 ): func_get_categories_tree call is now cached.
[*] 18 Nov 2010, aim – Improvement (0098443): Added Flyout_Menus cache autogeneration.
[!] 19 Nov 2010, aim – Bug (0087411): Optimized displaying Smarty templates. Added an option to skip deleting empty strings in templates. Fixed.
[*] 22 Nov 2010, aim – Improvement (0099710): Speeded up CSS/JavaScript tools.
[*] 24 Nov 2010, aim – Improvement (0100709): Special offer optimization: func_get_offers_categoryid is now cached.
[*] 24 Nov 2010, aim – Improvement (0095413): Optimized Smarty. (Affects only for MySQL version 5.0.17 and single-language stores).
[*] 25 Nov 2010, aim – Improvement (0100744): Optimized performance of the recommends module with the 'Select recommended products randomly' mode disabled.
[*] 26 Nov 2010, aim – Improvement (0101551): Slightly optimized static page select query.
[*] 26 Nov 2010, aim – Improvement (0100715): Slightly optimized special offer module query.
[*] 26 Nov 2010, aim – Improvement (0101534): Slightly optimized session expiry logic.
[!] 29 Nov 2010, aim – Bug (0101793): Optimized the X-Cart init procedure. Configuration test is now cached. Fixed.
[!] 29 Nov 2010, aim – Bug (0100740): Statistics module shows poor performance. Fixed. Smarty display templates optimized.
[*] 30 Nov 2010, aim – Improvement (0070427): Estimate directory size link is added for Summary and Maintenance admin pages.
[*] 01 Dec 2010, aim – Improvement (0101504): Fancy cache is now turned on by default.
[*] 01 Dec 2010, aim – Improvement (0101945): Added a new 'Generate X-Cart cache every N hour(s)' setting. TTL for X-Cart cache is changed to 12 hours.
[*] 03 Dec 2010, aim – Improvement (0102036): Smarty optimization: alter_currency not available for empty alternative currency symbol.
[*] 06 Dec 2010, aim – Improvement (0080385): Added the 'Enable this to check only main category condition for products selection and product search' option.
[*] 09 Dec 2010, aim – Improvement (0102071): Added settings: "Do not check product's category availability and product's category membership on all the product related pages" and "Use simple sort by productid on all the product related pages".
[*] 09 Dec 2010, aim – Improvement (0092173): Slightly optimized init.php. variables are now cached for 10 minutes.
[*] 09 Dec 2010, aim – Improvement (0102161): Slightly optimized orders functionality.
[*] 09 Dec 2010, aim – Improvement (0102154): Fixed the problem with func_data_cache_get. Added PEAR lib. Added PEAR::Cache_Lite package.
[*] 13 Dec 2010, aim – Improvement (0102320): Smarty templates now recompile when the 'Use cache for language variables' option changes.
[*] 15 Dec 2010, aim – Improvement (0087566): Added a new 'Do not check if templates are changed (Smarty compile_check)' option.
[*] 16 Dec 2010, aim – Improvement (0100793): Removed BINARY from sql selects. Optimized importing.
[*] 22 Dec 2010, aim – Improvement (0102824): Slight optimization. (pi Index for xcart_quick_flags table is changed to UNIQUE)
[*] 23 Dec 2010, aim – Improvement (0102839): Slightly optimized product search. Changed indexes for the xcart_categories, xcart_variants and xcart_feature_classes SQL tables.
[*] 29 Dec 2010, aim – Improvement (0101765): Disabled saving sessions for Internet bots.

*MISCELLANEOUS*

[!] 30 Sep 2010, aim – Bug (0099235): Fails to properly disable the 'Send Invitations' functionality with admin_safe_mode enabled. Fixed.
[*] 01 Oct 2010, ferz – Improvement (0099681): mysql_num_rows() occasionally pops a warning message. Fixed.
[*] 12 Oct 2010, aim – Improvement (0099586): Refactored code for the func_test_htaccess function.
[!] 13 Oct 2010, aim – Bug (0099735): The shopkey in "The storefront is closed" link does not work. Fixed.
[!] 13 Oct 2010, aim – Bug (0099750): Typo error in the One-Page Checkout address info template. Fixed.
[!] 14 Oct 2010, aim – Bug (0099514): Wrong substitution symbol used in the clean urls and HTML catalog links. Fixed.
[!] 29 Oct 2010, aim – Bug (0100401): Problem related to the func_esd_in_cart function. Fixed.
[!] 01 Nov 2010, aim – Bug (0100433): Clean URLs and 'CSS and JavaScript optimization tools' fail to work on shared SLL hostings. Fixed.
[!] 18 Nov 2010, aim – Bug (0101335): 'Cannot redeclare func_generate_codes()' error occurs in PHP version 4.4.9. Fixed.
[!] 18 Nov 2010, aim – Bug (0101412): The "Terms & Conditions" and "Privacy statement" links do not work on the One-Page Checkout page. Fixed.
[*] 24 Nov 2010, aim – Improvement (0101536): Contact us image(contact_us.jpg) changed for fashion_mosaic schemes.
[*] 25 Nov 2010, aim – Bug (0090151): test_expat() causes server crash on some configurations. Fixed.
[!] 30 Nov 2010, aim – Bug (0099604): Problem with gzip content. Fixed.
[*] 08 Dec 2010, ferz – Improvement (0102125): Tabs in the account details section fail to show up on some servers. Fixed.
[!] 17 Dec 2010, aim – Bug ( 0102558 ): Multiple issues related to a new PHP version. Fixed.
[!] 20 Dec 2010, aim – Bug (0102706): SQL errors occur during cart recalculation related to the Special Offers free products feature. Fixed.
[!] 20 Dec 2010, aim – Bug (0102717): SQL errors occur when customer clicks the 'Add products for special price' button in the cart. Fixed.
[!] 20 Dec 2010, aim – Bug (0101217): jQuery colorbox fails to work properly with the new jQuery version in the Detailed Product Image popup window. Fixed. jQuery colorbox updated to version 1.3.15.
[!] 21 Dec 2010, aim – Bug (0102747, 0102739, 0102689): Multiple SQL errors found by the internal audit. Fixed.
[!] 23 Dec 2010, aim – Bug ( 0102798 ): Typo errors in some files. Fixed.
[!] 05 Jan 2011, aim – Bug (0102605): Privilege issues related fulfillment accounts. Fixed.
[!] 06 Jan 2011, aim – Bug ( 0103168 ): Cache_Lite: 'Unable to remove cache' error occurs sometimes. Fixed.
[*] 06 Jan 2011, aim – Improvement (0102504): Added auto-generation of the installation auth code.
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart

Last edited by seyfin : 01-10-2011 at 06:07 AM.