-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
474 changed files
with
5,837 additions
and
5,762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ([email protected]) | ||
* @author XEHub ([email protected]) | ||
* @brief admin log | ||
*/ | ||
$logged_info = Context::get('logged_info'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ | |
<version>1.7</version> | ||
<date>2013-11-27</date> | ||
|
||
<author email_address="[email protected]" 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="[email protected]" 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ([email protected]) | ||
* @author XEHub ([email protected]) | ||
* @brief Automatic link add-on | ||
*/ | ||
if($called_position == 'after_module_proc' && Context::getResponseMethod() == "HTML") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ([email protected]) | ||
* @author XEHub ([email protected]) | ||
*/ | ||
(function($){ | ||
var protocol_re = '(https?|ftp|news|telnet|irc|mms)://'; | ||
|
@@ -77,4 +77,4 @@ | |
}); | ||
|
||
xe.registerPlugin(new AutoLink()); | ||
})(jQuery); | ||
})(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,15 +39,15 @@ | |
<version>1.7</version> | ||
<date>2013-11-27</date> | ||
|
||
<author email_address="[email protected]" 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="[email protected]" 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ([email protected]) | ||
* @author XEHub ([email protected]) | ||
* @brief Captcha for a particular action | ||
* English alphabets and voice verification added | ||
* */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.