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