#18931132 - 환경에 따라 XML을 파싱하지 못할 수 있는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7499 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2010-06-06 10:30:44 +00:00
parent 1becfa3ca4
commit 746b03b14a
117 changed files with 179 additions and 179 deletions

View file

@ -1,6 +1,6 @@
<table name="addons">
<column name="addon" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
<column name="is_used" type="char" size="1" default="Y" notnull="notnull" />
<column name="extra_vars" type="text"/>
<column name="extra_vars" type="text" />
<column name="regdate" type="date" index="idx_regdate" />
</table>

View file

@ -1,7 +1,7 @@
<table name="addons_site">
<column name="site_srl" type="number" size="11" notnull="notnull" default="0" unique="unique_addon_site"/>
<column name="site_srl" type="number" size="11" notnull="notnull" default="0" unique="unique_addon_site" />
<column name="addon" type="varchar" size="250" notnull="notnull" unique="unique_addon_site" />
<column name="is_used" type="char" size="1" default="Y" notnull="notnull" />
<column name="extra_vars" type="text"/>
<column name="extra_vars" type="text" />
<column name="regdate" type="date" index="idx_regdate" />
</table>

View file

@ -3,7 +3,7 @@
<grants />
<permissions />
<actions>
<action name="dispAdminIndex" type="view" standalone="true" index="true"/>
<action name="dispAdminIndex" type="view" standalone="true" index="true" />
<action name="dispAdminConfig" type="view" standalone="true" />
<action name="procAdminRecompileCacheFile" type="controller" standalone="true" />

View file

@ -7,7 +7,7 @@
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
<condition operation="more" column="regdate" var="date" notnull="notnull" />
</conditions>
<navigation>
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />

View file

@ -7,7 +7,7 @@
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
<condition operation="more" column="regdate" var="date" notnull="notnull" />
</conditions>
<navigation>
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />

View file

@ -7,7 +7,7 @@
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
<condition operation="more" column="regdate" var="date" notnull="notnull" />
</conditions>
<navigation>
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />

View file

@ -7,7 +7,7 @@
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
<condition operation="more" column="regdate" var="date" notnull="notnull" />
</conditions>
<navigation>
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />

View file

@ -7,7 +7,7 @@
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
<condition operation="more" column="regdate" var="date" notnull="notnull" />
</conditions>
<navigation>
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />

View file

@ -7,7 +7,7 @@
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
<condition operation="more" column="regdate" var="date" notnull="notnull" />
</conditions>
<navigation>
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />

View file

@ -3,7 +3,7 @@
<grants />
<permissions />
<actions>
<action name="getCommentMenu" type="model" standalone="true"/>
<action name="getCommentMenu" type="model" standalone="true" />
<action name="dispCommentAdminList" type="view" admin_index="true" standalone="true" />
<action name="dispCommentAdminDeclared" type="view" standalone="true" />
<action name="procCommentVoteUp" type="controller" standalone="true" />

View file

@ -1,7 +1,7 @@
<query id="getDeclaredList" action="select">
<tables>
<table name="comments" alias="comments"/>
<table name="comment_declared" alias="comment_declared"/>
<table name="comments" alias="comments" />
<table name="comment_declared" alias="comment_declared" />
</tables>
<columns>
<column name="*" />

View file

@ -7,6 +7,6 @@
<column name="member_srl" var="member_srl" filter="number" default="0" />
<column name="ipaddress" var="ipaddress" default="ipaddress()" />
<column name="regdate" var="regdate" default="curdate()" />
<column name="point" var="point" filter="number" default="0"/>
<column name="point" var="point" filter="number" default="0" />
</columns>
</query>

View file

@ -1,6 +1,6 @@
<table name="comment_declared_log">
<column name="comment_srl" type="number" size="11" notnull="notnull" index="idx_comment_srl" />
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="regdate" type="date" index="idx_regdate" />
</table>

View file

@ -1,7 +1,7 @@
<table name="comment_voted_log">
<column name="comment_srl" type="number" size="11" notnull="notnull" index="idx_comment_srl" />
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="regdate" type="date" index="idx_regdate" />
<column name="point" type="number" size="11" notnull="notnull" />
</table>

View file

@ -18,6 +18,6 @@
<column name="uploaded_count" type="number" size="11" default="0" notnull="notnull" index="idx_uploaded_count" />
<column name="regdate" type="date" index="idx_regdate" />
<column name="last_update" type="date" index="idx_last_update" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="list_order" type="number" size="11" notnull="notnull" index="idx_list_order" />
</table>

View file

@ -1,7 +1,7 @@
<query id="getNewMessage" action="select">
<tables>
<table name="member_message" alias="member_message" />
<table name="member" alias="member"/>
<table name="member" alias="member" />
</tables>
<columns>
<column name="*" />

