Commit graph

587 commits

Author SHA1 Message Date
Kijin Sung
3460f63741 Initial implementation of new config use in Context class 2016-02-03 11:17:09 +09:00
Kijin Sung
5c1a68ae16 Keep translations from different sources separate 2016-02-01 13:30:15 +09:00
Kijin Sung
2a008eb2e2 Simplify loading function for selected language list 2016-01-31 14:52:48 +09:00
Kijin Sung
f45779c3f8 Simplify loading function for supported language list 2016-01-31 14:47:01 +09:00
Kijin Sung
f68e6118bc Initial implementation of lang class that prefers PHP to XML 2016-01-27 16:26:06 +09:00
Kijin Sung
3a419d586d Improve backward compatibility with AXUpload5 and other third-party AJAX apps 2016-01-26 10:32:59 +09:00
Kijin Sung
8ee5e8c4b0 Make all AJAX requests use regular form submission format and JSON response format 2016-01-23 20:33:49 +09:00
Kijin Sung
ab92e76408 Move SSL-related Context constants to constants.php 2016-01-21 16:20:42 +09:00
Kijin Sung
25585d89ed Make Context::setRequestMethod() easier to read 2016-01-20 16:36:48 +09:00
Kijin Sung
08560f84be Refactor more URL related functions 2016-01-20 15:53:42 +09:00
Kijin Sung
a8094fe766 Refactor some URL related functions to use Rhymix constants 2016-01-20 15:45:18 +09:00
Kijin Sung
66a6edeffb Merge pull request #68 from kijin/pr/remove-libs
libs 폴더 내의 오래된 라이브러리들 정리
2016-01-15 23:29:23 +09:00
Kijin Sung
fc4b5bc0a8 Clean up more non-static references inside Context class 2016-01-14 10:21:09 +09:00
Kijin Sung
9da3653fcd Replace idna_convert with PHP native functions and true/punycode 2016-01-13 15:46:41 +09:00
Kijin Sung
8b8d32c9dd Fix cookie handling in Context class 2016-01-12 18:17:18 +09:00
Kijin Sung
5f9d6f2a6b Merge pull request #42 from kijin/refactor/functions
일반 함수 리팩토링
2016-01-12 10:53:10 +09:00
Kijin Sung
040d120710 Move ob_start() from addon script to Context class if using delay_session 2016-01-11 14:57:13 +09:00
Kijin Sung
3b9a9c0f7a Rename cache_friendly option to delay_session 2016-01-11 14:52:41 +09:00
Kijin Sung
386e1658a0 Merge branch 'develop' into refactor/functions 2016-01-10 13:52:35 +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
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
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
8dac7bc5e9 Fix inconsistent use of static and non-static methods in Context class 2016-01-08 13:14:03 +09:00
Kijin Sung
2a2fe9b69d Change default language to Korean 2016-01-05 20:49:54 +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
e0b8ee720f FileHandler static 2015-12-22 19:12:17 +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
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
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
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
bnu
7bc190a1e3 fix #1773 SSO가 동작하지 않는 문제 고침 2015-10-23 15:56:58 +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
9364563f4a Merge #1615 선택적 세션 시작 (Proof of Concept) by kijin
* pr/1615:
  Force start session if SSO is used
  Improve and simplify session status detection
  Improve handling of session variables related to validator
  Start session automatically if an addon uses the session and exits
  If cache-friendly behavior is enabled, don't skip updateReadedCount()
  If cache-friendly behavior is enabled, don't update session when reading document or comment
  Add option to enable/disable cache-friendly behavior
  Improve the setCacheControl() method
  Context::setCacheControl() method added etc.
  do not always set mobile/user-agent cookies
  선택적 세션 시작 + 서드파티 자료 호환성 (Proof of Concept)
2015-10-08 15:03:17 +09:00
Kijin Sung
a7ed4c56c8 Merge #1363 PHP 5 방식의 생성자 (__construct) 사용 by kijin
* pr/1363:
  ExtraItem 클래스에도 PHP 5 방식의 생성자 (__construct) 사용
  PHP 5 방식의 생성자 (__construct) 사용

Conflicts:
	classes/context/Context.class.php
2015-10-08 14:10:32 +09:00
Kijin Sung
2db50e6e9f Merge #1260 Context::함수명 처럼 쓰일 수 있는 함수들에 static 적용 by Web-Engine
* pr/1260:
  함수 앞에 public 추가
  $this 변수를 $self로 변경
  Context::함수명 처럼 쓰일 수 있는 함수들에 static 적용
2015-10-08 14:08:49 +09:00
Kijin Sung
86f500c116 Fix regression in checkSSO() and improve security 2015-10-08 11:30:38 +09:00
람츠
6adfc7764b fix #1690 $GLOBALS['HTTP_RAW_POST_DATA'] 버그 수정
#1684 -bug fix-> #1690 -bug fix-> 이것..
2015-09-24 14:46:44 +09:00
람츠
582ac8d0f1 오타수정
handle request areguments for GET/POST -> handle request arguments for GET/POST
2015-09-15 16:53:29 +09:00