Kijin Sung
|
a74ed519e0
|
More fixes to the functions library
|
2016-01-08 20:38:07 +09:00 |
|
conory
|
7526d78aaa
|
remove PHP_VERSION check
|
2016-01-08 18:11:05 +09:00 |
|
Kijin Sung
|
256a566eda
|
Miscellaneous optimization of function library
|
2016-01-08 17:34:07 +09:00 |
|
conory
|
3b3f3bed4f
|
Merge branch 'develop'
|
2016-01-08 16:58:37 +09:00 |
|
Kijin Sung
|
343b0301ad
|
Merge pull request #41 from kijin/fix/timezone
표준 시간대 목록 업데이트
|
2016-01-08 15:30:41 +09:00 |
|
Kijin Sung
|
016309c872
|
Update time zone list and text labels
|
2016-01-08 15:17:10 +09:00 |
|
Kijin Sung
|
cb0d173361
|
Merge pull request #40 from kijin/fix/microtime
getMicroTime()을 microtime(true)로 변경
|
2016-01-08 14:09:17 +09:00 |
|
Kijin Sung
|
db87085967
|
Remove unnecessary calls to getMicroTime()
|
2016-01-08 14:05:48 +09:00 |
|
Kijin Sung
|
83d86b8e6c
|
Merge pull request #39 from kijin/fix/gitignore-test-files
유닛 테스트용 임시 파일들을 .gitignore에 추가
|
2016-01-08 13:58:42 +09:00 |
|
Kijin Sung
|
bff3baaa3b
|
Merge pull request #38 from kijin/fix/dont-hide-warnings
E_WARNING을 숨기지 않도록 변경
|
2016-01-08 13:57:47 +09:00 |
|
Kijin Sung
|
8e05468f1a
|
Add temporary unit test files to .gitignore
|
2016-01-08 13:54:42 +09:00 |
|
Kijin Sung
|
afbbc965ab
|
Don't hide E_WARNING in unit tests
|
2016-01-08 13:49:22 +09:00 |
|
Kijin Sung
|
f8ca668982
|
Don't hide E_WARNING
|
2016-01-08 13:40:06 +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 |
|
CONORY
|
3a53ee81b6
|
Update README.md
|
2016-01-08 12:35:04 +09:00 |
|
Kijin Sung
|
4dedd2508c
|
Merge pull request #33 from kijin/refactor/embed-filter-no-xml
Embed filter에서 XML 설정파일을 제거하고 https 주소 처리 개선
|
2016-01-08 10:41:36 +09:00 |
|
Kijin Sung
|
9871c5f547
|
Do not treat symlinks as already minified scripts
|
2016-01-08 10:27:04 +09:00 |
|
Kijin Sung
|
d46e9da006
|
Restore commonly referenced minified scripts as symlinks
|
2016-01-08 10:18:12 +09:00 |
|
BJRambo
|
0b1a511c38
|
이미지인지 아닌지 확실하게 구별하기 위한 방법 추가.
|
2016-01-08 09:59:24 +09:00 |
|
Kijin Sung
|
750ea2e9bb
|
Fix incorrectly minified URLs in third-party resources
|
2016-01-08 09:36:38 +09:00 |
|
BJRambo
|
9c97f24d35
|
외부 이미지의 경우 섬네일을 생성하지 않는 문제점 개선
|
2016-01-08 06:09:43 +09:00 |
|
Kijin Sung
|
357c80c810
|
Delete remaining dependence on __DEBUG__ for loading minified scripts
|
2016-01-07 17:28:34 +09:00 |
|
conory
|
a2eee72f48
|
Creating default object from empty value
|
2016-01-07 16:40:04 +09:00 |
|
Kijin Sung
|
ff0e71a4e3
|
Fix compatibility with safe_mode when saving minified scripts
|
2016-01-07 16:37:48 +09:00 |
|
Kijin Sung
|
7dd804ed09
|
Fix incorrect timestamp in unit tests
|
2016-01-07 16:14:16 +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
|
422e0657e0
|
Remove grunt minify from Travis CI configuration
|
2016-01-07 11:50:27 +09:00 |
|
Kijin Sung
|
55584fb18a
|
Update tests to reflect deletion of minified scripts
|
2016-01-07 11:39:53 +09:00 |
|
Kijin Sung
|
133c104e04
|
Remove minification and concatenation spec from Gruntfile
|
2016-01-07 11:36:30 +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
|
002d239137
|
Merge pull request #32 from kijin/refactor/composer-vendor
라이브러리 관리에 composer를 본격적으로 사용
|
2016-01-07 09:21:00 +09:00 |
|
Kijin Sung
|
81582958dd
|
Restore package.json, it was accidentally deleted
|
2016-01-06 19:49:37 +09:00 |
|
Kijin Sung
|
546606b208
|
Initial import of composer dependencies (--no-dev)
|
2016-01-06 19:21:31 +09:00 |
|
Kijin Sung
|
71fc952126
|
Merge pull request #30 from kijin/experimental/faster-codeception-installation
유닛 테스트에서 Codeception을 로딩하는 방법 변경
|
2016-01-06 15:04:54 +09:00 |
|
Kijin Sung
|
71d285cf16
|
Load codeception as a binary to prevent running full composer install for each test
|
2016-01-06 14:52:22 +09:00 |
|
Kijin Sung
|
ef0c9e34ac
|
Merge pull request #29 from kijin/xetown-branding
XETown Remix branding and .travis.yml fixes
|
2016-01-06 13:59:19 +09:00 |
|
Kijin Sung
|
cfee191c10
|
XETown Remix branding and .travis.yml fixes
|
2016-01-06 13:54:46 +09:00 |
|
Kijin Sung
|
51b3b38f30
|
Merge pull request #22 from kijin/fix/installer-improvements
설치환경 체크 및 install 모듈의 전반적인 개선
|
2016-01-06 13:51:23 +09:00 |
|
Kijin Sung
|
3e99866902
|
Fix unit tests again
|
2016-01-06 13:36:36 +09:00 |
|
Kijin Sung
|
4e235ad28c
|
Fix unit tests for PHP 7
|
2016-01-06 13:29:27 +09:00 |
|
Kijin Sung
|
7b792ff27e
|
Fix unit tests for PHP 7
|
2016-01-06 13:21:58 +09:00 |
|
Kijin Sung
|
0e1b0b42dd
|
Fix unit tests
|
2016-01-06 13:13:21 +09:00 |
|
Kijin Sung
|
7b92605772
|
Fix install failure when using automated install config
|
2016-01-06 13:02:07 +09:00 |
|
Kijin Sung
|
6bb9e7008d
|
Update unit tests for simplified install routine
|
2016-01-06 11:49:40 +09:00 |
|