View file

@ -1,6 +1,6 @@
<query id="getReceivedMessages" action="select">
<tables>
<table name="member_message" alias="message"/>
<table name="member_message" alias="message" />
<table name="member" alias="member" />
</tables>
<columns>
@ -13,7 +13,7 @@
<conditions>
<condition operation="equal" column="message.receiver_srl" var="member_srl" notnull="notnull" />
<condition operation="equal" column="message.message_type" var="message_type" default="R" pipe="and" />
<condition operation="equal" column="message.sender_srl" var="member.member_srl" pipe="and"/>
<condition operation="equal" column="message.sender_srl" var="member.member_srl" pipe="and" />
</conditions>
<navigation>
<index var="sort_index" default="message.list_order" order="asc" />

View file

@ -1,6 +1,6 @@
<query id="getSendedMessages" action="select">
<tables>
<table name="member_message" alias="message"/>
<table name="member_message" alias="message" />
<table name="member" alias="member" />
</tables>
<columns>
@ -13,7 +13,7 @@
<conditions>
<condition operation="equal" column="message.sender_srl" var="member_srl" notnull="notnull" />
<condition operation="equal" column="message.message_type" var="message_type" default="S" pipe="and" />
<condition operation="equal" column="message.receiver_srl" var="member.member_srl" pipe="and"/>
<condition operation="equal" column="message.receiver_srl" var="member.member_srl" pipe="and" />
</conditions>
<navigation>
<index var="sort_index" default="message.list_order" order="asc" />

View file

@ -1,6 +1,6 @@
<query id="getStoredMessages" action="select">
<tables>
<table name="member_message" alias="message"/>
<table name="member_message" alias="message" />
<table name="member" alias="member" />
</tables>
<columns>
@ -13,7 +13,7 @@
<conditions>
<condition operation="equal" column="message.receiver_srl" var="member_srl" notnull="notnull" />
<condition operation="equal" column="message.message_type" var="message_type" default="T" pipe="and" />
<condition operation="equal" column="message.sender_srl" var="member.member_srl" pipe="and"/>
<condition operation="equal" column="message.sender_srl" var="member.member_srl" pipe="and" />
</conditions>
<navigation>
<index var="sort_index" default="message.list_order" order="asc" />

View file

@ -6,7 +6,7 @@
<column name="friend_group_srl" var="friend_group_srl" default="0" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
<condition operation="in" column="friend_srl" var="friend_srls" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -7,7 +7,7 @@
<column name="readed_date" default="curdate()" />
</columns>
<conditions>
<condition operation="equal" column="message_srl" var="message_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="message_srl" var="message_srl" notnull="notnull" filter="number" />
<condition operation="equal" column="related_srl" var="related_srl" notnull="notnull" filter="number" pipe="or" />
</conditions>
</query>

View file

@ -6,7 +6,7 @@
<column name="message_type" default="T" />
</columns>
<conditions>
<condition operation="equal" column="message_srl" var="message_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="message_srl" var="message_srl" notnull="notnull" filter="number" />
<condition operation="equal" column="receiver_srl" var="receiver_srl" notnull="notnull" filter="number" pipe="and" />
</conditions>
</query>

View file

@ -6,6 +6,6 @@
<column name="allow_message" var="allow_message" default="Y" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
</conditions>
</query>

View file

@ -3,7 +3,7 @@
<table name="counter_log" />
</tables>
<columns>
<column name="count(*)" alias="count"/>
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" default="0" pipe="and" />

View file

@ -3,7 +3,7 @@
<table name="counter_site_status" />
</tables>
<columns>
<column name="count(*)" alias="count"/>
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" default="0" />

View file

@ -3,7 +3,7 @@
<table name="counter_status" />
</tables>
<columns>
<column name="count(*)" alias="count"/>
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="equal" column="regdate" var="regdate" notnull="notnull" />

View file

@ -4,7 +4,7 @@
</tables>
<columns>
<column name="site_srl" var="site_srl" notnull="notnull" default="0" />
<column name="regdate" var="regdate" default="curdate()" notnull="notnull"/>
<column name="regdate" var="regdate" default="curdate()" notnull="notnull" />
<column name="ipaddress" var="ipaddress" notnull="notnull" default="ipaddress()" />
<column name="user_agent" var="user_agent" />
</columns>

View file

