[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 whatsnew_1.3.9a.html

Zen Cart 源代码 whatsnew_1.3.9a.html




下载文件

文件名: whatsnew_1.3.9a.html
文件类型: HTML文件
文件大小: 28.79 KiB
MD5: 13bb74424e07f8151046a77e790424b2

whatsnew_1.3.9a.html - 关闭高亮
  1. <!--   latest update: r15996
  2. /**
  3. * @package documentation
  4. * @copyright Copyright 2003-2010 Zen Cart Development Team
  5. * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  6. * @version $Id: whatsnew_1.3.9a.html 16111 2010-04-29 22:39:02Z drbyte $
  7. */
  8. //-->
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  10. <style type="text/css">
  11. <!--
  12. body, table{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; }
  13. table.intro {border-color:#C96E29; }
  14. td.intro{background-color:#EEEEEE; border-color:#5778ce; font-size:11px; }
  15. td.plainbox, div.callout {border: 1px dashed;border-color: #C96E29;margin:5px 40px 5px 40px;}
  16. .heading {background-color:#5778CE; font-weight:bold; font-size:14px;   width: 100%; }
  17. .title1 {color:#C96E29; font-weight:bold; font-size:22px; }
  18. .title2 {color:#C96E29; font-weight:bold; font-size:13px; }
  19. .small {font-size:10px ;}
  20. .error {color:#FF0000; }
  21. .filename {font-family: mono, "Courier New", Courier ; font-size:14px; color:#c96e29;}
  22. .pseudolink {text-decoration:underline; color:#5778CE;}
  23. h1.intro { color: #ffffff; border:1px solid #aca893; background-color: #c96e29;  font-size: 22px;   padding: 4px;}
  24. h1 { color: #ffffff;    border:1px solid #aca893;   background-color: #5778ce;   font-size: 20px;   padding: 4px;}
  25. h2 { color: #c96e29;    font-size: 18px;}
  26. h3 { color: #5778ce;    font-size: 16px; margin-bottom:0px;}
  27. h4 { color: #c96e29;    font-size: 14px;}
  28. h5 { color: #5778ce;    font-size: 16px; margin-bottom:0px; margin-top:0px; }
  29. .style1 {
  30.  font-size: 18px;
  31.  font-weight: bold;
  32. }
  33. .emphasize {
  34.  color: #336600;
  35. }
  36.  
  37.  
  38. -->
  39. <title>What's New in Zen Cart(tm) v1.3.9a</title>
  40. </head>
  41.  
  42. <table class="intro" cellspacing="4" cellpadding="6" border="3" width="748px" align="center">
  43. <tr><td class="intro">
  44. <center><h1 class="intro">Welcome to Zen Cart&trade; ...</h1></center>
  45. <br />
  46. The Zen Cart&trade; software is made available to you for use, additions, changes, modifications, etc. without charge, under the GNU General Public License.
  47. <br />
  48. <br />
  49. While we do not charge for this software, donations are greatly appreciated each time you download a new version, to help cover the expenses of maintenance, upgrades, updates, the free support forum and the continued development of this software for your online e-commerce store.
  50. <br />
  51. <br />
  52. Donations can be made at:
  53. <a href="http://www.zen-cart.com/donate" target="_blank">The Zen Cart&trade; Team Page</a>
  54. <br />
  55. <br />
  56. We appreciate your support.<br />
  57. <em>The Zen Cart&trade; Team</em><br />
  58. <br />
  59.  
  60. <span class="small">
  61. Zen Cart&trade; is derived from: Copyright  2003 osCommerce<br />
  62. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;<br />
  63. without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE<br />
  64. and is redistributable under the GNU General Public License<br /><br />
  65. </span>
  66. </td></tr></table>
  67.  
  68. <br />
  69. <table border="3" width="748px" align="center" cellpadding="6">
  70.   <tr>
  71. <td align="center"><img src="osi-certified-120x100.png" /><br />
  72. This software is OSI Certified Open Source Software.<br />
  73. OSI Certified is a certification mark of the Open Source Initiative.
  74. </td></tr></table>
  75. <br />
  76.  
  77. <table border="3" width="748px" align="center" cellpadding="6">
  78.   <tr>
  79. <td>
  80. <h1>CHANGELOG - List of Changed Files </h1>
  81. <p>For a list of files that have been changed since v1.3.8, see the <a href="changelog-v1-3-9a.html" target="_blank">changelog-v1-3-9a.html</a> </p>
  82. <h1>*** SECURITY REQUIREMENT ***</h1>
  83. <p>For added security, Zen Cart&trade; comes with several .htaccess files already included in various folders to help provide protection against unwanted visitors
  84. and even against mis-use of your site in the unfortunate situation of your site being hacked. These protections prevent hackers from using your site as phishing sources.</p>
  85. <p>However, for these built-in protections to work, your web hosting server administrator MUST set the AllowOverride directive
  86. in the server's apache configuration (the server's master httpd.conf file)  to "All" or at least ensure it includes these parameters: 'Limit Options Indexes'.<br />
  87. <pre>ie:&nbsp;&nbsp;&nbsp;&nbsp;AllowOverride All<br />
  88. or: &nbsp;&nbsp;&nbsp;AllowOverride Limit Options Indexes</pre><br />
  89. Without these settings, you will likely encounter "<strong>500 Internal Server Error</strong>" messages when attempting to access various parts of your site, including perhaps the zc_install installer script. </p>
  90. <p>If your hosting company won't let you use OPTIONS directives in your .htaccess files, you can comment those with a #, or you can upgrade to v1.3.9b which has already done that for you.</p>
  91. <p>Storeowners hosting on Windows Servers using IIS instead of Apache may need to remove the .htaccess files and rework them into suitable equivalents within your IIS configuration. See Microsoft's IIS website for specific assistance.</p>
  92. <h1>ADDITIONAL NOTE ABOUT .htaccess FILES</h1>
  93. <p>Inside some folders is an .htaccess file that lists certain *permitted* filetypes which may be accessed. (Anything else is blocked to prevent abuse on your site).</p>
  94. <p>The side-effect of this is that if you choose to use media types that are not already listed in the *permitted* list, then your visitors will not be able to see those resources. </p>
  95. <p>Thus, if you are using product images that are not in the list of permitted types in your /images/.htaccess, you will need to add those types to the list.</p>
  96. <p>Similarly, if you are using certain media types in music product previews, you will need to make sure those are in your /media/.htaccess </p>
  97. <p>And, if you are using filetypes for downloadable products that are not already listed in your /pub/.htaccess and /download/.htaccess you will need to add those as well.</p>
  98. <h1>Zen Cart&trade; Minimum Requirements</h1>
  99. <p>PHP 4.3.2 or higher, Apache 1.3.30 and MySQL 3.23.x or higher.</p>
  100.  
  101. <h1>Upgrade Instructions from v1.3.8 to 1.3.9</h1>
  102. <p>If you are upgrading <strong><u>from Zen Cart v1.3.8</u></strong>, the process is simple:<br>
  103.   - compare all the changed files with the files on your own site... and re-apply your customizations to the new files<br>
  104.   - upload the new files (with your customizations added) to your site<br>
  105.   - upload the <span class="filename">zc_install</span> folder to your server, and run <span class="filename">zc_install/index.php</span> <br>
  106.   ... select <strong>Database Upgrade</strong> from the System Inspection screen. Apply the required updates. </p>
  107. <p>If you are upgrading <strong><u>from a version prior to v1.3.8</u></strong>, please follow the instructions in the &quot;<a href="2.readme_how_to_upgrade.html">how to upgrade</a>&quot; documentation in the /docs folder. </p>
  108. <h1>IMPORTANT NOTES </h1>
  109. <ul>
  110. <li><span class="style1">SECURITY:</span><span class="error"> Please be sure to review and apply the <a href="./important_site_security_recommendations.html" target="_blank">Site Security Recommendations</a> to your site prior to taking your shop &quot;live&quot;.</span> If you are uncertain about how site security applies to you, talk to your web host to ensure that you have proper measures in place. <br>
  111. <br>
  112. </li>
  113.   <li><span class="style1">PAYMENT MODULES:</span> <span class="error">Many changes have been made to the Authorize.net (SIM/AIM/eCheck), PayPal (IPN/Standard/Pro/Express), Linkpoint/FirstData payment modules. <strong> If you are using any of these modules</strong>, you will need to Remove and re-Install the modules via Admin-&gt;Modules-&gt;Payment in order for them to work properly.</span> (Write down your settings first, for easier re-configuration!) <br>
  114.         <em>If you don't remove+reinstall them, you will have some blank spaces in your configuration settings when you attempt to edit them next.</em> <br>
  115. <br>
  116. ALSO: NOCHEX and Offline CC Module have been removed from core for PCI/PA-DSS reasons.
  117. </li><br />
  118. <li><strong class="style1">SHIPPING MODULES</strong> All the built-in shipping modules have been updated. <br /><span class="error">For EACH one that you're using, you will need to Remove and re-Install the module in Admin-&gt;Modules-&gt;Shipping in order to make them work properly.</span> (Write down your settings first, for easier re-configuration!) <br>
  119. <br>
  120. </li>
  121. <li><strong class="style1">ORDER TOTAL modules</strong> ...<span class="error">All the OT modules have been updated with fixes.<br>You will need to Remove and re-Install each module in Admin-&gt;Modules-&gt;Order Total in order to make them work properly.</span> (Write down your settings first, for easier re-configuration!) <br>
  122. <br>
  123. </li>
  124. </ul>
  125. <h1>UPGRADING YOUR TEMPLATES </h1>
  126. Since version 1.2, Zen Cart&trade; has had a major overhaul of the templating system for v1.3.  As such, you have two options:
  127. <ul>
  128. <li>upgrade your existing template by applying the new stylesheet and moving a few lines of code around; or</li>
  129. <li><strong>the best way </strong>to have almost-tableless and much tidier template code, is to <strong>make a new template</strong> (based on template_default or the new &quot;green&quot; classic introduced in v1.3.5) and carefully re-apply your own customizations to the new template system.</li>
  130. </ul>
  131.  
  132.  
  133. <p>For further information on template upgrading, see the support-forum discussion on this topic. </p>
  134. <br />
  135. <p><strong>1.3.9 Template changes</strong> (since 1.3.8) have been minimal. Simply merge the changes with any of your override versions.</p>
  136.  
  137. <h1>Whats New ... </h1>
  138. <h3><strong>The following improvements and bugfixes are included in v1.3.9a since v1.3.8: </strong></h3>
  139. <ul>
  140. <li>PHP 5.3.x compatibility
  141. <li>PCI scan improvements to prevent commonly-reported false-positives
  142. <li>SSL-detection improvements
  143. <li>Session Handling improvements for shared-SSL configurations to deal with IE-specific quirks</li>
  144. <li>Session-Handler improvements: closing when done, removed redundant start, etc</li>
  145. <li>Search improvements
  146. <li>Hack-attempt detection improvements
  147. <li>Add .htaccess for /images/ folder, and security updates to many others as well</li>
  148. <li>Canonical URL support added for product pages and product listings. See /includes/init_includes/init_canonical.php</li>
  149. <li>Developer Toolkit Improvements (smarter searches, case-sensitive options, etc)
  150. <li>USPS module updated to RateV3 API and includes all updates posted to March 2010
  151. <li>PayPal UK - 3D-Secure support added</li>
  152. <li>PayPal micropayments support added</li>
  153. <li>Added CURL processing for PayPal IPN handling in case fsockopen() is disabled or failing
  154. <li>Various updates to PayPal, Linkpoint (now renamed to FirstData) and Authnet Payment modules
  155. <li>Split tax line support integrated
  156. <li>Added per-EZ-page stylesheet support
  157. <li>Fix ISO country/currency errors in default SQL file (old countries removed, etc)
  158. <li>Fixes/updates/additions of various notifier calls
  159. <li>MySQL 6-alpha preliminary compatibility
  160. <li>Updates to spiders.txt file for stronger efficiency and more up-to-date data
  161. <li>Improvements to configure.php file read-only detection (automatically sets to read-only if found writable, and permissions allow it)
  162. <li>Various performance improvements, including freeing up wasted memory to make things run more lean
  163. <li>PHP error logging automatically enabled by default, since errors are not displayed to the browser (for security reasons)
  164. <li>Turn off autocomplete on cc-number fields so browsers don't store/retrieve that information </li>
  165. <li>Spam slamming via tell-a-friend is now throttled</li>
  166. <li>Admin-login-slamming protection - added delays to prevent brute-force password attacks</li>
  167. <li>Add safety to payment modules to prevent attempt to re-install once already installed, since that has always thrown ugly (although harmless) SQL errors on the screen</li>
  168. <li>Authorize.net system change required alteration of transaction_id field size (details posted on forum months ago)
  169. <li>Include PayPal rename from verisign.com to paypal.com for all services using the old service which was obsoleted in Sept 2009. (Details for fix also posted on forum)
  170.  <br>
  171.   <br>
  172.   <br>
  173. </li>
  174. </ul>
  175. <h3>Bugfixes</h3>
  176. <ul>
  177. <li>Posted bugfixes for v1.3.8 (see forum: http://www.zen-cart.com/forum/showthread.php?t=82619 and http://www.zen-cart.com/forum/forumdisplay.php?f=140 )
  178. <li>Posted (on forum) security fixes
  179. <li>BUGSFORUM-168 Added stronger detection of suhosin usage: now disables certain features which are incompatible with suhosin, instead of throwing errors in places like whos_online
  180. <li>"Catchable fatal error" fixes
  181. <li>Tax calculation fixes in various places
  182. <li>Fix division-by-zero errors in ot_coupon.php and ot_group_pricing.php
  183. <li>Various fixes to Gift Certificate, Coupon, Group Discount, etc order-total modules
  184. <li>Customer DOB was getting erased if admin edited customer data and min DOB length was set to 0
  185. <li>Error when deleting ALL attributes
  186. <li>Tell-A-Friend was sending wrong URL if product used alternate product-type
  187. <li>Category metatags could not be removed once added
  188. <li>Unknown column "o.orders_id in 'on clause' when using admin order search
  189. <li>Back button navigation tweaks
  190. <li>TEXTAREA attributes with character limit could delete typed text when limit reached
  191. <li>queryFactoryResult errors addressed
  192. <li>Can no longer delete categoryID=0 ... which could happen in limited cases, thus deleting all products and categories unexpectedly.
  193. <li>Spiders could occasionally trigger PHP server errors if they attempted to add-to-cart
  194. <li>Spiders list updated and pruned</li>
  195. <li>Session handling improvements including wiser parsing of tld
  196. <li>Fixes to email handling
  197. <li>IE8 fix to admin UI
  198. <li>Fix for credit-covers issues when using loworder-fee type modules
  199. <li>Fix some secure/nonsecure warning triggers
  200. <li>Fix Discount Coupons to allow for:<br />
  201. - Add All Products in 1 Cat<br />
  202. - Remove All Products in 1 Cat<br />
  203. - NOTE: you specify DENY or ALLOW and that is how you ADD or REMOVE<br />
  204. - Allow Links to Products or Categories in ordered list plus popup help<br />
  205. </li>
  206. <li>Various multiple-language bugs
  207. <li>Added ability to define DB_CHARSET to automatically trigger a mysql SET NAMES statement if needed for things like UTF8 support, preventing the need to edit the db class
  208. <li>various banner-manager date fixes
  209. <li>various fixes to media-collection components such as media-manager, sort-orders of clips, etc
  210. <li>Fix GV balance display on side panel when customer has a balance but no order and was displaying as $0.00
  211. <li>bug in admin reviews pagination
  212. <li>Prevent display of HOME_PAGE_META_KEYWORDS etc if people mistakenly skip that part of their upgrade. Defaults to normal content as if define was set to blank.
  213. <li>Various admin page fixes to javascript validation code
  214. <li>fix bug which prevented admin from getting copies of "all" coupon emails sent out (was only getting a copy of the last email sent)
  215. <li>eliminate secure warnings when Customer is not logged in and adds to cart then hits checkout and merge carts happen and return to shopping_cart and hit submits to update cart etc.
  216. <li>Shipping Estimator is displayed open on shopping_cart vs being a button
  217. <li>fix incorrect display of tax rate when deleting tax rates
  218. <li>Fix category look up to use master_categories_id
  219. <li>Fixes SaleMaker Priced by Attribute
  220. <li>Fixes Admin Display of Product Category from displaying "something" on Linked Products
  221. <li>Fix categories name lookup based on product master_categories_id vs random categories_id from products_to_categories
  222. <li>Fix navigation on add/cancel featured/specials from products_price_manager and back
  223. <li>Fix breadcrumbs not to include products_name when on listing and Display Cart is off and does not break Reviews
  224. <li>Fix salemaker bug on Entire Catalog not being selected on edit when set
  225. <li>fix broken reviews where reviews are stuck on same product and work like specials and new products
  226. <li>fix for dropped connections on timeouts due to slow external methods
  227. <li>Fix function free_shipping_weights value on Product weight and Attribute weight in shopping cart
  228. <li>Added noindex,nofollow to admin pages to aid in reducing admin indexing if logins are bypassed somehow
  229. <li>force use of SSLv3 in authorize.net modules (system requirement by authnet)
  230. <li>fix to prevent countries from being deleted if currently assigned to address_book records
  231. <li>zones shipping module: Auto build additional Zones when $this->num_zones is changed and already installed
  232. <li>Add SSL-detection support for Zeus SSL Accelerator/Load-balancer by detecting HTTP_SSLSESSIONID
  233. <li>fix small logic bug in sqlpatch tool
  234. <li>Admin specials: Prevent GIFT from being put on Special in Manual entry just like in regular entry
  235. <li>fix: Storage of email_html in email_archive table problematic
  236. <li>incorporate forum-suggested change to accommodate upper-case characters in phpbb usernames
  237. <li>Fix bug on duplicate Discount Coupon success message
  238. <li>regex fixes on cc validation class for better detection of card types
  239. <li>fix order-status pulldown on admin orders page for consistency
  240. <li>switch the whois lookup in whos_online to domaintools site instead of dnsstuff
  241. <li>PayPal Express Checkout now uses default email-format when creating an account
  242. <li>add additional port support for gmail
  243. <li>search page was showing slashes in some cases if search result came up with no records found
  244. <li>added warning to admin to indicate if /admin/ folder hasn't been renamed
  245. <li>fix address-format inconsistency bug (if multiple address-book entries are shown and include different formats, page was only observing the format of the *last* item in the list, not honoring each individual address's proper format code)
  246. <li>BUGSFORUM-798 - fix store-manager bug which croaks when using Optimize DB if database name has hyphens in it
  247. <li>fix credit covers problems in coupon
  248. <li>fix rounding error and ensure $cost is a number not a string
  249. <li>fix zone restriction problems in some shipping modules
  250. <li>BUGSFORUM-801 - fix newsletter signup box bug where checkbox is auto-selected and user deselects it
  251. <li>BUGSFORUM-809 - language typo
  252. <li>BUGSFORUM-442 - quick fix for strict data-typing in 1.3.9 for product update pages in admin.   (v2.0 uses proper bindvars approach)
  253. <li>add robots_example.txt to help minimize some confusion on the matter
  254. <li>Set up 301-Redirect if a spider attempts to visit a URL that contains a ZENID, in effect removing the zenid from the spider's database
  255. <li>BUGSFORUM-546: 111219: Paypal IPN orders not recorded if order-total addons are missing language files
  256. <li>BUGSFORUM-632: 117422: PayPal Shipping Labels Not Sync'ing
  257. <li>Workaround to accommodate BUGSFORUM-281: 90799: function replace_accents(), Japanese, PayPal
  258. <li>Partial fix to various PayPal bugs where IPNs weren't allowing proper creation of orders due to MySQL Strict Data typing issues.
  259. <li>add stock check before Express Checkout commences, preventing checkouts if stock-checks would normally prohibit
  260. <li>PayPal updates - safer handling for PaymentReview transactions
  261. <li>PayPal - can now enable address-override switch if store model requires it</li>
  262. <li>PayPal website payments pro now asks merchant to choose which country their PayPal account is located in, since this more accurately drives how the module should be communicating
  263. <li>PayPal - fix bug causing wrong order-status to be set on refunds, resulting in them disappearing from orders list
  264. <li>Add paypal language defines for auto-added descriptions in line-item calcs
  265. <li>Rudimentary PayPal FMF support to prevent throwing of errors
  266. <li>authorize.net modules: fix missing $messageStack references
  267. <li>Skip sending first 4 digits of CC number in order-confirmation email (security requirement)
  268. <li>Fix missing Refund option for Express Checkout
  269. <li>Add notifier to shipping/payment classes, to allow contribs to hook in and disable
  270. <li>Add additional notifiers to order class
  271. <li>Fix broken notifier functionality in PayPal IPN</li>
  272. <li>change ereg* functions to equivalent preg functions for PHP 5.3 and PHP 6 compatibility
  273. <li>Fix wrong order of info on order-status-update emails
  274. <li>Fix text to use correct text for each review when set to greater than 1
  275. <li>Fix image or missing image on reviews edits and previews
  276. <li>Fix bug to Prevent Password Forgotten from being sent as blank when set to 0 length
  277. <li>Fix mismatched functions on building path to wrong category when Linked Products exist
  278. <li>Disable the storing of auth_code details as part of customer comments and customer order-confirmation emails, for fraud-prevention reasons
  279. <li>Options Values Manager - Bring sort order input field into vertical alignment with header and other column contents
  280. <li>referrals report - Fix broken dates and times months don't have 32 days and days are 24 hours
  281. <li>BUGSFORUM-820 - error in tax_basis determination for ot_shipping
  282. <li>UPS/USPS - Fix minimum weights when 0 to be 1 ounce (.0625 pounds)
  283. <li>USPS - Add missing Priority Mail International Regular/Medium Flat-Rate Boxes/Priority Mail International Small Flat-Rate Box
  284. <li>USPS - Fixing codes to make USPS happy with changes to ISO and expected country names
  285. <li>USPS/UPS - quick cheap hack to pass expected codes back and forth between _getQuote() and quote().
  286. <li>Fix missing backslashes in usps which was breaking intl quotes
  287. <li>Fix bug where Discount Quanties get copied on Copy Product to Duplicate when marked not to be copied
  288. <li>Order class - pass on the ID values from cart to order for easier parsing during order processing
  289. <li>ot_coupon - fix restrictions - Base zone restrictions on Delivery for Free Shipping or Billing for Amount or Percentage
  290. <li>Bugfix - prevent duplicate messageStack entries
  291. <li>Some template updates, added bindvars to guard against sql injection
  292. <li>Fix for cart class breaking on update where there is an upload and a checkbox involved
  293. <li>Backport support for embedded image attachments in emails which was supposed to be in 1.3.8 and got missed somehow
  294. <li>Email html checkout template was inserting store name in duplicate
  295. <li>Fix race condition when updating counter history
  296. <li>Add ability to set certain countries to show at top of pulldown list, defaulting to store's default country
  297. <li>Fix Discount Quantities to recognize the Discount Type: NONE to properly disable Discount Quantities and not break calculations
  298. <li>Trap errors that occur when users fail to properly upload lang file with modules
  299. <li>Fix Per Unit to not require change to Maximum 5000
  300. <li>Fix wording on % amount of Order Total on Zones and Table Rate - can mix/match dollar/percentage
  301. <li>Fix Handling Fee per Box/Order mismatch and add a choice for Weight oriented shipping methods
  302. <li>Packing slip and invoices - Fix format_id for billing address
  303. <li>IPN updates to identify EC transactions more easily, as long as core code doesn't get changed by end-users
  304. <li>Fix for lack of proper static  properties in php4, also fixes problems with notifiers in ad hoc instantiated classes, ie order class
  305. <li>Fix missing restrictions limit on coupons
  306. <li>Show tax desc in tax-rates window to more easily spot empty descriptions which can be confusing
  307. <li>Prevent admin-side edits from mangling &amp; into & when editing ez-pages
  308. <li>Fix missing manufacturers filter for displaying Manufacturers with Products to match sidebox setting from Maximum Values
  309. <li>Fix image to load on all attributes on multiple select of Option Values
  310. <li>option values manager - Fix for multiple languages showing multiple records for same value when multiple languages
  311. <li>Remove redundant code in index_filters, improving performance
  312. <li>Fix ceil error where amounts are less than 0, such as ceil(.6/.2)
  313. <li>ot_coupon Fix for Minimum Amount to be based on Product totals based on the Restrictions not the full Total Order
  314. <li>BUGSFORUM-980 - If customer changes spelling of CITY on PayPal end, the change wasn't reflected in the customer's/order's address details.
  315. <li>zc_install no longer checks CURL over proxy if regular CURL test fails
  316. <li>BUGSFORUM-982 - Fix minor bug where messageStack alert not being shown, due to syntax error, with payment/shipping modules missing language files.
  317. <li>Fix bold cheapest bug in shipping estimator to match checkout_shipping
  318. <li>Fix problems caused by using double-quotes in attribute option names/values</li>
  319. <li>Add additional notifiers for tare/shipping/quote/cheapest to shipping control class</li>
  320. <li>Fix bug with virtual-content-cart sending customers back thru checkout-payment and confirmation screens a second time after returning from paypal express checkout</li>
  321. <li>BUGSFORUM-1008 - fix issue with newsletters not sending properly due to queryFactoryObject error caused by typo</li>
  322. <li>BUGSFORUM-1005 - fix typo in shipping estimator parameter, which was causing duplicate "name" attributes on input field, thus causing validation error</li>
  323. <li>BUGSFORUM-1014 - fix bad ID problem in shipping methods selector in checkout_shipping template</li>
  324. <li>Add note to USPS debug emails to tell the recipient how to turn them off, since so many are confused by it.</li>
  325. <li>Updates to linkpoint-api (firstdata) payment module</li>
  326. <li>Fixed order-of-operations problem with cached data</li>
  327. <li>BUGSFORUM-1022 - fix problem with PCI false-positive when invalid $_GET['sort'] parameter is injected on URL (PCI patch posted in Nov)</li>
  328. <li>BUGSFORUM-1034 - Remove security vulnerability from the CURLTEST.PHP script, and removed other dev-use-only files</li>
  329. <li>CURLTEST.PHP renamed </li>
  330. <li>BUGSFORUM-514 - Storage of email_html in email_archive table problematic
  331. <li>Reduce a loop of lookup queries on top-level cat display in admin</li>
  332. <li>Fix potential XSS vulnerabilities in various admin files</li>
  333. <li>BUGSFORUM-1041 - fix broken forms which prevented search from working properly in products-purchased admin report</li>
  334. <li>BUGSFORUM-1036 - prevent ability for 'free_free' to be set by POST contamination on the shipping page</li>
  335. <li>BUGSFORUM-1027 - state selection incorrect in address book edits when pulldown enabled</li>
  336. <li>Stop storing CC EXPDATE in orders table for gateway modules, for PA-DSS reasons</li>
  337. <li>BUGSFORUM-1044 - JPY currency adjustments in EC module</li>
  338. <li>BUGSFORUM-610 - Incorrect decimal value 'f' when free-shipping selected</li>
  339. <li>Fix ot_coupon bug on minimum values where comparison is a string and not a value</li>
  340. <li>Fix broken search in admin product screens where Search is broken as soon as editing is done and search is lost
  341. <li>Fix admin Add New Product when Search is set, cannot add a new product as no known category is set to assign to new product
  342. <li>Fix installer to properly ignore commented lines in configure.php files when reading prior settings as part of an upgrade</li>
  343. <li>Fix admin categories navigation glitches</li>
  344. <li>Installer update: no longer raises warning-flag if "cgi" version of PHP is in use.</li>
  345. <li>Admin comments in order status history which are set to -1 will not be shown to customers
  346. <li>Fix group pricing/discount coupon bug
  347. <li>BUGSFORUM-1082 - linkpoint_api payment module fixed array vs string error
  348. <li>Fix bad SQL joins in music_genre filter and record_company filter code</li>
  349. <li>Fix alpha sort functionality with music_genre and record_company filters</li>
  350. <li>BUGSFORUM-191 Fix bug preventing address-book-process from properly updating the State field when no zones exist for selected country, caused by not properly validating the $_POST input which is blank when page is first drawn.</li>
  351. <li>Fix problem of order-confirmation submit button allowing multiple submits/clicks, resulting in duplicate orders</li>
  352. <li>Fix broken rounding problem when calculating number of boxes for shipping quotes</li>
  353. <li>Fix banners not activating based on date NULL needed to be 'NULL'</li>
  354. <li>Fix banners dates for midnight or they do not expire or start on right day</li>
  355. <li>Fix admin customers report: Report was combining people with same name, changed to customers_id </li>
  356. <li>Music products - Fix wrong categories_id for copy and fix methods update fields to match formats in product_general</li>
  357. <li>BUGSFORUM-288 - trim spaces from contact-us email address to prevent being rejected</li>
  358. <li>BUGSFORUM-904 - Admin product preview screen - Added check to make sure key POST fields actually contain data. If not, do error trapping, instead of saving blanks. </li>
  359. <li>BUGSFORUM-1156 - fix priced-by-attrib problem with negative values
  360. <li>"last login" date for customers logging in with new accounts is now set correctly</li>
  361. <li>Changed default permissions set on uploaded files to 644 from 777</li>
  362. <li>Fix wrong header response on some pages during down-for-maintenance</li>
  363. <li>Fix double mention of GV amount in emails</li>
  364. <li>BUGSFORUM-603 - Salemaker expiry performance problems for sales starting and ending on same day</li>
  365. <li>admin metatags picks up defines from custom template if set</li>
  366. </ul>
  367. </td>
  368. </tr>
  369. </table>
  370. <br /><br />
  371. <p align="center"><em>Zen Cart&trade; Copyright 2003-2010</em></p>
  372. <br /><br />
  373. </body>
  374. </html>
  375.  


cron