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

Zen Cart 源代码 whatsnew_1.3.9h.html




下载文件

文件名: whatsnew_1.3.9h.html
文件类型: HTML文件
文件大小: 8.7 KiB
MD5: bb7e3ce1a157e7294129fe3ea5dfa9aa

whatsnew_1.3.9h.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.9h.html 18044 2010-10-24 17:01:07Z 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.9g 新增功能</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.9g后的修改文件的列表,见<a href="changelog-v1-3-9h.html" target="_blank">changelog-v1-3-9h.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; Server Requirements</h1>
<p>服务器配置要求:<br />PHP 4.3.2 或以上版本,Apache 1.3.30 和 MySQL 3.23 或以上版本。</p>
<p>建议配置:<br />PHP 5.3.2 或以上版本,Apache 2.2 或以上版本,MySQL 4.1 或以上版本。</p>
<p>虽然 Zen Cart 也可以在 Windows/IIS 服务器上运行,但最好用 Linux/Apache 服务器。</p>

<h1>版本v1.3.9a/b/c/d/e/f/g到1.3.9h的升级说明</h1>
<p>如果从<strong><u>Zen Cart v1.3.9a 或 1.3.9b 或 1.3.9c 或 1.3.9d 或 1.3.9e 或 1.3.9f 或 1.3.9g</u></strong>升级,很简单:<br>
  - 比较所有修改的文件... 将您修改过的地方,重新添加到新文件中<br>
  - 上传新文件 (含您自己修改过的部分) 到服务器<br>
  - (从 v1.3.9a 到 v1.3.9b 或 v1.3.9c 或 v1.3.9d 或 v1.3.9e 或 v1.3.9f 或 v1.3.9g 或 v1.3.9h 不需要升级数据库)<br />
  - (在版本"d" 和 "e" 和 "f" 和 "g" 和 "h"之间升级,不需要删除或卸载支付模块)
</p>
<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>
<h1>升级说明</h1>
<p>升级后,在访问管理界面前,建议先清空浏览器的缓存和cookies,并重新打开浏览器。有时会因为旧的cookies或缓存而无法访问管理界面。</p>
<h1>新增功能 ... </h1>
<h3><strong>从版本 1.3.9g 到 1.3.9h 包括了以下更新: </strong></h3>
<ul>
<li>CHANGE-74 - Fix unsanitized inputs in some forms</li>
<li>CHANGE-84 - Add security token to forms, to prevent CSRF/XSS attacks</li>
<li>CHANGE-86 - Add session cookie handling switches to Sessions configuration screen in Admin to allow server-specific customization of cookie handling </li>
<li>BUGSFORUM-1530 - HTML editing in Admin UI caused undesirable display confusion due to aggressive security protections. Removed the need for whitelisting which was introduced in v1.3.9g (custom whitelist files can be removed)</li>
<li>BUGSFORUM-1542 - Added further sanity checks to linkpoint_api module to further prevent SGS-002301 errors</li>
<li>BUGSFORUM-1548 - Fix problem with improper address matching if PayPal returns a blank address in an Express Checkout transaction</li>
<li>BUGSFORUM-1557 - Fix deprecated PayPal EC API key names</li>
<li>BUGSFORUM-1559 - Fix minor table nesting issue</li>
<li>BUGSFORUM-1561 - minor messageStack error in admin upload class</li>
<li>BUGSFORUM-1562 - Admin page for "specials" - error in displayed info</li>
<li>BUGSFORUM-1565 - Fix problem with PayPal Express Checkout where shipping wasn't recalculated if shopping cart contents were altered midway through checkout.</li>
<li>BUGSFORUM-1566 - minor fix to error message handling in admin upload class</li>
<li>BUGSFORUM-1577 - Password must contain a minimum of x characters</li>
<li>BUGSFORUM-1262 - Fix HTMLarea error message on Safari browsers.</li>
<li>Authorize.net - Updated Fraud Detection Suite filter handling</li>
<li>Minor: Updated some payment modules to have 15 instead of 10 years shown for expiry dates when entering credit card details</li>
</ul>
</td>
</tr>
</table>
<br /><br />
<p align="center"><em>Zen Cart 中文版 版权所有 2004 - 2010</em></p>
<br /><br />
</body>
</html>


cron