@ -16,10 +16,10 @@
<actions>
<action name="dispDocumentPrint" type="view" standalone="true" />
<action name="dispDocumentPreview" type="view" standalone="true" />
<action name="dispDocumentManageDocument" type="view" standalone="true"/>
<action name="dispDocumentManageDocument" type="view" standalone="true" />
<action name="getDocumentCategories" type="model" standalone="true"/>
<action name="getDocumentMenu" type="model" standalone="true"/>
<action name="getDocumentCategories" type="model" standalone="true" />
<action name="getDocumentMenu" type="model" standalone="true" />
<action name="procDocumentVoteUp" type="controller" standalone="true" />
<action name="procDocumentVoteDown" type="controller" standalone="true" />
@ -34,17 +34,17 @@
<action name="dispDocumentAdminDeclared" type="view" standalone="true" />
<action name="dispDocumentAdminTrashList" type="view" standalone="true" />
<action name="getDocumentCategoryTplInfo" type="model" standalone="true"/>
<action name="getDocumentCategoryTplInfo" type="model" standalone="true" />
<action name="procDocumentInsertCategory" type="controller" standalone="true"/>
<action name="procDocumentDeleteCategory" type="controller" standalone="true"/>
<action name="procDocumentMoveCategory" type="controller" standalone="true"/>
<action name="procDocumentMakeXmlFile" type="controller" standalone="true"/>
<action name="procDocumentInsertCategory" type="controller" standalone="true" />
<action name="procDocumentDeleteCategory" type="controller" standalone="true" />
<action name="procDocumentMoveCategory" type="controller" standalone="true" />
<action name="procDocumentMakeXmlFile" type="controller" standalone="true" />
<action name="procDocumentAdminInsertAlias" type="controller" standalone="true"/>
<action name="procDocumentAdminDeleteAlias" type="controller" standalone="true"/>
<action name="procDocumentAdminRestoreTrash" type="controller" standalone="true"/>
<action name="procDocumentAdminMoveExtraVar" type="controller" standalone="true"/>
<action name="procDocumentAdminInsertAlias" type="controller" standalone="true" />
<action name="procDocumentAdminDeleteAlias" type="controller" standalone="true" />
<action name="procDocumentAdminRestoreTrash" type="controller" standalone="true" />
<action name="procDocumentAdminMoveExtraVar" type="controller" standalone="true" />
<action name="procDocumentAdminInsertExtraVar" type="controller" standalone="true" />
<action name="procDocumentAdminDeleteExtraVar" type="controller" standalone="true" />

View file

@ -3,7 +3,7 @@
<table name="documents" />
</tables>
<columns>
<column name="substr(regdate,1,8)" alias="month"/>
<column name="substr(regdate,1,8)" alias="month" />
<column name="count(*)" alias="count" />
</columns>
<conditions>

View file

@ -1,7 +1,7 @@
<query id="getDeclaredList" action="select">
<tables>
<table name="documents" alias="documents"/>
<table name="document_declared" alias="document_declared"/>
<table name="documents" alias="documents" />
<table name="document_declared" alias="document_declared" />
</tables>
<columns>
<column name="*" />

View file

@ -3,7 +3,7 @@
<table name="documents" />
</tables>
<columns>
<column name="count(*)" alias="count"/>
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="in" column="module_srl" var="module_srl" filter="number" />

View file

@ -1,7 +1,7 @@
<query id="getDocumentListWithinComment" action="select">
<tables>
<table name="documents" alias="documents" />
<table name="comments" alias="comments"/>
<table name="comments" alias="comments" />
</tables>
<columns>
<column name="documents.document_srl" />

View file

@ -1,7 +1,7 @@
<query id="getDocumentListWithinMember" action="select">
<tables>
<table name="documents" alias="documents" />
<table name="member" alias="member"/>
<table name="member" alias="member" />
</tables>
<columns />
<conditions>

View file

@ -1,7 +1,7 @@
<query id="getDocumentListWithinTag" action="select">
<tables>
<table name="documents" alias="documents" />
<table name="tags" alias="tags"/>
<table name="tags" alias="tags" />
</tables>
<columns>
<column name="documents.document_srl" />

View file

@ -3,7 +3,7 @@
<table name="documents" />
</tables>
<columns>
<column name="substr(regdate,1,6)" alias="month"/>
<column name="substr(regdate,1,6)" alias="month" />
<column name="count(*)" alias="count" />
</columns>
<conditions>

View file

@ -7,6 +7,6 @@
<column name="member_srl" var="member_srl" filter="number" default="0" />
<column name="ipaddress" var="ipaddress" default="ipaddress()" />
<column name="regdate" var="regdate" default="curdate()" />
<column name="point" var="point" filter="number" default="0"/>
<column name="point" var="point" filter="number" default="0" />
</columns>
</query>

View file

@ -1,6 +1,6 @@
<table name="document_declared_log">
<column name="document_srl" type="number" size="11" notnull="notnull" index="idx_document_srl" />
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="regdate" type="date" index="idx_regdate" />
</table>

View file

