Projects
- r-labs
Redmineついていろいろ実験してみようと思い立ち上げたサイトです。
が、今は面白そうならそれ以外も何でもアリです。Redmine オリジナルプラグイン¶
- Code Review ( English )
- Hudson ( English )
- Wiki Extensions ( English )
- Joel Test
- Issue Extensions
- Logs ( English )
- Theme Changer ( English )
- User Profiles ( English )
- Commit Relation Editor
- Work Time
Redmine オリジナルツール¶
- Banner
Plugin to show message from administrator such as maintenance info site widely. / Redmineにサイト全体に渡って、緊急メッセージや情報を提示するためのプラグインです。
- Repository
- Feedback will be appreciated not only this project but also github's issue tracker, Redmine's forum, or email
...
- Redmine Information
ワークフローや権限レポートなどの管理情報を一般ユーザからみれるようにするプラグインの開発を行います。
- Code Review
Redmine Code Review Plugin の開発を行うプロジェクト。
Repository¶
https://bitbucket.org/haru_iida/redmine_code_review
- Glossary
Redmine で用語集を作るプラグインの開発を行うプロジェクト
- Hudson
Redmine Hudson Plugin の開発を行うプロジェクト。
- Issue Extensions
Redmine Issue Extensions Plugin の開発を行うプロジェクト。
- Issue Template
Plugin to generate and use issue templates for each project to assist issue creation.
Please see here for installation and settings info.
チケット作成時に利用できるチケットテンプレートを登録、管理するためのプラグインです。
Haruさんが作成してくださったハンズオンのコードをベースに作成します。- Manual / ご利用ガイド (http://www.r-labs.org/projects/issue-template/wiki/About_en)...
- Joel Test
Redmine Joel Test Plugin の開発を行うプロジェクト。
- RedmineAir
Adobe Airを使ったRedmineクライアントです。
Redmineのバージョンは1.0以上が対象です。
(REST APIを使うため) - SkillMaps
自分のスキルを他人が評価してくれるソーシャル他人評価サービスです。
※Redmineは関係ありません - TestLink Link
Redmine からテスト管理システム TestLink へのリンクを張るプラグインです。
- Theme Changer
Redmineのテーマをユーザ毎に設定可能にするプラグインです。
Repository¶
http://bitbucket.org/haru_iida/redmine_theme_changer/overview
Downloads¶
http://bitbucket.org/haru_iida/redmine_theme_changer/downloads
- User Import Plugin
Redmine plugin for User bulk import from csv
Official Plugin Directory at Redmine site:
http://www.redmine.org/plugins/user_import_pluginSource code repository:
https://github.com/shrkw/redmine_user_importUsage:
http://d.hatena.ne.jp/shrkw/20090611/redmine_user_import_en... - User Profile
- Wiki Extensions
Wiki Extensions プラグインを作成するプロジェクト。
Repository¶
https://bitbucket.org/haru_iida/redmine_wiki_extensions
Download¶
https://bitbucket.org/haru_iida/redmine_wiki_extensions/downloads
- ProjectReport (プロジェクト報告書)
プロジェクトのレポート(報告書)を redmine で作成してしまおうという、面倒くさがりなリーダ向けのプロジェクト。
- Wiki Lists
wiki macros : ref_issues, etc.
- Work Time
Redmine pluginで工数管理:WorkTime¶
(Redmine本家への登録: https://www.redmine.org/plugins/redmine_work_time)
レッドマインで工数管理を行うためのプラグインを作りました。
チケットの「時間を記録」と連動していて、ユーザ毎に工数管理(日毎入力、月間集計)を行うことができます。ライセンス¶
GPL2のオープンソースです。
導入方法¶
Redmineをインストールして正常に動作することを確認して下さい。
(参考: http://redmine.jp/install/ )redmine2.0以降¶
https://github.com/tkusukawa/redmine_work_time/releases
から最新のzipファイルをダウンロードし
$REDMINE/plugins/
に展開します。$ cd $REDMINE/plugins $ unzip redmine_work_time-~.zip
Redmineのルートに戻ってDBの初期化を行います。
$ cd $REDMINE $ rake redmine:plugins:migrate RAILS_ENV=production
これでRedmineを起動すると
各プロジェクトの「設定」タブ→「モジュール」にWorkTimeが出てきますので、
チェックして有効化ください。「管理」「ロールと権限」で設定する権限についてもWorkTimeの設定をしてください。
redmine1.*.*¶
https://github.com/tkusukawa/redmine_work_time/releases
からVer0.1.*のzipファイルをダウンロードし
$REDMINE/vendor/plugins/
に展開します。$ cd $REDMINE/vendor/plugins $ unzip redmine_work_time-~.zip
Redmineのルートに戻ってDBの初期化を行います。
$ cd $REDMINE $ rake db:migrate_plugins RAILS_ENV=production
これでRedmineを起動すると
各プロジェクトの「設定」タブ→「モジュール」にWorkTimeが出てきますので、
チェックして有効化ください。「管理」「ロールと権限」で設定する権限についてもWorkTimeの設定をしてください。
使い方¶
Wiki:使い方(書き途中) をご覧下さい。
動作環境¶
最新バージョンの互換性は http://www.redmine.org/plugins/redmine_work_time をご確認下さい。
● redmine_work_time-0.2.16~- redmine-2.3.*以降
- redmine-2.*.*
- redmine-2.1.*
- redmine-2.0.*
- redmine-1.4.*
- redmine-1.3.*
- redmine-1.2.1~1.2.3
- redmine-1.2.0
- redmine-1.1.*
- redmine-1.0.*
- redmine-0.9.*
不具合があったらご連絡いただけると助かります。
Repository¶
Git: https://github.com/tkusukawa/redmine_work_time.git
リリースノート¶
Ver0.4.1(d30876f1) redmine_work_time-0.4.1.zip Date: 2020-10-04¶
fixes #1502 update fails cause by custom field
Add ca & es translations
pull request 3 from csalom/_add_translations
Defect #1507: Work Time cannot be saved with Redmine-trunk(r19944) -> pull request 5Ver0.4.0(2486f8d3) redmine_work_time-0.4.0.zip Date: 2018-12-11¶
Support #1499: support Redmine4.0 (Rails5)
<注意>
Redmine4.0より前(Rails5未満)の環境ではDBマイグレーションに失敗します。
Version0.3.4を使用してください。Ver0.3.4(commit:2ec86b7de158) redmine_work_time-0.3.4.zip Date: 2017-03-06¶
Defect #1429: Internal error may occur when data downloaded with activity
Defect #1461: MSSQL 2012 500 Internal Server Error
Defect #1462: Default value of activity is not set
Defect #1470: Conflict database index with Redmine3.4
Feature #1434: real time update of total time by minutes input
Feature #1445: Observer role<注意>
以前のredmine_work_timeを使っていて Redmineを3.4にする場合は、必ずRedmineを3.4にする前(redmine_work_timeを0.3.4にする前)に以下のコマンドを実行し、その後にRedmineを3.4に、redmine_work_timeを0.3.4に更新して下さい。$ cd $REDMINE
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_work_time VERSION=009そうしないと、Redmine3.4のDB migrationが失敗します。
$ bundle exec rake db:migrate RAILS_ENV=production
...
20161220091118 AddIndexOnIssuesParentId: migrating =======================
-- add_index(:issues, :parent_id)
rake aborted!
StandardError: An error has occurred, all later migrations canceled:Index name 'index_issues_on_parent_id' on table 'issues' already exists
...Ver0.3.3(commit:eb90dcc9289f) redmine_work_time-0.3.3.zip Date: 2016-08-27¶
fixes #1412 internal server error on plugin setting
PullRequest 26 Translations to pt-BR
fixes #1423 download data for each activity
fixes #1424 zh.yml updated. by Steven Wong
fixes #1426 open redmine_work_time occured 500 error
fixes #1428 can not use memo function in using CKEditor plug-inVer0.3.2(commit:e00e6bb9c482) redmine_work_time-0.3.2.zip Date: 2016-05-03¶
PullRequest 22 updated turkish translation
PullRequest 23 updated russian translation
PullRequest 24 round to two decimals
PullRequest 25 round to two decimals
take in the https://github.com/planio-gmbh/redmine_work_time fixes
fixes #1408 Display Company's monthVer0.3.1(commit:05045c35040c) redmine_work_time-0.3.1.zip Date: 2015-07-19¶
Defect #1381: Legend is difficult to read
Defect #1383: Status is not updated if changed, even when there is a time entered
Defect #1384: Rails 4.2 compatibility issue on Estimated / spent times in daily reports
Defect #1385: Undefined method value_was for TimeEntryCustomField
PullRequest 21 Add the russian translationVer0.3.0(commit:9d4cf77da1e9) redmine_work_time-0.3.0.zip Date: 2015-03-07¶
Defect #1348: Empty line does not work as v-space in memo area
Defect #1350: Table borders of the memo field does not appear
PullRequest 17 Add Index to issue.parent_id and Re-write SQL.
fixes Download Monthly Report(relayed) Internal error is shown
Defect #1359: Spelling error in CSV export
Feature #1362: プラグイン拡張のためのHTML属性の追加
Feature #1282: Hide the Worktime shortcut in header bar
PullRequest 18 Change items ordering and permission
Support #1368: Redmine3.0対応Ver0.2.16(commit:fbc9d9849ea6) redmine_work_time-0.2.16.zip Date: 2014-09-16¶
Defect #1345: 'Add Ticket' button no longer works with Chrome 37+
PullRequest 13 レイアウトの調整をしてみました
PullRequest 14 Norwegian translations
PullRequest 15 Add a REST api on top of work timeVer0.2.15(commit:74333d819b62) redmine_work_time-0.2.15.zip Date: 2014-07-06¶
Defect #1249: Problem with issues assigned to groups, (not members)
Defect #1301: No Activities Error
Defect #1303: 削除されたチケットがあるとInternalErrorになる場合がある
Defect #1336: Internal error when a user is deleted in Redmine
Feature #1273: 他のメンバーの工数を変更した際にその事が解るようにしたい
Feature #1340: プロジェクトの順序変更のリンクを目立たせる
Proposal #1318: I suggest to show the Set/Delete holiday menu to admins on the global page
Proposal #1319: Add strings to locales to translate Work Time rights
Proposal #1322: Update the daily inputs total time dynamically
Proposal #1335: Add a legend of styles usedVer0.2.14(commit:079f8b768a01) redmine_work_time-0.2.14.zip Date: 2013-08-20¶
Defect #1266: 意図せずステータスを戻してしまうことがある
Feature #1222: ユーザのリストをソート表示に変更
Feature #1259: 担当チケットと作業したチケットの表示色を変えたい
Feature #1270: enable to edit spend time of other memberVer0.2.13(commit:658f2ab1ecbf) redmine_work_time-0.2.13.zip Date: 2013-06-15¶
Defect #1242: undefined method `[]' for nil:NilClass at _relay_table.html.erb:10
Feature #1240: italian translationVer0.2.12(commit:ec8ddfec9d46) redmine_work_time-0.2.12.zip Date: 2013-05-11¶
Defect #1230: custom fields are not updated if the hour is not changed.
Defect #1234: 表示できないチケットがあるとInternal ErrorになるVer0.2.11(commit:372e7ac4ab35) redmine_work_time-0.2.11.zip Date: 2013-03-25¶
Defect #1200: don't view non-costed project on ticket-relay edit page.
Defect #1215: work_time 0.2.10 Internal error on sqlite3Ver0.2.10(commit:a0440e49d23b) redmine_work_time-0.2.10.zip Date: 2013-03-03¶
Defect #1198 Internal Error on Redmine2.1 & WorkTime0.2.9
Defect #1199 Internal Error on WorkTime0.2.9 & PostgreSQLVer0.2.9(commit:082ba065ebd9) redmine_work_time-0.2.9.zip Date: 2013-03-03¶
Feature:remaining time and status can be changed on daily table (in with backlog plugin)
Feature #1042: Show assigned issues automatically on Daily Report
Feature #1192: bulkupdate relay by issue's (parent, child)relation (scrum support)
Feature #1195: cosmetic change. about (event)'a link' to 'buttons'Ver0.2.8(commit:1a77028ba0e0) redmine_work_time-0.2.8.zip Date: 2013-02-23¶
fixed bugs in initialize new elements.
modify label 'Ticket Relayed Monthly Report' -> 'Monthly Report(relayed)'
modify label 'Select project' -> 'Restrict project'Ver0.2.7(commit:8b2f09e9afa6) redmine_work_time-0.2.7.zip Date: 2013-02-16¶
erbに散らばっていたJSをwork_time.jsに収集
AタグのJS表記を統一
Redmine2.0と2.1の両方で使えるように修正
"data download"のラベルの追加忘れを修正
add data export function
チケットが無くなっていた時の例外処理を追加
init.rbにプロジェクトURLを記述
日毎メモの更新時間の表示がおかしかったので修正
集計表示の不具合修正と効率の改善
集計表示を小数点以下2桁で右寄せで表示するように変更Ver0.2.6(commit:67546d56100b) redmine_work_time-0.2.6.zip Date: 2012-09-17¶
fixes #1109 jQuery(Redmine2.1)への対応
Ver0.2.5(commit:a4599e9c898e) redmine_work_time-0.2.5.zip Date: 2012-09-17¶
fixes #1108 ログアウト状態で直接WorkTimeの画面のURLにアクセスするとInternal Server Errorが発生する
Ver0.1.11(commit:3b5198e46b8e) redmine_work_time-0.1.11.zip Date: 2012-08-17¶
fixes #1100 edit relay shows 500 error.
Redmine1系にはCodesetUtil.from_utf8が無かったので削除Ver0.2.4(commit:6eb7b892c820) redmine_work_time-0.2.4.zip Date: 2012-08-15¶
fixes #1100 edit relay shows 500 error.
Ver0.2.3(commit:a8c19c183860) redmine_work_time-0.2.3.zip Date: 2012-08-14¶
fixes #1096 データダウンロードをsjisにしたい
fixes #1095 #1099 view month report shows 500 errorVer0.1.10(commit:1b8e0605679e) redmine_work_time-0.1.10.zip Date: 2012-08-14¶
fixes #1096 データダウンロードをsjisにしたい
Ver0.2.2(commit:3b1d91ed6f78) redmine_work_time-0.2.2.zip Date: 2012-07-15¶
fixes #1065 エラーメッセージの表示にタグが表示される
fixes #1068 クローズしたチケットの進捗を更新しようとすると500エラーのダイアログがポップアップする
fixes #1085 IEで「チケットの追加」が機能しないVer0.1.9(commit:b32f1da4baa2) redmine_work_time-0.1.9.zip Date: 2012-07-15¶
fixes #1051 データダウンロードの形式をTSVにする
fixes #1068 クローズしたチケットの進捗を更新しようとすると500エラーのダイアログがポップアップする
fixes #1085 IEで「チケットの追加」が機能しないVer0.2.1(commit:85fdf76d776d) redmine_work_time-0.2.1.zip Date: 2012-06-17¶
fixes #1051 データダウンロードの形式をTSVにする
fixes #1058 終了チケットの表示に”<del>”と表示されるVer0.2.0(commit:c41a2bda8279) redmine_work_time-0.2.0.zip Date: 2012-06-10¶
fixes #1050 Redmine2.0への対応
Ver0.1.8(commit:5db83e881c3a) redmine_work_time-0.1.8.zip Date: 2012-06-10¶
fixes #1043 チケット付替月間集計の翌月リンク「>>」がエラーになる場合がある問題を修正
fixes #1018 「付替なし月間集計」のデータダウンロードとして付替え先チケットの情報を含めて出力する機能を追加
fixes #1016 公開されていないプロジェクトが日毎工数に表示されてしまう問題の修正
fixes #1017 工数集計の際に参照権限の無いチケットに工数があることに気付けない問題の修正
fixes #1049 typo: Tikect should be TicketVer0.1.7(commit:0ed369397666) redmine_work_time-0.1.7.zip Date: 2012-05-05¶
fixed #998 チケット付替時のチケット選択ポップアップでのPJの順をチケット付替表示と同じにする
redmine1.4への対応(route.rb追加) [by bamchoh様]
チケットのステータスが終了状態であった場合に進捗%を更新するポップアップを表示するとエラーになっていた問題の修正 [by bamchoh様]Ver0.1.6(commit:e5cd8ecc7353) redmine_work_time-0.1.6.zip Date: 2012-01-28¶
fixes #923 NoMethodError (undefined method `visible?' for nil:NilClass)
fixes #933 Korean translation updated by Ki Won Kim.Ver0.1.5(commit:8e4697f5cb06) redmine_work_time-0.1.5.zip Date: 2012-01-08¶
fixed #856 日毎メモ編集中に日毎メモ表示を消す
fixed #872 権限設定の項目順序変更
fixes #886 Don't view entries that have not permission of projects/ticketsVer0.1.4(commit:aefb234a565a) redmine_work_time-0.1.4.zip Date: 2011-10-22¶
fixes #827 付替チケットの表示のみをAjax更新する仕様とし、表全体の再計算は行わないように変更
fixes #844 プロジェクト選択リストの順序を集計表示の順序と同じになるように修正
fixed Issue 47: See worktime of disabled users
fixed Issue 58: Simplified Chinese translationVer0.1.3(commit:6a9417ab12ec) redmine_work_time-0.1.3.zip Date: 2011-09-17¶
fixes #824 ユーザ切り替え時にユーザ名が見えるように変更
fixes #826 新規エントリの活動をデフォルト値が選択された状態で表示されるように修正
fixed Issue 52: RuntimeError in Work timeController#index if there is a time entry without ticket id
Issue 48: French translation
エラー表示の不具合を修正
fixed Issue 45: 時間トラッキングがイネーブルでないPJのチケットが「日毎工数」に表示されるもっと過去のバージョン¶
http://code.google.com/p/kusu/wiki/WorkTime
にあります。もっともっと過去のバージョン¶
http://kusu.way-nifty.com/blog/redmine_work_time.html
にあります。実はRedmine Plug-in、Ruby on Railsの習作であり、
私の初めてのWEBアプリケーションとして2008年12月に作り始めました。
ですので、いろいろ変なことをやらかしていると思います。
気づいた点やアドバイスなどご連絡いただけると幸いです。
Also available in: Atom