mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
#18931132 - 환경에 따라 XML을 파싱하지 못할 수 있는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7499 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1becfa3ca4
commit
746b03b14a
117 changed files with 179 additions and 179 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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="*" />
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue