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

redmine-trunk-changes 2019-09-18

リビジョン 18476 - Change textfield to textarea for "Exclude attachments by name" (#19903). Pat... - Redmine メールの添付ファイルを弾く設定の入力欄が1行で使いづらかったので、複数行のtextareaにしてます。 リビジョン 18477 - code cleanup: rub…

redmine-trunk-changes 2019-09-17

リビジョン 18475 - Add wiki toolbar to "Email header" and "Email footer" in "Email notifications... - Redmine 管理画面のUI改善、メール通知のヘッダーとフッターの内容を入力するところにツールバーがつきました。 べんり。

redmine-trunk-changes 2019-09-16

リビジョン 18474 - Fix FrozenError during tests (#32071, #26561). Patch by Go MAEDA. - Redmine FrozenStringを変更しようとしてErrorが発生しないよう<<を+=に修正しています。

redmine-trunk-changes 2019-09-15

リビジョン 18471 - Constrain sidebar width on different resolutions (#32037). Patch by Antonio ... - Redmine サイドバーの幅を画面の解像度に合わせて増減するようにしています。 リビジョン 18472 - code cleanup: rubocop: fix Layout/IndentAssign…

redmine-trunk-changes 2019-09-14

リビジョン 18468 - Add clear query icon next to selected query in sidebar (#31640). Patch by Ma... - Redmine カスタムクエリをクリアするためのアイコンを、サイドバーの選択中のカスタムクエリの横に表示しています。 スマホでRedmineみたことがあま…

redmine-trunk-changes 2019-09-13

リビジョン 18460 - Fix that date grouping for MySQL is not working (#32046, #13803). Patch by M... - Redmine MySQLで日付をグループ化するSQLがうまく動いていなかったのを修正しています。 カラムを日付に変更してからタイムゾーンを変換していたの…

redmine-trunk-changes 2019-09-12

リビジョン 18452 - Fix the test name different from the actual behavior (#31994). Patch by Mari... - Redmine テストのメソッド名が実際の動作と違う説明をしていたので、修正しています。 リビジョン 18453 - code cleanup: scm: cvs: remove unused …

redmine-trunk-changes 2019-09-11

リビジョン 18445 - Fix that Redmine::ApiTest::NewsTest fails when config.time_zone is set (#1346... - Redmine config.time_zone が設定されていると落ちるテストを直しています。 UTCの時刻をiso8601の書式で文字列化した場合にマッチする正規表現で…

redmine-trunk-changes 2019-09-09

news関連のREST APIが追加されています。 リビジョン 18440 - REST API for creating news (#13468). Patch by Takenori TAKAKI. - Redmine newsを作成するためのREST APIを追加しています。 POST /project/:project_id/news.json POST /project/:project_id…

redmine-trunk-changes 2019-09-05

リビジョン 18428 - Broken JavaScript icon in the repository view (#32012). Patch by Antonio McD... - Redmine リポジトリでディレクトリの内容を表示している際にJavaScriptファイルの専用アイコンが表示されていなかったみたいです。 mimeタイプをも…

redmine-trunk-changes 2019-09-04

近況: ruby-jpのredmineチャンネルにコミットのRSSを流すようにしてみました。 ruby-jp.github.io リビジョン 18424 - Update Rouge to 3.10.0 (#31556). - Redmine Rougeのバージョンを上げています。更新が盛んですね。 リビジョン 18425 - code cleanup: …

redmine-trunk-changes 2019-09-03

リビジョン 18421 - iTraditional Chinese translation (#31997). Patch by ChunChang Lo. - Redmine 繁体字中国語の訳を更新しています。 リビジョン 18422 - Add missing fixtures to TimelogCustomFieldsVisibilityTest (#31999). Patch by... - Redmine …

redmine-trunk-changes 2019-09-02

リビジョン 18420 - Update raphael.js to 2.3.0 (#31436). - Redmine raphael.jsのバージョンを2.1.0から2.3.0に上げています。

redmine-trunk-changes 2019-08-31

コードきれいにした日っぽい リビジョン 18417 - code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap... - Redmine 不要なコメントだったのかコメントをバッサリ消してますね。 リビジョン 18418 - code cleanup lib/redmine/s…

redmine-trunk-changes 2019-08-30

リビジョン 18416 - Bulgarian translation update (#31983). Patch by Ivan Cenov. - Redmine パスワード関連のブルガリア語の訳を更新しています。

redmine-trunk-changes 2019-08-29

パスワードに特定の種類の文字を含めるための設定が追加されました チケットFeature #4221: Force passwords to contain specified character classes - Redmine リビジョン 18411 - Force passwords to contain specified character classes (#4221). Patch…

redmine-trunk-changes 2019-08-28

リビジョン 18406 - VersionsControllerTest#test_show randomly fails (#31964, #28510). Patch by Y... - Redmine Gravatarが表示されないことを確認するテストがたまに落ちるので落ちないように修正しています。with_settings ヘルパーべんりですね。 リ…

redmine-trunk-changes 2019-08-27

リビジョン 18398 - German translation update (#31256). Patch by Bernhard Rohloff. - Redmine ドイツ語の訳が多数更新されています。 リビジョン 18399 - German translation update for 4.0-stable (#31951). Contributed by Bernhard R... - Redmine …

redmine-trunk-changes 2019-08-26

リビジョン 18396 - Reject setting RFC non-compliant emission email addresses (#31154). Patch by... - Redmine 通知の送信元のメールアドレスの設定のバリデーションをユーザーのメールアドレスと同じバリデーションに寄せて、RFCに違反したメールアド…

redmine-trunk-changes 2019-08-25

リビジョン 18388 - Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820). Pa... - Redmine メール経由でチケットを作成する際メールの件名が空だとチケットのタイトルが使用している言語に関わらずno subjectという名前になっていた…

redmine-trunk-changes 2019-08-25

リビジョン 18383 - Better handling of HTML tables when creating an issue from an email (#31231).... - Redmine メール経由でチケットを作成する際にメールのHTMLのtableがいい感じになるようにしています。 見出しが太字になるようにしてそう。 リビジ…

redmine-trunk-changes 2019-08-21

一応毎日変更見てるんだけど書くの忘れがち リビジョン 18381 - MarkdownFormatterTest#test_should_support_underlined_text is declared as priv... - Redmine TestUnitのテストをプライベートメソッドで定義してしまっていたのでpublicにしています。 リ…