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

Zen Cart 源代码 whatsnew_1.3.9c.html




下载文件

文件名: whatsnew_1.3.9c.html
文件类型: HTML文件
文件大小: 8.14 KiB
MD5: 1ccfe64a56826bfc4364e3b6330cbecd

whatsnew_1.3.9c.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.9c.html 16289 2010-05-16 19:45:57Z 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.9c新增功能</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.9b后的修改文件的列表,见<a href="changelog-v1-3-9c.html" target="_blank">changelog-v1-3-9c.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.9b到1.3.9c的升级说明</h1>
<p>如果从<strong><u>Zen Cart v1.3.9a 或 1.3.9b 或 1.3.9c</u></strong>升级,很简单:<br>
  - 比较所有修改的文件... 将您修改过的地方,重新添加到新文件中<br>
  - 上传新文件 (含您自己修改过的部分) 到服务器<br>
  - (从 v1.3.9a 到 v1.3.9b 或 v1.3.9c 不需要升级数据库)<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.9c since v1.3.9b: </strong></h3>
<ul>
<li>BUGSFORUM-1225 - 154055: Missing quotes in coupon_restrict.php language file</li>
<li>BUGSFORUM-1227 - 154064: javascript validation of edit account form</li>
<li>BUGSFORUM-1231 - 154121: Unknown modifier 'h' in layout_controller.php</li>
<li>BUGSFORUM-1233 - zenid added at the end of the canonical element if first click is a linked product </li>
<li>BUGSFORUM-1235 - session functionality problem on Windoze</li>
<li>BUGSFORUM-1256 - fix broken download problems from v1.3.9a and v1.3.9b</li>
<li>BUGSFORUM-1257 - fix download errors from v1.3.9a and v1.3.9b</li>
<li>BUGSFORUM-1261 - Problem with automatic created account welcome e-mail - when using PayPal Express Checkout</li>
<li>Attributes-Controller: prevent division-by-zero errors if storeowner has mistakenly set the attribs-per-page value to zero</li>
<li>Fix minor array_merge error which was appearing in PHP logs during PayPal Express Checkout transactions for international addresses</li>
<li>Some debug code had been left in some payment modules, causing debug-logging to occur even when logging was disabled</li>
<li>Allow cookie domain and path to be overridden by user defines.</li>
<li>product_info pages could trigger browser security warnings under some isolated circumstances; thus, templates are updated</li>
<li>Fix intermittent problem with multiple IP addresses being submitted to Cardinal for 3d-secure processing</li>
<li>Some Solo cards were being identified as Maestro, thus causing some 3d-secure problems</li>
<li>Fix broken HTML-formatted email messages in "welcome" email sent when first-time customers use Express Checkout</li>
<li>BUGSFORUM-1263 - FCKeditor shows raw HTML markup in product descriptions with v1.3.9b</li>
<li>Fix minor issue with missing category display when navigating in downloads_manager</li>
</ul>
</td>
</tr>
</table>
<br /><br />
<p align="center"><em>Zen Cart 中文版 版权所有 2004 - 2010</em></p>
<br /><br />
</body>
</html>


cron