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

Zen Cart 源代码 whatsnew_1.3.9f.html




下载文件

文件名: whatsnew_1.3.9f.html
文件类型: HTML文件
文件大小: 8.47 KiB
MD5: deff1eb822f48e9dd0b14348e7c1a112

whatsnew_1.3.9f.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.9f.html 17154 2010-08-05 10:10:06Z 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.9f</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.9e, see the <a href="changelog-v1-3-9f.html" target="_blank">changelog-v1-3-9f.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/e to 1.3.9f</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 or 1.3.9e</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 or v1.3.9f)<br />
  109.   - (there's no need to remove/re-install payment modules between "d" and "e" and "f")
  110. </p>
  111. <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>
  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.9f since v1.3.9e: </strong></h3>
  116. <ul>
  117. <li>Remove obsolete portions of gzip code</li>
  118. <li>BUGSFORUM-320  - Disable GZip compression when serving downloads</li>
  119. <li>BUGSFORUM-529  - no-op test of $_GET['manufacturers_id'] in product_listing.php</li>
  120. <li>BUGSFORUM-626  - Fix problems with Breadcrumb:: Product Listing Title :: Buy Now Button</li>
  121. <li>BUGSFORUM-962  - Deleting a Linked product caused it to delete media/artist details even though master product still exists</li>
  122. <li>BUGSFORUM-1279 - Line Items not sent to PayPal properly (wasn't fully fixed in v1.3.9e)</li>
  123. <li>BUGSFORUM-1338 - "Field format error: ORIGID missing" message from PayPal -- when using Back button in admin orders screen</li>
  124. <li>BUGSFORUM-1339 - Fixed split_page_result.php class "bug"</li>
  125. <li>BUGSFORUM-1369 - Searching with quotes does not work when clicking next button.</li>
  126. <li>BUGSFORUM-1412 - fine-tuning of version-info check to fix some windows server issues</li>
  127. <li>BUGSFORUM-1428 - fix ot_group_pricing calculation of order totals to properly take account of shipping tax combinations</li>
  128. </ul>
  129. </td>
  130. </tr>
  131. <br /><br />
  132. <p align="center"><em>Zen Cart&trade; Copyright 2003-2010</em></p>
  133. <br /><br />
  134. </body>
  135. </html>
  136.  


cron