Activity
From 2019-10-20 to 2019-10-22
2019-10-22
-
18:06 Revision 18839 (svn): code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rb
-
18:06 Revision 18838 (svn): code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/helpers/application_helper_test.rb
-
17:55 Revision 18837 (svn): code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/helpers/gantt.rb
-
17:54 Revision 18836 (svn): code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/diff.rb
-
17:54 Revision 18835 (svn): code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/wiki_page.rb
-
17:54 Revision 18834 (svn): code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/time_entry.rb
-
17:54 Revision 18833 (svn): code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/query.rb
-
17:54 Revision 18832 (svn): code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/project.rb
-
17:54 Revision 18831 (svn): code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/controllers/wiki_controller.rb
-
17:53 Revision 18830 (svn): code layout clean up app/models/role.rb
-
17:53 Revision 18829 (svn): code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/role.rb
-
17:35 Revision 18828 (svn): code cleanup: rubocop: fix Lint/NestedMethodDefinition in test/unit/lib/redmine/menu_manager/menu_helper_test.rb
-
17:35 Revision 18827 (svn): fix random test failure of ProjectQueryTest (#29482)
-
16:12 Revision 18826 (svn): Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when ImageMagick convert is not available (#32307, #22481).
- Patch by Go MAEDA.
-
15:44 Revision 18825 (svn): code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in app/controllers/timelog_controller.rb
-
15:44 Revision 18824 (svn): code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in app/controllers/messages_controller.rb
-
15:43 Revision 18823 (svn): code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in app/controllers/boards_controller.rb
-
15:43 Revision 18822 (svn): code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/application_helper.rb
-
14:41 Revision 18821 (svn): code cleanup: rubocop: fix Performance/RedundantBlockCall in app/controllers/application_controller.rb
-
14:41 Revision 18820 (svn): code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/scm/adapters/abstract_adapter.rb
-
14:40 Revision 18819 (svn): code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/views/builders.rb
-
14:40 Revision 18818 (svn): rubocop: add new detected files to Performance/RedundantBlockCall (#32308)
-
14:40 Revision 18817 (svn): use "class << self" syntax for Redmine::Views::Builders#for (#32308)
-
14:40 Revision 18816 (svn): use "if block_given?" instead of "if block" in lib/redmine/views/builders.rb (#32308)
-
14:40 Revision 18815 (svn): use "if block_given?" instead of "if block" in lib/redmine/views/builders/structure.rb (#32308)
-
14:16 Revision 18814 (svn): code cleanup: rubocop: fix Performance/RedundantBlockCall in test/functional/repositories_git_controller_test.rb
-
14:10 Revision 18813 (svn): code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/views/builders/structure.rb
-
14:10 Revision 18812 (svn): code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/redmine/views/builders/json_test.rb
-
14:09 Revision 18811 (svn): code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/redmine/views/builders/xml_test.rb
-
13:41 Revision 18810 (svn): code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArrayBraceLayout in test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb
-
13:41 Revision 18809 (svn): rubocop: remove test/helpers/application_helper_test.rb from Layout/CaseIndentation and Layout/IndentHeredoc fixed by previous revisions
-
13:40 Revision 18808 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_syntax_highlight
-
13:40 Revision 18807 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_non_closing_pre_blocks_should_be_closed
-
13:40 Revision 18806 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_pre_content_should_not_parse_wiki_and_redmine_links
-
13:40 Revision 18805 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_pre_tags
-
13:40 Revision 18804 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_syntax_highlight_ampersand_in_textile
-
13:40 Revision 18803 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_inline_images_inside_tags
-
13:39 Revision 18802 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_table_of_content
-
13:39 Revision 18801 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_table_of_content_should_generate_unique_anchors
-
13:39 Revision 18800 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_table_of_content_should_contain_included_page_headings
-
13:39 Revision 18799 (svn): code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHelperTest#test_section_edit_links
-
13:31 Revision 18798 (svn): code cleanup: rubocop: fix Style/MultipleComparison in lib/redmine/scm/adapters/git_adapter.rb
-
13:31 Revision 18797 (svn): code cleanup: rubocop: fix Style/UnneededSort in test/unit/repository_git_test.rb
-
13:30 Revision 18796 (svn): code cleanup: rubocop: fix Style/UnneededInterpolation in lib/redmine/scm/adapters/git_adapter.rb
-
13:30 Revision 18795 (svn): code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/models/setting.rb
-
13:30 Revision 18794 (svn): code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/setting.rb
-
13:30 Revision 18793 (svn): code cleanup: rubocop: fix Layout/AlignArray in lib/redmine/default_data/loader.rb
-
13:30 Revision 18792 (svn): code cleanup: rubocop: fix Layout/AlignArray in app/models/setting.rb
-
07:04 Revision 18791 (svn): Removes duplicated 'group_by' id (#29482).
- Patch by Marius BALTEANU.
-
07:03 Revision 18790 (svn): Fix display type in query form view (#29482).
- Patch by Marius BALTEANU.
-
06:11 Revision 18789 (svn): Traditional Chinese translation update (#32316).
- Patch by ChunChang Lo.
-
03:34 Revision 18788 (svn): Remove code for unsupported versions of Rails from open_id_authentication (#32297).
- Patch by Go MAEDA.
2019-10-21
-
09:20 Revision 18787 (svn): Fix random test failure of ProjectQueryTest (#29482).
- Patch by Marius BALTEANU.
2019-10-20
-
10:52 Revision 18786 (svn): Japanese translation update (#32303).
- Patch by Go MAEDA.
-
06:32 Revision 18785 (svn): Remove label_show_closed_projects from all translation files (#29482).
- The string has been removed from en.yml in r18761.
-
01:32 Revision 18784 (svn): Update locales (#29482).
Also available in: Atom