]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2024-09-05 Marius BalteanuFixed tests (#23980).
2024-09-05 Marius BalteanuReplaces Users and Projects context menu icons with...
2024-09-05 Marius BalteanuReplaces more icons with SVG icongs (#23980).
2024-09-05 Marius BalteanuReplaces activity events icons with SVG icons (#23980).
2024-09-05 Marius BalteanuReplaces edit icons in version page with SVG icons...
2024-09-05 Marius BalteanuReplaces icon-package in Versions index with SVG icon...
2024-09-05 Marius BalteanuReplaces icons from projects listing and project overvi...
2024-09-05 Go MAEDARefactor: Remove jQuery usage in inlineAutoComplete...
2024-09-05 Go MAEDARemove unnecessary rubocop:disable directive for Style...
2024-09-03 Marius BalteanuReplaces news icon with SVG icon (#23980).
2024-09-02 Marius BalteanuReplace icons for files in repository view with SVG...
2024-09-02 Marius BalteanuReplaces icon-folder and icon-folder-open in repository...
2024-09-01 Go MAEDAFix RuboCop offense Style/StringChars (#39887).
2024-09-01 Go MAEDA"##" syntax auto complete does not work (#41096).
2024-09-01 Go MAEDASet UTF-8 as the default CSV export encoding (#41202).
2024-09-01 Go MAEDARevert r23002 (#39887).
2024-09-01 Go MAEDADisable RuboCop Lint/InterpolationCheck for USER_FORMAT...
2024-09-01 Go MAEDAUpdate RuboCop to 1.65 (#39887).
2024-09-01 Go MAEDARegenerate .rubocop_todo.yml (#39887).
2024-09-01 Go MAEDAFix RuboCop offense Style/EmptyLiteral (#39887).
2024-09-01 Go MAEDAFix RuboCop offense Style/RedundantInterpolationUnfreez...
2024-08-31 Go MAEDAFix precision issues in TimeEntry#hours calculation...
2024-08-31 Marius BalteanuReplaces icon-email and icon-passwd icons with SVG...
2024-08-31 Marius BalteanuFixes icon-multiple (#23980).
2024-08-31 Marius BalteanuDo not show icon-cancel backgrond icon if element conta...
2024-08-31 Marius BalteanuReplaces zoom-in icon with SVG icon in ssues report...
2024-08-31 Marius BalteanuDo not show fav/fav-off backgrond icon if element conta...
2024-08-31 Marius BalteanuReplaces zoom-in and zoom-out icons with SVG icons...
2024-08-31 Marius BalteanuRemoves extra spaces in icon classes introduced by...
2024-08-30 Marius BalteanuFixes rubocop offenses introduced by r22991 (#23980).
2024-08-30 Marius BalteanuFixes more tests.
2024-08-30 Marius BalteanuAdd icon to attachment link only when icon variable...
2024-08-30 Marius BalteanuFix failing tests by including IconsHelper in Applicati...
2024-08-29 Marius BalteanuStart working on replacing old icons with SVG icons...
2024-08-25 Go MAEDAFix RuboCop offenses Style/NegatedIf and Style/NegatedW...
2024-08-25 Go MAEDAUpdate RuboCop Rails to 2.26 (#39889).
2024-08-25 Go MAEDAFix RuboCop offense Rails/PluralizationGrammar (#39889).
2024-08-24 Go MAEDAFix untranslated string "OK" in repositories diff view...
2024-08-24 Go MAEDARevert r22981: Incorrect issue number #39887 referenced
2024-08-24 Go MAEDAFix untranslated string "OK" in repositories diff view...
2024-08-24 Go MAEDAFix RuboCop offense Lint/SendWithMixinArgument (#39887).
2024-08-23 Go MAEDAUpgrade to Rails 7.2.1 (#36320).
2024-08-21 Go MAEDAFix RuboCop offense Style/ClassEqualityComparison ...
2024-08-21 Go MAEDAAdd placeholder "h:mm" to hours field for better user...
2024-08-21 Go MAEDAIntroduce `active?` method to Group via Principal model...
2024-08-21 Go MAEDAAdd filters for "Author's group" and "Author's role...
2024-08-21 Go MAEDASet Rubocop TargetRubyVersion to 3.1 (#38585).
2024-08-21 Go MAEDAUse anonymous block forwarding introduced in Ruby 3...
2024-08-20 Go MAEDAUse Array#intersect? introduced in Ruby 3.1 (#38585).
2024-08-20 Go MAEDADrop support for Ruby 3.0 due to Rails 7.2 update ...
2024-08-20 Go MAEDAUpdate RuboCop target Rails version to 7.2 (#36320).
2024-08-20 Go MAEDAFix "missing assertions" warning in test_search_should_...
2024-08-20 Go MAEDAFix RuboCop offense Style/UnlessElse (#36320).
2024-08-20 Go MAEDAFix RuboCop offense Layout/EmptyLineAfterMagicComment...
2024-08-20 Go MAEDAFix RuboCop offense Layout/EmptyLinesAroundClassBody...
2024-08-20 Marius BalteanuUpdates activerecord-sqlserver-adapter gem to 7.2.0...
2024-08-20 Marius BalteanuFix flacky test after Rails 7 update which fails occasi...
2024-08-20 Marius BalteanuEnsures desired test adapter is used in Active Job...
2024-08-20 Marius BalteanuUpdates test environment config to mark assertionless...
2024-08-20 Marius BalteanuReplaces removed `ActiveSupport::Deprecation.warn`...
2024-08-20 Marius BalteanuUpgrade to Rails 7.2.0 (#36320).
2024-08-20 Go MAEDAAdd support for quoted arguments containing commas...
2024-08-16 Go MAEDAAdd filters for "User's group" and "User's role" to...
2024-08-12 Go MAEDAAdd missing assertion in Redmine::MenuManager::MapperTe...
2024-08-12 Go MAEDAFix RuboCop offense Lint/RedundantStringCoercion, one...
2024-08-12 Go MAEDAFix RuboCop offense Layout/SpaceInsideParens, one of...
2024-08-12 Go MAEDAFix RuboCop offense Layout/SpaceAfterComma, one of...
2024-08-12 Go MAEDARemove commented-out dead code and fix RuboCop offense...
2024-08-12 Go MAEDAFix RuboCop offense Layout/EmptyLinesAroundModuleBody...
2024-08-12 Go MAEDAFix RuboCop offense Layout/EmptyLinesAroundMethodBody...
2024-08-12 Go MAEDAFix RuboCop offense Layout/EmptyLinesAroundClassBody...
2024-08-11 Go MAEDAAdd test for r22947 (#41079).
2024-08-11 Go MAEDAFix incorrect sorting of users grouped by status in...
2024-08-08 Go MAEDAFix issue where minutes part of a time entry is display...
2024-07-26 Go MAEDAAdd SSL enforcement and Inline job adapter examples...
2024-07-26 Go MAEDAAdd project identifier to List-Id header in notificatio...
2024-07-22 Go MAEDADisable RuboCop Style/FormatString (#39887).
2024-07-22 Go MAEDATraditional Chinese translation update (#41045).
2024-07-19 Go MAEDAFix RuboCop offense Layout/EmptyLineBetweenDefs (#39887).
2024-07-19 Go MAEDASet default age parameter for User.prune method to...
2024-07-18 Go MAEDAJapanese translation update (#41039).
2024-07-18 Go MAEDAUpdate locales (#39997).
2024-07-18 Go MAEDAAdd an option to render Integer and Float custom fields...
2024-07-18 Go MAEDAUpdated `number.format.delimiter` values in locale...
2024-07-18 Go MAEDARefactor ApplicationHelper#format_object to accept...
2024-07-16 Go MAEDAJapanese translation update (#41027).
2024-07-14 Marius BalteanuUpdate users routing test to include assertions for...
2024-07-14 Marius BalteanuAdds test for bulk unlock users (#40913).
2024-07-14 Marius BalteanuFix tests for updated git repository (#40948).
2024-07-14 Marius BalteanuUpdates broken git repository archive introduced in...
2024-07-14 Go MAEDAUpdate locales (#36197).
2024-07-14 Go MAEDAAdd configurable setting for copying attachments when...
2024-07-13 Marius BalteanuAdd bulk unlock to user list context menu (#40913).
2024-07-13 Marius BalteanuIncreases number of revisions and fileschanges in test...
2024-07-11 Go MAEDAFix RuboCop offense Style/CollectionCompact (#39887).
2024-07-11 Go MAEDAUpdate RuboCop to 1.65 (#39887).
2024-07-11 Go MAEDAFix RuboCop offense Style/MapCompactWithConditionalBloc...
2024-07-08 Marius BalteanuFixes rubocop offenses (#40946).
2024-07-08 Marius BalteanuIntroduces @valid_watcher?@ check on watchables (@40946).
2024-07-08 Marius BalteanuPermission check based on the type of @watchables@...
next