Project

General

Profile

JaGuide » History » Version 5

Go MAEDA, 2017-08-22 05:36

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