Commit graph

1836 commits

Author SHA1 Message Date
Kijin Sung
4416c39fb2 Fix excessively long indexes when using utf8mb4 as default charset 2016-01-11 13:34:07 +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
ecac6d1490 Clean up duplicate methods in classes that inherit the MySQL base class 2016-01-11 10:28:57 +09:00
Kijin Sung
708fbb4f06 Add initial support for utf8mb4 in MySQL 2016-01-11 10:27:54 +09:00
Kijin Sung
da1822d296 Add option to minify only common (core) files 2016-01-10 17:02:26 +09:00
Kijin Sung
8e05c56e4e Merge branch 'develop' into refactor/minify-on-the-fly 2016-01-10 13:54:23 +09:00
Kijin Sung
4237a78aa8 Merge pull request #37 from kijin/fix/context-static-this
Context 클래스의 일관성 없는 static 사용을 정리
2016-01-10 13:50:13 +09:00
Kijin Sung
56bdbb567a Do not load modernizr by default 2016-01-09 22:41:38 +09:00
Kijin Sung
4e8f048c1d Prevent templates from duplicating common CSS and JS scripts 2016-01-09 21:38:37 +09:00
Kijin Sung
e61bc66373 Merge branch 'master' into refactor/minify-on-the-fly 2016-01-09 21:22:01 +09:00
Kijin Sung
8d6068ab2b Immediately invalidate PHP scripts from opcache if modified or deleted 2016-01-09 21:04:51 +09:00
Kijin Sung
59c378ee17 Merge branch 'develop' into fix/context-static-this
Conflicts:
	classes/context/Context.class.php
2016-01-09 15:53:46 +09:00
Kijin Sung
371f4a60b0 Merge branch 'develop' into refactor/minify-on-the-fly 2016-01-09 15:19:08 +09:00
Kijin Sung
840b2356f8 Merge branch 'develop' into fix/context-static-this 2016-01-09 15:18:11 +09:00
Kijin Sung
f8e020f8ec Miscellaneous fixes and optimizations 2016-01-09 11:04:39 +09:00
Kijin Sung
4bb565dd51 Fix error when loading two or more files with the same basename 2016-01-09 10:39:33 +09:00
Kijin Sung
45d9382af9 Revert "Implement __get() placeholder to prevent a flood of E_NOTICE"
This reverts commit 32fd2fb609.
2016-01-09 10:16:21 +09:00
Kijin Sung
32fd2fb609 Implement __get() placeholder to prevent a flood of E_NOTICE 2016-01-08 21:36:53 +09:00
Kijin Sung
b957bfebc5 Remove redundant checks for self::$_instance 2016-01-08 21:32:55 +09:00
conory
3b3f3bed4f Merge branch 'develop' 2016-01-08 16:58:37 +09:00
Kijin Sung
db87085967 Remove unnecessary calls to getMicroTime() 2016-01-08 14:05:48 +09:00
Kijin Sung
8dac7bc5e9 Fix inconsistent use of static and non-static methods in Context class 2016-01-08 13:14:03 +09:00
Kijin Sung
9871c5f547 Do not treat symlinks as already minified scripts 2016-01-08 10:27:04 +09:00
Kijin Sung
750ea2e9bb Fix incorrectly minified URLs in third-party resources 2016-01-08 09:36:38 +09:00
Kijin Sung
ff0e71a4e3 Fix compatibility with safe_mode when saving minified scripts 2016-01-07 16:37:48 +09:00
Kijin Sung
22910608a2 Update unit tests to check for minification 2016-01-07 16:06:07 +09:00
Kijin Sung
bfaa2c170b Make minify option configurable by the site administrator 2016-01-07 15:33:35 +09:00
Kijin Sung
a4d944f23d Create human-readable paths for minified scripts 2016-01-07 15:21:33 +09:00
Kijin Sung
aa3ef592d9 Automatically concatenate and minify xe.min.js 2016-01-07 15:16:28 +09:00
Kijin Sung
6a08c10f2d Initial implementation of auto-minify 2016-01-07 13:54:47 +09:00
Kijin Sung
ff155c1abc Remove most minified CSS and JS files 2016-01-07 11:35:06 +09:00
Kijin Sung
bd15128e14 embed whitelist를 별도로 캐싱하지 않고 직접 include하여 사용하도록 변경 2016-01-07 10:14:40 +09:00
Kijin Sung
ca3001141c embed whitelist 설정파일에서 XML을 제거하고 http/https를 구분하지 않도록 함 2016-01-07 09:39:55 +09:00
Kijin Sung
546606b208 Initial import of composer dependencies (--no-dev) 2016-01-06 19:21:31 +09:00
Kijin Sung
2a2fe9b69d Change default language to Korean 2016-01-05 20:49:54 +09:00
conory
b687f988be Merge branch 'develop' 2016-01-03 18:56:03 +09:00
MinSoo Kim
f5fcc00aa5 Merge pull request #20 from misol/update/HTMLpurifier
HTMLPurifier update
2016-01-02 23:23:50 +09:00
MinSoo Kim
264a5d3ef5 PHP 5.4 이상부터 의미가 없어진 변수 입력 제거
* [매뉴얼](https://secure.php.net/en/htmlspecialchars)에서 기본값이 되었다고 설명함.
* 빼먹은 `LOCK_EX` 다시 추가.
2016-01-02 22:59:55 +09:00
conory
ded0e014a2 PHP7 preg_match_all 함수가 값 반환을 제대로 하지못하는 것 같아 변경.
메뉴관리 페이지의 cond 속성을 제대로 처리하지못하는 문제 수정.
2016-01-02 14:49:36 +09:00
MinSoo Kim
2957f8cebe HTMLPurifier update
약간 커스텀 된 부분 모두 반영.
File lock 부분과 htmlspecialchars 부분.
2016-01-02 11:55:54 +09:00
conory
26e2d4f891 info 메세지가 일반 메세지로 나오는 문제수정 2016-01-01 21:04:28 +09:00
MinSoo Kim
c58b5bf4bf PHP7 errors fix.
Warning: PHP Deprecated:  Methods with the same name as their class will
not be constructors in a future version of PHP.
2015-12-30 22:43:44 +09:00
conory
d82542e844 Merge branch 'develop' 2015-12-30 11:20:06 +09:00
conory
6fadb881be 로그인중에만 로그인정보 할당 2015-12-29 20:52:52 +09:00
conory
e8af9dacfe Merge branch 'develop' 2015-12-26 23:09:12 +09:00
conory
18f66db3a3 remove end tag 2015-12-22 22:56:58 +09:00
conory
e0b8ee720f FileHandler static 2015-12-22 19:12:17 +09:00
conory
ef5e660bb2 #10 잘못된 변수 2015-12-22 08:32:12 +09:00
Kijin Sung
811c5dbedd Merge pull request #10 from kijin/feature/password-improvements
Password 클래스 개선
2015-12-21 15:32:18 +09:00