v3.1正式版 修复beta的bug

pull/19/head 3.1
warlee 2015-03-26 23:13:55 +08:00
parent 696cd04328
commit 0b562aa217
5 changed files with 9 additions and 6 deletions

View File

@ -1,14 +1,17 @@
###ver3.03 `2015/3/26`
###ver3.1 `2015/3/26`
####update:
- 分享可以修改路径;避免文件移动后原始分享路径失效问题
- 分享后自动刷新当前目录;跟新配置数据
- 文件管理 当前文件夹不可写,对应右键菜单功能屏蔽
####fix bug
- cookie自动登录失败导致页面css丢失问题
- cookie路径导致语言设置失败问题
- 应用中心css丢失问题
- 解压不了、权限验证过于严格问题
- 左侧树目录被底部盖住问题
- 分享office不预览问题
- 分享office不预览问题
- 用户组;用户组列表选择错误
- 菜单编辑中文部分乱码
- 图片预览优化

View File

@ -1,2 +1,2 @@
<?php
define('KOD_VERSION','3.03');
define('KOD_VERSION','3.1');

View File

@ -96,7 +96,7 @@ class user extends Controller
}
public function common_js(){
$basic_path = BASIC_PATH;
if ($GLOBALS['is_root']) {
if (!$GLOBALS['is_root']) {
$basic_path = '/';//对非root用户隐藏所有地址
}
$the_config = array(

View File

@ -136,7 +136,7 @@ var Cookie = (function(){
}
var expDate=new Date();
expDate.setTime(expDate.getTime() + timeout*3600*24*1000);
str += "; path=/; expires="+expDate.toGMTString();
str += "; expires="+expDate.toGMTString();
document.cookie = str;
};
var del = function(key){

View File

@ -11,7 +11,7 @@ http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<![endif]-->
<link href="<?php echo STATIC_PATH;?>static/style/skin/<?php echo $config['user']['theme'];?>app_setting.css?ver=<?php echo KOD_VERSION;?>" rel="stylesheet" id='link_css_list'/>
<link href="<?php echo STATIC_PATH;?>style/skin/<?php echo $config['user']['theme'];?>app_setting.css?ver=<?php echo KOD_VERSION;?>" rel="stylesheet" id='link_css_list'/>
</head>
<body>