From a3ed155c909a2079e23ab9ce602d3bacf92abda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <140248955+xiaohu2002@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=EF=BC=9A?= =?UTF-8?q?=20(#284)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修复数据表格点击重置按钮后不按类型加载数据问题和添加刷新按钮 * 修复邮件发件人为空问题 * 修复分享文件在移动端无法打开文件夹问题 * 修复网盘应用在Linux环境下部分语言不能翻译的问题 * 重命名 dzz/explorer/language/zh-CN 为 dzz/explorer/language/zh-cn * 修改php版本要求 * 优化在线升级页面UI,网盘新增群组空间大小修改 * 修改php版本要求 * Update core_version.php --- README.md | 13 +- UPDATE.md | 2 +- admin/appmarket/upgrade_app_ajax.php | 17 +-- admin/member/template/lyear/verify.htm | 2 +- admin/system/systemupgrade.php | 32 ++-- admin/system/template/cron.htm | 2 +- admin/system/template/database.htm | 6 +- admin/system/template/lyear/upgrade.htm | 143 ++++++++++-------- admin/system/template/updatecache.htm | 2 +- dzz/explorer/groupmanage.php | 44 ++++++ .../language/{zh-CN => zh-cn}/index.htm | 0 .../language/{zh-CN => zh-cn}/lang.php | 2 +- dzz/explorer/template/groupmanage.htm | 36 ++++- dzz/shares/scripts/mobile/share.js | 2 +- dzz/shares/template/mobile/list.htm | 2 +- static/lyear/js/jquery.leftDrager.js | 20 +-- 16 files changed, 213 insertions(+), 112 deletions(-) rename dzz/explorer/language/{zh-CN => zh-cn}/index.htm (100%) rename dzz/explorer/language/{zh-CN => zh-cn}/lang.php (99%) diff --git a/README.md b/README.md index 6775bc9..64772ee 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,15 @@ 5. 访问 http://您的域名/install/update.php。 6. 按照程序提示,直至所有升级完毕。删除install/update.php 程序,以免被恶意利用。 7. 管理员登录后,系统工具 -> 更新系统缓存。 -8. 系统设置 -> 打开站点。 \ No newline at end of file +8. 系统设置 -> 打开站点。 + +### 运行环境 +- 服务器: + - Windows,Linux,Mac ... + - PHP 7.0~8.0 + - 数据库: mysql 5.0+ +- 浏览器适配: + - Chrome + - Firefox + - Opera + - IE8+ \ No newline at end of file diff --git a/UPDATE.md b/UPDATE.md index b606408..bd5e53c 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -93,7 +93,7 @@ 2. 备份文件(如果有程序文件或风格文件的改动); -3. 进入 管理 -> 系统工具 -> 在线更新,按提示完成更新任务; +3. 进入 管理 -> 系统工具 -> 在线更新,按提示完成更新; 4. 系统工具 -> 更新系统缓存; diff --git a/admin/appmarket/upgrade_app_ajax.php b/admin/appmarket/upgrade_app_ajax.php index c6cd3d4..a73f987 100644 --- a/admin/appmarket/upgrade_app_ajax.php +++ b/admin/appmarket/upgrade_app_ajax.php @@ -328,7 +328,7 @@ elseif($operation == 'cross' || $operation == 'patch'){ $return["second"]=1; exit(json_encode($return)); } - elseif($step == 3) { + elseif($step == 3) { $return["percent"]=55; $return["second"]=300; $return["msg"]= lang('app_upgrade_newversion_ing' ); @@ -369,7 +369,7 @@ elseif($operation == 'cross' || $operation == 'patch'){ elseif($step==4){ $return["percent"]=80; $return["second"]=3000; - $return["msg"]=lang('app_upgrade_newversion_ing' ); + $return["msg"]=lang('app_upgrade_newversion_ing'); $return["step"]=4; $updatefilelist = $dzz_upgrade->fetch_updatefile_list_bymd5($appinfo); @@ -399,7 +399,7 @@ elseif($operation == 'cross' || $operation == 'patch'){ $paraftp .= '&siteftp[' . $k . ']=' . $v; } } - + if(!$_GET['startupgrade']) { if (!$_GET['backfile']) { $linkurl = $theurl . '&step=4&backfile=1&confirm=' . $confirm . $paraftp; @@ -463,8 +463,8 @@ elseif($operation == 'cross' || $operation == 'patch'){ $return["msg"]=lang('app_upgrade_file_success', array( 'upgradeurl' => upgradeinformation_app(4))); exit(json_encode($return)); } - - if($_GET['dodabase']){ + + if($_GET['dodabase']){ $finish = FALSE; $dir = $appinfo['app_path']; $appname = $appinfo['identifier']; @@ -483,11 +483,11 @@ elseif($operation == 'cross' || $operation == 'patch'){ }else{ @rename($importfile2,$importfile); } - } + } $importtxt = @implode('', file($importfile)); $apparray = getimportdata('Dzz! app'); - $filename = $apparray['app']['extra']['upgradefile']; + $filename = $apparray['app']['extra']['upgradefile']; if (!empty($filename) && preg_match('/^[\w\.]+$/', $filename)) { $filename = DZZ_ROOT . './'.$dir.'/' . $appname . '/' . $filename; if (file_exists($filename)) { @@ -526,7 +526,6 @@ elseif($operation == 'cross' || $operation == 'patch'){ $return["msg"]=lang('app_upgrade_database_success', array( 'upgradeurl' => upgradeinformation_app(5))); exit(json_encode($return)); } - $linkurl = ADMINSCRIPT . '?mod=appmarket&op=upgrade_app_ajax&operation=' . $operation . '&appid=' .$appid. '&step=5&confirm=' . $confirm; $return["url"]=$linkurl; @@ -536,7 +535,7 @@ elseif($operation == 'cross' || $operation == 'patch'){ $return["msg"]=lang('app_upgrade_newversion_will_success'); exit(json_encode($return)); } - elseif($step==5){ + elseif($step==5){ //删除更新文件列表tmp临时文件 $srcfile = DZZ_ROOT .$appinfo['app_path'].'/' . $appinfo['identifier'].'/updatelist.tmp'; if (file_exists($srcfile)) { diff --git a/admin/member/template/lyear/verify.htm b/admin/member/template/lyear/verify.htm index 7f0abf8..e7f4db1 100644 --- a/admin/member/template/lyear/verify.htm +++ b/admin/member/template/lyear/verify.htm @@ -224,4 +224,4 @@ - + \ No newline at end of file diff --git a/admin/system/systemupgrade.php b/admin/system/systemupgrade.php index c33f2f4..8e3d567 100644 --- a/admin/system/systemupgrade.php +++ b/admin/system/systemupgrade.php @@ -29,7 +29,7 @@ if ($operation == 'patch' || $operation == 'cross') { $msg .= '
'; $msg .= ""; if (!$_GET['iframe']) { include template('upgrade'); @@ -88,7 +88,7 @@ if ($operation == 'patch' || $operation == 'cross') { if (!$upgradeinfo) { $msg = '' . lang('upgrade_none', array('upgradeurl' => upgradeinformation(-1))) . '
'; $msg .= ""; if (!$_GET['iframe']) { include template('upgrade'); @@ -107,7 +107,7 @@ if ($operation == 'patch' || $operation == 'cross') { if (empty($updatefilelist)) { $msg = '' . lang('upgrade_download_upgradelist_error', array('upgradeurl' => upgradeinformation(-2))) . '
'; $msg .= ''; - $msg .= '' . lang('message_redirect') . '
'; + $msg .= '' . lang('message_redirect') . '
'; if (!$_GET['iframe']) { include template('upgrade'); exit(); @@ -137,10 +137,10 @@ if ($operation == 'patch' || $operation == 'cross') { $msg = lang('upgrade_download_complete_to_compare', array('upgradeurl' => upgradeinformation(0))); if (!$_GET['iframe']) { $msg .= ''; - $msg .= '' . lang('message_redirect') . '
'; + $msg .= '' . lang('message_redirect') . '
'; } else { $msg .= ''; - $msg .= '' . lang('message_redirect') . '
'; + $msg .= '' . lang('message_redirect') . '
'; include template('upgrade_iframe'); exit(); } @@ -153,12 +153,12 @@ if ($operation == 'patch' || $operation == 'cross') { if ($downloadstatus == 1) { $linkurl = $theurl . '&step=2&fileseq=' . $fileseq . '&iframe=1'; $msg = lang('upgrade_downloading_file', array('file' => $updatefilelist[$fileseq - 1], 'percent' => sprintf("%2d", 100 * $fileseq / count($updatefilelist)) . '%', 'upgradeurl' => upgradeinformation(1))) . ''; - $msg .= '' . lang('message_redirect') . '
'; + $msg .= '' . lang('message_redirect') . '
'; } elseif ($downloadstatus == 2) { $linkurl = $theurl . '&step=2&fileseq=' . ($fileseq + 1) . '&iframe=1'; $msg = '' . lang('upgrade_downloading_file', array('file' => $updatefilelist[$fileseq - 1], 'percent' => sprintf("%2d", 100 * $fileseq / count($updatefilelist)) . '%', 'upgradeurl' => upgradeinformation(1))) . '
'; - $msg .= '' . lang('message_redirect') . '
'; + $msg .= '' . lang('message_redirect') . '
'; } else { $linkurl = $theurl . '&step=2&fileseq=' . ($fileseq) . '&iframe=1'; $msg = '' . lang('upgrade_redownload', array('file' => $updatefilelist[$fileseq - 1], 'upgradeurl' => upgradeinformation(-3))) . '
'; @@ -200,7 +200,7 @@ if ($operation == 'patch' || $operation == 'cross') { $msg .= ''; $msg .= '
'; $msg .= ""; include template('upgrade'); exit(); @@ -218,7 +218,7 @@ if ($operation == 'patch' || $operation == 'cross') { $linkurl = $theurl . '&step=4&backfile=1&confirm=' . $confirm . $paraftp; $msg = '' . lang('upgrade_backuping', array('upgradeurl' => upgradeinformation(2))) . '
'; $msg .= ''; - $msg .= '' . lang('message_redirect') . '
'; + $msg .= '' . lang('message_redirect') . '
'; include template('upgrade'); exit(); } @@ -229,7 +229,7 @@ if ($operation == 'patch' || $operation == 'cross') { if (!$dzz_upgrade -> copy_file($destfile, $backfile, 'file')) { $msg = '' . lang('upgrade_backup_error', array('upgradeurl' => upgradeinformation(-5))) . '
'; $msg .= ""; include template('upgrade'); exit(); @@ -238,7 +238,7 @@ if ($operation == 'patch' || $operation == 'cross') { } $msg = '' . lang('upgrade_backup_complete', array('upgradeurl' => upgradeinformation(3))) . '
'; $msg .= ''; - $msg .= '' . lang('message_redirect') . '
'; + $msg .= '' . lang('message_redirect') . '
'; include template('upgrade'); exit(); } @@ -258,7 +258,7 @@ if ($operation == 'patch' || $operation == 'cross') { $msg .= ''; $msg .= '
'; $msg .= ""; include template('upgrade'); exit(); @@ -268,7 +268,7 @@ if ($operation == 'patch' || $operation == 'cross') { $msg .= ''; $msg .= '
'; $msg .= ""; include template('upgrade'); exit(); @@ -292,7 +292,7 @@ if ($operation == 'patch' || $operation == 'cross') { $msg .= ''; $msg .= '
'; $msg .= ""; include template('upgrade'); exit(); @@ -302,7 +302,7 @@ if ($operation == 'patch' || $operation == 'cross') { $msg .= ''; $msg .= '
'; $msg .= ""; include template('upgrade'); exit(); @@ -316,7 +316,7 @@ if ($operation == 'patch' || $operation == 'cross') { $linkurl = $_G['siteurl'] . 'install/update.php?step=prepare&from=' . rawurlencode($dbreturnurl) . '&frommd5=' . rawurlencode(md5($dbreturnurl . $_G['config']['security']['authkey'])); $msg = '' . lang('upgrade_file_successful', array('upgradeurl' => upgradeinformation(4))) . '
'; $msg .= ''; - $msg .= '' . lang('message_redirect') . '
'; + $msg .= '' . lang('message_redirect') . '
'; include template('upgrade'); exit(); diff --git a/admin/system/template/cron.htm b/admin/system/template/cron.htm index 510c05c..ec88d08 100644 --- a/admin/system/template/cron.htm +++ b/admin/system/template/cron.htm @@ -41,7 +41,7 @@$msg
- {lang message_redirect} + {lang message_redirect}
diff --git a/admin/system/template/database.htm b/admin/system/template/database.htm index d04556f..c9ee09d 100644 --- a/admin/system/template/database.htm +++ b/admin/system/template/database.htm @@ -101,7 +101,7 @@- {lang message_redirect} + {lang message_redirect}
@@ -115,7 +115,7 @@$msg
- {lang message_redirect} + {lang message_redirect}
@@ -205,7 +205,7 @@$msg
- {lang message_redirect} + {lang message_redirect}
diff --git a/admin/system/template/lyear/upgrade.htm b/admin/system/template/lyear/upgrade.htm index 7c48b46..8390772 100644 --- a/admin/system/template/lyear/upgrade.htm +++ b/admin/system/template/lyear/upgrade.htm @@ -5,12 +5,18 @@$value | +$value |
{lang founder_upgrade_diff} $v | +{lang founder_upgrade_diff} $v |
{lang founder_upgrade_normal} $v | +{lang founder_upgrade_normal} $v |
{lang founder_upgrade_new} $v | +{lang founder_upgrade_new} $v |