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

@ -3,7 +3,7 @@
/**
* Cache class for APC
*
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
* */
class CacheApc extends CacheBase
{

View file

@ -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
{

View file

@ -3,7 +3,7 @@
/**
* Cache class for memcache
*
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
class CacheMemcache extends CacheBase
{

View file

@ -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
{

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/limit
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/order
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table
* @version 0.1
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table
* @version 0.1
*/

View file

@ -2,7 +2,7 @@
/**
* @class DisplayHandler
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* DisplayHandler is responsible for displaying the execution result. \n
* Depending on the request type, it can display either HTML or XML content.\n
* Xml content is simple xml presentation of variables in oModule while html content

View file

@ -5,7 +5,7 @@
* Set up the component variables
*
* @class EditorHandler
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class EditorHandler extends Object
{

View file

@ -3,7 +3,7 @@
/**
* A class to handle extra variables used in posts, member and others
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class ExtraVar
{
@ -78,7 +78,7 @@ class ExtraVar
/**
* Each value of the extra vars
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class ExtraItem
{

View file

@ -3,7 +3,7 @@
/**
* Contains methods for accessing file system
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class FileHandler
{

View file

@ -3,7 +3,7 @@
/**
* File abstraction class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class FileObject extends Object
{

View file

@ -2,7 +2,7 @@
/**
* Handle front end files
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* */
class FrontEndFileHandler extends Handler
{

View file

@ -3,7 +3,7 @@
/**
* An abstract class of (*)Handler
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class Handler
{

View file

@ -4,7 +4,7 @@
* - HttpRequest class
* - a class that is designed to be used for sending out HTTP request to an external server and retrieving response
* - Connection: keep-alive is not supported
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/httprequest
* @version 0.1
*/

View file

@ -12,7 +12,7 @@ else
/**
* Mailing class for XpressEngine
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class Mail extends PHPMailer
{

View file

@ -3,7 +3,7 @@
/**
* Mobile class
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class Mobile
{

View file

@ -2,7 +2,7 @@
/**
* @class ModuleHandler
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* Handling modules
*
* @remarks This class is to excute actions of modules.

View file

@ -2,7 +2,7 @@
/**
* @class ModuleObject
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* base class of ModuleHandler
* */
class ModuleObject extends Object

View file

@ -3,7 +3,7 @@
/**
* Every modules inherits from Object class. It includes error, message, and other variables for communicatin purpose.
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
class Object
{

View file

@ -2,7 +2,7 @@
/**
* @class PageHandler
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* handles page navigation
* @version 0.1
*

View file

@ -3,7 +3,7 @@
/**
* - Security class
* - This class helps to solve security problems.
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/security
* @version 0.1
*/

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<whiteurl>
<embed>
<domain name="http://www.naver.com" isNHN="true" desc="네이버">
<domain name="http://www.naver.com" isNAVER="true" desc="네이버">
<pattern>http://serviceapi.nmv.naver.com/</pattern>
<pattern>http://scrap.ad.naver.com/</pattern>
<pattern>http://event.dn.naver.com/sbsplayer/vmplayer.xap</pattern>
</domain>
<domain name="" isNHN="true" desc="네이버 뮤직 서비스">
<domain name="" isNAVER="true" desc="네이버 뮤직 서비스">
<pattern>http://test-player.naver.com/naverPlayer/posting/</pattern>
<pattern>http://alpha-player.naver.com/naverPlayer/posting/</pattern>
<pattern>http://beta-player.naver.com/naverPlayer/posting/</pattern>
@ -20,7 +20,7 @@
<pattern>http://beta.player.music.naver.com/</pattern>
<pattern>http://stage.player.music.naver.com/</pattern>
</domain>
<domain name="" isNHN="true" desc="네이버 아이두게임">
<domain name="" isNAVER="true" desc="네이버 아이두게임">
<pattern>http://dev-idogame.hangame.com/idogame/ClientBin/iDoGamePlayer.xap</pattern>
<pattern>http://idogame.hangame.com/idogame/ClientBin/iDoGamePlayer.xap</pattern>
</domain>
@ -191,7 +191,7 @@
<domain name="http://dotsub.com" desc="dotsub.com">
<pattern>http://dotsub.com/static/players/portalplayer.swf</pattern>
</domain>
<domain name="" isNHN="true" desc="socialsearch">
<domain name="" isNAVER="true" desc="socialsearch">
<pattern>http://static.campaign.naver.com/0/campaign/2010/10/socialsearch/swf/</pattern>
</domain>
</embed>

View file

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

View file

@ -2,7 +2,7 @@
/**
* Validator class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/validator
* @version 0.1
*/

View file

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

View file

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

View file

@ -2,7 +2,7 @@
/**
* XmlGenerator class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml
* @version 0.1
*/

View file

@ -41,7 +41,7 @@
* tag = key : name of variable that will contain the result of the execution
* }</pre>
* @class XmlJsFilter
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml
* @version 0.2
*/

View file

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

View file

@ -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,
* }</pre>
*
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml
* @version 0.1
*/

View file

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

View file

@ -2,7 +2,7 @@
/**
* Argument class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/argument
* @version 0.1
*/

View file

@ -2,7 +2,7 @@
/**
* ConditionArgument class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/argument
* @version 0.1
*/

View file

@ -2,7 +2,7 @@
/**
* SortArgument class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/argument
* @version 0.1
*/

View file

@ -2,7 +2,7 @@
/**
* DefaultValue class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/queryargument
* @version 0.1
*/

View file

@ -2,7 +2,7 @@
/**
* QueryArgument class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/queryargument
* @version 0.1
*/

View file

@ -2,7 +2,7 @@
/**
* SortQueryArgument class
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/queryargument
* @version 0.1
*/

View file

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