Commit graph

73 commits

Author SHA1 Message Date
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
ovclas
d5a05fa70b isseu 2112 improve setRedirectUrl method
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10830 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-07-04 06:08:43 +00:00
ovclas
1ba722b8d1 isseu 2112 improve setRedirectUrl method
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10829 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-07-04 06:07:27 +00:00
chschy
ebfe89ca32 add description of function
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10764 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-06-05 05:33:14 +00:00
devjin
289f077588 fixed check module grant
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9624 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 02:04:38 +00:00
devjin
28efdf9307 fixed module grant
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9623 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-13 01:15:54 +00:00
devjin
5dee02c11d issue 331 fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9618 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-12 10:36:07 +00:00
flyskyko
68afb4b5ad fixed wrong return value in proc()
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8915 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-26 07:59:10 +00:00
devjin
24ee496a42 issue 92 add Theme skin info
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8650 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-26 09:31:37 +00:00
flyskyko
de47638d12 add message type to ModuleObject
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8618 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-22 05:25:29 +00:00
flyskyko
88d86a973c change validator message
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8616 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-21 11:01:46 +00:00
mosmartin
4d272994dd english comments added
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8278 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-06 16:48:06 +00:00
taggon
620b03d184 set svn property - svn:eol-style LF
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-01 06:51:30 +00:00
ngleader
f59deeb270 merge sandbox to trunk for 1.4.4.2
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7944 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-11-30 07:01:36 +00:00
ngleader
b8299c8a65 merge sandbox to trunk for 1.4.4
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7723 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-09-28 07:24:47 +00:00
haneul
289973781a merge & tag 1.4.3
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7597 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-07-06 08:29:10 +00:00
haneul
3d7d4e52f9 #18624389 : handle result message via action forward
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7173 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-01-19 12:35:37 +00:00
hankm2004
5d23d1d8a0 [UPDATE] translated code comments from korean to English
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7137 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-01-12 09:21:17 +00:00