@ -6,5 +6,5 @@
<column name="nick_name" type="varchar" size="80" notnull="notnull" />
<column name="member_srl" type="number" size="11" />
<column name="regdate" type="date" index="idx_regdate" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
</table>

View file

@ -1,6 +1,6 @@
<table name="document_readed_log">
<column name="document_srl" type="number" size="11" notnull="notnull" index="idx_document_srl" />
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="regdate" type="date" index="idx_regdate" />
</table>

View file

@ -1,7 +1,7 @@
<table name="document_voted_log">
<column name="document_srl" type="number" size="11" notnull="notnull" index="idx_document_srl" />
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="regdate" type="date" index="idx_regdate" />
<column name="point" type="number" size="11" notnull="notnull" />
</table>

View file

@ -27,7 +27,7 @@
<column name="regdate" type="date" index="idx_regdate " />
<column name="last_update" type="date" index="idx_last_update" />
<column name="last_updater" type="varchar" size="80" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="list_order" type="number" size="11" notnull="notnull" index="idx_list_order" />
<column name="update_order" type="number" size="11" notnull="notnull" index="idx_update_order" />
<column name="allow_comment" type="char" size="1" default="Y" notnull="notnull" />

View file

@ -6,6 +6,6 @@
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="component_name" var="component_name" notnull="notnull"/>
<condition operation="equal" column="component_name" var="component_name" notnull="notnull" />
</conditions>
</query>

View file

@ -6,7 +6,7 @@
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull"/>
<condition operation="equal" column="component_name" var="component_name" notnull="notnull" pipe="and"/>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" />
<condition operation="equal" column="component_name" var="component_name" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -6,7 +6,7 @@
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull"/>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" />
<condition operation="equal" column="enabled" var="enabled" pipe="and" />
</conditions>
<navigation>

View file

@ -6,7 +6,7 @@
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull"/>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" />
<condition operation="equal" column="component_name" var="component_name" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -8,7 +8,7 @@
<column name="list_order" var="list_order" />
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull"/>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" />
<condition operation="equal" column="component_name" var="component_name" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -1,6 +1,6 @@
<table name="editor_components">
<column name="component_name" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
<column name="enabled" type="char" size="1" default="N" notnull="notnull" />
<column name="extra_vars" type="text"/>
<column name="extra_vars" type="text" />
<column name="list_order" type="number" size="11" notnull="notnull" index="idx_list_order" />
</table>

View file

@ -2,6 +2,6 @@
<column name="site_srl" type="number" size="11" notnull="notnull" default="0" unique="unique_component_site" />
<column name="component_name" type="varchar" size="250" notnull="notnull" unique="unique_component_site" />
<column name="enabled" type="char" size="1" default="N" notnull="notnull" />
<column name="extra_vars" type="text"/>
<column name="extra_vars" type="text" />
<column name="list_order" type="number" size="11" notnull="notnull" index="idx_list_order" />
</table>

View file

@ -1,11 +1,11 @@
<query id="getOneFileInDocument" action="select">
<tables>
<table name="files" alias="files"/>
<table name="modules" alias="modules"/>
<table name="documents" alias="documents"/>
<table name="files" alias="files" />
<table name="modules" alias="modules" />
<table name="documents" alias="documents" />
</tables>
<columns>
<column name="files.upload_target_srl" alias="document_srl"/>
<column name="files.upload_target_srl" alias="document_srl" />
</columns>
<conditions>
<condition operation="equal" column="modules.site_srl" var="site_srl" />

View file

@ -3,16 +3,16 @@
<node target="db_type" required="true" />
<node target="db_hostname" required="true" minlength="1" maxlength="250" />
<node target="db_port" minlength="1" maxlength="250" />
<node target="db_userid" required="true" minlength="1" maxlength="250"/>
<node target="db_userid" required="true" minlength="1" maxlength="250" />
<node target="db_password" required="true" minlength="1" maxlength="250" />
<node target="db_database" required="true" minlength="1" maxlength="250" />
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha" />
<node target="user_id" required="true" minlength="2" maxlength="20" filter="userid" />
<node target="password1" required="true" minlength="1" maxlength="20" />
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
<node target="user_name" required="true" minlength="2" maxlength="20" />
<node target="nick_name" required="true" minlength="2" maxlength="20" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="db_type" target="db_type" />

View file

