Commit Graph

95 Commits

Author SHA1 Message Date
joyqi f6b02ebe24 fix port number 2021-09-16 15:42:17 +08:00
joyqi 64b8e68688 fix #1178, change directory permission from 0777 to 0755 2021-09-15 14:59:08 +08:00
joyqi 4e5b88821d fix #1179 2021-09-15 14:33:23 +08:00
joyqi 6123f3ae62 fix sandbox 2021-09-05 10:47:29 +08:00
joyqi 403f96fdc0 Change plugin version dependence keyword form dependence to since 2021-09-02 15:30:26 +08:00
joyqi 86587d40ce fix options 2021-09-02 11:58:02 +08:00
joyqi 7db5f3c873 change all 2021-09-01 18:27:03 +08:00
joyqi 4f13adcadd replace theme and plugin file 2021-09-01 17:21:58 +08:00
joyqi 806409496a fix xmlrpc 2021-08-31 00:18:56 +08:00
joyqi e15c2966a9 still working on it 2021-08-30 14:52:52 +08:00
joyqi 539ef5e111 still working on it 2021-08-27 18:06:57 +08:00
joyqi 28f687e7fe Remove some unnecessary method. 2021-08-26 18:25:43 +08:00
joyqi 91a970521c New context layer for widget. Improve backup performance. 2021-08-26 15:00:38 +08:00
joyqi c422952c89 fix pgsql 2021-08-24 01:30:05 +08:00
joyqi 75672fe259 fix all 2021-08-23 18:43:32 +08:00
joyqi 88fff899b8 Update install.php 2021-08-20 17:53:02 +08:00
joyqi b3b9255c69 fix #1134
fix #1135
fix #1136
2021-08-20 11:15:11 +08:00
joyqi 24bd3ab367 Redirect to siteUrl if installation finished 2021-08-19 11:15:53 +08:00
joyqi 467471c9c3 finish install 2021-08-18 16:09:22 +08:00
joyqi 12bd32babf fix install 2021-08-18 00:47:34 +08:00
joyqi 3ad7b06c6f fix cli install 2021-08-18 00:41:48 +08:00
joyqi e157b47336 fix install cli mode 2021-08-17 22:44:06 +08:00
joyqi 63dc87e7e3 fix cli 2021-08-17 18:39:46 +08:00
joyqi 2731e34db0 fix install 2021-08-17 18:36:54 +08:00
joyqi 0d4299d99e update install 2021-08-17 01:53:47 +08:00
joyqi bac7340c2a improve installation 2021-08-16 18:34:25 +08:00
joyqi 0e49d186f5 fix #1096
Remove `include_path` setting.
2021-05-21 16:40:48 +08:00
joyqi bba332531b Redesign the pot file maker 2020-08-19 12:57:18 +08:00
Huspy 4ce7490b3b delete some redundant code in file install.php(config.inc.php as well) 2018-02-04 20:09:14 +08:00
joyqi 3848176990 fix Chinese symobl 2018-02-03 12:31:30 +08:00
joyqi 4a5f1aece1 fix #652
fix #612
2017-11-09 12:44:36 +08:00
joyqi cf002bb0c0 fix #643 2017-11-03 00:29:58 +08:00
joyqi 5c2276c73f ref #644 2017-11-01 19:07:30 +08:00
joyqi f2dc80592e fix #644
ref #642
2017-11-01 18:16:59 +08:00
SpanishBigHam 827a085c5e Update install.php
cache html output until all headers seted
2017-11-01 14:54:41 +08:00
joyqi 93bcd46d55 fix #635
fix #634
fix #633
2017-10-30 02:19:53 +08:00
joyqi 9884a2fc76 fix #628 2017-10-29 15:45:47 +08:00
joyqi ed0af49767 Add a switch for xmlrpc in general control panel. 2017-10-27 16:42:13 +08:00
joyqi e277141c97 fix #619
使用更好的方式保护安装文件,不再依赖session
2017-10-24 16:59:31 +08:00
joyqi 9122d2ab49 支持在xmlrpc接口中使用原生的markdown语法 2017-04-25 12:44:08 +08:00
joyqi e25022ecc1 fix install issue
add Dockerfile
2016-12-22 18:54:28 +08:00
joyqi cc8449b67e * add Hyperdown.js
* add Mysqli
2016-11-30 10:50:51 +08:00
xiabeifeng 8553a8b6b9 我的IDE在selected=true这个地方显示没有定义的属性值
网上查了查w3c,发现标准的用例使用的是selected="selected",而在js代码中使用selected=true来更改状态,具体可见下列网址:
1.在html标签中使用selected="selected"
    http://www.w3school.com.cn/tags/att_option_selected.asp
2.在js中使用selected=true
    http://www.w3school.com.cn/jsref/prop_option_selected.asp
2016-03-09 16:14:37 +08:00
祁宁 72eedcdf14 fix #308
fix #304
fix #300
fix #284
2014-10-16 18:02:31 +08:00
祁宁 f1726cf815 修正安装时的端口判断 2014-10-12 12:41:42 +08:00
祁宁 493eb47af3 fix #291
给token字符串加上扰码机制
2014-10-10 14:17:25 +08:00
祁宁 539f9fc9d0 增加一项反垃圾保护策略 2014-10-10 11:38:09 +08:00
祁宁 6551798e70 增加完整的语言支持
fix #278
fix #266
fix #265
2014-09-02 11:22:26 +08:00
祁宁 3041d50461 修正判断不完全的问题 2014-08-18 20:39:36 +08:00
炯思 cee9dbc41e 直接用parse_url会忽略端口,如果用户是非80端口会产生问题 2014-07-11 09:32:34 +08:00