conory
8b9694fe6d
mid만 있을때에만 리디렉션 되도록 변경
2016-04-05 22:41:31 +09:00
conory
4f6e8b06b8
사이트 시작 모듈에 mid 붙이고 접근할 경우 디렉션
2016-03-26 23:37:20 +09:00
Kijin Sung
37bce0343d
Update core classes to refer to UA class for robot detection
2016-03-19 23:32:35 +09:00
Kijin Sung
b4002e70de
Add more HTTP response codes to ModuleHandler
2016-03-18 23:03:25 +09:00
conory
8cbc379280
GET 일 경우에만 404 에러를 내도록 수정
2016-03-11 22:19:04 +09:00
conory
10e8962fa1
문서가 없을 경우 404 에러를 내도록 개선
2016-03-11 16:15:47 +09:00
conory
fcf7e25858
301 redirection시 무조건 no-cache 설정
2016-03-09 13:50:29 +09:00
conory
3305df35a7
SEO에 좋은 301 redirection 으로 변경
2016-03-09 12:07:44 +09:00
conory
90400e2b5f
모두 lang() 함수로 변경
2016-03-06 17:01:15 +09:00
Kijin Sung
d4a7b921d0
Do not call trigger for blacklisted modules
2016-02-25 11:26:00 +09:00
Kijin Sung
e1341584d3
Merge pull request #268 from kijin/pr/debugger
...
편리한 디버그 기능 추가
2016-02-16 14:33:44 +09:00
Kijin Sung
191fa7c0c1
Call common.flushDebugInfo automatically on shutdown
2016-02-16 11:12:01 +09:00
Kijin Sung
516479cf20
Migrate addon, trigger, and widget logging functions to Debug class
2016-02-16 11:01:45 +09:00
Kijin Sung
63bddd0c9a
Fix #273 'msg_is_not_manager' message and broken styles
2016-02-15 19:35:32 +09:00
Kijin Sung
6b4d69bcc2
Remove old debug constants
2016-02-13 11:19:13 +09:00
Kijin Sung
f334879840
Remove use of debug constant in ModuleHandler
2016-02-12 21:33:37 +09:00
Kijin Sung
47bca4f2ca
Replace debugPrint() and handleError() with new system
2016-02-12 16:43:19 +09:00
Kijin Sung
d63900547e
Replace debug comment with new system
2016-02-12 16:35:10 +09:00
Kijin Sung
a26b17d012
The default URL is always defined
2016-02-12 11:20:45 +09:00
Kijin Sung
9e9b09464f
Clean up admin IP whitelist and block at login time
2016-02-08 21:26:43 +09:00
Kijin Sung
f7aad28d2c
Remove remaining references to getDBInfo()
2016-02-05 15:18:31 +09:00
Kijin Sung
0b1fa79f43
Update installer to use new config format
2016-02-03 15:39:58 +09:00
Kijin Sung
74ac1e5141
Allow triggers to call arbitrary functions
2016-02-01 15:46:04 +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
70c6c6a949
Fix incorrect SSL detection
2016-01-22 16:37:35 +09:00
Kijin Sung
8e5f0b53bd
Merge branch 'develop' into pr/misc-refactor
...
Conflicts:
classes/module/ModuleHandler.class.php
2016-01-22 14:14:41 +09:00
Kijin Sung
e0dfa0db5b
Clean up some non-static methods in ModuleHandler
2016-01-22 14:02:32 +09:00
Kijin Sung
676f17fb71
Fix #145 broken redirect from admin folder to admin module
2016-01-22 11:53:39 +09:00
Kijin Sung
45c2baff1f
Fix menu disappearing when cache folder is removed
2016-01-21 20:45:58 +09:00
conory
d3a96cb8e1
checkCSRF 조건변경
2016-01-20 19:46:16 +09:00
conory
a519db608d
POST 요청시 CSRF 체크를 하지않도록 module.xml에 check_csrf 속성 추가
2016-01-20 18:47:40 +09:00
Kijin Sung
08560f84be
Refactor more URL related functions
2016-01-20 15:53:42 +09:00
Kijin Sung
db87085967
Remove unnecessary calls to getMicroTime()
2016-01-08 14:05:48 +09:00
conory
26e2d4f891
info 메세지가 일반 메세지로 나오는 문제수정
2016-01-01 21:04:28 +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
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
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
bnu
068ce27fb8
fix #1731 Admin 액션에 checkCSRF() 적용
2015-09-04 13:18:42 +09:00
Kijin Sung
42d864641f
Improve and simplify session status detection
2015-07-12 22:00:32 +09:00
Kijin Sung
3f40434bbd
Improve handling of session variables related to validator
2015-07-12 20:45:44 +09:00
Kijin Sung
23a83a7033
선택적 세션 시작 + 서드파티 자료 호환성 (Proof of Concept)
2015-07-10 16:05:46 +09:00
bnu
58f094a5f7
Merge pull request #1374 from kijin/feature/autoload
...
classes 폴더 내의 주요 클래스에 autoload 적용
2015-05-27 13:45:55 +09:00
bnu
d1a1dd0673
Merge pull request #1169 from SoneYours/mobilesetting
...
모바일뷰를 사용하지 않는 페이지에서 모바일최적화 버튼이 노출되는 문제점 개선.
2015-04-14 15:10:06 +09:00
Kijin Sung
d0753e746b
모듈 클래스 로딩에서 autoload를 사용할 수 있도록 함
2015-04-06 21:18:39 +09:00
Kijin Sung
15d3ba7ca1
PHP 5 방식의 생성자 (__construct) 사용
2015-04-01 11:30:04 +09:00
bnu
d6a898a7f2
fix #1181 한글 도메인 처리 개선
...
- default URL을 IDN으로 지정 시 punycode로 변환하여 저장
- request_uri 및 current_url를 punycode로 변환하지 않은 IDN으로 출력하도록 변경
- String.prototype.setQuery()에서 IDN을 인코딩하지 않도록 변경 thanks to @andjfrrk
2015-03-05 17:19:19 +09:00