@ -3,16 +3,16 @@
<node target="db_type" required="true" />
<node target="db_hostname" required="true" minlength="1" maxlength="250" />
<node target="db_port" minlength="1" maxlength="250" />
<node target="db_userid" required="true" minlength="1" maxlength="250"/>
<node target="db_userid" required="true" minlength="1" maxlength="250" />
<node target="db_password" required="true" minlength="1" maxlength="250" />
<node target="db_database" required="true" minlength="1" maxlength="250" />
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha" />
<node target="user_id" required="true" minlength="2" maxlength="20" filter="userid" />
<node target="password1" required="true" minlength="1" maxlength="20" />
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
<node target="user_name" required="true" minlength="2" maxlength="20" />
<node target="nick_name" required="true" minlength="2" maxlength="20" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="db_type" target="db_type" />

View file

@ -4,13 +4,13 @@
<node target="db_hostname" required="true" minlength="1" maxlength="250" />
<node target="db_port" minlength="1" maxlength="250" />
<node target="db_database" required="true" minlength="1" maxlength="250" />
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha" />
<node target="user_id" required="true" minlength="2" maxlength="20" filter="userid" />
<node target="password1" required="true" minlength="1" maxlength="20" />
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
<node target="user_name" required="true" minlength="2" maxlength="20" />
<node target="nick_name" required="true" minlength="2" maxlength="20" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="db_type" target="db_type" />

View file

@ -3,16 +3,16 @@
<node target="db_type" required="true" />
<node target="db_hostname" required="true" minlength="1" maxlength="250" />
<node target="db_port" minlength="1" maxlength="250" />
<node target="db_userid" required="true" minlength="1" maxlength="250"/>
<node target="db_userid" required="true" minlength="1" maxlength="250" />
<node target="db_password" required="true" minlength="1" maxlength="250" />
<node target="db_database" required="true" minlength="1" maxlength="250" />
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha" />
<node target="user_id" required="true" minlength="2" maxlength="20" filter="userid" />
<node target="password1" required="true" minlength="1" maxlength="20" />
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
<node target="user_name" required="true" minlength="2" maxlength="20" />
<node target="nick_name" required="true" minlength="2" maxlength="20" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="db_type" target="db_type" />

View file

@ -3,15 +3,15 @@
<node target="db_type" required="true" />
<node target="db_hostname" required="true" minlength="1" maxlength="250" />
<node target="db_port" minlength="1" maxlength="250" />
<node target="db_userid" required="true" minlength="1" maxlength="250"/>
<node target="db_userid" required="true" minlength="1" maxlength="250" />
<node target="db_database" required="true" minlength="1" maxlength="250" />
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha" />
<node target="user_id" required="true" minlength="2" maxlength="20" filter="userid" />
<node target="password1" required="true" minlength="1" maxlength="20" />
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
<node target="user_name" required="true" minlength="2" maxlength="20" />
<node target="nick_name" required="true" minlength="2" maxlength="20" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="db_type" target="db_type" />

View file

@ -2,13 +2,13 @@
<form>
<node target="db_type" required="true" />
<node target="db_database_file" required="true" minlength="1" maxlength="250" />
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha" />
<node target="user_id" required="true" minlength="2" maxlength="20" filter="userid" />
<node target="password1" required="true" minlength="1" maxlength="20" />
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
<node target="user_name" required="true" minlength="2" maxlength="20" />
<node target="nick_name" required="true" minlength="2" maxlength="20" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="db_type" target="db_type" />

View file

@ -6,6 +6,6 @@
<column name="layout_srl" var="layout_srl" />
</columns>
<conditions>
<condition operation="in" column="module_srl" var="module_srls" notnull="notnull"/>
<condition operation="in" column="module_srl" var="module_srls" notnull="notnull" />
</conditions>
</query>

View file

@ -6,6 +6,6 @@
<column name="group_srl" var="target_group_srl" filter="number" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="group_srl" var="source_group_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="group_srl" var="source_group_srl" notnull="notnull" filter="number" />
</conditions>
</query>

View file

@ -1,6 +1,6 @@
<query id="getAutologin" action="select">
<tables>
<table name="member" alias="member"/>
<table name="member" alias="member" />
<table name="member_autologin" alias="member_autologin" />
</tables>
<columns>

View file

@ -1,7 +1,7 @@
<query id="getMemberGroups" action="select">
<tables>
<table name="member_group" alias="a"/>
<table name="member_group_member" alias="b"/>
<table name="member_group" alias="a" />
<table name="member_group_member" alias="b" />
</tables>
<columns>
<column name="a.title" alias="title" />

View file

@ -1,7 +1,7 @@
<query id="getMemberListWithinGroup" action="select">
<tables>
<table name="member" alias="member"/>
<table name="member_group_member" alias="member_group"/>
<table name="member" alias="member" />
<table name="member_group_member" alias="member_group" />
</tables>
<columns />
<conditions>

View file

@ -1,7 +1,7 @@
<query id="getMembersGroup" action="select">
<tables>
<table name="member_group" alias="a"/>
<table name="member_group_member" alias="b"/>
<table name="member_group" alias="a" />
<table name="member_group_member" alias="b" />
</tables>
<columns>
<column name="a.group_srl" alias="group_srl" />

