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

Zen Cart 源代码 whatsnew_1.3.9b.html




下载文件

文件名: whatsnew_1.3.9b.html
文件类型: HTML文件
文件大小: 8.18 KiB
MD5: b52dee9ce5993bb35d2ff8d7d42f3a0b

whatsnew_1.3.9b.html - 打开高亮
<!--
/**
 * @package documentation
 * @copyright Copyright 2003-2010 Zen Cart Development Team
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: whatsnew_1.3.9b.html 16168 2010-05-01 03:13:24Z drbyte $
 */
//-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
body, table{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; }
table.intro {border-color:#C96E29; }
td.intro{background-color:#EEEEEE; border-color:#5778ce; font-size:11px; }
td.plainbox, div.callout {border: 1px dashed;border-color: #C96E29;margin:5px 40px 5px 40px;}
.heading {background-color:#5778CE; font-weight:bold; font-size:14px;    width: 100%; }
.title1 {color:#C96E29; font-weight:bold; font-size:22px; }
.title2 {color:#C96E29; font-weight:bold; font-size:13px; }
.small {font-size:10px ;}
.error {color:#FF0000; }
.filename {font-family: mono, "Courier New", Courier ; font-size:14px; color:#c96e29;}
.pseudolink {text-decoration:underline; color:#5778CE;}
h1.intro { color: #ffffff; border:1px solid #aca893; background-color: #c96e29;  font-size: 22px;   padding: 4px;}
h1 { color: #ffffff;    border:1px solid #aca893;   background-color: #5778ce;   font-size: 20px;   padding: 4px;}
h2 { color: #c96e29;     font-size: 18px;}
h3 { color: #5778ce;    font-size: 16px; margin-bottom:0px;}
h4 { color: #c96e29;    font-size: 14px;}
h5 { color: #5778ce;    font-size: 16px; margin-bottom:0px; margin-top:0px; }
.style1 {
  font-size: 18px;
  font-weight: bold;
}
.emphasize {
  color: #336600;
}


-->
</style>
<title>Zen Cart 中文版v1.3.9b新增功能</title>
</head>
<body>

<table class="intro" cellspacing="4" cellpadding="6" border="3" width="748px" align="center">
<tr><td class="intro">
<center><h1 class="intro">欢迎使用 Zen Cart 中文版 ...</h1></center>
<br />
Zen Cart&trade;软件使用的是GNU通用公共许可协议,您可以免费使用、修改Zen Cart&trade;软件。
<br />
<br />
虽然该软件是免费的,但是欢迎您每次下载新版本前捐款,以帮助我们继续软件开发、升级,和维护免费论坛。
<br />
<br />
捐款网址:
<a href="http://www.zen-cart.com/index.php?main_page=infopages&pages_id=14" target="_blank">Zen Cart&trade; 团队</a>
<br />
<br />
感谢您的支持<br />
<em>Zen Cart&trade; 团队</em><br />
<br />

<center>
<span class="small">
Zen Cart&trade; 源自: Copyright 2003 osCommerce<br />
该软件希望提供有用的功能,但[不做保证],也不保证[适用于特定用途]<br />
该软件受限于GNU通用公共许可协议<br /><br />
</span>
</center>
</td></tr></table>

<br />
<table border="3" width="748px" align="center" cellpadding="6">
  <tr>
<td align="center"><img src="osi-certified-120x100.png" /><br />
该软件通过OSI开源软件认证。<br />
OSI Certified是开源动力的认证标志。</td></tr></table>
<br />

<table border="3" width="748px" align="center" cellpadding="6">
  <tr>
<td>
<h1>修改日志 - 修改文件列表</h1>
<p>自v1.3.9a后的修改文件的列表,见<a href="changelog-v1-3-9b.html" target="_blank">changelog-v1-3-9b.html</a> </p>
<h1>*** SECURITY REQUIREMENT ***</h1>
<p>For added security, Zen Cart&trade; comes with several .htaccess files already included in various folders to help provide protection against unwanted visitors 
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>
<p>However, for these built-in protections to work, your web hosting server administrator MUST set the AllowOverride directive 
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 />
<pre>ie:&nbsp;&nbsp;&nbsp;&nbsp;AllowOverride All<br />
or: &nbsp;&nbsp;&nbsp;AllowOverride Limit Indexes&nbsp;&nbsp;&nbsp;&nbsp;</pre><br />
<em>(NOTE: You must also add "Options" if uncommenting OPTIONS directives in your .htaccess files)</em><br /><br />
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>
<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>
<h1>ADDITIONAL NOTE ABOUT .htaccess FILES</h1>
<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>
<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>
<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>
<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>
<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>

<h1>Zen Cart&trade; Minimum Requirements</h1>
<p>PHP 4.3.2 or higher, Apache 1.3.30 and MySQL 3.23.x or higher.</p>

<h1>版本v1.3.9a到1.3.9b的升级说明</h1>
<p>如果从<strong><u>Zen Cart v1.3.9a升级到1.3.9b</u></strong>升级,很简单:<br>
  - 比较所有修改的文件... 将您修改过的地方,重新添加到新文件中<br>
  - 上传新文件 (含您自己修改过的部分) 到服务器<br>
</p>
<p>如果从<strong><u>v1.3.9a</u></strong>之前版本升级,请查看&quot;<a href="2.readme_how_to_upgrade.html">如何升级</a>&quot;文档,位于/docs目录。</p>

<h1>新增功能 ... </h1>
<h3><strong>The following improvements and bugfixes are included in v1.3.9b since v1.3.9a: </strong></h3>
<ul>
<li>Certain .htaccess directives were causing problems on some server configurations, so have been adjusted. If you want the security protection offered by the removed items, just uncomment them.</li>
<li>Various 3D-Secure Fixes, including proper handling of Maestro cards</li>
<li>BUGSFORUM-1195 - Minimum value of zero gets validated incorrectly in JS form_check</li>
<li>BUGSFORUM-1197 - fix problem with review sidebox not properly truncating review text</li>
<li>BUGSFORUM-1198 - fix missing lookup logic in developers-toolkit language search</li>
<li>BUGSFORUM-1199 - make ADDRESS OVERRIDE ALERT message show only to administrators, and not to customers</li>
<li>BUGSFORUM-1200 - 1.3.8-1.3.9a very small html error in collect_info.php (closing tr tag)</li>
<li>BUGSFORUM-1201 - Tax name wont show up on order if tax is 0.00</li>
<li>BUGSFORUM-1206 - onetime charge taxes </li>
<li>BUGSFORUM-1205 - Counter History problem with old MySQL versions</li>
<li>BUGSFORUM-1116 - retain html entities in product/category names/descriptions</li>
<li>Improved efficiencies in credit card identification algorithms</li>
<li>Fixes to search functionality related to use of double quotes</li>
<li>Fix problems with Free Shipping</li>
<li>Add an override to work around an email problem with using port 587 on servers not capable of actually using SSL when sending email</li>
<li>Express Checkout updates several things, including invoice numbering problems, better handling of customer-selected shipping address names, UI improvements, and more</li>
<li>BUGSFORUM-1208 - stop losing county name with GB addresses in Website Payments Pro UK</li>
<li>BUGSFORUM-1209 - State field always required when editing customer records in Admin</li>
<li>BUGSFORUM-1210 - PayPal Website Payments Pro US 10713 Invalid Data - Missing Country</li>
<li>BUGSFORUM-1211 - Yourpay/FirstData credit card CAPTUREs not processing commas correctly</li>
</ul>
</td>
</tr>
</table>
<br /><br />
<p align="center"><em>Zen Cart 中文版 版权所有 2004 - 2010</em></p>
<br /><br />
</body>
</html>


cron