Commit graph

13714 commits

Author SHA1 Message Date
Kijin Sung
4237a78aa8 Merge pull request #37 from kijin/fix/context-static-this
Context 클래스의 일관성 없는 static 사용을 정리
2016-01-10 13:50:13 +09:00
YJSoft
1606f9b42a 의존성 자료가 없는 상태에서 직접 쓰기 방식 쉬운설치 오류 수정
의존성 자료가 없는 상태에서 직접 쓰기 방식으로 쉬운설치 사용시 배열이 초기화되지 않아 오류가 발생하는 문제를 수정합니다.
2016-01-10 09:13:35 +09:00
Kijin Sung
56bdbb567a Do not load modernizr by default 2016-01-09 22:41:38 +09:00
Kijin Sung
45a2611a74 Fix unit tests to allow duplicate loading 2016-01-09 21:45:16 +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
aa165a073b Merge pull request #45 from kijin/fix/opcache-invalidate
PHP 5.5 이상에서 설정 변경시 즉시 적용되지 않는 문제 해결
2016-01-09 21:17:18 +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
conory
d300db933e Merge branch 'develop' 2016-01-09 15:37:08 +09:00
Kijin Sung
371f4a60b0 Merge branch 'develop' into refactor/minify-on-the-fly 2016-01-09 15:19:08 +09:00
Kijin Sung
a3af9e66c9 Merge branch 'develop' into refactor/functions 2016-01-09 15:18:40 +09:00
Kijin Sung
840b2356f8 Merge branch 'develop' into fix/context-static-this 2016-01-09 15:18:11 +09:00
Kijin Sung
73dc9c3c35 Merge pull request #44 from kijin/fix/contributor-guide
참여 안내문 수정
2016-01-09 15:17:09 +09:00
Kijin Sung
52867abf06 Add link from README.md to CONTRIBUTING.md 2016-01-09 14:45:34 +09:00
Kijin Sung
f4d20c2ac1 Merge branch 'develop' into fix/contributor-guide 2016-01-09 14:43:00 +09:00
Kijin Sung
0a38218bdb Update contributor guide 2016-01-09 14:42:56 +09:00
Kijin Sung
7d5c37f1f9 Remove unnecessary script type attribute 2016-01-09 13:15:38 +09:00
Kijin Sung
0ba0153cb0 Merge pull request #43 from kijin/fix/rhymix-branding
RhymiX 이름 및 저작권 표시 추가, README 정보 추가
2016-01-09 11:44:47 +09:00
Kijin Sung
c89b12a7be Update repository path 2016-01-09 11:32:52 +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
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
211044fe2b Add a better statement of purpose 2016-01-08 23:50:11 +09:00
Kijin Sung
11cc9be764 Update contributor guide 2016-01-08 22:43:47 +09:00
Kijin Sung
9cc266bbe6 Apply RhymiX branding and improve README.md 2016-01-08 22:21:47 +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
Kijin Sung
c37ae01923 Additional optimization of the functions library 2016-01-08 20:57:48 +09:00
Kijin Sung
6c5f9aadd1 Don't use home-made JSON encoder in display handlers 2016-01-08 20:38:35 +09:00
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