View file

@ -1,7 +1,7 @@
<query id="getMembersGroups" action="select">
<tables>
<table name="member_group" alias="a"/>
<table name="member_group_member" alias="b"/>
<table name="member_group" alias="a" />
<table name="member_group_member" alias="b" />
</tables>
<columns>
<column name="a.title" alias="title" />

View file

@ -9,8 +9,8 @@
<column name="member_group_member.regdate" alias="regdate" />
</columns>
<conditions>
<condition operation="equal" column="member_group.site_srl" var="site_srl" notnull="notnull"/>
<condition operation="equal" column="member_group_member.group_srl" default="member_group.group_srl" notnull="notnull" pipe="and"/>
<condition operation="equal" column="member_group.site_srl" var="site_srl" notnull="notnull" />
<condition operation="equal" column="member_group_member.group_srl" default="member_group.group_srl" notnull="notnull" pipe="and" />
<condition operation="equal" column="member.member_srl" var="member_group_member.member_srl" pipe="and" />
</conditions>
<navigation>

View file

@ -8,6 +8,6 @@
<column name="regdate" default="curdate()" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
</conditions>
</query>

View file

@ -12,6 +12,6 @@
<column name="description" var="description" />
</columns>
<conditions>
<condition operation="equal" column="member_join_form_srl" var="member_join_form_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="member_join_form_srl" var="member_join_form_srl" notnull="notnull" filter="number" />
</conditions>
</query>

View file

@ -7,6 +7,6 @@
<column name="last_login" var="last_login" notnull="notnull" default="curdate()" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
</conditions>
</query>

View file

@ -21,6 +21,6 @@
<column name="extra_vars" var="extra_vars" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
</conditions>
</query>

View file

@ -7,6 +7,6 @@
<column name="denied" var="denied" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number"/>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
</conditions>
</query>

View file

@ -5,8 +5,8 @@
<column name="password" type="varchar" size="60" notnull="notnull" />
<column name="email_id" type="varchar" size="80" notnull="notnull" />
<column name="email_host" type="varchar" size="160" index="idx_email_host" />
<column name="user_name" type="varchar" size="40" notnull="notnull"/>
<column name="nick_name" type="varchar" size="40" notnull="notnull" unique="unique_nick_name"/>
<column name="user_name" type="varchar" size="40" notnull="notnull" />
<column name="nick_name" type="varchar" size="40" notnull="notnull" unique="unique_nick_name" />
<column name="homepage" type="varchar" size="250" />
<column name="blog" type="varchar" size="250" />
<column name="birthday" type="char" size="8" />

View file

@ -1,5 +1,5 @@
<table name="member_auth_mail">
<column name="auth_key" type="varchar" size="60" notnull="notnull" unique="unique_key"/>
<column name="auth_key" type="varchar" size="60" notnull="notnull" unique="unique_key" />
<column name="member_srl" type="number" size="11" notnull="notnull" unique="unique_key" />
<column name="user_id" type="varchar" size="80" notnull="notnull" />
<column name="new_password" type="varchar" size="80" notnull="notnull" />

View file

@ -1,4 +1,4 @@
<table name="member_openid_nonce">
<column name="nonce" type="char" size="8" notnull="notnull" primary_key="primary_key"/>
<column name="nonce" type="char" size="8" notnull="notnull" primary_key="primary_key" />
<column name="expires" type="number" size="11" />
</table>

View file

@ -1,6 +1,6 @@
<filter name="add_openid_to_member" module="member" act="procMemberAddOpenIDToMember">
<form>
<node target="openid" required="true" minlength="2" maxlength="80"/>
<node target="openid" required="true" minlength="2" maxlength="80" />
</form>
<parameter>
<param name="openid" target="openid" />

View file

@ -1,6 +1,6 @@
<filter name="delete_openid_from_member" module="member" act="procMemberDeleteOpenIDFromMember">
<form>
<node target="openid_to_delete" required="true" minlength="2" maxlength="80"/>
<node target="openid_to_delete" required="true" minlength="2" maxlength="80" />
</form>
<parameter>
<param name="openid_to_delete" target="openid_to_delete" />

View file

@ -1,6 +1,6 @@
<filter name="login" module="member" act="procMemberLogin">
<form>
<node target="user_id" required="true" filter="user_id"/>
<node target="user_id" required="true" filter="user_id" />
<node target="password" required="true" />
</form>
<parameter />

View file

