diff --git a/addons/adminlogging/adminlogging.addon.php b/addons/adminlogging/adminlogging.addon.php index 6253d12fd..c18c47844 100644 --- a/addons/adminlogging/adminlogging.addon.php +++ b/addons/adminlogging/adminlogging.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file adminlogging.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Automatic link add-on */ $logged_info = Context::get('logged_info'); diff --git a/addons/adminlogging/conf/info.xml b/addons/adminlogging/conf/info.xml index b27e706ab..e1f196b9c 100644 --- a/addons/adminlogging/conf/info.xml +++ b/addons/adminlogging/conf/info.xml @@ -17,14 +17,14 @@ 2011-09-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/autolink/autolink.addon.php b/addons/autolink/autolink.addon.php index 7d1a38743..9b0212c77 100644 --- a/addons/autolink/autolink.addon.php +++ b/addons/autolink/autolink.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file autolink.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Automatic link add-on */ if($called_position == 'after_module_proc' && Context::getResponseMethod() != "XMLRPC") diff --git a/addons/autolink/autolink.js b/addons/autolink/autolink.js index ad2dcecf6..8b9973c82 100644 --- a/addons/autolink/autolink.js +++ b/addons/autolink/autolink.js @@ -1,7 +1,7 @@ /** * @file autolink.js * @brief javascript code for autolink addon - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ (function($){ var protocol_re = '(https?|ftp|news|telnet|irc|mms)://'; diff --git a/addons/autolink/conf/info.xml b/addons/autolink/conf/info.xml index 62bad172d..f68dee081 100644 --- a/addons/autolink/conf/info.xml +++ b/addons/autolink/conf/info.xml @@ -40,14 +40,14 @@ 2008-04-22 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/blogapi/blogapi.addon.php b/addons/blogapi/blogapi.addon.php index e1126450d..584437608 100644 --- a/addons/blogapi/blogapi.addon.php +++ b/addons/blogapi/blogapi.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file blogapicounter.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Add blogAPI * * It enables to write a post by using an external tool such as ms live writer, firefox performancing, zoundry and so on. diff --git a/addons/blogapi/blogapi.func.php b/addons/blogapi/blogapi.func.php index 338282a8e..eee750b39 100644 --- a/addons/blogapi/blogapi.func.php +++ b/addons/blogapi/blogapi.func.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file ./addons/blogapi/blogapi.func.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Function collections for the implementation of blogapi * */ // Error messages diff --git a/addons/blogapi/conf/info.xml b/addons/blogapi/conf/info.xml index 631184856..de1ce1a59 100644 --- a/addons/blogapi/conf/info.xml +++ b/addons/blogapi/conf/info.xml @@ -67,14 +67,14 @@ 2012-02-22 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/captcha/captcha.addon.php b/addons/captcha/captcha.addon.php index f061488bd..9c8aae6f1 100644 --- a/addons/captcha/captcha.addon.php +++ b/addons/captcha/captcha.addon.php @@ -3,7 +3,7 @@ if(!defined("__XE__")) exit(); /** * @file captcha.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Captcha for a particular action * English alphabets and voice verification added * */ diff --git a/addons/captcha/conf/info.xml b/addons/captcha/conf/info.xml index bc8bd86ba..b740f34c1 100644 --- a/addons/captcha/conf/info.xml +++ b/addons/captcha/conf/info.xml @@ -37,13 +37,13 @@ 2010-08-19 - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/counter/conf/info.xml b/addons/counter/conf/info.xml index afcd04ec0..a1de042c1 100644 --- a/addons/counter/conf/info.xml +++ b/addons/counter/conf/info.xml @@ -49,14 +49,14 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/counter/counter.addon.php b/addons/counter/counter.addon.php index aa4952d6d..5208d0482 100644 --- a/addons/counter/counter.addon.php +++ b/addons/counter/counter.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file counter.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Counter add-on */ // Execute if called_position is before_display_content diff --git a/addons/member_communication/conf/info.xml b/addons/member_communication/conf/info.xml index 6b45e674e..ec4b150a9 100644 --- a/addons/member_communication/conf/info.xml +++ b/addons/member_communication/conf/info.xml @@ -45,15 +45,15 @@ 2008-05-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/member_communication/member_communication.addon.php b/addons/member_communication/member_communication.addon.php index c2ce562b7..c3fe92f73 100644 --- a/addons/member_communication/member_communication.addon.php +++ b/addons/member_communication/member_communication.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file member_communication.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Promote user communication * * - Pop-up the message if new message comes in diff --git a/addons/member_extra_info/conf/info.xml b/addons/member_extra_info/conf/info.xml index f75c6d929..813553378 100644 --- a/addons/member_extra_info/conf/info.xml +++ b/addons/member_extra_info/conf/info.xml @@ -40,14 +40,14 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/member_extra_info/member_extra_info.addon.php b/addons/member_extra_info/member_extra_info.addon.php index 20dca76fe..d7aa42ab3 100644 --- a/addons/member_extra_info/member_extra_info.addon.php +++ b/addons/member_extra_info/member_extra_info.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file image_name.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Display user image name/image mark * * Find member_srl in the part with
....
diff --git a/addons/mobile/classes/hdml.class.php b/addons/mobile/classes/hdml.class.php index a51eb79bc..868df7faa 100644 --- a/addons/mobile/classes/hdml.class.php +++ b/addons/mobile/classes/hdml.class.php @@ -1,7 +1,7 @@ 2009-05-23 - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/mobile/mobile.addon.php b/addons/mobile/mobile.addon.php index 8539c64bd..5e9197f0d 100644 --- a/addons/mobile/mobile.addon.php +++ b/addons/mobile/mobile.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file mobile.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Mobile XE add-on * * If a mobile connection is made (see the header information), display contents with WAP tags diff --git a/addons/openid_delegation_id/conf/info.xml b/addons/openid_delegation_id/conf/info.xml index 9adf737f8..9e708f644 100644 --- a/addons/openid_delegation_id/conf/info.xml +++ b/addons/openid_delegation_id/conf/info.xml @@ -49,15 +49,15 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/openid_delegation_id/openid_delegation_id.addon.php b/addons/openid_delegation_id/openid_delegation_id.addon.php index 42c9a8a2d..ede67b7cd 100644 --- a/addons/openid_delegation_id/openid_delegation_id.addon.php +++ b/addons/openid_delegation_id/openid_delegation_id.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file openid_delegation_id.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief OpenID Delegation ID Add-on * * This enables to use openID as user's homepage or blog url. diff --git a/addons/point_level_icon/conf/info.xml b/addons/point_level_icon/conf/info.xml index 2399143d3..546b24e51 100644 --- a/addons/point_level_icon/conf/info.xml +++ b/addons/point_level_icon/conf/info.xml @@ -49,14 +49,14 @@ 2007-07-26 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/point_level_icon/point_level_icon.addon.php b/addons/point_level_icon/point_level_icon.addon.php index be46a3eb8..d02cfaa60 100644 --- a/addons/point_level_icon/point_level_icon.addon.php +++ b/addons/point_level_icon/point_level_icon.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file point.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Icon-on-point level * * Display point level icon before user name when point system is enabled. diff --git a/addons/resize_image/conf/info.xml b/addons/resize_image/conf/info.xml index e50589268..571e56740 100644 --- a/addons/resize_image/conf/info.xml +++ b/addons/resize_image/conf/info.xml @@ -40,14 +40,14 @@ 2008-04-22 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/addons/resize_image/resize_image.addon.php b/addons/resize_image/resize_image.addon.php index 29ee1b319..7c72cc600 100644 --- a/addons/resize_image/resize_image.addon.php +++ b/addons/resize_image/resize_image.addon.php @@ -5,7 +5,7 @@ if(!defined('__XE__')) /** * @file resize_image.addon.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Add-on to resize images in the body */ if($called_position == 'after_module_proc' && Context::getResponseMethod() == "HTML") diff --git a/classes/cache/CacheApc.class.php b/classes/cache/CacheApc.class.php index 64a7d3d45..bfea1eba9 100644 --- a/classes/cache/CacheApc.class.php +++ b/classes/cache/CacheApc.class.php @@ -3,7 +3,7 @@ /** * Cache class for APC * - * @author NHN (developer@xpressengine.com) + * @author NAVER (developer@xpressengine.com) * */ class CacheApc extends CacheBase { diff --git a/classes/cache/CacheHandler.class.php b/classes/cache/CacheHandler.class.php index dc574b6e3..b8b68181e 100644 --- a/classes/cache/CacheHandler.class.php +++ b/classes/cache/CacheHandler.class.php @@ -3,7 +3,7 @@ /** * CacheHandler * - * @author NHN (developer@xpressengine.com) + * @author NAVER (developer@xpressengine.com) */ class CacheHandler extends Handler { @@ -254,7 +254,7 @@ class CacheHandler extends Handler /** * Base class of Cache * - * @author NHN (developer@xpressengine.com) + * @author NAVER (developer@xpressengine.com) */ class CacheBase { diff --git a/classes/cache/CacheMemcache.class.php b/classes/cache/CacheMemcache.class.php index 1ba319ef2..2432f2816 100644 --- a/classes/cache/CacheMemcache.class.php +++ b/classes/cache/CacheMemcache.class.php @@ -3,7 +3,7 @@ /** * Cache class for memcache * - * @author NHN (developer@xpressengine.com) + * @author NAVER (developer@xpressengine.com) */ class CacheMemcache extends CacheBase { diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 6fc4792dc..538a736a1 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -8,7 +8,7 @@ define('RELEASE_SSL', 2); * Manages Context such as request arguments/environment variables * It has dual method structure, easy-to use methods which can be called as Context::methodname(),and methods called with static object. * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class Context { diff --git a/classes/db/DB.class.php b/classes/db/DB.class.php index 8ac6079ba..6b1d12e71 100644 --- a/classes/db/DB.class.php +++ b/classes/db/DB.class.php @@ -42,7 +42,7 @@ if(!defined('__XE_LOADED_DB_CLASS__')) * - query xml has unique query id, and will be created in module * - queryid = module_name.query_name * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/db * @version 0.1 */ diff --git a/classes/db/DBCubrid.class.php b/classes/db/DBCubrid.class.php index 4a4b26f53..aff375397 100644 --- a/classes/db/DBCubrid.class.php +++ b/classes/db/DBCubrid.class.php @@ -5,7 +5,7 @@ * - Cubrid DBMS to use the class * - Works with CUBRID up to 8.4.1 * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/db * @version 0.1 */ diff --git a/classes/db/DBMssql.class.php b/classes/db/DBMssql.class.php index 9f9e6d13a..88633609b 100644 --- a/classes/db/DBMssql.class.php +++ b/classes/db/DBMssql.class.php @@ -4,7 +4,7 @@ * - DBMSSQL * - Modified to use MSSQL driver by sol (sol@ngleader.com) * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/db * @version 0.1 */ diff --git a/classes/db/DBMysql.class.php b/classes/db/DBMysql.class.php index 1e845a368..45bf30155 100644 --- a/classes/db/DBMysql.class.php +++ b/classes/db/DBMysql.class.php @@ -6,7 +6,7 @@ * * Does not use prepared statements, since mysql driver does not support them * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/db * @version 0.1 */ diff --git a/classes/db/DBMysql_innodb.class.php b/classes/db/DBMysql_innodb.class.php index 039c62305..2c8cf1389 100644 --- a/classes/db/DBMysql_innodb.class.php +++ b/classes/db/DBMysql_innodb.class.php @@ -8,7 +8,7 @@ require_once('DBMysql.class.php'); * * Does not use prepared statements, since mysql driver does not support them * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/db * @version 0.1 */ diff --git a/classes/db/DBMysqli.class.php b/classes/db/DBMysqli.class.php index 2f4f4f723..e80f6e3f4 100644 --- a/classes/db/DBMysqli.class.php +++ b/classes/db/DBMysqli.class.php @@ -8,7 +8,7 @@ require_once('DBMysql.class.php'); * * Does not use prepared statements, since mysql driver does not support them * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/db * @version 0.1 */ diff --git a/classes/db/queryparts/Query.class.php b/classes/db/queryparts/Query.class.php index 5d7448f02..251aad53d 100644 --- a/classes/db/queryparts/Query.class.php +++ b/classes/db/queryparts/Query.class.php @@ -1,7 +1,7 @@ - + http://serviceapi.nmv.naver.com/ http://scrap.ad.naver.com/ http://event.dn.naver.com/sbsplayer/vmplayer.xap - + http://test-player.naver.com/naverPlayer/posting/ http://alpha-player.naver.com/naverPlayer/posting/ http://beta-player.naver.com/naverPlayer/posting/ @@ -20,7 +20,7 @@ http://beta.player.music.naver.com/ http://stage.player.music.naver.com/ - + http://dev-idogame.hangame.com/idogame/ClientBin/iDoGamePlayer.xap http://idogame.hangame.com/idogame/ClientBin/iDoGamePlayer.xap @@ -191,7 +191,7 @@ http://dotsub.com/static/players/portalplayer.swf - + http://static.campaign.naver.com/0/campaign/2010/10/socialsearch/swf/ diff --git a/classes/template/TemplateHandler.class.php b/classes/template/TemplateHandler.class.php index ac33e3d4d..6f120d609 100644 --- a/classes/template/TemplateHandler.class.php +++ b/classes/template/TemplateHandler.class.php @@ -2,7 +2,7 @@ /** * @class TemplateHandler - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * template compiler * @version 0.1 * @remarks It compiles template file by using regular expression into php diff --git a/classes/validator/Validator.class.php b/classes/validator/Validator.class.php index 1c1ab55fb..b62570462 100644 --- a/classes/validator/Validator.class.php +++ b/classes/validator/Validator.class.php @@ -2,7 +2,7 @@ /** * Validator class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/validator * @version 0.1 */ diff --git a/classes/widget/WidgetHandler.class.php b/classes/widget/WidgetHandler.class.php index 455f17157..397aebab5 100644 --- a/classes/widget/WidgetHandler.class.php +++ b/classes/widget/WidgetHandler.class.php @@ -2,7 +2,7 @@ /** * @class WidgetHandler - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief Handler class for widget execution * @remark it is empty for now, it would be removed in the future */ diff --git a/classes/xml/GeneralXmlParser.class.php b/classes/xml/GeneralXmlParser.class.php index dfba383c2..3b6b4cfb0 100644 --- a/classes/xml/GeneralXmlParser.class.php +++ b/classes/xml/GeneralXmlParser.class.php @@ -3,7 +3,7 @@ /** * GeneralXmlParser class * Generic XML parser for XE - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml * @version 0.1 */ diff --git a/classes/xml/XmlGenerator.class.php b/classes/xml/XmlGenerator.class.php index 32714c2f2..220b1acd6 100644 --- a/classes/xml/XmlGenerator.class.php +++ b/classes/xml/XmlGenerator.class.php @@ -2,7 +2,7 @@ /** * XmlGenerator class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml * @version 0.1 */ diff --git a/classes/xml/XmlJsFilter.class.php b/classes/xml/XmlJsFilter.class.php index ef0274d43..48c72442b 100644 --- a/classes/xml/XmlJsFilter.class.php +++ b/classes/xml/XmlJsFilter.class.php @@ -41,7 +41,7 @@ * tag = key : name of variable that will contain the result of the execution * } * @class XmlJsFilter - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml * @version 0.2 */ diff --git a/classes/xml/XmlLangParser.class.php b/classes/xml/XmlLangParser.class.php index a4143b4a2..7767907c5 100644 --- a/classes/xml/XmlLangParser.class.php +++ b/classes/xml/XmlLangParser.class.php @@ -3,7 +3,7 @@ /** * XmlLangParser class * Change to lang php file from xml. - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml * @version 0.1 */ diff --git a/classes/xml/XmlParser.class.php b/classes/xml/XmlParser.class.php index 035f791e3..54a978721 100644 --- a/classes/xml/XmlParser.class.php +++ b/classes/xml/XmlParser.class.php @@ -3,7 +3,7 @@ /** * Xml_Node_ class * Element node or attribute node. - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml * @version 0.1 */ @@ -30,7 +30,7 @@ class Xml_Node_ * attributes when kor is only supported language. It seems to work fine now but we did not scrutinze any potential side effects, * } * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml * @version 0.1 */ diff --git a/classes/xml/XmlQueryParser.class.php b/classes/xml/XmlQueryParser.class.php index 67bab74d5..d4a7b2b6d 100644 --- a/classes/xml/XmlQueryParser.class.php +++ b/classes/xml/XmlQueryParser.class.php @@ -4,7 +4,7 @@ * XmlQueryParser * Case to parse XE xml query * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @version 0.1 * @todo need to support extend query such as subquery, union */ diff --git a/classes/xml/xmlquery/argument/Argument.class.php b/classes/xml/xmlquery/argument/Argument.class.php index 32d027a28..e836839ae 100644 --- a/classes/xml/xmlquery/argument/Argument.class.php +++ b/classes/xml/xmlquery/argument/Argument.class.php @@ -2,7 +2,7 @@ /** * Argument class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml/xmlquery/argument * @version 0.1 */ diff --git a/classes/xml/xmlquery/argument/ConditionArgument.class.php b/classes/xml/xmlquery/argument/ConditionArgument.class.php index b0302e458..c31acd704 100644 --- a/classes/xml/xmlquery/argument/ConditionArgument.class.php +++ b/classes/xml/xmlquery/argument/ConditionArgument.class.php @@ -2,7 +2,7 @@ /** * ConditionArgument class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml/xmlquery/argument * @version 0.1 */ diff --git a/classes/xml/xmlquery/argument/SortArgument.class.php b/classes/xml/xmlquery/argument/SortArgument.class.php index 38320581f..c2623a1e1 100644 --- a/classes/xml/xmlquery/argument/SortArgument.class.php +++ b/classes/xml/xmlquery/argument/SortArgument.class.php @@ -2,7 +2,7 @@ /** * SortArgument class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml/xmlquery/argument * @version 0.1 */ diff --git a/classes/xml/xmlquery/queryargument/DefaultValue.class.php b/classes/xml/xmlquery/queryargument/DefaultValue.class.php index 0159eb64d..16e13a96b 100644 --- a/classes/xml/xmlquery/queryargument/DefaultValue.class.php +++ b/classes/xml/xmlquery/queryargument/DefaultValue.class.php @@ -2,7 +2,7 @@ /** * DefaultValue class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml/xmlquery/queryargument * @version 0.1 */ diff --git a/classes/xml/xmlquery/queryargument/QueryArgument.class.php b/classes/xml/xmlquery/queryargument/QueryArgument.class.php index a38765927..f2f2725bf 100644 --- a/classes/xml/xmlquery/queryargument/QueryArgument.class.php +++ b/classes/xml/xmlquery/queryargument/QueryArgument.class.php @@ -2,7 +2,7 @@ /** * QueryArgument class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml/xmlquery/queryargument * @version 0.1 */ diff --git a/classes/xml/xmlquery/queryargument/SortQueryArgument.class.php b/classes/xml/xmlquery/queryargument/SortQueryArgument.class.php index 61a3b5f7f..dc17ce1c1 100644 --- a/classes/xml/xmlquery/queryargument/SortQueryArgument.class.php +++ b/classes/xml/xmlquery/queryargument/SortQueryArgument.class.php @@ -2,7 +2,7 @@ /** * SortQueryArgument class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml/xmlquery/queryargument * @version 0.1 */ diff --git a/classes/xml/xmlquery/queryargument/validator/QueryArgumentValidator.class.php b/classes/xml/xmlquery/queryargument/validator/QueryArgumentValidator.class.php index c077516ae..943d6e278 100644 --- a/classes/xml/xmlquery/queryargument/validator/QueryArgumentValidator.class.php +++ b/classes/xml/xmlquery/queryargument/validator/QueryArgumentValidator.class.php @@ -2,7 +2,7 @@ /** * QueryArgumentValidator class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /classes/xml/xmlquery/queryargument/validator * @version 0.1 */ diff --git a/common/css/xe.css b/common/css/xe.css index 8263038b5..5d2d53a19 100644 --- a/common/css/xe.css +++ b/common/css/xe.css @@ -1,5 +1,5 @@ @charset "utf-8"; -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ /* Element Reset */ body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px} article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block} diff --git a/common/js/common.js b/common/js/common.js index d3779a297..d72b1293d 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -1,6 +1,6 @@ /** * @file common.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음 **/ diff --git a/common/js/js_app.js b/common/js/js_app.js index 9c115fa8d..5f2f1e9ad 100644 --- a/common/js/js_app.js +++ b/common/js/js_app.js @@ -1,6 +1,6 @@ /** * @file js_app.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief XE JavaScript Application Framework (JAF) * @namespace xe * @update 20100701 diff --git a/common/js/plugins/ui.calendar/ui.calendar.js b/common/js/plugins/ui.calendar/ui.calendar.js index f59d4d814..35b654c1f 100644 --- a/common/js/plugins/ui.calendar/ui.calendar.js +++ b/common/js/plugins/ui.calendar/ui.calendar.js @@ -1,6 +1,6 @@ /** * @brief XE Calendar - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * * 사용법 * diff --git a/common/js/plugins/ui.colorpicker/xe_colorpicker.js b/common/js/plugins/ui.colorpicker/xe_colorpicker.js index 6930a7db3..70e8426da 100644 --- a/common/js/plugins/ui.colorpicker/xe_colorpicker.js +++ b/common/js/plugins/ui.colorpicker/xe_colorpicker.js @@ -1,6 +1,6 @@ /** * @brief XE Colorpicker - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) **/ jQuery(function($){ diff --git a/common/js/plugins/watchinput/jquery.watchinput.js b/common/js/plugins/watchinput/jquery.watchinput.js index 1654ac33c..535555de7 100644 --- a/common/js/plugins/watchinput/jquery.watchinput.js +++ b/common/js/plugins/watchinput/jquery.watchinput.js @@ -1,6 +1,6 @@ /** * @brief Watch Input box - * @author NHN (developers@xpresseingine.com) + * @author NAVER (developers@xpresseingine.com) **/ (function($){ diff --git a/common/js/xe.header.js b/common/js/xe.header.js index 9a29487a0..9455dd3a0 100644 --- a/common/js/xe.header.js +++ b/common/js/xe.header.js @@ -1,5 +1,5 @@ /** * @file common/js/xe.min.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief XE Common JavaScript **/ diff --git a/common/js/xe.js b/common/js/xe.js index cb3ad6567..0589a30d7 100644 --- a/common/js/xe.js +++ b/common/js/xe.js @@ -1,11 +1,11 @@ /** * @file common/js/xe.min.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief XE Common JavaScript **/ /** * @file js_app.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief XE JavaScript Application Framework (JAF) * @namespace xe * @update 20100701 @@ -284,7 +284,7 @@ $(window).load(function(){ xe.broadcast('ONLOAD'); }); })(jQuery); /** * @file common.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음 **/ @@ -1428,7 +1428,7 @@ function xml2json(xml, tab, ignoreAttrib) { (function($){ /** * @brief exec_xml - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) **/ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) { var xml_path = request_uri+"index.php" @@ -1701,7 +1701,7 @@ $(function($){ })(jQuery); /** * @file common/js/xml_js_filter.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief xml filter (validator) plugin * * A rule is a method validate one field. diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index d1e57148b..9ce8e2173 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -177,7 +177,7 @@ function xml2json(xml, tab, ignoreAttrib) { (function($){ /** * @brief exec_xml - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) **/ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) { var xml_path = request_uri+"index.php" diff --git a/common/js/xml_js_filter.js b/common/js/xml_js_filter.js index 4a93a2b09..5e2a8b40f 100644 --- a/common/js/xml_js_filter.js +++ b/common/js/xml_js_filter.js @@ -1,6 +1,6 @@ /** * @file common/js/xml_js_filter.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief xml filter (validator) plugin * * A rule is a method validate one field. diff --git a/config/config.inc.php b/config/config.inc.php index 5d0daeba1..66d923cd6 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -4,7 +4,7 @@ * set the include of the class file and other environment configurations * * @file config/config.inc.php - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ if(version_compare(PHP_VERSION, '5.4.0', '<')) { diff --git a/config/func.inc.php b/config/func.inc.php index 04a3fd86c..875871651 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -3,7 +3,7 @@ /** * function library files for convenience * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ if(!defined('__XE__')) { diff --git a/index.php b/index.php index 6dcc6ad47..690b6a22d 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ 1.0 2013-02-28 - NHN - NHN + NAVER + NAVER diff --git a/layouts/xe_official/conf/info.xml b/layouts/xe_official/conf/info.xml index 1355aedce..33d20afff 100644 --- a/layouts/xe_official/conf/info.xml +++ b/layouts/xe_official/conf/info.xml @@ -12,59 +12,59 @@ XE Resmi Websitesi Yerleşim Düzeni XE 공식 사이트 레이아웃입니다. - 제작 : NHN + 제작 : NAVER XEの公式サイトのレイアウトです。 - 제작 : NHN + 제작 : NAVER This layout is the Official website layout for XE. - 제작 : NHN + 제작 : NAVER Dieses Layout ist das XE Offizielle Website-Layout. - 제작 : NHN + 제작 : NAVER Этот формат является XE Официальный сайт компоновку. - 제작 : NHN + 제작 : NAVER Este diseño is el diseño oficial de la página web de Zerobard XE. - 제작 : NHN + 제작 : NAVER XE官方网站布局。 - 제작 : NHN + 제작 : NAVER XE官方網站版面。 - 제작 : NHN + 제작 : NAVER Đây là giao diện chính thức của XE. - 제작 : NHN + 제작 : NAVER Bu yerleşim düzeni, XE'nin resmi website yerleşim düzenidir. - 제작 : NHN + 제작 : NAVER 0.1 2007-08-01 http://xpressengine.com/ - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/layouts/xe_official/css/black.css b/layouts/xe_official/css/black.css index 8813fea6d..4912d3702 100644 --- a/layouts/xe_official/css/black.css +++ b/layouts/xe_official/css/black.css @@ -1,5 +1,5 @@ @charset "utf-8"; -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ /* Site Layout - Body Wrap */ body{background:#000} .xe{position:relative;width:960px;margin:0 auto;padding:1.5em 0 0 0;font-family:Tahoma, Geneva, sans-serif} diff --git a/layouts/xe_official/css/default.css b/layouts/xe_official/css/default.css index e3794dfd3..762c9bfab 100644 --- a/layouts/xe_official/css/default.css +++ b/layouts/xe_official/css/default.css @@ -1,5 +1,5 @@ @charset "utf-8"; -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ /* Default Skin - Start */ .selectLang{margin:0;padding:0} /* Site Layout - Body Wrap */ diff --git a/layouts/xe_official/css/white.css b/layouts/xe_official/css/white.css index d4850085d..7b60801ee 100644 --- a/layouts/xe_official/css/white.css +++ b/layouts/xe_official/css/white.css @@ -1,5 +1,5 @@ @charset "utf-8"; -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ /* Site Layout - Body Wrap */ body{background:#fff} .xe{position:relative;width:960px;margin:0 auto;padding:1.5em 0 0 0;font-family:Tahoma, Geneva, sans-serif} diff --git a/libs/ftp.class.php b/libs/ftp.class.php index c716bda90..1494a96c2 100644 --- a/libs/ftp.class.php +++ b/libs/ftp.class.php @@ -2,7 +2,7 @@ /********************************************************************* * * PHP FTP Client Class By TOMO ( groove@spencernetwork.org ) - * Modified By NHN ( developers@xpressengine.com ) + * Modified By NAVER ( developers@xpressengine.com ) * * - Version 0.13 (2010/09/29) * diff --git a/m.layouts/colorCode/conf/info.xml b/m.layouts/colorCode/conf/info.xml index d9b0cfa44..c952da22c 100644 --- a/m.layouts/colorCode/conf/info.xml +++ b/m.layouts/colorCode/conf/info.xml @@ -7,33 +7,33 @@ XE Color Code 移动布局 XE Color Code 모바일 레이아웃입니다. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) XEの Color Code レイアウトです。 - 제작 : NHN + 제작 : NAVER This layout is the XE Color Code Mobile layout for XE. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) XE Color Code 移动布局 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) XE Color Code 官方網站版面。 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 0.1 2012-03-14 http://xpressengine.com/ - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER diff --git a/m.layouts/default/conf/info.xml b/m.layouts/default/conf/info.xml index bffa955ba..8ce012b9d 100644 --- a/m.layouts/default/conf/info.xml +++ b/m.layouts/default/conf/info.xml @@ -7,34 +7,34 @@ XE Resmi Hareketli Yerleşim Düzeni XE 공식 모바일 레이아웃입니다. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) This layout is the Official website layout for XE. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 官方移动版布局。 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) XE Mobile 官方網站版面。 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) Bu yerleşim düzeni, XE Resmi website yerleşim düzenidir. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 0.1 2010-08-20 http://xpressengine.com/ - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/m.layouts/simpleGray/conf/info.xml b/m.layouts/simpleGray/conf/info.xml index eee95afd3..137f037b6 100644 --- a/m.layouts/simpleGray/conf/info.xml +++ b/m.layouts/simpleGray/conf/info.xml @@ -35,11 +35,11 @@ http://xpressengine.com - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/addon/addon.admin.controller.php b/modules/addon/addon.admin.controller.php index e156e882d..24a333063 100644 --- a/modules/addon/addon.admin.controller.php +++ b/modules/addon/addon.admin.controller.php @@ -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 { diff --git a/modules/addon/addon.admin.model.php b/modules/addon/addon.admin.model.php index 4e943277f..2bcaec5f4 100644 --- a/modules/addon/addon.admin.model.php +++ b/modules/addon/addon.admin.model.php @@ -2,7 +2,7 @@ /** * Admin model class of addon module - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class addonAdminModel extends addon { diff --git a/modules/addon/addon.admin.view.php b/modules/addon/addon.admin.view.php index 3d4342c17..8bdfa0d9f 100644 --- a/modules/addon/addon.admin.view.php +++ b/modules/addon/addon.admin.view.php @@ -2,7 +2,7 @@ /** * Admin view class of addon modules - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class addonAdminView extends addon { diff --git a/modules/addon/addon.class.php b/modules/addon/addon.class.php index db18ea60a..0b238262e 100644 --- a/modules/addon/addon.class.php +++ b/modules/addon/addon.class.php @@ -2,7 +2,7 @@ /** * High class of addon modules - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class addon extends ModuleObject { diff --git a/modules/addon/addon.controller.php b/modules/addon/addon.controller.php index d57d9f147..894936497 100644 --- a/modules/addon/addon.controller.php +++ b/modules/addon/addon.controller.php @@ -2,7 +2,7 @@ /** * Addon module's controller class - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class addonController extends addon { diff --git a/modules/addon/conf/info.xml b/modules/addon/conf/info.xml index d3efe5005..efd0955d8 100644 --- a/modules/addon/conf/info.xml +++ b/modules/addon/conf/info.xml @@ -25,15 +25,15 @@ utility - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/admin/admin.admin.controller.php b/modules/admin/admin.admin.controller.php index bc9023d01..f268a39ac 100644 --- a/modules/admin/admin.admin.controller.php +++ b/modules/admin/admin.admin.controller.php @@ -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 */ diff --git a/modules/admin/admin.admin.model.php b/modules/admin/admin.admin.model.php index d61db110a..91dad5667 100644 --- a/modules/admin/admin.admin.model.php +++ b/modules/admin/admin.admin.model.php @@ -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 */ diff --git a/modules/admin/admin.admin.view.php b/modules/admin/admin.admin.view.php index b68031fc6..abb26dff1 100644 --- a/modules/admin/admin.admin.view.php +++ b/modules/admin/admin.admin.view.php @@ -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 */ diff --git a/modules/admin/admin.class.php b/modules/admin/admin.class.php index d74e09608..962accdfd 100644 --- a/modules/admin/admin.class.php +++ b/modules/admin/admin.class.php @@ -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 */ diff --git a/modules/admin/conf/info.xml b/modules/admin/conf/info.xml index c89621d83..1d5f9163b 100644 --- a/modules/admin/conf/info.xml +++ b/modules/admin/conf/info.xml @@ -23,14 +23,14 @@ system - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index 2675a5458..4f549e18e 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -1,4 +1,4 @@ -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ // install module function doInstallModule(module) { var params = new Array(); diff --git a/modules/admin/tpl/js/sitemap.js b/modules/admin/tpl/js/sitemap.js index c4207f859..3027f48f7 100644 --- a/modules/admin/tpl/js/sitemap.js +++ b/modules/admin/tpl/js/sitemap.js @@ -1,4 +1,4 @@ -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ jQuery(function($){ var diff --git a/modules/adminlogging/adminlogging.class.php b/modules/adminlogging/adminlogging.class.php index 93c28c617..6ec6ed3aa 100644 --- a/modules/adminlogging/adminlogging.class.php +++ b/modules/adminlogging/adminlogging.class.php @@ -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 */ diff --git a/modules/adminlogging/adminlogging.controller.php b/modules/adminlogging/adminlogging.controller.php index 62eb68d51..e1da018a9 100644 --- a/modules/adminlogging/adminlogging.controller.php +++ b/modules/adminlogging/adminlogging.controller.php @@ -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 */ diff --git a/modules/adminlogging/adminlogging.model.php b/modules/adminlogging/adminlogging.model.php index f4499de92..f9638d7ef 100644 --- a/modules/adminlogging/adminlogging.model.php +++ b/modules/adminlogging/adminlogging.model.php @@ -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 */ diff --git a/modules/adminlogging/conf/info.xml b/modules/adminlogging/conf/info.xml index 866d49e04..571790707 100644 --- a/modules/adminlogging/conf/info.xml +++ b/modules/adminlogging/conf/info.xml @@ -7,14 +7,14 @@ system - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/autoinstall/autoinstall.admin.controller.php b/modules/autoinstall/autoinstall.admin.controller.php index ad16760fe..f4e530586 100644 --- a/modules/autoinstall/autoinstall.admin.controller.php +++ b/modules/autoinstall/autoinstall.admin.controller.php @@ -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 { diff --git a/modules/autoinstall/autoinstall.admin.model.php b/modules/autoinstall/autoinstall.admin.model.php index b4d814dfd..113a1540a 100644 --- a/modules/autoinstall/autoinstall.admin.model.php +++ b/modules/autoinstall/autoinstall.admin.model.php @@ -2,7 +2,7 @@ /** * Model class of the autoinstall module - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class autoinstallAdminModel extends autoinstall { diff --git a/modules/autoinstall/autoinstall.admin.view.php b/modules/autoinstall/autoinstall.admin.view.php index 2fa4aa811..40fc1dfc0 100644 --- a/modules/autoinstall/autoinstall.admin.view.php +++ b/modules/autoinstall/autoinstall.admin.view.php @@ -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 { diff --git a/modules/autoinstall/autoinstall.class.php b/modules/autoinstall/autoinstall.class.php index 5128ca002..aaa64eff9 100644 --- a/modules/autoinstall/autoinstall.class.php +++ b/modules/autoinstall/autoinstall.class.php @@ -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 { diff --git a/modules/autoinstall/autoinstall.lib.php b/modules/autoinstall/autoinstall.lib.php index 851e8c169..1d8bab883 100644 --- a/modules/autoinstall/autoinstall.lib.php +++ b/modules/autoinstall/autoinstall.lib.php @@ -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 { diff --git a/modules/autoinstall/autoinstall.model.php b/modules/autoinstall/autoinstall.model.php index 3a6e018da..89f2ebf75 100644 --- a/modules/autoinstall/autoinstall.model.php +++ b/modules/autoinstall/autoinstall.model.php @@ -2,7 +2,7 @@ /** * Model class of the autoinstall module - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class autoinstallModel extends autoinstall { diff --git a/modules/autoinstall/conf/info.xml b/modules/autoinstall/conf/info.xml index d57e03849..bb57e2c34 100644 --- a/modules/autoinstall/conf/info.xml +++ b/modules/autoinstall/conf/info.xml @@ -19,12 +19,12 @@ 2009-11-11 system - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/autoinstall/tpl/css/autoinstall.css b/modules/autoinstall/tpl/css/autoinstall.css index 41694ddb0..6c5090a10 100644 --- a/modules/autoinstall/tpl/css/autoinstall.css +++ b/modules/autoinstall/tpl/css/autoinstall.css @@ -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} diff --git a/modules/comment/comment.admin.controller.php b/modules/comment/comment.admin.controller.php index 10050d3d8..4b4d40060 100644 --- a/modules/comment/comment.admin.controller.php +++ b/modules/comment/comment.admin.controller.php @@ -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 */ diff --git a/modules/comment/comment.admin.view.php b/modules/comment/comment.admin.view.php index 03bc81597..26af7f9e2 100644 --- a/modules/comment/comment.admin.view.php +++ b/modules/comment/comment.admin.view.php @@ -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 */ diff --git a/modules/comment/comment.class.php b/modules/comment/comment.class.php index fae2f3708..495728597 100644 --- a/modules/comment/comment.class.php +++ b/modules/comment/comment.class.php @@ -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 */ diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index b787ef218..b078fae33 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -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 */ diff --git a/modules/comment/comment.item.php b/modules/comment/comment.item.php index 628d8f40f..1a8d436ad 100644 --- a/modules/comment/comment.item.php +++ b/modules/comment/comment.item.php @@ -4,7 +4,7 @@ * commentItem class * comment Object * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/comment * @version 0.1 */ diff --git a/modules/comment/comment.model.php b/modules/comment/comment.model.php index 2c9f8a83c..726b8286b 100644 --- a/modules/comment/comment.model.php +++ b/modules/comment/comment.model.php @@ -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 */ diff --git a/modules/comment/comment.view.php b/modules/comment/comment.view.php index 8f0221530..262ea8ce4 100644 --- a/modules/comment/comment.view.php +++ b/modules/comment/comment.view.php @@ -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 */ diff --git a/modules/comment/conf/info.xml b/modules/comment/conf/info.xml index e1393920f..2342a5034 100644 --- a/modules/comment/conf/info.xml +++ b/modules/comment/conf/info.xml @@ -23,14 +23,14 @@ content - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/communication/communication.admin.controller.php b/modules/communication/communication.admin.controller.php index 43ad84679..1329e388a 100644 --- a/modules/communication/communication.admin.controller.php +++ b/modules/communication/communication.admin.controller.php @@ -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 diff --git a/modules/communication/communication.admin.model.php b/modules/communication/communication.admin.model.php index 38d318cdf..3fad20f4e 100644 --- a/modules/communication/communication.admin.model.php +++ b/modules/communication/communication.admin.model.php @@ -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 diff --git a/modules/communication/communication.admin.view.php b/modules/communication/communication.admin.view.php index d34c8eb6e..6e80048dc 100644 --- a/modules/communication/communication.admin.view.php +++ b/modules/communication/communication.admin.view.php @@ -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 diff --git a/modules/communication/communication.class.php b/modules/communication/communication.class.php index d9438d6c8..2551833ed 100644 --- a/modules/communication/communication.class.php +++ b/modules/communication/communication.class.php @@ -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 diff --git a/modules/communication/communication.controller.php b/modules/communication/communication.controller.php index d72c8252b..1f8e5bb43 100644 --- a/modules/communication/communication.controller.php +++ b/modules/communication/communication.controller.php @@ -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 diff --git a/modules/communication/communication.mobile.php b/modules/communication/communication.mobile.php index c7337234d..427870b23 100644 --- a/modules/communication/communication.mobile.php +++ b/modules/communication/communication.mobile.php @@ -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 diff --git a/modules/communication/communication.model.php b/modules/communication/communication.model.php index b96c2c052..37415a2a5 100644 --- a/modules/communication/communication.model.php +++ b/modules/communication/communication.model.php @@ -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 diff --git a/modules/communication/communication.view.php b/modules/communication/communication.view.php index 23a9b2ae5..41c941a8d 100644 --- a/modules/communication/communication.view.php +++ b/modules/communication/communication.view.php @@ -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 diff --git a/modules/communication/conf/info.xml b/modules/communication/conf/info.xml index 76ba64468..3ec988633 100644 --- a/modules/communication/conf/info.xml +++ b/modules/communication/conf/info.xml @@ -21,13 +21,13 @@ member - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/communication/m.skins/default/skin.xml b/modules/communication/m.skins/default/skin.xml index 6dbcff553..fa8169aea 100644 --- a/modules/communication/m.skins/default/skin.xml +++ b/modules/communication/m.skins/default/skin.xml @@ -3,14 +3,14 @@ XE 커뮤니케이션 모바일 기본 스킨 XE 커뮤니케이션 모바일 기본 스킨입니다. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 0.1 2012-08-07 - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER diff --git a/modules/communication/skins/default/skin.xml b/modules/communication/skins/default/skin.xml index 0bfc15498..7cc5d5217 100644 --- a/modules/communication/skins/default/skin.xml +++ b/modules/communication/skins/default/skin.xml @@ -10,44 +10,44 @@ 預設面板 Varsayılan Dış Görünüm - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 0.1 2008-05-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/counter/conf/info.xml b/modules/counter/conf/info.xml index 2b610bf04..ffe760e24 100644 --- a/modules/counter/conf/info.xml +++ b/modules/counter/conf/info.xml @@ -23,14 +23,14 @@ statistics - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/counter/counter.admin.view.php b/modules/counter/counter.admin.view.php index 5e6bf8299..a0050052d 100644 --- a/modules/counter/counter.admin.view.php +++ b/modules/counter/counter.admin.view.php @@ -3,7 +3,7 @@ /** * Admin view class of counter module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class counterAdminView extends counter { diff --git a/modules/counter/counter.class.php b/modules/counter/counter.class.php index a5924168a..887f70070 100644 --- a/modules/counter/counter.class.php +++ b/modules/counter/counter.class.php @@ -3,7 +3,7 @@ /** * High class of counter module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class counter extends ModuleObject { diff --git a/modules/counter/counter.controller.php b/modules/counter/counter.controller.php index 17bdd626b..6d65a87f8 100644 --- a/modules/counter/counter.controller.php +++ b/modules/counter/counter.controller.php @@ -3,7 +3,7 @@ /** * Counter module's controller class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class counterController extends counter { diff --git a/modules/counter/counter.model.php b/modules/counter/counter.model.php index d6117452b..9baff0991 100644 --- a/modules/counter/counter.model.php +++ b/modules/counter/counter.model.php @@ -3,7 +3,7 @@ /** * Model class of counter module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class counterModel extends counter { diff --git a/modules/document/conf/info.xml b/modules/document/conf/info.xml index 0c2f9118a..6507b3dec 100644 --- a/modules/document/conf/info.xml +++ b/modules/document/conf/info.xml @@ -23,14 +23,14 @@ content - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/document/document.admin.controller.php b/modules/document/document.admin.controller.php index e401fd42d..597012365 100644 --- a/modules/document/document.admin.controller.php +++ b/modules/document/document.admin.controller.php @@ -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 */ diff --git a/modules/document/document.admin.model.php b/modules/document/document.admin.model.php index 614bcf172..77b3d38dd 100644 --- a/modules/document/document.admin.model.php +++ b/modules/document/document.admin.model.php @@ -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 */ diff --git a/modules/document/document.admin.view.php b/modules/document/document.admin.view.php index 6e4685dfb..cb343756b 100644 --- a/modules/document/document.admin.view.php +++ b/modules/document/document.admin.view.php @@ -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 */ diff --git a/modules/document/document.class.php b/modules/document/document.class.php index 4a648ea35..bc065ce33 100644 --- a/modules/document/document.class.php +++ b/modules/document/document.class.php @@ -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 */ diff --git a/modules/document/document.controller.php b/modules/document/document.controller.php index a4677133f..21c6674e0 100644 --- a/modules/document/document.controller.php +++ b/modules/document/document.controller.php @@ -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 */ diff --git a/modules/document/document.item.php b/modules/document/document.item.php index 1137d7a76..b1f4c18b9 100644 --- a/modules/document/document.item.php +++ b/modules/document/document.item.php @@ -3,7 +3,7 @@ * documentItem class * document object * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/document * @version 0.1 */ diff --git a/modules/document/document.model.php b/modules/document/document.model.php index 3e66483f3..dcf5ed0bf 100644 --- a/modules/document/document.model.php +++ b/modules/document/document.model.php @@ -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 */ diff --git a/modules/document/document.view.php b/modules/document/document.view.php index 17bcc9caa..462b81784 100644 --- a/modules/document/document.view.php +++ b/modules/document/document.view.php @@ -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 */ diff --git a/modules/document/tpl/js/document_category.js b/modules/document/tpl/js/document_category.js index 77c2b77c5..3a9344c63 100644 --- a/modules/document/tpl/js/document_category.js +++ b/modules/document/tpl/js/document_category.js @@ -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 **/ diff --git a/modules/editor/components/emoticon/emoticon.class.php b/modules/editor/components/emoticon/emoticon.class.php index d810a114a..36816474f 100644 --- a/modules/editor/components/emoticon/emoticon.class.php +++ b/modules/editor/components/emoticon/emoticon.class.php @@ -1,7 +1,7 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/components/image_gallery/image_gallery.class.php b/modules/editor/components/image_gallery/image_gallery.class.php index 54a250356..487ac9226 100644 --- a/modules/editor/components/image_gallery/image_gallery.class.php +++ b/modules/editor/components/image_gallery/image_gallery.class.php @@ -1,7 +1,7 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/components/image_gallery/tpl/list_gallery.js b/modules/editor/components/image_gallery/tpl/list_gallery.js index 41acf3b4b..64ff3b163 100644 --- a/modules/editor/components/image_gallery/tpl/list_gallery.js +++ b/modules/editor/components/image_gallery/tpl/list_gallery.js @@ -1,7 +1,7 @@ /** * @file list_gallery.js * @brief List-type image gallery - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) **/ (function($){ diff --git a/modules/editor/components/image_gallery/tpl/list_gallery.min.js b/modules/editor/components/image_gallery/tpl/list_gallery.min.js index 3d9a37584..6f05edaf9 100644 --- a/modules/editor/components/image_gallery/tpl/list_gallery.min.js +++ b/modules/editor/components/image_gallery/tpl/list_gallery.min.js @@ -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;fwidth-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); diff --git a/modules/editor/components/image_gallery/tpl/popup.min.css b/modules/editor/components/image_gallery/tpl/popup.min.css index 128196c55..a902492c0 100644 --- a/modules/editor/components/image_gallery/tpl/popup.min.css +++ b/modules/editor/components/image_gallery/tpl/popup.min.css @@ -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"; \ No newline at end of file diff --git a/modules/editor/components/image_gallery/tpl/slide_gallery.js b/modules/editor/components/image_gallery/tpl/slide_gallery.js index b2aa90358..5d5bd5163 100644 --- a/modules/editor/components/image_gallery/tpl/slide_gallery.js +++ b/modules/editor/components/image_gallery/tpl/slide_gallery.js @@ -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($){ diff --git a/modules/editor/components/image_gallery/tpl/slide_gallery.min.css b/modules/editor/components/image_gallery/tpl/slide_gallery.min.css index ccf996add..79cc3cdec 100644 --- a/modules/editor/components/image_gallery/tpl/slide_gallery.min.css +++ b/modules/editor/components/image_gallery/tpl/slide_gallery.min.css @@ -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} \ No newline at end of file diff --git a/modules/editor/components/image_gallery/tpl/slide_gallery.min.js b/modules/editor/components/image_gallery/tpl/slide_gallery.min.js index ccf3489c3..a143813f5 100644 --- a/modules/editor/components/image_gallery/tpl/slide_gallery.min.js +++ b/modules/editor/components/image_gallery/tpl/slide_gallery.min.js @@ -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;g2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/components/multimedia_link/info.xml b/modules/editor/components/multimedia_link/info.xml index 3ea53ca3f..12a1719c5 100644 --- a/modules/editor/components/multimedia_link/info.xml +++ b/modules/editor/components/multimedia_link/info.xml @@ -22,14 +22,14 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/components/multimedia_link/multimedia_link.class.php b/modules/editor/components/multimedia_link/multimedia_link.class.php index 13885d10d..537da6a19 100644 --- a/modules/editor/components/multimedia_link/multimedia_link.class.php +++ b/modules/editor/components/multimedia_link/multimedia_link.class.php @@ -1,7 +1,7 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/components/poll_maker/poll_maker.class.php b/modules/editor/components/poll_maker/poll_maker.class.php index 3bc470a8b..000f8096c 100644 --- a/modules/editor/components/poll_maker/poll_maker.class.php +++ b/modules/editor/components/poll_maker/poll_maker.class.php @@ -1,7 +1,7 @@ utility - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/editor.admin.controller.php b/modules/editor/editor.admin.controller.php index 35f14ff0d..1cf30669d 100644 --- a/modules/editor/editor.admin.controller.php +++ b/modules/editor/editor.admin.controller.php @@ -1,7 +1,7 @@ 0.2 - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/skins/dreditor/drcomponents/fold/tpl/fold.js b/modules/editor/skins/dreditor/drcomponents/fold/tpl/fold.js index cd1182e21..e1fcaa792 100644 --- a/modules/editor/skins/dreditor/drcomponents/fold/tpl/fold.js +++ b/modules/editor/skins/dreditor/drcomponents/fold/tpl/fold.js @@ -1,6 +1,6 @@ /** * Fold component - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ jQuery(function($){ diff --git a/modules/editor/skins/dreditor/js/DrEditor.js b/modules/editor/skins/dreditor/js/DrEditor.js index 56e37fbee..71eec4bf1 100644 --- a/modules/editor/skins/dreditor/js/DrEditor.js +++ b/modules/editor/skins/dreditor/js/DrEditor.js @@ -1,6 +1,6 @@ /** * 단락에디터 Paragraph Editor - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ (function($){ diff --git a/modules/editor/skins/dreditor/js/Xpress_Editor.js b/modules/editor/skins/dreditor/js/Xpress_Editor.js index 9f57f3bb7..645003795 100644 --- a/modules/editor/skins/dreditor/js/Xpress_Editor.js +++ b/modules/editor/skins/dreditor/js/Xpress_Editor.js @@ -5619,7 +5619,7 @@ xe.XE_FormatWithSelectUI = jQuery.Class({ (function($){ /** * Enhanced Table Fetures - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ // 표 편집 확장 기능 diff --git a/modules/editor/skins/dreditor/js/xe_interface.js b/modules/editor/skins/dreditor/js/xe_interface.js index 27ed52426..115ad1997 100644 --- a/modules/editor/skins/dreditor/js/xe_interface.js +++ b/modules/editor/skins/dreditor/js/xe_interface.js @@ -1,7 +1,7 @@ /** * @file xe_interface.js * @brief XE Editor Standard Interface - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ (function($){ diff --git a/modules/editor/skins/dreditor/skin.xml b/modules/editor/skins/dreditor/skin.xml index 98a737303..900e4105a 100644 --- a/modules/editor/skins/dreditor/skin.xml +++ b/modules/editor/skins/dreditor/skin.xml @@ -31,13 +31,13 @@ 1.3.0 2010-04-30 - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index 43c2387f0..0f07b0706 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -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} diff --git a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js index ffe43da58..d92d287ac 100644 --- a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js +++ b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js @@ -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) */ // 표 편집 확장 기능 diff --git a/modules/editor/skins/xpresseditor/js/xpresseditor.js b/modules/editor/skins/xpresseditor/js/xpresseditor.js index c9b9b0b9a..767f7f176 100644 --- a/modules/editor/skins/xpresseditor/js/xpresseditor.js +++ b/modules/editor/skins/xpresseditor/js/xpresseditor.js @@ -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) */ // 표 편집 확장 기능 diff --git a/modules/editor/skins/xpresseditor/skin.xml b/modules/editor/skins/xpresseditor/skin.xml index 30a4017ed..f0c714350 100644 --- a/modules/editor/skins/xpresseditor/skin.xml +++ b/modules/editor/skins/xpresseditor/skin.xml @@ -9,25 +9,25 @@ XpressEditor面板 XpressEditor Dış Görünümü - XpressEditor based on SmartEditor Basic by NHN + XpressEditor based on SmartEditor Basic by NAVER - XpressEditor based on SmartEditor Basic by NHN + XpressEditor based on SmartEditor Basic by NAVER - 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 - XpressEditor based on SmartEditor Basic by NHN + XpressEditor based on SmartEditor Basic by NAVER - XpressEditor based on SmartEditor Basic by NHN + XpressEditor based on SmartEditor Basic by NAVER - XpressEditor based on SmartEditor Basic by NHN + XpressEditor based on SmartEditor Basic by NAVER - XpressEditor based on SmartEditor Basic by NHN + XpressEditor based on SmartEditor Basic by NAVER XpressEditor, SmartEditor 'e dayanmaktadır. @@ -35,14 +35,14 @@ 0.3.16 2009-03-22 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/styles/default/editor.css b/modules/editor/styles/default/editor.css index 059364e94..b6b7abf7f 100644 --- a/modules/editor/styles/default/editor.css +++ b/modules/editor/styles/default/editor.css @@ -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} diff --git a/modules/editor/styles/default/skin.xml b/modules/editor/styles/default/skin.xml index 7b79a9e34..de273ee6c 100644 --- a/modules/editor/styles/default/skin.xml +++ b/modules/editor/styles/default/skin.xml @@ -38,12 +38,12 @@ 0.0.1 2009-05-23 - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/styles/default/style.css b/modules/editor/styles/default/style.css index d48a19630..28b5adbf0 100755 --- a/modules/editor/styles/default/style.css +++ b/modules/editor/styles/default/style.css @@ -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, diff --git a/modules/editor/styles/dreditor/editor.css b/modules/editor/styles/dreditor/editor.css index a4979f436..d72206f77 100644 --- a/modules/editor/styles/dreditor/editor.css +++ b/modules/editor/styles/dreditor/editor.css @@ -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, diff --git a/modules/editor/styles/dreditor/skin.xml b/modules/editor/styles/dreditor/skin.xml index b8656ced6..9cbaaf697 100644 --- a/modules/editor/styles/dreditor/skin.xml +++ b/modules/editor/styles/dreditor/skin.xml @@ -18,8 +18,8 @@ 0.1 2010-05-25 - NHN - NHN - NHN + NAVER + NAVER + NAVER diff --git a/modules/editor/styles/dreditor/style.css b/modules/editor/styles/dreditor/style.css index 6ea7f053b..809d7c3a4 100644 --- a/modules/editor/styles/dreditor/style.css +++ b/modules/editor/styles/dreditor/style.css @@ -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} diff --git a/modules/editor/styles/xeStyle/editor.css b/modules/editor/styles/xeStyle/editor.css index bd6faccb7..ea716b3f5 100755 --- a/modules/editor/styles/xeStyle/editor.css +++ b/modules/editor/styles/xeStyle/editor.css @@ -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, diff --git a/modules/editor/styles/xeStyle/skin.xml b/modules/editor/styles/xeStyle/skin.xml index f5b3f9bde..18cb1caa0 100644 --- a/modules/editor/styles/xeStyle/skin.xml +++ b/modules/editor/styles/xeStyle/skin.xml @@ -35,11 +35,11 @@ 0.0.1 2009-04-17 - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/styles/xeStyle/style.css b/modules/editor/styles/xeStyle/style.css index 5f7d778a5..590cda33d 100755 --- a/modules/editor/styles/xeStyle/style.css +++ b/modules/editor/styles/xeStyle/style.css @@ -1,5 +1,5 @@ @charset "utf-8"; -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ .xe_content{color:#000;font-size:12px} .xe_content blockquote.q1, .xe_content blockquote.q2, diff --git a/modules/editor/styles/xeStyleBlack/editor.css b/modules/editor/styles/xeStyleBlack/editor.css index bb0253bce..d0e49bd13 100644 --- a/modules/editor/styles/xeStyleBlack/editor.css +++ b/modules/editor/styles/xeStyleBlack/editor.css @@ -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, diff --git a/modules/editor/styles/xeStyleBlack/skin.xml b/modules/editor/styles/xeStyleBlack/skin.xml index 26238c13a..84823641d 100644 --- a/modules/editor/styles/xeStyleBlack/skin.xml +++ b/modules/editor/styles/xeStyleBlack/skin.xml @@ -36,11 +36,11 @@ 0.0.1 2009-04-17 - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/editor/styles/xeStyleBlack/style.css b/modules/editor/styles/xeStyleBlack/style.css index 48bd9ea6d..ce4b31234 100755 --- a/modules/editor/styles/xeStyleBlack/style.css +++ b/modules/editor/styles/xeStyleBlack/style.css @@ -1,5 +1,5 @@ @charset "utf-8"; -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ .xe_content{color:#fff;font-size:12px} .xe_content blockquote.q1, .xe_content blockquote.q2, diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index 805ef409d..592a7165b 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -1,5 +1,5 @@ /** - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @version 0.1 * @brief 에디터 관련 스크립트 */ diff --git a/modules/editor/tpl/js/editor_admin.js b/modules/editor/tpl/js/editor_admin.js index 1c8966f7a..a3e5fd349 100644 --- a/modules/editor/tpl/js/editor_admin.js +++ b/modules/editor/tpl/js/editor_admin.js @@ -1,5 +1,5 @@ /** - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @version 0.1 * @brief 에디터 관리자 페이지용 스크립트 **/ diff --git a/modules/editor/tpl/js/uploader.js b/modules/editor/tpl/js/uploader.js index 51a835164..a86f52ac3 100755 --- a/modules/editor/tpl/js/uploader.js +++ b/modules/editor/tpl/js/uploader.js @@ -1,5 +1,5 @@ /** - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @version 0.1.1 * @brief 파일 업로드 관련 **/ diff --git a/modules/file/conf/info.xml b/modules/file/conf/info.xml index 92266fba1..66aef6bd3 100644 --- a/modules/file/conf/info.xml +++ b/modules/file/conf/info.xml @@ -23,14 +23,14 @@ content - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/file/file.admin.controller.php b/modules/file/file.admin.controller.php index 5b1605ec5..2fd2196d0 100644 --- a/modules/file/file.admin.controller.php +++ b/modules/file/file.admin.controller.php @@ -1,7 +1,7 @@ migration - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/importer/extract.class.php b/modules/importer/extract.class.php index c20d4e341..7c6b7842e 100644 --- a/modules/importer/extract.class.php +++ b/modules/importer/extract.class.php @@ -3,7 +3,7 @@ * extract class * Class to save each file by using tags in the large xml * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/importer * @version 0.1 */ diff --git a/modules/importer/importer.admin.controller.php b/modules/importer/importer.admin.controller.php index c47b20aea..dee930ebc 100644 --- a/modules/importer/importer.admin.controller.php +++ b/modules/importer/importer.admin.controller.php @@ -6,7 +6,7 @@ require_once('./modules/importer/extract.class.php'); * importerAdminController class * admin controller class of importer module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/importer * @version 0.1 */ diff --git a/modules/importer/importer.admin.view.php b/modules/importer/importer.admin.view.php index 0067a580b..1bc20df0b 100644 --- a/modules/importer/importer.admin.view.php +++ b/modules/importer/importer.admin.view.php @@ -3,7 +3,7 @@ * importerAdminView class * admin view class of the importer module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/importer * @version 0.1 */ diff --git a/modules/importer/importer.class.php b/modules/importer/importer.class.php index 8bd420e54..268eaf968 100644 --- a/modules/importer/importer.class.php +++ b/modules/importer/importer.class.php @@ -3,7 +3,7 @@ * importer * high class of importer module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/importer * @version 0.1 */ diff --git a/modules/importer/tpl/js/importer_admin.js b/modules/importer/tpl/js/importer_admin.js index bc5e0f201..3d95b12d4 100644 --- a/modules/importer/tpl/js/importer_admin.js +++ b/modules/importer/tpl/js/importer_admin.js @@ -1,6 +1,6 @@ /** * @file modules/importer/js/importer_admin.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief importer에서 사용하는 javascript **/ jQuery(function($){ diff --git a/modules/importer/tpl/js/importer_admin.min.js b/modules/importer/tpl/js/importer_admin.min.js index 14d97a873..b372fea29 100644 --- a/modules/importer/tpl/js/importer_admin.min.js +++ b/modules/importer/tpl/js/importer_admin.min.js @@ -1,6 +1,6 @@ /** * @file modules/importer/js/importer_admin.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief importer에서 사용하는 javascript **/ jQuery(function($){$('.checkxml').find('input:text').change(function(){$(this).closest('.checkxml').find('.x_help-inline').hide()}).end().find('button').click(function(){var $this,$container,$input,$messages,$loading,$form,$syncmember,count;$this=$(this).prop('disabled',true);$form=$this.closest('form');$container=$this.closest('.checkxml');$input=$container.find('input').prop('disabled',true).addClass('loading');$message=$container.find('.x_help-inline').hide() diff --git a/modules/importer/ttimport.class.php b/modules/importer/ttimport.class.php index bb38934c2..a0a253359 100644 --- a/modules/importer/ttimport.class.php +++ b/modules/importer/ttimport.class.php @@ -6,7 +6,7 @@ * ttimport class * ttxml import class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/importer * @version 0.1 */ diff --git a/modules/install/conf/info.xml b/modules/install/conf/info.xml index dfa9eb5d9..3f09ebf9c 100644 --- a/modules/install/conf/info.xml +++ b/modules/install/conf/info.xml @@ -23,14 +23,14 @@ system - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/install/install.admin.controller.php b/modules/install/install.admin.controller.php index af75d2519..00425f8c8 100644 --- a/modules/install/install.admin.controller.php +++ b/modules/install/install.admin.controller.php @@ -1,7 +1,7 @@ service - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/integration_search/integration_search.admin.controller.php b/modules/integration_search/integration_search.admin.controller.php index d8cf34293..3f259d4d0 100644 --- a/modules/integration_search/integration_search.admin.controller.php +++ b/modules/integration_search/integration_search.admin.controller.php @@ -2,7 +2,7 @@ /** * The admin view class of the integration_search module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class integration_searchAdminController extends integration_search { diff --git a/modules/integration_search/integration_search.admin.view.php b/modules/integration_search/integration_search.admin.view.php index c3d2fc815..420ba20fd 100644 --- a/modules/integration_search/integration_search.admin.view.php +++ b/modules/integration_search/integration_search.admin.view.php @@ -2,7 +2,7 @@ /** * The admin view class of the integration_search module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class integration_searchAdminView extends integration_search { diff --git a/modules/integration_search/integration_search.class.php b/modules/integration_search/integration_search.class.php index 03c2a0001..482a42e29 100644 --- a/modules/integration_search/integration_search.class.php +++ b/modules/integration_search/integration_search.class.php @@ -2,7 +2,7 @@ /** * The view class of the integration_search module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class integration_search extends ModuleObject { diff --git a/modules/integration_search/integration_search.model.php b/modules/integration_search/integration_search.model.php index 8a5e11710..ae8e54437 100644 --- a/modules/integration_search/integration_search.model.php +++ b/modules/integration_search/integration_search.model.php @@ -2,7 +2,7 @@ /** * The model class of integration module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class integration_searchModel extends module { diff --git a/modules/integration_search/integration_search.view.php b/modules/integration_search/integration_search.view.php index f9cd03eac..cec782e15 100644 --- a/modules/integration_search/integration_search.view.php +++ b/modules/integration_search/integration_search.view.php @@ -2,7 +2,7 @@ /** * The view class of the integration_search module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class integration_searchView extends integration_search { diff --git a/modules/integration_search/skins/default/skin.xml b/modules/integration_search/skins/default/skin.xml index 2dc18a181..d6199e25d 100644 --- a/modules/integration_search/skins/default/skin.xml +++ b/modules/integration_search/skins/default/skin.xml @@ -18,13 +18,13 @@ 2007-07-24 - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/integration_search/tpl/js/integration_search_admin.js b/modules/integration_search/tpl/js/integration_search_admin.js index 0ffa05049..c9e7bd5b3 100644 --- a/modules/integration_search/tpl/js/integration_search_admin.js +++ b/modules/integration_search/tpl/js/integration_search_admin.js @@ -1,5 +1,5 @@ /** * @file modules/board/js/board_admin.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief integration_search 모듈의 관리자용 javascript **/ diff --git a/modules/layout/conf/info.xml b/modules/layout/conf/info.xml index a21d38b85..dcae2b02c 100644 --- a/modules/layout/conf/info.xml +++ b/modules/layout/conf/info.xml @@ -23,14 +23,14 @@ construction - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/layout/faceoff/conf/info.xml b/modules/layout/faceoff/conf/info.xml index ad7ae81ff..70b3303f4 100644 --- a/modules/layout/faceoff/conf/info.xml +++ b/modules/layout/faceoff/conf/info.xml @@ -15,16 +15,16 @@ 0.1 2009-01-02 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/layout/faceoff/css/layout.css b/modules/layout/faceoff/css/layout.css index 5585d797b..4a3dc91bf 100644 --- a/modules/layout/faceoff/css/layout.css +++ b/modules/layout/faceoff/css/layout.css @@ -1,5 +1,5 @@ @charset "utf-8"; -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ /* html{ overflow:auto;} */ diff --git a/modules/layout/layout.admin.controller.php b/modules/layout/layout.admin.controller.php index c7f8281db..c671fe4ea 100644 --- a/modules/layout/layout.admin.controller.php +++ b/modules/layout/layout.admin.controller.php @@ -1,7 +1,7 @@ UIT Center > Open UI Technology Team > Kim Taegon(gonom9@nhncorp.com) */ +/* NAVER > UIT Center > Open UI Technology Team > Kim Taegon(gonom9@nhncorp.com) */ /* toolbar */ #toolbar { position:relative; z-index:1000; background:url(../images/bgMenu.gif) repeat-x 0 0; font-size:12px; height:35px; clear:both; } diff --git a/modules/layout/tpl/css/widget.css b/modules/layout/tpl/css/widget.css index c3283cd11..78b1bba8c 100755 --- a/modules/layout/tpl/css/widget.css +++ b/modules/layout/tpl/css/widget.css @@ -1,5 +1,5 @@ @charset "utf-8"; -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ /* common */ .open{ display:block !important;} diff --git a/modules/layout/tpl/js/ui.hotkey.js b/modules/layout/tpl/js/ui.hotkey.js index f0fe5b336..7da9f15f6 100644 --- a/modules/layout/tpl/js/ui.hotkey.js +++ b/modules/layout/tpl/js/ui.hotkey.js @@ -1,6 +1,6 @@ /* * jQuery Hotkey Plug-in - * @author NHN (developer@xpressengine.com) + * @author NAVER (developer@xpressengine.com) */ (function($){ diff --git a/modules/layout/tpl/js/ui.toolbar.js b/modules/layout/tpl/js/ui.toolbar.js index 871503387..1de87cc03 100644 --- a/modules/layout/tpl/js/ui.toolbar.js +++ b/modules/layout/tpl/js/ui.toolbar.js @@ -1,6 +1,6 @@ /* * jQuery Toolbar Plug-in - * @author NHN (developer@xpressengine.com) + * @author NAVER (developer@xpressengine.com) */ (function($){ diff --git a/modules/member/conf/info.xml b/modules/member/conf/info.xml index 8bdd20638..edef6ff2a 100644 --- a/modules/member/conf/info.xml +++ b/modules/member/conf/info.xml @@ -23,14 +23,14 @@ member - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/member/m.skins/default/skin.xml b/modules/member/m.skins/default/skin.xml index 180a09ff4..68478332d 100644 --- a/modules/member/m.skins/default/skin.xml +++ b/modules/member/m.skins/default/skin.xml @@ -4,14 +4,14 @@ XE Basic Member Mobile Skin XE 기본 모바일 스킨 입니다. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 0.1 2012-09-21 - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER diff --git a/modules/member/member.admin.controller.php b/modules/member/member.admin.controller.php index 41739bdfb..28bbf0bc4 100644 --- a/modules/member/member.admin.controller.php +++ b/modules/member/member.admin.controller.php @@ -1,7 +1,7 @@ Varsayılan Kullanıcı Dış Görünümü 회원 기본 스킨 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 会员模块的默认皮肤。 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 会員モジュールのデフォルトスキン - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) The default skin of the member - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) Giao diện mặc định của Module Thành viên - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) Por defecto de la piel miembro módulo - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) умолчанию кожу члена модуль - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 會員模組預設面板。 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) Üye modülünün varsayılan dış görünümü - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 0.1 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/member/tpl/js/signup_check.js b/modules/member/tpl/js/signup_check.js index 312eaa710..e267c09da 100644 --- a/modules/member/tpl/js/signup_check.js +++ b/modules/member/tpl/js/signup_check.js @@ -1,6 +1,6 @@ /** * @brief 회원 가입시나 정보 수정시 각 항목의 중복 검사등을 하는 기능을 구현 - * @author NHN (developer@xpressengine.com) + * @author NAVER (developer@xpressengine.com) **/ // 입력이 시작된 것과 입력후 정해진 시간동안 내용이 변하였을 경우 서버에 ajax로 체크를 하기 위한 변수 설정 diff --git a/modules/menu/conf/info.xml b/modules/menu/conf/info.xml index 9fe1754c2..77a83284f 100644 --- a/modules/menu/conf/info.xml +++ b/modules/menu/conf/info.xml @@ -23,14 +23,14 @@ construction - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/menu/menu.admin.controller.php b/modules/menu/menu.admin.controller.php index 8f19bf4b4..c7d8348d7 100644 --- a/modules/menu/menu.admin.controller.php +++ b/modules/menu/menu.admin.controller.php @@ -3,7 +3,7 @@ * menuAdminController class * admin controller class of the menu module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/menu * @version 0.1 */ diff --git a/modules/menu/menu.admin.model.php b/modules/menu/menu.admin.model.php index 1a9250646..6cd1c038d 100644 --- a/modules/menu/menu.admin.model.php +++ b/modules/menu/menu.admin.model.php @@ -3,7 +3,7 @@ * @class menuAdminModel * @brief admin model class of the menu module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/menu * @version 0.1 */ diff --git a/modules/menu/menu.admin.view.php b/modules/menu/menu.admin.view.php index b51b5efd3..14277317c 100644 --- a/modules/menu/menu.admin.view.php +++ b/modules/menu/menu.admin.view.php @@ -3,7 +3,7 @@ * menuAdminView class * admin view class of the menu module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/menu * @version 0.1 */ diff --git a/modules/menu/menu.class.php b/modules/menu/menu.class.php index 2e36ae900..3fd50bf0b 100644 --- a/modules/menu/menu.class.php +++ b/modules/menu/menu.class.php @@ -3,7 +3,7 @@ * menu class * high class of the menu module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/menu * @version 0.1 */ diff --git a/modules/menu/menu.mobile.php b/modules/menu/menu.mobile.php index 4945818f2..862ff76cc 100644 --- a/modules/menu/menu.mobile.php +++ b/modules/menu/menu.mobile.php @@ -3,7 +3,7 @@ * menuMobile class * mobile class of the menu module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/menu * @version 0.1 */ diff --git a/modules/menu/tpl/js/sitemap.js b/modules/menu/tpl/js/sitemap.js index b4ae216c8..fd44c7ed8 100644 --- a/modules/menu/tpl/js/sitemap.js +++ b/modules/menu/tpl/js/sitemap.js @@ -1,4 +1,4 @@ -/* NHN (developers@xpressengine.com) */ +/* NAVER (developers@xpressengine.com) */ jQuery(function($){ // get add/edit menu title diff --git a/modules/message/conf/info.xml b/modules/message/conf/info.xml index dcc951bb5..916e8aa99 100644 --- a/modules/message/conf/info.xml +++ b/modules/message/conf/info.xml @@ -23,14 +23,14 @@ system - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/message/message.admin.controller.php b/modules/message/message.admin.controller.php index c286fe3e2..a6dd4d4d2 100644 --- a/modules/message/message.admin.controller.php +++ b/modules/message/message.admin.controller.php @@ -1,7 +1,7 @@ system - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/module/module.admin.controller.php b/modules/module/module.admin.controller.php index 39eedb423..d3691f583 100644 --- a/modules/module/module.admin.controller.php +++ b/modules/module/module.admin.controller.php @@ -1,7 +1,7 @@ service - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/page/m.skins/default/skin.xml b/modules/page/m.skins/default/skin.xml index dec89bdff..cac8ae394 100644 --- a/modules/page/m.skins/default/skin.xml +++ b/modules/page/m.skins/default/skin.xml @@ -9,14 +9,14 @@ 2012-08-30 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/page/page.admin.controller.php b/modules/page/page.admin.controller.php index ec8ee5d1f..d16a2a342 100644 --- a/modules/page/page.admin.controller.php +++ b/modules/page/page.admin.controller.php @@ -1,7 +1,7 @@ 2012-08-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/page/tpl/js/page_admin.js b/modules/page/tpl/js/page_admin.js index 7ac0bc7ea..122544b66 100644 --- a/modules/page/tpl/js/page_admin.js +++ b/modules/page/tpl/js/page_admin.js @@ -1,6 +1,6 @@ /** * @file modules/page/js/page_admin.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief page모듈의 관리자용 javascript **/ diff --git a/modules/point/conf/info.xml b/modules/point/conf/info.xml index 2ef3dff79..537e6a680 100644 --- a/modules/point/conf/info.xml +++ b/modules/point/conf/info.xml @@ -59,14 +59,14 @@ member - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/point/point.admin.controller.php b/modules/point/point.admin.controller.php index c618933a0..b42c46376 100644 --- a/modules/point/point.admin.controller.php +++ b/modules/point/point.admin.controller.php @@ -1,7 +1,7 @@ content - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/poll/poll.admin.controller.php b/modules/poll/poll.admin.controller.php index fde28db90..5c46c0c06 100644 --- a/modules/poll/poll.admin.controller.php +++ b/modules/poll/poll.admin.controller.php @@ -1,7 +1,7 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/poll/skins/simple/skin.xml b/modules/poll/skins/simple/skin.xml index 1cc968eab..03896b383 100644 --- a/modules/poll/skins/simple/skin.xml +++ b/modules/poll/skins/simple/skin.xml @@ -16,12 +16,12 @@ 2008-04-16 - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/poll/tpl/js/poll_admin.js b/modules/poll/tpl/js/poll_admin.js index 3c87c4acb..55d796024 100644 --- a/modules/poll/tpl/js/poll_admin.js +++ b/modules/poll/tpl/js/poll_admin.js @@ -1,6 +1,6 @@ /** * @file modules/poll/js/poll_admin.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief poll 모듈의 관리자용 javascript **/ diff --git a/modules/rss/conf/info.xml b/modules/rss/conf/info.xml index 705b1f0f6..fd6cc05d9 100644 --- a/modules/rss/conf/info.xml +++ b/modules/rss/conf/info.xml @@ -23,14 +23,14 @@ utility - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/rss/rss.admin.controller.php b/modules/rss/rss.admin.controller.php index d7282f14c..b1cf8ab36 100644 --- a/modules/rss/rss.admin.controller.php +++ b/modules/rss/rss.admin.controller.php @@ -2,7 +2,7 @@ /** * The admin controller class of the rss module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class rssAdminController extends rss { diff --git a/modules/rss/rss.admin.view.php b/modules/rss/rss.admin.view.php index 88fc0e311..c11967f85 100644 --- a/modules/rss/rss.admin.view.php +++ b/modules/rss/rss.admin.view.php @@ -2,7 +2,7 @@ /** * The admin view class of the rss module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class rssAdminView extends rss { diff --git a/modules/rss/rss.class.php b/modules/rss/rss.class.php index 72824f2f6..ac40f9c68 100644 --- a/modules/rss/rss.class.php +++ b/modules/rss/rss.class.php @@ -2,7 +2,7 @@ /** * High class of rss module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class rss extends ModuleObject { diff --git a/modules/rss/rss.controller.php b/modules/rss/rss.controller.php index 8ad364365..f33428f2c 100644 --- a/modules/rss/rss.controller.php +++ b/modules/rss/rss.controller.php @@ -2,7 +2,7 @@ /** * The controller class of rss module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class rssController extends rss { diff --git a/modules/rss/rss.model.php b/modules/rss/rss.model.php index b4663a0cc..25466790f 100644 --- a/modules/rss/rss.model.php +++ b/modules/rss/rss.model.php @@ -2,7 +2,7 @@ /** * The model class of the rss module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class rssModel extends rss { diff --git a/modules/rss/rss.view.php b/modules/rss/rss.view.php index 216c7c489..85ca77f29 100644 --- a/modules/rss/rss.view.php +++ b/modules/rss/rss.view.php @@ -2,7 +2,7 @@ /** * The view class of the rss module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) */ class rssView extends rss { diff --git a/modules/session/conf/info.xml b/modules/session/conf/info.xml index 8386403b3..95601549c 100644 --- a/modules/session/conf/info.xml +++ b/modules/session/conf/info.xml @@ -39,12 +39,12 @@ system - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/session/session.admin.controller.php b/modules/session/session.admin.controller.php index 581707b2b..62c42027c 100644 --- a/modules/session/session.admin.controller.php +++ b/modules/session/session.admin.controller.php @@ -1,7 +1,7 @@ accessory - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/spamfilter/spamfilter.admin.controller.php b/modules/spamfilter/spamfilter.admin.controller.php index 0ca7dfe10..02c696ecb 100644 --- a/modules/spamfilter/spamfilter.admin.controller.php +++ b/modules/spamfilter/spamfilter.admin.controller.php @@ -1,7 +1,7 @@ content - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/tag/tag.admin.controller.php b/modules/tag/tag.admin.controller.php index 249ef37aa..839c7a0bb 100644 --- a/modules/tag/tag.admin.controller.php +++ b/modules/tag/tag.admin.controller.php @@ -1,7 +1,7 @@ content - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/trackback/trackback.admin.controller.php b/modules/trackback/trackback.admin.controller.php index 78a67c5ff..18e94cae8 100644 --- a/modules/trackback/trackback.admin.controller.php +++ b/modules/trackback/trackback.admin.controller.php @@ -3,7 +3,7 @@ * trackbackAdminController class * trackback module admin controller class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trackback * @version 0.1 */ diff --git a/modules/trackback/trackback.admin.model.php b/modules/trackback/trackback.admin.model.php index 28e08377b..20db5873a 100644 --- a/modules/trackback/trackback.admin.model.php +++ b/modules/trackback/trackback.admin.model.php @@ -3,7 +3,7 @@ * @class trackbackAdminModel * @brief trackback module admin model class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trackback * @version 0.1 */ diff --git a/modules/trackback/trackback.admin.view.php b/modules/trackback/trackback.admin.view.php index ad136c15c..2f520d290 100644 --- a/modules/trackback/trackback.admin.view.php +++ b/modules/trackback/trackback.admin.view.php @@ -3,7 +3,7 @@ * trackbackAdminView class * trackback module admin view class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trackback * @version 0.1 */ diff --git a/modules/trackback/trackback.class.php b/modules/trackback/trackback.class.php index 40d81affd..99121b487 100644 --- a/modules/trackback/trackback.class.php +++ b/modules/trackback/trackback.class.php @@ -3,7 +3,7 @@ * trackback class * trackback module's high class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trackback * @version 0.1 */ diff --git a/modules/trackback/trackback.controller.php b/modules/trackback/trackback.controller.php index 51fb8f49d..ece0fae24 100644 --- a/modules/trackback/trackback.controller.php +++ b/modules/trackback/trackback.controller.php @@ -3,7 +3,7 @@ * trackbackController class * trackback module's Controller class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trackback * @version 0.1 */ diff --git a/modules/trackback/trackback.model.php b/modules/trackback/trackback.model.php index dfb5390ac..f9b4bfa85 100644 --- a/modules/trackback/trackback.model.php +++ b/modules/trackback/trackback.model.php @@ -3,7 +3,7 @@ * trackbackModel class * trackback module model class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trackback * @version 0.1 */ diff --git a/modules/trackback/trackback.view.php b/modules/trackback/trackback.view.php index b17c5667a..faea62bc8 100644 --- a/modules/trackback/trackback.view.php +++ b/modules/trackback/trackback.view.php @@ -3,7 +3,7 @@ * @class trackbackView * @brief trackback module's view class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trackback * @version 0.1 */ diff --git a/modules/trash/conf/info.xml b/modules/trash/conf/info.xml index 941e2e22c..b614da989 100644 --- a/modules/trash/conf/info.xml +++ b/modules/trash/conf/info.xml @@ -8,14 +8,14 @@ 2011-05-12 content - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/trash/tpl/js/trash_admin.js b/modules/trash/tpl/js/trash_admin.js index 46ca7de79..2c9204adf 100644 --- a/modules/trash/tpl/js/trash_admin.js +++ b/modules/trash/tpl/js/trash_admin.js @@ -1,6 +1,6 @@ /** * @file modules/trash/js/trash_admin.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief trash 모듈의 관리자용 javascript **/ diff --git a/modules/trash/trash.admin.controller.php b/modules/trash/trash.admin.controller.php index d5bbb54de..abb918af0 100644 --- a/modules/trash/trash.admin.controller.php +++ b/modules/trash/trash.admin.controller.php @@ -3,7 +3,7 @@ * trashAdminController class * trash admin the module's controller class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trash * @version 0.1 */ diff --git a/modules/trash/trash.admin.view.php b/modules/trash/trash.admin.view.php index 3022ae0f2..5080bf8ec 100644 --- a/modules/trash/trash.admin.view.php +++ b/modules/trash/trash.admin.view.php @@ -3,7 +3,7 @@ * trashAdminView class * Admin view class of the trash module * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trash * @version 0.1 */ diff --git a/modules/trash/trash.class.php b/modules/trash/trash.class.php index 07399bd1d..5e495719d 100644 --- a/modules/trash/trash.class.php +++ b/modules/trash/trash.class.php @@ -5,7 +5,7 @@ require_once(_XE_PATH_.'modules/trash/model/TrashVO.php'); * trash class * trash the module's high class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trash * @version 0.1 */ diff --git a/modules/trash/trash.controller.php b/modules/trash/trash.controller.php index f7490a983..876657213 100644 --- a/modules/trash/trash.controller.php +++ b/modules/trash/trash.controller.php @@ -3,7 +3,7 @@ * trashController * trash the module's controller class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trash * @version 0.1 */ diff --git a/modules/trash/trash.model.php b/modules/trash/trash.model.php index 85e24c89a..cd8a13a3d 100644 --- a/modules/trash/trash.model.php +++ b/modules/trash/trash.model.php @@ -3,7 +3,7 @@ * trashModel class * trash the module's model class * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trash * @version 0.1 */ diff --git a/modules/trash/trash.view.php b/modules/trash/trash.view.php index 7ed577603..c1e7ff88a 100644 --- a/modules/trash/trash.view.php +++ b/modules/trash/trash.view.php @@ -3,7 +3,7 @@ * trashView class * View class of the module trash * - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @package /modules/trash * @version 0.1 */ diff --git a/modules/widget/conf/info.xml b/modules/widget/conf/info.xml index 4bdcf0365..c40935978 100644 --- a/modules/widget/conf/info.xml +++ b/modules/widget/conf/info.xml @@ -23,14 +23,14 @@ construction - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/modules/widget/tpl/js/widget.js b/modules/widget/tpl/js/widget.js index 91d03a272..121714082 100644 --- a/modules/widget/tpl/js/widget.js +++ b/modules/widget/tpl/js/widget.js @@ -1,6 +1,6 @@ /** * @file modules/widget/js/widget.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief 위젯 관리용 자바스크립트 **/ diff --git a/modules/widget/tpl/js/widget.min.js b/modules/widget/tpl/js/widget.min.js index b9ea94d3c..89eacc1a0 100644 --- a/modules/widget/tpl/js/widget.min.js +++ b/modules/widget/tpl/js/widget.min.js @@ -1,6 +1,6 @@ /** * @file modules/widget/js/widget.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief 위젯 관리용 자바스크립트 **/ function getStyle(obj){var style=obj.getAttribute("style");if(!style)style=obj.style;if(typeof (style)=="object")style=style.cssText;style=style.replace(/\burl\s*\(\s*"(.*?)"\s*\)/i,"url('$1')");return style} diff --git a/modules/widget/tpl/js/widget_admin.js b/modules/widget/tpl/js/widget_admin.js index 1b565376b..bb2f6ec26 100644 --- a/modules/widget/tpl/js/widget_admin.js +++ b/modules/widget/tpl/js/widget_admin.js @@ -1,6 +1,6 @@ /** * @file modules/widget/js/widget_admin.js - * @author NHN (developers@xpressengine.com) + * @author NAVER (developers@xpressengine.com) * @brief widget 모듈의 관리자용 javascript **/ diff --git a/modules/widget/widget.admin.view.php b/modules/widget/widget.admin.view.php index 933a9e3b4..9c6542c51 100644 --- a/modules/widget/widget.admin.view.php +++ b/modules/widget/widget.admin.view.php @@ -1,7 +1,7 @@ 0.1 2009-03-16 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/content/content.class.php b/widgets/content/content.class.php index 789315259..f1923e54b 100644 --- a/widgets/content/content.class.php +++ b/widgets/content/content.class.php @@ -1,7 +1,7 @@ コンテンツウィジェットのデフォルトスキン Genel içerik durumunda varsayılan dış görünüm. Content 위젯 기본 스킨 입니다. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) Skin mặc định Widget Nội dung. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 全局内容控件默认皮肤。 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 内容預設面板。 - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) コンテンツウィジェットのデフォルトスキン - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) Genel içerik durumunda varsayılan dış görünüm. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) 0.1 2009-02-10 http://xpressengine.com/ - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/counter_status/conf/info.xml b/widgets/counter_status/conf/info.xml index 00a64ce30..6d98e9296 100644 --- a/widgets/counter_status/conf/info.xml +++ b/widgets/counter_status/conf/info.xml @@ -54,14 +54,14 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/counter_status/counter_status.class.php b/widgets/counter_status/counter_status.class.php index 3c235f947..c4ff67123 100644 --- a/widgets/counter_status/counter_status.class.php +++ b/widgets/counter_status/counter_status.class.php @@ -1,7 +1,7 @@ 2007-02-28 http://xpressengine.com/ - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/language_select/conf/info.xml b/widgets/language_select/conf/info.xml index dee0e528f..f1af6d236 100644 --- a/widgets/language_select/conf/info.xml +++ b/widgets/language_select/conf/info.xml @@ -22,15 +22,15 @@ 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/language_select/language_select.class.php b/widgets/language_select/language_select.class.php index 1bab435f7..7715bc46a 100644 --- a/widgets/language_select/language_select.class.php +++ b/widgets/language_select/language_select.class.php @@ -1,7 +1,7 @@ http://xpressengine.com/ - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/login_info/conf/info.xml b/widgets/login_info/conf/info.xml index aaccfe933..40e2a50bf 100644 --- a/widgets/login_info/conf/info.xml +++ b/widgets/login_info/conf/info.xml @@ -21,14 +21,14 @@ 0.1 2007-02-28 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/login_info/login_info.class.php b/widgets/login_info/login_info.class.php index b206f5b53..37118b8fe 100644 --- a/widgets/login_info/login_info.class.php +++ b/widgets/login_info/login_info.class.php @@ -1,7 +1,7 @@ 1.0 2013-02-28 - NHN - NHN + NAVER + NAVER \ No newline at end of file diff --git a/widgets/login_info/skins/xe_global/skin.xml b/widgets/login_info/skins/xe_global/skin.xml index 8ebbdf666..c17bb8af4 100644 --- a/widgets/login_info/skins/xe_global/skin.xml +++ b/widgets/login_info/skins/xe_global/skin.xml @@ -15,11 +15,11 @@ http://www.xpressengine.com - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/login_info/skins/xe_globalTwo/skin.xml b/widgets/login_info/skins/xe_globalTwo/skin.xml index 11a426612..0f4e17619 100644 --- a/widgets/login_info/skins/xe_globalTwo/skin.xml +++ b/widgets/login_info/skins/xe_globalTwo/skin.xml @@ -15,11 +15,11 @@ http://www.xpressengine.com - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/login_info/skins/xe_official/skin.xml b/widgets/login_info/skins/xe_official/skin.xml index 4607e4514..4930c645b 100644 --- a/widgets/login_info/skins/xe_official/skin.xml +++ b/widgets/login_info/skins/xe_official/skin.xml @@ -9,44 +9,44 @@ XE Resmi Giriş Bilgilerini Görüntüle. XE 공식 레이아웃에 적합한 로그인 정보 출력 위젯입니다. - 제작 : NHN + 제작 : NAVER XE公式レイアウトに適したログイン情報表示用のウィジェットです。 - 제작 : NHN + 제작 : NAVER This widget displays the login information for the Official layout of XE. - 제작 : NHN + 제작 : NAVER Widget hiển thị thông tin đăng nhập với giao diện chính thức của XE. - 제작 : NHN + 제작 : NAVER 适合XE 官房网站布局的登陆表单控件。 - 제작 : NHN + 제작 : NAVER 適合XE 官方網站登入面板。 - 제작 : NHN + 제작 : NAVER Bu görsel bileşen, XE Resmi yerleşim düzeni için uygun giriş bilgisidir. - 제작 : NHN + 제작 : NAVER 0.1 2007-02-28 http://xpressengine.com/ - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/login_info/skins/xe_solid_enterprise_login/skin.xml b/widgets/login_info/skins/xe_solid_enterprise_login/skin.xml index 8a52b7dcf..511dc6470 100644 --- a/widgets/login_info/skins/xe_solid_enterprise_login/skin.xml +++ b/widgets/login_info/skins/xe_solid_enterprise_login/skin.xml @@ -9,7 +9,7 @@ XE Solid Enterprise Login Skin XE 기업용 레이아웃과 조합하여 쓰이도록 디자인 된 로그인 위젯스킨입니다. - NHN (developers@xpressengine.com) + NAVER (developers@xpressengine.com) The Skin inherits the style from the XE Solid Enterprise layout, the users are able to login the site conveniently. @@ -40,13 +40,13 @@ http://www.xpressengine.com/ - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/mcontent/conf/info.xml b/widgets/mcontent/conf/info.xml index 25454791b..81ba42070 100644 --- a/widgets/mcontent/conf/info.xml +++ b/widgets/mcontent/conf/info.xml @@ -18,15 +18,15 @@ 2009-03-16 - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER diff --git a/widgets/mcontent/mcontent.class.php b/widgets/mcontent/mcontent.class.php index 4563b4da4..3e9c3eb24 100644 --- a/widgets/mcontent/mcontent.class.php +++ b/widgets/mcontent/mcontent.class.php @@ -1,7 +1,7 @@ 0.1 2009-08-20 - NHN - NHN - NHN + NAVER + NAVER + NAVER diff --git a/widgetstyles/simple/skin.xml b/widgetstyles/simple/skin.xml index a6a65b847..8ec2b37da 100644 --- a/widgetstyles/simple/skin.xml +++ b/widgetstyles/simple/skin.xml @@ -19,13 +19,13 @@ preview.gif - NHN - NHN - NHN - NHN - NHN - NHN - NHN + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER + NAVER