Kijin Sung
|
3b9a9c0f7a
|
Rename cache_friendly option to delay_session
|
2016-01-11 14:52:41 +09:00 |
|
CONORY
|
e5c4ed8e17
|
loge image
|
2016-01-11 14:45:24 +09:00 |
|
Kijin Sung
|
43033763f0
|
Be more intelligent about limiting the index size
|
2016-01-11 13:50:39 +09:00 |
|
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 |
|
BJRambo
|
c40a5d7557
|
Merge pull request #35 from SoneYours/develop
외부 이미지의 크기가 작을 경우 섬네일을 생성하지 않는 문제점 개선
|
2016-01-10 21:07:10 +09:00 |
|
Kijin Sung
|
80289d2c41
|
Merge branch 'develop' into refactor/functions
|
2016-01-10 19:41:27 +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
|
826d37766a
|
Merge pull request #47 from kijin/pr/installer-misc-fixes
설치모듈의 mod_rewrite 및 SSL 사용 여부 검사를 개선
|
2016-01-10 16:14:19 +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
|
8e05c56e4e
|
Merge branch 'develop' into refactor/minify-on-the-fly
|
2016-01-10 13:54:23 +09:00 |
|
Kijin Sung
|
386e1658a0
|
Merge branch 'develop' into refactor/functions
|
2016-01-10 13:52:35 +09:00 |
|
Kijin Sung
|
86bd1b531d
|
Merge pull request #46 from xefork-YJSoft/develop
의존성 자료가 없는 상태에서 직접 쓰기 방식 쉬운설치 오류 수정
|
2016-01-10 13:51:22 +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 |
|
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 |
|