change author

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2013-11-07 02:42:42 +00:00
parent 08022a1ddb
commit dbc18a4f99
391 changed files with 1025 additions and 1025 deletions

View file

@ -4,7 +4,7 @@ require_once(_XE_PATH_ . 'modules/addon/addon.controller.php');
/**
* Admin controller class of addon modules
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class addonAdminController extends addonController
{

View file

@ -2,7 +2,7 @@
/**
* Admin model class of addon module
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class addonAdminModel extends addon
{

View file

@ -2,7 +2,7 @@
/**
* Admin view class of addon modules
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class addonAdminView extends addon
{

View file

@ -2,7 +2,7 @@
/**
* High class of addon modules
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class addon extends ModuleObject
{

View file

@ -2,7 +2,7 @@
/**
* Addon module's controller class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class addonController extends addon
{

View file

@ -25,15 +25,15 @@
<category>utility</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="fr">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="fr">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -3,7 +3,7 @@
/**
* adminAdminController class
* admin controller class of admin module
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/admin
* @version 0.1
*/

View file

@ -3,7 +3,7 @@
/**
* adminAdminModel class
* admin model class of admin module
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/admin
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* adminAdminView class
* Admin view class of admin module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/admin
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* admin class
* Base class of admin module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/admin
* @version 0.1
*/

View file

