Commit graph

553 commits

Author SHA1 Message Date
Kijin Sung
e707f9fa93 Close session before module update and reopen after update
모듈 업데이트에 오랜 시간이 걸리는 경우 세션이 잠겨버려서
다른 페이지까지 먹통이 되어 버리는 문제를 방지함
2017-10-13 18:22:05 +09:00
Kijin Sung
0432e20dfc Remove 'set as homepage' link from menu configuration screen 2017-06-27 20:08:08 +09:00
Kijin Sung
ddda1cd79c Fix missing progress indicator in installer 2017-06-09 22:55:57 +09:00
bnu
fa1078a0d6 fix #2086 FTP host 이름을 노출하지 않도록 변경 2017-05-30 11:54:37 +09:00
conory
fc6206ab75 module.xml 3차 정리
action에 permission 속성을 부여하는 방식으로 변경
board, page 모듈 action에  grant 퍼미션 설정
2017-04-08 15:50:06 +09:00
conory
0dc3d92465 module.xml 2차 정리
act 를 세밀하게 검토한 후 합당한 퍼미션을 걸어둠
2017-04-05 16:18:18 +09:00
conory
fcb17fe9cf module.xml 1차 정리
탭 정리
일부 permission, action 정리
2017-03-29 22:23:26 +09:00
Kijin Sung
fc77980c39 Merge branch 'develop' into pr/multidomain 2017-03-07 15:43:25 +09:00
bnu
8e33a096a4 Fix #2052 XEVE-17-011 2017-03-06 13:48:26 +09:00
Kijin Sung
19cfef17d1 Fix install script to update domain, not site 2017-02-20 22:13:18 +09:00
Kijin Sung
29bdbce5c4 Do not use InnoDB if it is available but disabled 2017-02-04 17:47:30 +09:00
Kijin Sung
86e1568bd5 Display DB error message if module installation fails 2017-02-04 15:29:26 +09:00
Kijin Sung
647ede11d7 Increase time limit during install; fix #560 2016-08-10 21:04:09 +09:00
Kijin Sung
63b6ac9e37 Set the default umask automatically upon install 2016-07-03 21:48:09 +09:00
Kijin Sung
9aa4e244c2 Remove safe_mode condition from admin and install modules 2016-07-03 18:00:14 +09:00
Kijin Sung
85396efcf9 Ensure that the auth key is always available 2016-04-24 16:38:26 +09:00
Kijin Sung
921d7d8568 Fix incorrect handling of path separator on Windows systems 2016-04-01 14:47:34 +09:00
Kijin Sung
e34f59a66f Change minimum PHP version to 5.5.9 2016-03-22 10:45:27 +09:00
Kijin Sung
9d6284faad Update all references to old Password class 2016-03-13 23:39:31 +09:00
conory
90400e2b5f 모두 lang() 함수로 변경 2016-03-06 17:01:15 +09:00
conory
9f9fa6e653 #327 언어파일 정리 2016-03-03 18:19:44 +09:00
Kijin Sung
05e9961b10 Fix outdated license and community links 2016-02-14 22:14:59 +09:00
Kijin Sung
987b78eb1a Merge pull request #232 from kijin/pr/cleanup-ip-allow-deny
관리자 허용 IP 및 사이트 잠금 예외 IP 처리 개선
2016-02-09 11:41:06 +09:00
Kijin Sung
f038091b37 Fix #238 installer freezing in Chrome 2016-02-09 09:44:19 +09:00
Kijin Sung
605fdec1a2 Allow sitelock immediately after install (#160) 2016-02-08 22:00:17 +09:00
Kijin Sung
a499aa0d1f Fix inconsistent capitalization of Rhymix 2016-02-08 16:31:10 +09:00
Kijin Sung
95bafb094b Clean up config juggling routines 2016-02-08 15:39:28 +09:00
Kijin Sung
6b5e95a0c4 Select InnoDB engine automatically if available 2016-02-07 23:13:22 +09:00
Kijin Sung
e59dc59664 Misc fixes to install module 2016-02-07 22:55:52 +09:00
Kijin Sung
2a0396f230 Disable install button when installation is already in progress 2016-02-07 10:29:25 +09:00
Kijin Sung
5a7906252e Do not install if tables already exist 2016-02-07 10:21:40 +09:00
Kijin Sung
1eced59239 Only re-create old config file at install time 2016-02-06 12:53:48 +09:00
Kijin Sung
e28856bfbb Update DB classes to use new config format 2016-02-05 14:46:55 +09:00
Kijin Sung
f2f7cffdb8 Leave placeholder for installController::makeConfigFile() 2016-02-05 10:41:53 +09:00
Kijin Sung
a36bc03970 Simplify FTP configuration using new format 2016-02-04 16:10:52 +09:00
Kijin Sung
673cd48db0 Reorganize general configuration in admin module 2016-02-04 14:43:18 +09:00
Kijin Sung
c27da2ed24 Port all time-related functions to new timezone handling system 2016-02-04 09:39:09 +09:00
Kijin Sung
d5ba13d7e1 Improve internal timezone handling 2016-02-04 09:11:56 +09:00
Kijin Sung
e971e7a725 Improve time zone selection 2016-02-03 17:54:47 +09:00
Kijin Sung
0b1fa79f43 Update installer to use new config format 2016-02-03 15:39:58 +09:00
Kijin Sung
615416ab7f Convert all module lang files from XML to PHP 2016-01-31 16:01:17 +09:00
conory
0a89dffa5a XE표기를 Rhymix로 변경 2016-01-25 18:10:15 +09:00
Kijin Sung
49d6736835 Fix setting empty value to user_id input in last page of install 2016-01-24 13:55:13 +09:00
Kijin Sung
d3c0e94b03 Update minimal server requirements 2016-01-24 10:20:35 +09:00
Kijin Sung
8e5f0b53bd Merge branch 'develop' into pr/misc-refactor
Conflicts:
	classes/module/ModuleHandler.class.php
2016-01-22 14:14:41 +09:00
Kijin Sung
dfbcbac896 Update installer to display GPL license agreement 2016-01-21 16:10:49 +09:00
Kijin Sung
08560f84be Refactor more URL related functions 2016-01-20 15:53:42 +09:00
Kijin Sung
971a3bd115 Move remaining non-composer classes to common/libraries 2016-01-13 16:22:07 +09:00
Kijin Sung
9da3653fcd Replace idna_convert with PHP native functions and true/punycode 2016-01-13 15:46:41 +09:00
Kijin Sung
e572b81b8a Merge branch 'develop' into pr/utf8mb4
Conflicts:
	tests/Install/AutoinstallCept.php
2016-01-11 20:03:55 +09:00