Project

General

Profile

JaGuide » History » Version 2

Go MAEDA, 2011-04-21 17:21

1 2 Go MAEDA
h1. Redmine guide - 日本語 (Japanese)
2 1 Etienne Massip
3 2 Go MAEDA
h2. インストールガイド
4
5
* [[jaRedmineInstall|Redmineのインストール]]
6
* [[jaRedmineUpgrade|アップグレード]]
7
* [[jaRedmineMigrate|他システムからの移行]]
8
9
* [[jaEmailConfiguration|メールの設定例]]
10
11
h2. 管理者ガイド
12
13
* [[jaRedmineProjects|プロジェクトの管理]]
14
* [[jaRedmineUsers|ユーザの管理]]
15
* [[jaRedmineGroups|グループの管理]]
16
* [[jaRedmineRoles|ロールと権限]]
17
* [[jaRedmineIssueTrackingSetup|課題管理システム]]
18
* [[jaRedmineCustomFields|カスタムフィールド]]
19
* [[jaRedmineEnumerations|列挙項目]]
20
* [[jaRedmineSettings|アプリケーションの設定]]
21
22
h3. 高度な設定
23
24
* [[jaRedmineRepositories|リポジトリの設定]]
25
* [[jaRedmineReceivingEmails|メールによるチケットの登録]]
26
* [[jaRedmineReminderEmails|リマインダメールの送信]]
27
* [[jaRedmineLDAP|LDAP認証]]
28
29
h2. ユーザーガイド
30
31
* [[jaRedmineAccounts|アカウント]]
32
* [[jaRedmineUserProfiles|User profiles]]
33
* [[jaRedmineLogin|ログイン]]
34
* [[jaRedmineRegister|登録]]
35
36
* [[jaRedmineProjectsList|Projects]]
37
* [[jaRedmineSearch|検索]]
38
39
* [[jaRedmineProjectOverview|概要]]
40
* [[jaRedmineProjectActivity|活動]]
41
* [[jaRedmineIssues|チケット]]
42
** [[jaRedmineIssueList|チケット一覧]]
43
*** [[jaRedmineIssueChangelog|変更記録]]
44
*** [[jaRedmineIssueSummary|Issue summary]]
45
** [[jaRedmineRoadmap|ロードマップ]]
46
*** [[jaRedmineVersion|バージョン]]
47
* [[jaRedmineTimeTracking|時間トラッキング(工数管理)]]
48
** [[jaRedmineTimelogDetails|Spent-time details]]
49
** [[jaRedmineTimelogReport|Spent-time report]]
50
* [[jaRedmineGantt|Gantt]]
51
* [[jaRedmineCalendar|Calendar]]
52
* [[jaRedmineNews|News]]
53
* [[jaRedmineDocuments|Documents]]
54
* [[jaRedmineFiles|ファイル]]
55
* [[jaRedmineForums|Forums]]
56
* [[jaRedmineWikis|Wikis]]
57
* [[jaRedmineRepository|Repository]]
58
** [[jaRedmineRepositoryStatistics|Statistics]]
59
* [[jaRedmineProjectSettings|プロジェクトの設定]]
60
61
* [[jaRedmineAttachedFiles|Files attached to Redmine resources]]
62
63
* [[jaRedmineTextFormatting|RedmineのWiki記法]]
64
65
h2. Developer guide
66
67
h3. General development
68
69
* [[jaCoding Standards]]
70
* [[jaRest_api|Redmine REST API]]
71
* Subversion instructions can be found on the usual [[jaDownload|download]] page and checking-out URL's on the [[jaCheckingoutRedmine|checkout-page]]
72
* [[jaRedmineGitTracking|Using the Git Tracking Branch]] -- an alternative if you use Git
73
* Creating and applying [[jaPatch|patches]]
74
* An [[jaReleaseManagement|explanation]] of what changes may be in future Redmine releases
75
* A description of the content of both the [[jaPlugin List|Redmine plugin list]] and the [[jaTheme List|Redmine theme list]] can be found at the "[[jaExtensionListInfo|extension list info]]" page
76
* The [[jaReleaseProcess|release process]] for Redmine
77
78
h3. Plugin development
79
80
* A step-by-step [[jaPlugin_Tutorial|tutorial]] on writing a Redmine plugin
81
* A description of the [[jaPlugin_Internals|internal handling of Redmine plugins]]
82
* A description of the [[jaHooks|Redmine plugin hooks API]]
83
* An incomplete [[jaHooks_List|list of available Redmine plugin hooks]]
84
85
h3. Theme development
86
87
* A howto ([[jaHowTo create a custom Redmine theme]]) which explains how to create a custom Redmine theme
88
89
h3. Alternative/Custom Authentication
90
91
* A howto ([[jaAlternative/custom authentication HowTo]]) for implementing authentication against a different database.