conory
|
d5e39ad897
|
check_type 모듈 추가 지원 file, module
|
2017-03-19 23:54:07 +09:00 |
|
conory
|
83d6fe89a3
|
root 퍼미션을 걸 경우 최고 관리자만 쓸 수 있도록 변경
|
2017-03-18 21:10:03 +09:00 |
|
conory
|
cda2dd8fa7
|
배열 자동 인식
|
2017-03-18 18:27:22 +09:00 |
|
conory
|
9ec088b4db
|
문서, 댓글의 srl에 대한 퍼미션 체크도 지원
|
2017-03-18 13:26:39 +09:00 |
|
conory
|
adfcead452
|
잘못된 변수
|
2017-03-17 23:50:13 +09:00 |
|
conory
|
85afc04949
|
잘못된 parameter 수정
|
2017-03-17 23:27:31 +09:00 |
|
conory
|
a258a3cec8
|
현재 모듈이 아닌 특정 모듈의 유저 권한을 체크하는 <permission> 옵션 추가
|
2017-03-17 22:52:25 +09:00 |
|
conory
|
3f33194f94
|
setModuleInfo 정리
|
2017-03-17 20:48:39 +09:00 |
|
Kijin Sung
|
03866c7777
|
Populate an empty SessionHelper object if not logged in
|
2017-02-10 21:26:38 +09:00 |
|
Kijin Sung
|
45e930f04c
|
Populate 'user' property of every module instance with current user info
|
2017-02-10 21:08:05 +09:00 |
|
conory
|
de0b09f4e3
|
최종단계에서 Set http status message
|
2016-04-19 17:10:15 +09:00 |
|
conory
|
0cb9958319
|
stop()사용시에도 http status code 적용
|
2016-04-19 16:02:42 +09:00 |
|
conory
|
f930ec74f8
|
시스템 에러 메세지를 출력할 경우 403 HTTP 코드로 설정
|
2016-04-18 23:43:04 +09:00 |
|
Kijin Sung
|
1b372375a4
|
Always set redirect_url if a module calls setRedirectUrl()
|
2016-03-02 10:10:10 +09:00 |
|
Kijin Sung
|
27cfa4aeba
|
Redirect to short URL after insertDocument, insertComment, etc.
|
2016-03-02 10:03:48 +09:00 |
|
Kijin Sung
|
47bca4f2ca
|
Replace debugPrint() and handleError() with new system
|
2016-02-12 16:43:19 +09:00 |
|
Kijin Sung
|
82da535ec6
|
Prevent addons from overwriting important variables with nonsense
|
2016-02-10 16:34:55 +09:00 |
|
conory
|
994812947b
|
잘못된 parameter
|
2015-12-20 21:14:26 +09:00 |
|
CONORY
|
de0c54ff37
|
Merge pull request #3 from kijin/php7
PHP7 호환성 개선
|
2015-12-18 14:15:15 +09:00 |
|
Kijin Sung
|
6473115ed3
|
Fix incompatible signatures of inherited methods
|
2015-12-08 14:07:42 +09:00 |
|
whantae jiwhantae ji
|
b350ec5451
|
모바일에서도 api를 사용할 수 있도록 변경
jQuery.exec_json, jQuery.exec_xml 사용시 모바일에선 결과가 다른 문제 수정
mothos -> mothods 오타 수정
|
2015-07-13 11:21:50 +09:00 |
|
ngleader
|
bc4d74e9f6
|
[NOISSUE] remove php close tag, change lower case to upper case
|
2014-12-06 11:45:42 +09:00 |
|
bnu
|
25ca3e1d14
|
#278 debug 환경 개선.
- query 목록에 query id와 파일 및 메소드명 표시
- 실행 중 중단 시 중단 시점의 파일과 메소드명 표시
|
2014-01-10 03:39:07 +09:00 |
|
bnu
|
904340c649
|
Revert "NOISSUE, Adding the magic class value. a module can get a MVC object of module by special member value like $this->o{ModuleName}{Type} in each Module Class extended ModuleObject Class."
This reverts commit de30ecfb39.
|
2013-12-19 15:29:28 +09:00 |
|
bnu
|
e9dacc6cdf
|
substr_compare()에서 문제를 일으킬 수 있는 부분 보완.
|
2013-11-27 15:16:26 +09:00 |
|
bnu
|
4d9e68b9e4
|
substr_compare() 사용에 대한 보완
|
2013-11-27 14:18:09 +09:00 |
|
ngleader
|
de30ecfb39
|
NOISSUE, Adding the magic class value. a module can get a MVC object of module by special member value like $this->o{ModuleName}{Type} in each Module Class extended ModuleObject Class.
eg) $oDocumentModel = $this->oDocumentModel; instead of $oDocumentModel = getModel('document');
$oDocumentAdminController = $this->oDocumentAdminController; instead of $oDocumentAdminController = getAdminController('document');
|
2013-11-22 08:08:58 +09:00 |
|
bnu
|
932862be1f
|
#64 서버 내 경로를 절대경로로 변경
|
2013-11-23 11:59:49 +09:00 |
|
khongchi
|
5693e340fe
|
issue 3645, php5 대응, 함수 대체
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13202 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2013-11-13 01:40:53 +00:00 |
|
akasima
|
bce0a0b6d4
|
copyright add to php files
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13186 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2013-11-08 05:52:51 +00:00 |
|
ngleader
|
dbc18a4f99
|
change author
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2013-11-07 02:42:42 +00:00 |
|
misol
|
f70ce644ce
|
Close Connection when there is no connection value.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2013-09-25 15:29:32 +00:00 |
|
devjin
|
d77530f883
|
issue 2800
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12704 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2013-02-05 07:39:05 +00:00 |
|
flyskyko
|
2383b8d711
|
issue 2119. supporting php 5.4. module classes.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12691 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2013-02-05 02:17:43 +00:00 |
|
devjin
|
819b53c4ce
|
issue 2653 set skin info when used site default skin.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12071 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-11-03 09:28:19 +00:00 |
|
ovclas
|
86011ab063
|
merge from luminous (11139-12038)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12040 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-11-02 07:20:00 +00:00 |
|
devjin
|
2bb0278425
|
issue 2370 remove setting skin path when use a page module.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12023 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-11-01 04:50:26 +00:00 |
|
devjin
|
2783f921df
|
issue 2367 remove outside page, widget page preview.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11904 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-10-26 02:51:22 +00:00 |
|
devjin
|
1c3e69f91f
|
issue 2625 add about setting of default layout/skin.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11898 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-10-25 14:42:38 +00:00 |
|
devjin
|
88e17793da
|
issue 2553 add a variable of gzhandler_enable. because of not use gzip encoding in a sydication module.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11718 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-10-15 12:27:36 +00:00 |
|
devjin
|
ffde9607d9
|
issue 2370, issue 2373, issue 2374 add the site design info.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11303 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-09-18 08:41:42 +00:00 |
|
ovclas
|
6c491423a4
|
issue 2206 message modify.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11078 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-08-24 09:16:45 +00:00 |
|
flyskyko
|
d97822999e
|
merge from 1.5.3 (~r10951). required minify admin.min.js
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10952 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-07-27 03:04:27 +00:00 |
|
flyskyko
|
eb1b7c36cd
|
Change to setRedirectUrl() always returns $output
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10925 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-07-23 00:48:29 +00:00 |
|
flyskyko
|
f0c2168f5d
|
issue 2156, fixed a bug. display warning message on sitemap
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10915 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-07-19 08:48:02 +00:00 |
|
devjin
|
dea849713b
|
r10908 revert
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10909 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-07-18 13:49:47 +00:00 |
|
devjin
|
dd1db009c6
|
issue 1993 grant does not check when module_srl is not exist.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10908 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-07-18 13:33:57 +00:00 |
|
flyskyko
|
09bec7e84d
|
fixed mistake on r10859
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10866 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-07-11 05:27:47 +00:00 |
|
flyskyko
|
ae60abc551
|
issue 2128, fixed a problem. Display 'system_message.html not found' message when run not permitted action.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10859 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-07-10 05:54:14 +00:00 |
|
ovclas
|
1a7a68efea
|
issue 2109 Fixed a problem in_array function
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10832 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2012-07-05 00:16:31 +00:00 |
|