Skip to content

Commit

Permalink
xe core 1.11.6 변경분을 추가합니다.
Browse files Browse the repository at this point in the history
XE 업그레이드 #32
  • Loading branch information
mozodev committed Dec 15, 2019
1 parent bedb521 commit 4679cff
Show file tree
Hide file tree
Showing 467 changed files with 2,416 additions and 2,341 deletions.
2 changes: 1 addition & 1 deletion docroot/COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (C) NAVER <http://www.navercorp.com>
Copyright (C) XEHub <https://www.xehub.io>
2 changes: 1 addition & 1 deletion docroot/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) NAVER <http://www.navercorp.com>
Copyright (C) XEHub <https://www.xehub.io>

XE is an opensource and being developed in the opensource project.
For more information, please see the link below.
Expand Down
10 changes: 4 additions & 6 deletions docroot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,18 @@ XpressEngine은 여러분들의 개발 참여를 기다립니다.
* MYSQL version 4.1 or greater (But recommend MYSQL >= 5.x) , MS-SQL, CUBRID
* XML Library
* GD Library
* Fileinfo Extension
* ICONV
* session.auto_start = Off (php.ini)

## Maintainers
@akasima @bnu @jhyeon1010 @khongchi @findstar @ngleader

## Contributors
http://www.xpressengine.com/contributors
https://www.xpressengine.com/contributors

## Support
* Official site (Korean) : http://www.xpressengine.com/
* Official site (Korean) : https://www.xpressengine.com

## License
Copyright 2014 NAVER Corp. <http://www.navercorp.com>
Copyright 2014 XEHub. <https://www.xehub.io>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
4 changes: 2 additions & 2 deletions docroot/addons/adminlogging/adminlogging.addon.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/* Copyright (C) XEHub <https://www.xehub.io> */

if(!defined('__XE__'))
exit();

/**
* @file adminlogging.addon.php
* @author NAVER (developers@xpressengine.com)
* @author XEHub (developers@xpressengine.com)
* @brief admin log
*/
$logged_info = Context::get('logged_info');
Expand Down
20 changes: 10 additions & 10 deletions docroot/addons/adminlogging/conf/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<version>1.7</version>
<date>2013-11-27</date>

<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="ge">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<author email_address="developers@xpressengine.com" link="https://www.xehub.io">
<name xml:lang="ko">XEHub</name>
<name xml:lang="jp">XEHub</name>
<name xml:lang="en">XEHub</name>
<name xml:lang="vi">XEHub</name>
<name xml:lang="zh-CN">XEHub</name>
<name xml:lang="es">XEHub</name>
<name xml:lang="ru">XEHub</name>
<name xml:lang="ge">XEHub</name>
<name xml:lang="zh-TW">XEHub</name>
</author>
</addon>
4 changes: 2 additions & 2 deletions docroot/addons/autolink/autolink.addon.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/* Copyright (C) XEHub <https://www.xehub.io> */

if(!defined('__XE__'))
exit();

/**
* @file autolink.addon.php
* @author NAVER (developers@xpressengine.com)
* @author XEHub (developers@xpressengine.com)
* @brief Automatic link add-on
*/
if($called_position == 'after_module_proc' && Context::getResponseMethod() == "HTML")
Expand Down
4 changes: 2 additions & 2 deletions docroot/addons/autolink/autolink.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file autolink.js
* @brief javascript code for autolink addon
* @author NAVER (developers@xpressengine.com)
* @author XEHub (developers@xpressengine.com)
*/
(function($){
var protocol_re = '(https?|ftp|news|telnet|irc|mms)://';
Expand Down Expand Up @@ -77,4 +77,4 @@
});

xe.registerPlugin(new AutoLink());
})(jQuery);
})(jQuery);
6 changes: 3 additions & 3 deletions docroot/addons/autolink/autolink.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"#test9 - don't include parenthesis" : function() {
value_of( $('#test9 a').length ).should_be(1);
value_of( $('#test9 a').attr('href') ).should_be('http://www.naver.com');
value_of( $('#test9 a').attr('href') ).should_be('http://xpressengine.com');
},
"#test10 - include tild" : function() {
value_of( $('#test10 a').length ).should_be(1);
Expand Down Expand Up @@ -105,8 +105,8 @@
</div>
<div id="test7">http://mygony.com</div>
<div id="test8">Go to http://mygony.com</div>
<div id="test9">Naver(http://www.naver.com)</div>
<div id="test9">XEHub(http://xpressengine.com)</div>
<div id="test10">User homepage : http://www.xpressengine.com:8000/~user/?mid=def should be a link.</div>
</div>
</body>
</html>
</html>
20 changes: 10 additions & 10 deletions docroot/addons/autolink/conf/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
<version>1.7</version>
<date>2013-11-27</date>

<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="ge">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<author email_address="developers@xpressengine.com" link="https://www.xehub.io">
<name xml:lang="ko">XEHub</name>
<name xml:lang="jp">XEHub</name>
<name xml:lang="en">XEHub</name>
<name xml:lang="vi">XEHub</name>
<name xml:lang="zh-CN">XEHub</name>
<name xml:lang="es">XEHub</name>
<name xml:lang="ru">XEHub</name>
<name xml:lang="ge">XEHub</name>
<name xml:lang="zh-TW">XEHub</name>
</author>
</addon>
4 changes: 2 additions & 2 deletions docroot/addons/captcha/captcha.addon.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/* Copyright (C) XEHub <https://www.xehub.io> */

if(!defined("__XE__")) exit();

/**
* @file captcha.addon.php
* @author NAVER (developers@xpressengine.com)
* @author XEHub (developers@xpressengine.com)
* @brief Captcha for a particular action
* English alphabets and voice verification added
* */
Expand Down
2 changes: 1 addition & 1 deletion docroot/addons/captcha/captcha.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ var calledArgs = null;
var $div = $('<div style="z-index:1000;position:absolute; width:310px;' + top_left + ' background:#fff; border:3px solid #ccc;">'+
'<form method="post" action="">'+
'<div style="position:relative; margin:25px 20px 15px 20px">'+
'<img src="about:blank" id="captcha_image" alt="CAPTCHA" width="240" height="50" style="display:block; width:240px; height:50px; border:1px solid #b0b0b0" />'+
'<img id="captcha_image" alt="CAPTCHA" width="240" height="50" style="display:block; width:240px; height:50px; border:1px solid #b0b0b0" />'+
'<button type="button" class="reload" title="" style="position:absolute; top:0; left:245px; width:25px; height:25px; padding:0; overflow:visible; border:1px solid #575757; background:#747474 url('+request_uri + 'addons/captcha/img/icon.gif) no-repeat center 5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; cursor:pointer;box-shadow:0 0 3px #444 inset;-moz-box-shadow:0 0 3px #444 inset;-webkit-box-shadow:0 0 3px #444 inset;"></button>'+
'<button type="button" class="play" title="" style="position:absolute; top:27px; left:245px; width:25px; height:25px; padding:0; overflow:visible; border:1px solid #575757; background:#747474 url('+request_uri + 'addons/captcha/img/icon.gif) no-repeat center -20px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; cursor:pointer;box-shadow:0 0 3px #444 inset;-moz-box-shadow:0 0 3px #444 inset;-webkit-box-shadow:0 0 3px #444 inset;"></button>'+
'</div>'+
Expand Down
Loading

0 comments on commit 4679cff

Please sign in to comment.