2019-08-01から1ヶ月間の記事一覧

redmine-trunk-changes 2019-08-20

リビジョン 18379 - Per role visibility settings for project custom fields (#31925). Patch by Je... - Redmine ロールごとにプロジェクトのカスタムフィールドが見える・見えないを設定出来るようになりました。 カスタムフィールドを扱うプラグインで…

redmine-trunk-changes 2019-08-18

リビジョン 18377 - Remove deprecated .zIndex() method (#31870). Patch by Fabrice Helmbacher. - Redmine jQueryが2系にあがったのでdeprecateになったzIndexメソッドを使わずcssメソッドでz-indexを設定するようにしています。 リビジョン 18378 - Add …

redmine-trunk-changes 2019-08-17

リビジョン 18372 - Fix that "New custom field" button does not work if there are no custom field... - Redmine カスタムフィールドの管理画面でカスタムフィールドを作成するボタンを押すと、カスタムフィールドの作成画面で、現在見ているカスタムフ…

redmine-trunk-changes 2019-08-15

リビジョン 18371 - Update RuboCop to 0.74.0 (#31509). - Redmine rubocopのバージョンを上げています。

redmine-trunk-changes 2019-08-14

リビジョン 18365 - Fix jQuery.fn.attr('selected') might use property instead of attribute (#3189... - Redmine attrをpropに変更しています。 違いはAttributes vs. Propertiesを読みましょう。 .prop() | jQuery API Documentation リビジョン 18366 …

redmine-trunk-changes 2019-08-13

リビジョン 18363 - Updates jQuery to 2.2.4 and adds jQuery Migrate library to find APIs and feat... - Redmine jQueryが1.11から2.2にアップデートされています。 jQuery 2系はIE9以降のサポートだけど2.2.4ってもう出たの2016年なんですね。 https://…

redmine-trunk-changes 2019-08-11

リビジョン 18361 - Convert HTML links to Textile/Markdown links when creating an issue from an e... - Redmine HTMLメールでリンクが含まれたメールが来たときに、Textile/Markdownのリンクの記法に変換しています。 javascript: とかってMarkdownで書…

redmine-trunk-changes 2019-08-09

リビジョン 18358 - Per role visibility settings for spent time custom fields (#31859). Patch by... - Redmine 作業時間のカスタムフィールドについて、ロールごとに見える・見えないを設定できるようになったみたいです。 リビジョン 18359 - Merged r…

redmine-trunk-changes 2019-08-08

リビジョン 18357 - Add missing fixtures to ImportsControllerTest (#31865). Patch by Yuichi HARADA. - Redmine 足りていなかったfixturesを指定しています。

redmine-trunk-changes 2019-08-07

リビジョン 18356 - Limit total_estimated_hours to visible issues (#31778). Patch by Gregor Schm... - Redmine 予定工数の合計にユーザーが見えないチケットの予定工数も含まれていたので、ユーザーが見えるチケットに絞り込んでいます

redmine-trunk-changes 2019-08-06

今日は拙作のプラグインのsystem testを実行できるrakeタスクを追加するパッチと、sytem test用のディレクトリをプラグイン作成時に作成するパッチが入りました。 うれしい✌✌✌ リビジョン 18354 - Add redmine:plugins:test:system task (#31746). Patch by …

redmine-trunk-changes 2019-08-05

使っているgemのバージョンの更新がありました リビジョン 18352 - Update Rouge to 3.7.0 (#31556). Patch by Marius BALTEANU. - Redmine シンタックスハイライトのgemを更新してます リビジョン 18353 - Update redcarpet to 3.5.0 (#31847). Patch by Ma…

redmine-trunk-changes 2019-08-04

rubocopの設定の修正やリファクタリングがありました。 rubocop周り雑に--safe-auto-correctかけてしまってよいのでは、という気がしなくもない。 特定のCopだけかけるなら--onlyで指定できるし。 Auto-correct - RuboCop: The Ruby Linter that Serves and …

redmine-trunk-changes 2019-08-03

今日はrubocopのtodoを直す変更がありました。 リビジョン 18338 - rubocop: fix Layout/CaseIndentation of test/unit/lib/redmine/scm/adapters/mer... - Redmine case whenのインデントをcaseとwhenの位置が同じになるよう直しています。 リビジョン 1833…

redmine-trunk-changes 2019-08-01

リビジョン 18337 - Add closed_on to the tooltip if the issue is closed (#31697). Patch by Mizuk... - Redmine チケットが閉じられている場合、チケットのツールチップの内容にいつ閉じられたか表示するようにしています。 Patch #31697: Show closed d…

redmine-trunk-changes 2019-07-31

今日は4.0向けのバックポートがありました。 リビジョン 18336 - Merged r18329 from trunk to 4.0-stable (#31742). - Redmine コメントへのリンクを貼ったとき、コメントの見出しのh4だけでなくコメント内容のh4もハイライトされていたのを直す変更を4.0の…

redmine-trunk-changes 2019-07-30

rubocopのスタイルにあわせてコードを修正してtodo.ymlを消化していそう リビジョン 18334 - rubocop: fix Layout/BlockAlignment of test/functional/repositories_git_contro... - Redmine ブロックの開始のインデントがずれていたので直しています。 でも…

redmine-trunk-changes 2019-07-29

この日はrubocopのスタイルに合わせるためのコードの変更がいくつかありました。 rubocopの--fail-levelを指定すると、レイアウトとかStyle関連のcopはとりあえず無視しておけそうな気がするけど、CIではどんな感じで回してるんだっけ... リビジョン 18331 -…