Skip to content

Commit a40f706

Browse files
committed
1.52.03 release
1 parent df88d7c commit a40f706

File tree

14 files changed

+243
-102
lines changed

14 files changed

+243
-102
lines changed

app/controller/install/index.class.php

Lines changed: 223 additions & 83 deletions
Large diffs are not rendered by default.

app/controller/install/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="db-table"></div>
6363
</div>
6464
</div>
65-
<div class="step-box user <?php echo $installFast ? '' : 'hidden';?>" style="height:274px">
65+
<div class="step-box user <?php echo $installFast ? '' : 'hidden';?>" style="min-height:274px">
6666
<div class="message-content">
6767
<div class="user-table"></div>
6868
</div>

app/controller/install/static/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
switch (key) {
3535
case 'path_writable':
3636
if (val !== true) {
37-
txt = '<span title-timeout="100" title="sudo chmod -Rf 755 '+val+'">'+val+'</span>';
37+
txt = '<span title-timeout="100" title="sudo chmod -Rf 777 '+val+'">'+val+'</span>';
3838
val = false;
3939
}
4040
break;

app/sdks/archiveLib/bin/data.bin

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

config/setting.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,8 @@
532532
'sitemap.*',
533533
'install.*', // 安装/更新
534534
'plugin.*', // 插件排除,权限单独检测;
535-
'comment.index.test' // 临时测试;
535+
'comment.index.listData',// 评论列表,权限在对应业务中自行判断;
536+
'comment.index.listChildren','comment.index.test'
536537
);
537538

538539
/**

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22
define('KOD_VERSION','1.52');
3-
define('KOD_VERSION_BUILD','02');
3+
define('KOD_VERSION_BUILD','03');

static/app/dist/api.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/lib.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/sdk.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)