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
Kijin Sung
804dd3073a
Support custom (user-defined) check-only algorithms in Password class
2015-12-21 13:44:46 +09:00
conory
994812947b
잘못된 parameter
2015-12-20 21:14:26 +09:00
conory
7b229691b6
파일캐시 truncate 항상 true 리턴
2015-12-19 16:20:43 +09:00
conory
03b0fca859
Revert "Update CacheFile.class.php"
...
This reverts commit 993b011a28 .
2015-12-19 11:05:17 +09:00
CONORY
993b011a28
Update CacheFile.class.php
2015-12-19 11:02:39 +09:00
conory
ec2e05b2ab
파일캐시의 잘못된 주석수정
2015-12-19 11:00:12 +09:00
conory
dd411ecbb1
Merge branch 'develop'
2015-12-18 22:11:06 +09:00
conory
582104b04d
Context public static 적용
2015-12-18 22:02:59 +09:00
conory
809d3ed9d8
Revert "Context public static 적용"
...
This reverts commit 4108c41aad .
2015-12-18 21:41:25 +09:00
conory
4108c41aad
Context public static 적용
2015-12-18 21:39:03 +09:00
conory
abb7eea5c1
Context public static 적용
2015-12-18 21:21:55 +09:00
conory
824d4d466e
Warning Missing argument 2 문제 수정
2015-12-18 18:51:48 +09:00
conory
54fd93cd39
다시 나타난 HTTP_RAW_POST_DATA 문제 수정
2015-12-18 18:45:12 +09:00
CONORY
de0c54ff37
Merge pull request #3 from kijin/php7
...
PHP7 호환성 개선
2015-12-18 14:15:15 +09:00
Kijin Sung
9b341a85b8
Merge #1802 $modified_timed -> $modified_time by qkrcjfgus33
...
* pr/1802:
$modified_timed -> $modified_time
2015-12-15 10:01:06 +09:00
Kijin Sung
be5c3c21bf
Merge branch 'develop' into php7
2015-12-08 16:14:06 +09:00
bnu
412c7ed132
Merge pull request #1762 from qkrcjfgus33/patch-7
...
autoload 적용으로 필요없어진 상수 삭제
2015-12-08 16:07:04 +09:00
bnu
ed32faf059
Merge pull request #1763 from qkrcjfgus33/patch-8
...
fix #1690 $GLOBALS['HTTP_RAW_POST_DATA'] 버그 수정
2015-12-08 16:05:24 +09:00
Kijin Sung
d117147d76
Fix regression with HTTP_RAW_POST_DATA
2015-12-08 15:50:52 +09:00
Kijin Sung
da0b1bad47
Unconditionally set HTTP_RAW_POST_DATA to avoid SimpleXML warnings
2015-12-08 14:24:38 +09:00
Kijin Sung
6473115ed3
Fix incompatible signatures of inherited methods
2015-12-08 14:07:42 +09:00
Kijin Sung
f6c226a0b7
Merge branch 'pr/1763' into php7
2015-12-08 14:07:16 +09:00
Kijin Sung
7642d1c6b0
Merge #1763 fix #1690 $GLOBALS['HTTP_RAW_POST_DATA'] by qkrcjfgus33
...
* pr/1763:
fix #1690 $GLOBALS['HTTP_RAW_POST_DATA'] 버그 수정
2015-12-08 11:51:31 +09:00
Kijin Sung
a22e69b7ec
Merge branch 'develop' of https://github.com/xpressengine/xe-core (1.8.14)
...
Conflicts:
classes/context/Context.class.php
modules/point/tpl/config.html
2015-12-02 14:38:23 +09:00
qkrcjfgus33
01c4a5e833
$modified_timed -> $modified_time
...
잘못된 변수명 변경
2015-11-12 14:34:05 +09:00
YJSoft
961deaf3ea
fix #1796 에디터 컴포넌트와 위젯의 스타일도 체크함
2015-11-06 17:06:40 +09:00
bnu
7bc190a1e3
fix #1773 SSO가 동작하지 않는 문제 고침
2015-10-23 15:56:58 +09:00
YJSoft
c58fd62b50
#1787 IE+XpressEditor에서 업로드가 되지 않는 문제점 수정
...
IE+SwfUploader 사용시 procFileUpload 가 호출될 때 referer가 포함되지 않아, 업로드가 되지 않는 문제점을 수정합니다.
2015-10-20 16:59:48 +09:00
bnu
dfc22a6305
설치 시 문제 고침
2015-10-16 18:11:53 +09:00
bnu
3e34fd08df
전체 post 요청에 대한 checkCSRF() 적용
2015-10-16 17:46:57 +09:00
YJSoft
421a1fde10
SECISSUE 허용되지 않은 방식으로 act를 실행할 수 있는 문제 고침
2015-10-16 11:13:35 +09:00
Kijin Sung
d6c10fed9d
Merge #1775 SECISSUE #1773 SSO 처리 버그 수정 및 보안 개선 by kijin
...
* pr/1775:
Fix regression in checkSSO() and improve security
Conflicts:
classes/context/Context.class.php
2015-10-08 15:09:52 +09:00
Kijin Sung
4daa212a39
Merge #1762 autoload 적용으로 필요없어진 상수 삭제 by qkrcjfgus33
...
* pr/1762:
autoload 적용으로 필요없어진 상수 삭제
2015-10-08 15:09:04 +09:00
Kijin Sung
d0fae0688b
Merge #1712 Loop 에 사용되는 변수 한번만 호출하는 PR by misol
...
* pr/1712:
Unit test 에서 변화된 부분 수정3
Unit test 에서 변화된 부분 수정2
Loop 문 변경으로 바뀐 unit 테스트 예측값 추가 수정
추가 - 변수명 충돌 방지, 테스트 코드 수정
Loop 에 사용되는 변수 한번만 호출하기
2015-10-08 15:08:46 +09:00
Kijin Sung
ea61a0455c
Merge #1708 Redis 캐시 핸들러 추가 by kijin
...
* pr/1708:
Use human-readable cache keys in Redis
Fix serialization in Redis cache handler
Add Redis AUTH command
Add support for Redis cache handler
2015-10-08 15:08:43 +09:00
Kijin Sung
b2d1d4de3a
Merge #1707 Memcache 캐시 핸들러에서 Memcached 모듈도 지원 by kijin
...
* pr/1707:
Support Memcached extension in addition to Memcache
2015-10-08 15:08:42 +09:00
Kijin Sung
7dee2908e1
Merge #1681 fix #1659 확장변수 반환 포맷이 달라질 수 있는 문제 수정 by YJSoft
...
* pr/1681:
fix #1659 확장변수 반환 포맷이 달라질 수 있는 문제 수정
2015-10-08 15:08:35 +09:00
Kijin Sung
488747f1f6
Merge #1679 fix #1677 MSSQL 쿼리 구문 오류 해결 by RapidWorkers
...
* pr/1679:
#1677 MSSQL 쿼리 구문 오류 해결
2015-10-08 15:08:33 +09:00
Kijin Sung
377e1db946
Merge #1654 Cannot redeclare class HTTP_Request by sejin7940
...
* pr/1654:
Update FileHandler.class.php
2015-10-08 15:07:08 +09:00
Kijin Sung
9dbe64e0da
Merge #1650 다양하게 활용 가능한 암호화 클래스 추가 by kijin
...
* pr/1650:
Simplify IV creation routine by reusing Password class
Add currentSessionOnly option to Crypto class
Add Crypto class compatible with defuse/php-encryption
2015-10-08 15:03:28 +09:00
Kijin Sung
29fb8344f8
Merge #1631 ob_gzhandler 대신 zlib.output_compression 사용 by kijin
...
* pr/1631:
Use zlib.output_compression instead of ob_gzhandler
2015-10-08 15:03:21 +09:00
Kijin Sung
ff046e135e
Merge #1623 모바일에서도 api를 사용할 수 있도록 변경 by zfanta
...
* pr/1623:
모바일에서도 api를 사용할 수 있도록 변경
2015-10-08 15:03:18 +09:00