@ -1,8 +1,8 @@
<filter name="modify_info" module="member" act="procMemberModifyInfo" extend_filter="member.getJoinFormList" confirm_msg_code="confirm_submit">
<form>
<node target="user_name" required="true" minlength="2" maxlength="40"/>
<node target="nick_name" required="true" minlength="2" maxlength="40"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="user_name" required="true" minlength="2" maxlength="40" />
<node target="nick_name" required="true" minlength="2" maxlength="40" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="accept_agreement" target="accept_agreement" />

View file

@ -5,7 +5,7 @@
<node target="password2" required="true" minlength="6" maxlength="20" equalto="password1" />
<node target="user_name" required="true" minlength="2" maxlength="40" />
<node target="nick_name" required="true" minlength="2" maxlength="40" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="accept_agreement" target="accept_agreement" />

View file

@ -3,7 +3,7 @@
<node target="user_id" required="true" minlength="3" maxlength="20" />
<node target="user_name" required="true" minlength="2" maxlength="40" />
<node target="nick_name" required="true" minlength="2" maxlength="40" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="page" target="page" />

View file

@ -1,7 +1,7 @@
<filter name="insert_join_form" module="member" act="procMemberAdminInsertJoinForm" confirm_msg_code="confirm_submit">
<form>
<node target="column_type" required="true" />
<node target="column_name" required="true" filter="alpha"/>
<node target="column_name" required="true" filter="alpha" />
<node target="column_title" required="true" />
</form>
<response callback_func="completeInsertJoinForm">

View file

@ -2,7 +2,7 @@
<form>
<node target="user_name" required="true" minlength="2" maxlength="40" />
<node target="nick_name" required="true" minlength="2" maxlength="40" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
</form>
<parameter>
<param name="page" target="page" />

View file

@ -7,7 +7,7 @@
</columns>
<conditions>
<condition operation="equal" column="menu_srl" var="menu_srl" filter="number" notnull="notnull" />
<condition operation="equal" column="parent_srl" var="parent_srl" filter="number" notnull="notnull" pipe="and"/>
<condition operation="more" column="menu_item_srl" var="menu_item_srl" filter="number" pipe="and"/>
<condition operation="equal" column="parent_srl" var="parent_srl" filter="number" notnull="notnull" pipe="and" />
<condition operation="more" column="menu_item_srl" var="menu_item_srl" filter="number" pipe="and" />
</conditions>
</query>

View file

@ -8,6 +8,6 @@
<conditions>
<condition operation="equal" column="menu_srl" var="menu_srl" filter="number" notnull="notnull" />
<condition operation="equal" column="parent_srl" var="parent_srl" filter="number" notnull="notnull" pipe="and" />
<condition operation="more" column="menu_item_srl" var="menu_item_srl" filter="number" pipe="and"/>
<condition operation="more" column="menu_item_srl" var="menu_item_srl" filter="number" pipe="and" />
</conditions>
</query>

View file

@ -3,8 +3,8 @@
<grants />
<permissions />
<actions>
<action name="dispMessage" type="view" standalone="true" index="true"/>
<action name="dispMessageAdminConfig" type="view" standalone="true" admin_index="true"/>
<action name="dispMessage" type="view" standalone="true" index="true" />
<action name="dispMessageAdminConfig" type="view" standalone="true" admin_index="true" />
<action name="procMessageAdminInsertConfig" type="controller" standalone="true" />
</actions>
</module>

View file

@ -1,6 +1,6 @@
<filter name="message_login" module="member" act="procMemberLogin">
<form>
<node target="user_id" required="true" filter="user_id"/>
<node target="user_id" required="true" filter="user_id" />
<node target="password" required="true" />
</form>
<parameter />

View file

@ -4,6 +4,6 @@
</tables>
<conditions>
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />
<condition operation="equal" column="member_srl" var="member_srl" filter="number" pipe="and"/>
<condition operation="equal" column="member_srl" var="member_srl" filter="number" pipe="and" />
</conditions>
</query>

View file

@ -3,6 +3,6 @@
<table name="modules" />
</tables>
<conditions>
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and"/>
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -3,6 +3,6 @@
<table name="module_categories" />
</tables>
<conditions>
<condition operation="equal" column="module_category_srl" var="module_category_srl" filter="number" notnull="notnull"/>
<condition operation="equal" column="module_category_srl" var="module_category_srl" filter="number" notnull="notnull" />
</conditions>
</query>

View file