@ -23,14 +23,14 @@
<category>system</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -1,4 +1,4 @@
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
// install module
function doInstallModule(module) {
var params = new Array();

View file

@ -1,4 +1,4 @@
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
jQuery(function($){
var

View file

@ -4,7 +4,7 @@
* adminlogging class
* Base class of adminlogging module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/adminlogging
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* adminloggingController class
* controller class of adminlogging module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/adminlogging
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* adminloggingModel class
* model class of adminlogging module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/adminlogging
* @version 0.1
*/

View file

@ -7,14 +7,14 @@
<category>system</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -5,7 +5,7 @@ require_once(_XE_PATH_ . 'modules/autoinstall/autoinstall.lib.php');
/**
* autoinstall module admin controller class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class autoinstallAdminController extends autoinstall
{

View file

@ -2,7 +2,7 @@
/**
* Model class of the autoinstall module
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class autoinstallAdminModel extends autoinstall
{

View file

@ -2,7 +2,7 @@
/**
* Admin view class in the autoinstall module
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class autoinstallAdminView extends autoinstall
{

View file

@ -2,7 +2,7 @@
/**
* XML Generater
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class XmlGenerater
{
@ -54,7 +54,7 @@ class XmlGenerater
/**
* High class of the autoinstall module
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class autoinstall extends ModuleObject
{

View file

@ -4,7 +4,7 @@ require_once(_XE_PATH_ . 'libs/ftp.class.php');
/**
* Module installer
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class ModuleInstaller
{
@ -314,7 +314,7 @@ class ModuleInstaller
/**
* Module installer for SFTP
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class SFTPModuleInstaller extends ModuleInstaller
{
@ -483,7 +483,7 @@ class SFTPModuleInstaller extends ModuleInstaller
/**
* Module installer for PHP FTP
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class PHPFTPModuleInstaller extends ModuleInstaller
{
@ -697,7 +697,7 @@ class PHPFTPModuleInstaller extends ModuleInstaller
/**
* Module installer for FTP
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class FTPModuleInstaller extends ModuleInstaller
{

View file

@ -2,7 +2,7 @@
/**
* Model class of the autoinstall module
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class autoinstallModel extends autoinstall
{

View file

@ -19,12 +19,12 @@
<date>2009-11-11</date>
<category>system</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
a>i{opacity:.5;filter:alpha(opacity=50)}
.x_label,
.x_badge{font-weight:normal}

View file

@ -4,7 +4,7 @@
* commentAdminController class
* admin controller class of the comment module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/comment
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* commentAdminView class
* admin view class of the comment module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/comment
* @version 0.1
*/

View file

@ -6,7 +6,7 @@ require_once(_XE_PATH_ . 'modules/comment/comment.item.php');
* comment
* comment module's high class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/comment
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* commentController class
* controller class of the comment module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/comment
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* commentItem class
* comment Object
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/comment
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* commentModel class
* model class of the comment module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/comment
* @version 0.1
*/

View file

@ -4,7 +4,7 @@
* commentView class
* comment module's view class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/comment
* @version 0.1
*/

View file

@ -23,14 +23,14 @@
<category>content</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -2,7 +2,7 @@
/**
* @class communicationAdminController
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief communication module of the admin controller class
*/
class communicationAdminController extends communication

View file

@ -2,7 +2,7 @@
/**
* @class communicationAdminModel
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief communication module of the admin model class
*/
class communicationAdminModel extends communication

View file

@ -2,7 +2,7 @@
/**
* @class communicationAdminView
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* communication module of the admin view class
*/
class communicationAdminView extends communication

View file

@ -2,7 +2,7 @@
/**
* @class communication
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* communication module of the high class
*/
class communication extends ModuleObject

View file

@ -2,7 +2,7 @@
/**
* @class communicationController
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* communication module of the Controller class
*/
class communicationController extends communication

View file

@ -4,7 +4,7 @@ require_once(_XE_PATH_ . 'modules/communication/communication.view.php');
/**
* @class communicationMobile
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* Mobile class of communication module
*/
class communicationMobile extends communicationView

View file

@ -2,7 +2,7 @@
/**
* @class communicationModel
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* communication module of the Model class
*/
class communicationModel extends communication

View file

@ -2,7 +2,7 @@
/**
* @class communicationView
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* View class of communication module
*/
class communicationView extends communication

View file

@ -21,13 +21,13 @@
<category>member</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -3,14 +3,14 @@
<title xml:lang="ko">XE 커뮤니케이션 모바일 기본 스킨</title>
<description xml:lang="ko">
XE 커뮤니케이션 모바일 기본 스킨입니다.
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<version>0.1</version>
<date>2012-08-07</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</skin>

View file

@ -10,44 +10,44 @@
<title xml:lang="zh-TW">預設面板</title>
<title xml:lang="tr">Varsayılan Dış Görünüm</title>
<description xml:lang="ko">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<description xml:lang="zh-CN">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<description xml:lang="jp">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<description xml:lang="en">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<description xml:lang="vi">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<description xml:lang="es">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<description xml:lang="ru">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<description xml:lang="zh-TW">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<description xml:lang="tr">
NHN (developers@xpressengine.com)
NAVER (developers@xpressengine.com)
</description>
<version>0.1</version>
<date>2008-05-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</skin>

View file

@ -23,14 +23,14 @@
<category>statistics</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -3,7 +3,7 @@
/**
* Admin view class of counter module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class counterAdminView extends counter
{

View file

@ -3,7 +3,7 @@
/**
* High class of counter module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class counter extends ModuleObject
{

View file

@ -3,7 +3,7 @@
/**
* Counter module's controller class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class counterController extends counter
{

View file

@ -3,7 +3,7 @@
/**
* Model class of counter module
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class counterModel extends counter
{

View file

@ -23,14 +23,14 @@
<category>content</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -3,7 +3,7 @@
* documentAdminController class
* Document the module's admin controller class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/document
* @version 0.1
*/

View file

@ -3,7 +3,7 @@
* documentAdminModel class
* Document the module's admin model class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/document
* @version 0.1
*/

View file

@ -3,7 +3,7 @@
* documentAdminView class
* Document admin view of the module class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/document
* @version 0.1
*/

View file

@ -6,7 +6,7 @@ require_once(_XE_PATH_.'modules/document/document.item.php');
* @brief document the module's high class
* {@internal Silently adds one extra Foo to compensate for lack of Foo }
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/document
* @version 0.1
*/

View file

@ -3,7 +3,7 @@
* documentController class
* document the module's controller class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/document
* @version 0.1
*/

View file

@ -3,7 +3,7 @@
* documentItem class
* document object
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/document
* @version 0.1
*/

View file

@ -3,7 +3,7 @@
* documentModel class
* model class of the module document
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/document
* @version 0.1
*/

View file

@ -3,7 +3,7 @@
* documentView class
* View class of the module document
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /modules/document
* @version 0.1
*/

View file

@ -1,6 +1,6 @@
/**
* @file modules/document/tpl/js/document_category.js
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief document 모듈의 category tree javascript
**/

View file

@ -1,7 +1,7 @@
<?php
/**
* @class emoticon
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Emoticons image connected components
*/
class emoticon extends EditorHandler

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,7 +1,7 @@
<?php
/**
* @class image_gallery
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Making images uploaded to the image gallery
*/
class image_gallery extends EditorHandler

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="vi">NHN</name>
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,7 +1,7 @@
/**
* @file list_gallery.js
* @brief List-type image gallery
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
(function($){

View file

@ -1,7 +1,7 @@
/**
* @file list_gallery.js
* @brief List-type image gallery
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
(function(l){var h=xe.createPlugin("list",{API_SHOW_LIST:function(j,h){var d=h[0],e,f,k,b,a,g,c;e=this.cast("GET_IMAGES",[d]);if(e.length){d=l("#zone_list_gallery_"+d).empty();width=d.innerWidth();f=0;for(k=e.length;f<k;f++)b=e[f],a=b.$obj.prop("width"),c=b.$obj.prop("height"),0==a&&(a=b.$obj.attr("width")),0==c&&(c=b.$obj.attr("height")),a>width-25&&(g=width-25,a=g/a,c=Math.floor(c*a),a=g,b.$obj.attr("rel","xe_gallery")),d.append(b.$obj),b.$obj.css({width:a+"px",height:c,margin:"0 10px",display:"block"})}}}),
j=xe.getApp("Gallery")[0];j&&j.registerPlugin(new h)})(jQuery);

View file

@ -1,6 +1,6 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
@charset "utf-8";@import "../../../../../modules/admin/tpl/css/admin.css";@import "../../../../../common/css/bootstrap.min.css";

View file

@ -1,7 +1,7 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
(function($){

View file

@ -1,6 +1,6 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
@charset "utf-8";.slide_gallery_loading_text{color:#555555;font-size:8pt;font-family:tahoma;font-weight:bold;margin:20px 0px 20px 0px;text-align:center}.slide_gallery_navigator_box{font-size:9pt;text-align:center;margin:5px 0px 5px 0px}.zone_gallery_navigator_status{color:#444444;font-family:verdana;font-size:8pt;cursor:pointer}.slide_gallery_navigator_box img{vertical-align:bottom}.slide_gallery_main_image_box{border:3px solid #EEEEEE;margin:10px}.slide_gallery_thumbnail_image_box{margin:10px;text-align:center}.slide_gallery_thumbnail_image_box img{border:1px solid #555555;padding:1px;margin:4px}.slide_gallery_filename{margin:5px 0px 10px 0px}.slide_gallery_filename A{color:#000000;text-decoration:none}

View file

@ -1,7 +1,7 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
(function(l){var n=xe.createPlugin("slideShow",{_holders:{},_thumbs:{},_current:{},init:function(){this._holders={};this._thumbs={};this._current={}},API_SHOW_SLIDE:function(h,f){var b=this,a=f[0],d="@"+a,c,e,k,j,g,m;c=this.cast("GET_IMAGES",[a]);if(c.length){g=0;for(e=c.length;g<e;g++)if(!c[g].loaded){setTimeout(function(){b.cast("SHOW_SLIDE",f)},200);return}e=l("#zone_slide_gallery_"+a);j=e.find(".slide_gallery_placeholder").css("overflow","hidden");e.find(".slide_gallery_loading_text").remove();
k=e.find(".slide_gallery_thumbnail_image_box").show();g=0;for(m=c.length;g<m;g++)c[g].$obj.clone().css({cursor:"pointer",width:"60px",height:"60px",margin:"5px",opacity:0.5}).click({idx:g},function(c){b.cast("SET_SLIDE",[a,c.data.idx])}).appendTo(k);l("#zone_gallery_navigator_status_"+a).click(function(){k.toggle()});e.find(".__prev").click(function(){b.cast("PREV_SLIDE",[a]);return!1}).end().find(".__next").click(function(){b.cast("NEXT_SLIDE",[a]);return!1});this._holders[d]=j;this._thumbs[d]=k;

View file

@ -1,7 +1,7 @@
<?php
/**
* @class image_link
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Add an image, or to modify the properties of components
*/
class image_link extends EditorHandler

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,7 +1,7 @@
<?php
/**
* @class multimedia_link
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief The components connected to the body of multimedia data
*/
class multimedia_link extends EditorHandler

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="vi">NHN</name>
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,7 +1,7 @@
<?php
/**
* @class poll_maker
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Editor provides the ability to link to the url.
*/
class poll_maker extends EditorHandler

View file

@ -23,14 +23,14 @@
<category>utility</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="vi">NHN</name>
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorAdminController
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief editor of the module admin controller class
*/
class editorAdminController extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorAdminView
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief editor admin view of the module class
*/
class editorAdminView extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorAPI
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief
*/
class editorAPI extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editor
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief high class of the editor odule
*/
class editor extends ModuleObject

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editor
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief editor module's controller class
*/
class editorController extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorModel
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief model class of the editor odule
*/
class editorModel extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorView
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief view class of the editor module
*/
class editorView extends editor

View file

@ -14,10 +14,10 @@
<version>0.2</version>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,6 +1,6 @@
/**
* Fold component
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
jQuery(function($){

View file

@ -1,6 +1,6 @@
/**
* 단락에디터 Paragraph Editor
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
(function($){

View file

@ -5619,7 +5619,7 @@ xe.XE_FormatWithSelectUI = jQuery.Class({
(function($){
/**
* Enhanced Table Fetures
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
// 표 편집 확장 기능

View file

@ -1,7 +1,7 @@
/**
* @file xe_interface.js
* @brief XE Editor Standard Interface
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
(function($){

View file

@ -31,13 +31,13 @@
<version>1.3.0</version>
<date>2010-04-30</date>
<author email_address="" link="http://dreditor.xpressengine.net">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
<colorset>
<color name="white">

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
/* TextEditor */
.xeTextEditor {margin:0 12px 0 0}
.xeTextEditor textarea {display:block;margin:0;padding:5px}

View file

@ -2816,7 +2816,7 @@ var TextRange = function(oEl) {
/**
* Selection for textfield
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
TextRange.prototype.getSelection = function() {
var obj = this._o;
@ -5102,7 +5102,7 @@ var oMessageMap = {
xe.XpressCore.oMessageMap = oMessageMap;
/**
* XHTML Formatter
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
var
regex_meanless_css1 = /<(.*?)\s+style\s*=\s*"(.*?(?:margin|padding)\s*:\s*0(?:px)?.*?|.*?\-(?:moz|ms|webkit|opera).*?)"(.*?)>/ig,
@ -5265,7 +5265,7 @@ xe.XE_XHTMLFormatter = $.Class({
/**
* Support XE extensions
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_Extension = $.Class({
name : "XE_Extension",
@ -5352,7 +5352,7 @@ xe.XE_Extension = $.Class({
});
/**
* Auto saving
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_AutoSave = $.Class({
name : "XE_AutoSave",
@ -5399,7 +5399,7 @@ xe.XE_AutoSave = $.Class({
});
/**
* Format Block plugin
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_FormatWithSelectUI = $.Class({
name : "XE_FormatWithSelectUI",
@ -5439,7 +5439,7 @@ xe.XE_FormatWithSelectUI = $.Class({
});
/**
* Enhanced Table Fetures
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
// 표 편집 확장 기능

View file

@ -2816,7 +2816,7 @@ var TextRange = function(oEl) {
/**
* Selection for textfield
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
TextRange.prototype.getSelection = function() {
var obj = this._o;
@ -5102,7 +5102,7 @@ var oMessageMap = {
xe.XpressCore.oMessageMap = oMessageMap;
/**
* XHTML Formatter
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
var
regex_meanless_css1 = /<(.*?)\s+style\s*=\s*"(.*?(?:margin|padding)\s*:\s*0(?:px)?.*?|.*?\-(?:moz|ms|webkit|opera).*?)"(.*?)>/ig,
@ -5265,7 +5265,7 @@ xe.XE_XHTMLFormatter = $.Class({
/**
* Support XE extensions
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_Extension = $.Class({
name : "XE_Extension",
@ -5352,7 +5352,7 @@ xe.XE_Extension = $.Class({
});
/**
* Auto saving
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_AutoSave = $.Class({
name : "XE_AutoSave",
@ -5399,7 +5399,7 @@ xe.XE_AutoSave = $.Class({
});
/**
* Format Block plugin
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_FormatWithSelectUI = $.Class({
name : "XE_FormatWithSelectUI",
@ -5439,7 +5439,7 @@ xe.XE_FormatWithSelectUI = $.Class({
});
/**
* Enhanced Table Fetures
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
// 표 편집 확장 기능

View file

@ -9,25 +9,25 @@
<title xml:lang="zh-TW">XpressEditor面板</title>
<title xml:lang="tr">XpressEditor Dış Görünümü</title>
<description xml:lang="ko">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="en">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="vi">
XpressEditor dựa trên SmartEditor cơ bản, được tạo bởi NHN
XpressEditor dựa trên SmartEditor cơ bản, được tạo bởi NAVER
</description>
<description xml:lang="es">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="jp">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="zh-CN">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="zh-TW">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="tr">
XpressEditor, SmartEditor 'e dayanmaktadır.
@ -35,14 +35,14 @@
<version>0.3.16</version>
<date>2009-03-22</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
<colorset>
<color name="white">

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
html,body{height:100%}
body{margin:0;padding:0}
.xe_content{color:#000;font-size:12px;line-height:1.5;word-break:break-all;word-wrap:break-word}

View file

@ -38,12 +38,12 @@
<version>0.0.1</version>
<date>2009-05-23</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</skin>

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
.xe_content{color:#000;font-size:12px;line-height:1.5}
.xe_content blockquote.q1,
.xe_content blockquote.q2,

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
html, body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content{color:#000;font-size:12px;line-height:1.5;word-break:break-all;word-wrap:break-word}
.xe_content blockquote.q1,

View file

@ -18,8 +18,8 @@
<version>0.1</version>
<date>2010-05-25</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</skin>

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
.xe_content{font-size:12px;line-height:1.6;clear:both}
.xe_content h1{font-size:24px}
.xe_content h2{font-size:20px}

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
html, body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content.editable {margin-right:8px;word-break:break-all;word-wrap:break-word}
.xe_content.editable h1,

Some files were not shown because too many files have changed in this diff Show more