[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.03 KiB
MD5: 128ff1f8c7ac6b84d958e38fbdc8aef7

whatsnew_1.3.9f.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.9f.html 17154 2010-08-05 10:10:06Z 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.9f新增功能</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.9e后的修改文件的列表,见<a href="changelog-v1-3-9f.html" target="_blank">changelog-v1-3-9f.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到1.3.9f的升级说明</h1>
<p>如果从<strong><u>Zen Cart v1.3.9a 或 1.3.9b 或 1.3.9c 或 1.3.9d 或 1.3.9e</u></strong>升级,很简单:<br>
  - 比较所有修改的文件... 将您修改过的地方,重新添加到新文件中<br>
  - 上传新文件 (含您自己修改过的部分) 到服务器<br>
  - (从 v1.3.9a 到 v1.3.9b 或 v1.3.9c 或 v1.3.9d 或 v1.3.9e 或 v1.3.9f 不需要升级数据库)<br />
  - (在版本"d" 和 "e" 和 "f"之间升级,不需要删除或卸载支付模块)
</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.9e 到 1.3.9f 包括了以下更新: </strong></h3>
<ul>
<li>Remove obsolete portions of gzip code</li>
<li>BUGSFORUM-320  - Disable GZip compression when serving downloads</li>
<li>BUGSFORUM-529  - no-op test of $_GET['manufacturers_id'] in product_listing.php</li>
<li>BUGSFORUM-626  - Fix problems with Breadcrumb:: Product Listing Title :: Buy Now Button</li>
<li>BUGSFORUM-962  - Deleting a Linked product caused it to delete media/artist details even though master product still exists</li>
<li>BUGSFORUM-1279 - Line Items not sent to PayPal properly (wasn't fully fixed in v1.3.9e)</li>
<li>BUGSFORUM-1338 - "Field format error: ORIGID missing" message from PayPal -- when using Back button in admin orders screen</li>
<li>BUGSFORUM-1339 - Fixed split_page_result.php class "bug"</li>
<li>BUGSFORUM-1369 - Searching with quotes does not work when clicking next button.</li>
<li>BUGSFORUM-1412 - fine-tuning of version-info check to fix some windows server issues</li>
<li>BUGSFORUM-1428 - fix ot_group_pricing calculation of order totals to properly take account of shipping tax combinations</li>
</ul>
</td>
</tr>
</table>
<br /><br />
<p align="center"><em>Zen Cart 中文版 版权所有 2004 - 2010</em></p>
<br /><br />
</body>
</html>


cron