Commit graph

464 commits

Author SHA1 Message Date
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
Kijin Sung
3b9a9c0f7a Rename cache_friendly option to delay_session 2016-01-11 14:52:41 +09:00
Kijin Sung
2409448cec Keep the charset stable, only setting it at install time 2016-01-11 11:45:02 +09:00
Kijin Sung
d9a9cfe21b Implement more accurate management of the current charset 2016-01-11 11:12:02 +09:00
Kijin Sung
708fbb4f06 Add initial support for utf8mb4 in MySQL 2016-01-11 10:27:54 +09:00
Kijin Sung
5a060c9e9d Merge pull request #34 from kijin/refactor/minify-on-the-fly
xe.min.css, xe.min.js 등을 코어와 함께 배포하지 않고 실제 사용 시점에 생성
2016-01-10 19:40:46 +09:00
Kijin Sung
da1822d296 Add option to minify only common (core) files 2016-01-10 17:02:26 +09:00
Kijin Sung
545a47448b Use SSL from the beginning if the installer is called with SSL 2016-01-10 15:23:26 +09:00
Kijin Sung
43098721b1 Move mod_rewrite detection to the client side 2016-01-10 15:11:29 +09:00
Kijin Sung
371f4a60b0 Merge branch 'develop' into refactor/minify-on-the-fly 2016-01-09 15:19:08 +09:00
Kijin Sung
c89b12a7be Update repository path 2016-01-09 11:32:52 +09:00
Kijin Sung
92be5ac0ef Fix incorrect prefix handling in autoinstall 2016-01-09 00:20:22 +09:00
Kijin Sung
1c90e1286f Update install module to use RhymiX as project name 2016-01-09 00:06:22 +09:00
Kijin Sung
bfaa2c170b Make minify option configurable by the site administrator 2016-01-07 15:33:35 +09:00
Kijin Sung
7b92605772 Fix install failure when using automated install config 2016-01-06 13:02:07 +09:00
Kijin Sung
f92219f328 After install, allow login by both user_id and email_address by default 2016-01-06 11:25:23 +09:00
Kijin Sung
2cdcfd13cf Merge time zone setup page with admin user setup page 2016-01-06 11:14:50 +09:00
Kijin Sung
d7f154f3e0 Do not display FTP setup step if safe_mode is off 2016-01-06 11:01:41 +09:00
Kijin Sung
bcc18731b1 Fix missing highlight on current language 2016-01-05 21:12:47 +09:00
Kijin Sung
bd4be54e97 Minor changes to installer design 2016-01-05 21:04:07 +09:00
Kijin Sung
c32a4e1345 Add a new theme for the installer 2016-01-05 20:46:44 +09:00
Kijin Sung
d7118d37ba Miscellaneous UI adjustments 2016-01-04 13:41:22 +09:00
Kijin Sung
20f8a5510a Select InnoDB by default, fall back to MyISAM if not supported 2016-01-04 13:40:59 +09:00
Kijin Sung
c763bf2a93 Add curl, json, and openssl to list of required extensions 2016-01-04 13:05:36 +09:00
Kijin Sung
ca9d10ac21 Clean up environment check in install module 2016-01-04 10:15:16 +09:00
MinSoo Kim
3dc1b5d804 Connect everything as secure as possible.
1. 관리자 메뉴 도구의 레이아웃 설치 페이지에서 섬네일 이미지 주소 올바르게 표시 되도록 수정.
2. 페이지 곳곳에 표시된 주소 중 HTTPS 접속이 가능한 사이트의 주소를 업데이트.
3. 주소가 변경된 사이트들의 주소를 업데이트.
2016-01-01 22:19:28 +09:00
Kijin Sung
57e9077e8c Merge #1735 getDbInfo -> getDBInfo by qkrcjfgus33
* pr/1735:
  Update admin.admin.controller.php
  Update install.controller.php
  getDbInfo -> getDBInfo
2015-10-08 15:08:56 +09:00
Kijin Sung
9364563f4a Merge #1615 선택적 세션 시작 (Proof of Concept) by kijin
* pr/1615:
  Force start session if SSO is used
  Improve and simplify session status detection
  Improve handling of session variables related to validator
  Start session automatically if an addon uses the session and exits
  If cache-friendly behavior is enabled, don't skip updateReadedCount()
  If cache-friendly behavior is enabled, don't update session when reading document or comment
  Add option to enable/disable cache-friendly behavior
  Improve the setCacheControl() method
  Context::setCacheControl() method added etc.
  do not always set mobile/user-agent cookies
  선택적 세션 시작 + 서드파티 자료 호환성 (Proof of Concept)
2015-10-08 15:03:17 +09:00
람츠
91f23b4fa0 Update install.controller.php 2015-09-02 09:11:04 +09:00
람츠
ed65b43170 getDbInfo -> getDBInfo
오타 수정. (php언어 특성상 오류는 안나지만..)
2015-09-02 08:44:17 +09:00
Beom Jinhyeok
cc216498e8 설치 모듈 번역 개선 2015-07-22 02:56:47 +09:00
Kijin Sung
1c5424358d Add option to enable/disable cache-friendly behavior 2015-07-12 14:50:59 +09:00
dlehdanakf
69405de5c6 XEICON 소개페이지에 프로젝트 링크 연결 2015-07-06 18:12:21 +09:00
bnu
c27b0bb5d5 CI fatal 수정 2015-05-28 17:57:06 +09:00
bnu
93902811f0 CI fatal 수정 2015-05-28 17:37:13 +09:00
MinSoo Kim
373c20e79c Compress images
Compress with https://kraken.io/ and https://compressor.io/

For #1420 issue
2015-04-23 11:34:41 +09:00
bnu
3e58d680d8 rewrite 사용 환경을 체크할 때 timeout 시간 조정 2015-04-15 12:41:54 +09:00
bnu
801827fdbe fix #1410 설치 시 잘못된 모듈의 액션을 호출하는 문제 고침 2015-04-15 12:41:14 +09:00
bnu
5005f1dcd2 설치 후 데모 레이아웃에 메뉴가 제대로 지정되지 않는 문제 고침 2015-04-14 16:05:20 +09:00
bnu
5e93fe15e3 #1354 메뉴명 오타 수정 2015-04-13 14:01:28 +09:00