mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
issue:17256358 - added issuetracker module
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4484 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8f6568e5a7
commit
5cccd30a27
163 changed files with 7363 additions and 0 deletions
11
modules/issuetracker/conf/info.xml
Normal file
11
modules/issuetracker/conf/info.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="0.2">
|
||||
<title xml:lang="ko">이슈트래커</title>
|
||||
<description xml:lang="ko">각종 이슈 처리를 위한 모듈입니다.</description>
|
||||
<version>1.0</version>
|
||||
<date>2008-08-04</date>
|
||||
<category>service</category>
|
||||
<author email_address="haneul0318@gmail.com" link="http://www.seungyeop.kr">
|
||||
<name xml:lang="ko">haneul, zero</name>
|
||||
</author>
|
||||
</module>
|
||||
80
modules/issuetracker/conf/module.xml
Normal file
80
modules/issuetracker/conf/module.xml
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants>
|
||||
<grant name="access" default="guest">
|
||||
<title xml:lang="ko">프로젝트 접근</title>
|
||||
</grant>
|
||||
<grant name="browser_source" default="guest">
|
||||
<title xml:lang="ko">소스 열람</title>
|
||||
</grant>
|
||||
<grant name="ticket_view" default="guest">
|
||||
<title xml:lang="ko">티켓 열람</title>
|
||||
</grant>
|
||||
<grant name="ticket_write" default="guest">
|
||||
<title xml:lang="ko">티켓 생성</title>
|
||||
</grant>
|
||||
<grant name="commiter" default="member">
|
||||
<title xml:lang="ko">개발자</title>
|
||||
</grant>
|
||||
<grant name="download" default="guest">
|
||||
<title xml:lang="ko">다운로드</title>
|
||||
</grant>
|
||||
<grant name="manager" default="root">
|
||||
<title xml:lang="ko">프로젝트 관리</title>
|
||||
</grant>
|
||||
</grants>
|
||||
<actions>
|
||||
<action name="dispIssuetrackerViewIssue" type="view" standalone="true" index="true"/>
|
||||
<action name="dispIssuetrackerViewSource" type="view" standalone="true"/>
|
||||
<action name="dispIssuetrackerViewMilestone" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerNewIssue" type="view" standalone="true"/>
|
||||
<action name="dispIssuetrackerDeleteIssue" type="view" standalone="true"/>
|
||||
<action name="dispIssuetrackerDeleteTrackback" type="view" standalone="true"/>
|
||||
<action name="dispIssuetrackerMilestone" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerDownload" type="view" standalone="true" />
|
||||
|
||||
<action name="procIssuetrackerInsertIssue" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerDeleteIssue" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerDeleteTrackback" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerVerificationPassword" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerInsertHistory" type="controller" standalone="true" />
|
||||
|
||||
<action name="dispIssuetrackerAdminContent" type="view" standalone="true" admin_index="true" />
|
||||
<action name="dispIssuetrackerAdminProjectSetting" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminReleaseSetting" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminAdditionSetup" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminGrantInfo" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminSkinInfo" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminProjectInfo" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminInsertProject" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminDeleteIssuetracker" type="view" standalone="true" />
|
||||
|
||||
<action name="dispIssuetrackerAdminModifyMilestone" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminModifyPriority" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminModifyType" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminModifyComponent" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminModifyPackage" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminModifyRelease" type="view" standalone="true" />
|
||||
<action name="dispIssuetrackerAdminAttachRelease" type="view" standalone="true" />
|
||||
|
||||
<action name="procIssuetrackerAdminInsertProject" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminInsertMilestone" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminInsertPriority" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminInsertComponent" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminInsertType" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminInsertPackage" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminInsertRelease" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminDeleteIssuetracker" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminDeleteMilestone" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminDeletePriority" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminDeleteType" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminDeleteComponent" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminDeletePackage" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminDeleteRelease" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminDeleteFile" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminAttachRelease" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminInsertGrant" type="controller" standalone="true" />
|
||||
<action name="procIssuetrackerAdminUpdateSkinInfo" type="controller" standalone="true" />
|
||||
|
||||
</actions>
|
||||
</module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue