475 Commits (9955844da1d209778f06ad9a3583949048b8ee88)

Author SHA1 Message Date
  Go MAEDA b4dbd821c9 Issue Summary: add statistics about issues without assignee, version or category (#13099). 2 years ago
  Go MAEDA 578e367c8c Allow addition/removal of subtasks to show in parent's history (#6033). 2 years ago
  Marius Balteanu 506fc9d74c Tokenize search parameter in order to allow multiple search terms in: 2 years ago
  Marius Balteanu 05e9d7883b Use sanitize_sql_like in like scopes (#35073). 2 years ago
  Marius Balteanu f31a1e2bbb Fixed attachments deletable by user without edit issue permission on tracker (#35634). 2 years ago
  Go MAEDA 83e22515b9 Ruby 3.0: Fix `super` calls (#34992, #34986). 3 years ago
  Go MAEDA f134831602 Do not journalize attachments that are added during a "Copy Issue" operation (#34921). 3 years ago
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Go MAEDA 5d251f28d0 Unable to autoload constant Version.table_name if gems use Version class (#33206). 3 years ago
  Go MAEDA 354d30df31 Add class 'error' to custom fields with validation errors (#32764, #34580). 3 years ago
  Go MAEDA 3f3514d8b1 Show only valid projects on issue form when the issue is a subtask (#33419). 3 years ago
  Toshi MARUYAMA ca099daae2 shorten long line of app/models/issue.rb 3 years ago
  Go MAEDA f43b3685ff Use sum { ... } instead of map { ... }.sum (#34399). 3 years ago
  Toshi MARUYAMA 43b848a2ed remove spaces inside {} of app/models/issue.rb 3 years ago
  Toshi MARUYAMA 4ce729d5af use "do end" instead of {} at ActiveRecord scope lambda of app/models/issue.rb 3 years ago
  Toshi MARUYAMA 63cd0b3e61 use "do end" instead of {} at app/models/issue.rb 3 years ago
  Go MAEDA e48ff48820 Evaluate acts_as_activity_provider's scope lazily (#33664). 3 years ago
  Toshi MARUYAMA d208cb6421 fix source indent of app/models/issue.rb 3 years ago
  Go MAEDA a7b9fa9996 Fix that Issues API bypasses add_issue_notes permission (#33689). 3 years ago
  Toshi MARUYAMA 258ba9b88b remove spaces inside {} of app/models/issue.rb 3 years ago
  Toshi MARUYAMA f3f333a906 add space after comma to app/models/issue.rb 3 years ago
  Toshi MARUYAMA 2f478664f7 add empty line after guard clause to app/models/issue.rb 3 years ago
  Toshi MARUYAMA 26bf703530 fix source indent of Issue#visible_condition 3 years ago
  Toshi MARUYAMA 9568e81d73 fix source indent of Issue#self_and_descendants 3 years ago
  Go MAEDA 3f11c1f10b Add "behind-schedule" CSS class to issues (#31881). 3 years ago
  Go MAEDA 6416bb5f51 Done ratio of a parent issue may be shown as 99% even though all subtasks are completed (#33576). 4 years ago
  Go MAEDA ca2bde9fbf Updating an issue via REST API causes internal server error if invalid project id is specified (#33417). 4 years ago
  Go MAEDA 5917137d12 Show warning and the reason when the issue cannot be closed or reopen because of open subtask(s), blocking issue(s) or closed parent issue (#31589). 4 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Go MAEDA d48769f152 Enable users to receive email notifications about high issues (only) (#32628). 4 years ago
  Toshi MARUYAMA 9e27f2a7c3 cleanup: rubocop: fix Layout/AlignArguments in app/models/issue.rb 4 years ago
  Toshi MARUYAMA 75d3e4037b code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/issue.rb 4 years ago
  Toshi MARUYAMA c1e7c43cd4 code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rb 4 years ago
  Toshi MARUYAMA 0779cd6e53 code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_hours method 4 years ago
  Toshi MARUYAMA 91d7916f38 code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? method 4 years ago
  Toshi MARUYAMA edc94dabb3 code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condition method 4 years ago
  Toshi MARUYAMA ad110b965f code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rb 4 years ago
  Toshi MARUYAMA 591d0eae79 code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rb 4 years ago
  Toshi MARUYAMA 2829ddcc33 code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb 4 years ago
  Toshi MARUYAMA d6701ab40f remove "attr_reader :current_journal" from Issue class 4 years ago
  Toshi MARUYAMA 3be589df24 use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_ids 4 years ago
  Go MAEDA 8a9123de04 Limit total_estimated_hours to visible issues (#31778). 4 years ago
  Go MAEDA 4082069c75 Update copyright year. 5 years ago
  Go MAEDA 1ff42ec5bc New Permission: Edit own issue (#1248). 5 years ago
  Go MAEDA 72e1451159 Use Regexp#match? to reduce allocations of MatchData object (#28940). 5 years ago
  Go MAEDA d4daf4e23b Support frozen_string_literal in issue, journal, and query (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Jean-Philippe Lang 0c78056a69 Send emails asynchronously (#26791). 5 years ago
  Jean-Philippe Lang 5416ed1022 Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791). 5 years ago
  Go MAEDA 3952c4d264 Extend Issue Summary to include subprojects (#2529). 5 years ago