[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.9e.html

Zen Cart 源代码 whatsnew_1.3.9e.html




下载文件

文件名: whatsnew_1.3.9e.html
文件类型: HTML文件
文件大小: 9.94 KiB
MD5: 70e6a92647a792a948ff27ff57675f15

whatsnew_1.3.9e.html - 关闭高亮
  1. <!--
  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.9e.html 17152 2010-08-04 20:21:15Z 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.9e</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.9d, see the <a href="changelog-v1-3-9e.html" target="_blank">changelog-v1-3-9e.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 Indexes'.<br />
  87. <pre>ie:&nbsp;&nbsp;&nbsp;&nbsp;AllowOverride All<br />
  88. or: &nbsp;&nbsp;&nbsp;AllowOverride Limit Indexes&nbsp;&nbsp;&nbsp;&nbsp;</pre><br />
  89. <em>(NOTE: You must also add "Options" if uncommenting OPTIONS directives in your .htaccess files)</em><br /><br />
  90. 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>
  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.  
  99. <h1>Zen Cart&trade; Server Requirements</h1>
  100. <p>MINIMUM Requirements:<br />PHP 4.3.2 or higher, Apache 1.3.30 and MySQL 3.23.x or higher.</p>
  101. <p>RECOMMENDED Requirements:<br />PHP 5.3.2 or higher, Apache 2.2 or higher and MySQL 4.1 or higher.</p>
  102. <p>While Zen Cart can run on Windows/IIS servers, Linux/Apache servers are recommended for best results.</p>
  103.  
  104. <h1>Upgrade Instructions from v1.3.9a/b/c/d to 1.3.9e</h1>
  105. <p>If you are upgrading <strong><u>from Zen Cart v1.3.9a or 1.3.9b or 1.3.9c or 1.3.9d</u></strong>, the process is simple:<br>
  106.   - compare all the changed files with the files on your own site... and re-apply your customizations to the new files<br>
  107.   - upload the new files (with your customizations added) to your site<br>
  108.   - (there are no database-updates required between v1.3.9a to v1.3.9b or v1.3.9c or v1.3.9d or v1.3.9e)<br />
  109. </p>
  110. <p>If you are upgrading <strong><u>from a version prior to v1.3.9a</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>
  111.  
  112. <h1>UPGRADE TIP</h1>
  113. <p>It is advisable to clear your browser cache and cookies after upgrading, before attempting to access your Admin section. Old admin cookies may prevent you from logging in until you clear the cache and cookies and restart the browser.</p>
  114. <h1>Whats New ... </h1>
  115. <h3><strong>The following improvements and bugfixes are included in v1.3.9e since v1.3.9d: </strong></h3>
  116. <ul>
  117. <li>Added some missing currencies to 3D-Secure lookup facility</li>
  118. <li>Fixed small error in /editors/.htaccess which caused some problems with TinyMCE addon</li>
  119. <li>Fix broken whos-online cart display</li>
  120. <li>Added removal for "%" symbols in product names when submitting details to PayPal for rare cases where it could cause a transmission error</li>
  121. <li>improve search-query syntax to work better when large numbers of subcats are involved</li>
  122. <li>fix issues related to incorrectly-URLencoded NOTIFYURL and RETURNURL and CANCELURL params being sent to PayPal</li>
  123. <li>BUGS-135 - When deleting categories, the salemaker_sales table wasn't updated to reflect the removal</li>
  124. <li>BUGSFORUM-1171 - Advanced search was failing when searching on price and from-price = to-price</li>
  125. <li>BUGSFORUM-1279 - Line Items not sent to PayPal properly</li>
  126. <li>BUGSFORUM-1288 - handle occasional overly-url-encoded data received back from PayPal</li>
  127. <li>BUGSFORUM-1324 - mitigate minor/rare sql injection risk</li>
  128. <li>BUGSFORUM-1330 - trap cases where submitted session name is illegal (helps mitigate against false-positive PCI scans)</li>
  129. <li>BUGSFORUM-1343 - explode() expects parameter 2 to be string ... in functions_general.php line 566</li>
  130. <li>BUGSFORUM-1353 - adjust tax group totals for shipping tax, so that it is not affected by the general ratio discounting method when include_shipping = false, and split tax lines are enabled</li>
  131. <li>BUGSFORUM-1370 - small syntax error in rarely-used section of email code</li>
  132. <li>BUGSFORUM-1371 - Clearing quantity field on shopping cart page should be the same as entering "0"</li>
  133. <li>BUGSFORUM-1378 - fix small error in detection of $this_is_home_page in certain cases</li>
  134. <li>BUGSFORUM-1362 - fix broken &lt;/td&gt; tags in some admin input pages</li>
  135. <li>BUGSFORUM-1355 - Authorize.Net SIM - checkout_success page doesn't show css or images because of broken base-hrefs</li>
  136. <li>Fix missing delete from coupon_restrict when products_id or categories_id is removed</li>
  137. <li>Fix bug where checking for additional images when switch is set to off could cause some excess server load</li>
  138. <li>Added more order details to the $order_summary array which is passed to checkout-success</li>
  139. <li>Change system-information lookup to check for availability of exec() function before blindly using it in case it's been disabled by server admin</li>
  140. <li>Updated spider-detection list</li>
  141. <li>Added PHP6 support into error-logging util</li>
  142. <li>note: phpBB setup steps removed from the zc_install screens. One can manually set the phpBB path into configure.php by hand if needing that functionality.</li>
  143. </ul>
  144. </td>
  145. </tr>
  146. <br /><br />
  147. <p align="center"><em>Zen Cart&trade; Copyright 2003-2010</em></p>
  148. <br /><br />
  149. </body>
  150. </html>
  151.  


cron