@ -4,6 +4,6 @@
</tables>
<conditions>
<condition operation="equal" column="module" var="module" notnull="notnull" />
<condition operation="equal" column="module_srl" var="module_srl" notnull="notnull" pipe="and"/>
<condition operation="equal" column="module_srl" var="module_srl" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -8,6 +8,6 @@
</columns>
<conditions>
<condition operation="equal" column="module_srl" var="module_srl" notnull="notnull" />
<condition operation="equal" column="member.member_srl" default="module_admins.member_srl" notnull="notnull" pipe="and"/>
<condition operation="equal" column="member.member_srl" default="module_admins.member_srl" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -8,6 +8,6 @@
<conditions>
<condition operation="equal" column="mid" var="mid" />
<condition operation="equal" column="module_srl" var="module_srl" pipe="and" />
<condition operation="equal" column="site_srl" var="site_srl" pipe="and"/>
<condition operation="equal" column="site_srl" var="site_srl" pipe="and" />
</conditions>
</query>

View file

@ -4,6 +4,6 @@
</tables>
<columns />
<conditions>
<condition operation="equal" column="module_category_srl" var="module_category_srl" filter="number" notnull="notnull"/>
<condition operation="equal" column="module_category_srl" var="module_category_srl" filter="number" notnull="notnull" />
</conditions>
</query>

View file

@ -6,7 +6,7 @@
<column name="count(*)" alias="count" />
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull"/>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" />
<condition operation="equal" column="module" var="module" pipe="and" />
</conditions>
</query>

View file

@ -6,6 +6,6 @@
<column name="*" />
</columns>
<conditions>
<condition operation="in" column="module_srl" var="module_srls" notnull="notnull"/>
<condition operation="in" column="module_srl" var="module_srls" notnull="notnull" />
</conditions>
</query>

View file

@ -9,6 +9,6 @@
</columns>
<conditions>
<condition operation="equal" column="site_admin.site_srl" var="site_srl" notnull="notnull" />
<condition operation="equal" column="member.member_srl" default="site_admin.member_srl" notnull="notnull" pipe="and"/>
<condition operation="equal" column="member.member_srl" default="site_admin.member_srl" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -3,6 +3,6 @@
<table name="sites" />
</tables>
<columns>
<column name="count(*)" alias="count"/>
<column name="count(*)" alias="count" />
</columns>
</query>

View file

@ -14,7 +14,7 @@
<conditions>
<condition operation="equal" column="sites.site_srl" var="site_srl" />
<condition operation="equal" column="sites.domain" var="site_keyword" pipe="and" />
<condition operation="equal" column="sites.site_srl" default="modules.site_srl" pipe="and"/>
<condition operation="equal" column="sites.site_srl" default="modules.site_srl" pipe="and" />
</conditions>
<navigation>
<index var="sort_index" default="modules.module" order="asc" />

View file

@ -12,7 +12,7 @@
<column name="layout_srl" var="layout_srl" />
<column name="description" var="description" />
<column name="content" var="content" />
<column name="module" var="module" notnull="notnull" maxlength="80"/>
<column name="module" var="module" notnull="notnull" maxlength="80" />
<column name="is_default" var="is_default" default="N" notnull="notnull" />
<column name="menu_srl" var="menu_srl" filter="number" />
<column name="open_rss" var="open_rss" default="Y" notnull="notnull" />

View file

@ -4,7 +4,7 @@
</tables>
<columns>
<column name="module_category_srl" default="sequence()" />
<column name="title" var="title" notnull="notnull"/>
<column name="title" var="title" notnull="notnull" />
<column name="regdate" default="curdate()" />
</columns>
</query>

View file

@ -7,6 +7,6 @@
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" />
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" pipe="and"/>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -3,12 +3,12 @@
<table name="modules" />
</tables>
<columns>
<column name="module" var="module" notnull="notnull" maxlength="80"/>
<column name="module" var="module" notnull="notnull" maxlength="80" />
<column name="module_category_srl" var="module_category_srl" />
<column name="layout_srl" var="layout_srl" />
<column name="skin" var="skin" minlength="0" maxlength="250" />
<column name="menu_srl" var="menu_srl" filter="number" />
<column name="mid" var="mid" notnull="notnull" minlength="1" maxlength="40"/>
<column name="mid" var="mid" notnull="notnull" minlength="1" maxlength="40" />
<column name="browser_title" var="browser_title" notnull="notnull" minlength="1" maxlength="250" />
<column name="description" var="description" default="" />
<column name="is_default" var="is_default" default="N" notnull="notnull" />
@ -19,6 +19,6 @@
</columns>
<conditions>
<condition operation="equal" column="site_srl" var="site_srl" default="0" filter="number" notnull="notnull" />
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and"/>
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />
</conditions>
</query>

View file

@ -3,9 +3,9 @@
<table name="module_categories" />
</tables>
<columns>
<column name="title" var="title" notnull="notnull"/>
<column name="title" var="title" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="module_category_srl" var="module_category_srl" filter="number" notnull="notnull"/>
<condition operation="equal" column="module_category_srl" var="module_category_srl" filter="number" notnull="notnull" />
</conditions>
</query>

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