css 및 js 호출순서 조정기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-06 05:33:56 +00:00
parent 4f380d9c48
commit 61851f1dfe
2149 changed files with 109090 additions and 18689 deletions

View file

@ -3,14 +3,14 @@
<title xml:lang="ko">이슈트래커</title>
<title xml:lang="jp">イシュートラッカー</title>
<title xml:lang="zh-CN">问题跟踪</title>
<title xml:lang="en">Issue Tracker</title>
<title xml:lang="en">Issue Tracker</title>
<title xml:lang="es">Issue Tracker</title>
<title xml:lang="zh-TW">問題追蹤</title>
<description xml:lang="ko">각종 이슈 처리를 위한 모듈입니다.</description>
<description xml:lang="jp">各種イシューを処理するモジュールです。</description>
<description xml:lang="zh-CN">一个具有项目跟踪功能的模块。</description>
<description xml:lang="en">This module handles many kinds of issues.</description>
<description xml:lang="es">Este módulo se ocupa de muchos tipos de cuestiones.</description>
<description xml:lang="en">This module handles many kinds of issues.</description>
<description xml:lang="es">Este módulo se ocupa de muchos tipos de cuestiones.</description>
<description xml:lang="zh-TW">可以處理追蹤多種問題的模組。</description>
<version>1.0</version>
<date>2008-08-04</date>
@ -19,8 +19,8 @@
<name xml:lang="ko">haneul</name>
<name xml:lang="jp">haneul</name>
<name xml:lang="zh-CN">haneul</name>
<name xml:lang="en">haneul</name>
<name xml:lang="es">haneul</name>
<name xml:lang="en">haneul</name>
<name xml:lang="es">haneul</name>
<name xml:lang="zh-TW">haneul</name>
</author>
<author email_address="zero@zeroboard.com" link="http://blog.nzeo.com">

View file

@ -1,12 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants>
<grant name="access" default="guest">
<title xml:lang="ko">프로젝트 접근</title>
<title xml:lang="zh-CN">访问项目</title>
<title xml:lang="zh-TW">專案</title>
<title xml:lang="jp">プロジェクトへアクセス</title>
</grant>
<grant name="ticket_view" default="guest">
<title xml:lang="ko">티켓 열람</title>
<title xml:lang="zh-CN">查看计划</title>
@ -43,13 +37,8 @@
<title xml:lang="zh-TW">下載</title>
<title xml:lang="jp">ダウンロード</title>
</grant>
<grant name="manager" default="root">
<title xml:lang="ko">프로젝트 관리</title>
<title xml:lang="zh-CN">项目管理</title>
<title xml:lang="zh-TW">專案管理</title>
<title xml:lang="jp">プロジェクト管理</title>
</grant>
</grants>
<permissions />
<actions>
<action name="dispIssuetrackerViewMilestone" type="view" standalone="true" index="true" />
<action name="dispIssuetrackerViewIssue" type="view" standalone="true" />
@ -71,6 +60,7 @@
<action name="dispIssuetrackerAdminProjectSetting" type="view" standalone="true" />
<action name="dispIssuetrackerAdminReleaseSetting" type="view" standalone="true" />
<action name="dispIssuetrackerAdminAdditionSetup" type="view" standalone="true" />
<action name="dispIssuetrackerAdminExtraVars" 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" />
@ -90,6 +80,7 @@
<action name="procIssuetrackerAdminInsertMilestone" type="controller" standalone="true" />
<action name="procIssuetrackerAdminInsertPriority" type="controller" standalone="true" />
<action name="procIssuetrackerAdminInsertComponent" type="controller" standalone="true" />
<action name="procIssuetrackerAdminModifyDisplayOption" 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" />
@ -102,8 +93,6 @@
<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" />
<action name="procIssuetrackerAdminManageCheckedIssue" type="controller" standalone="true" />
</actions>