change author

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

View file

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

View file

@ -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
*/

View file

@ -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
*/

View file

@ -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
*/

View file

@ -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
*/

View file

@ -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($){

View file

@ -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()

View file

@ -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
*/