index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
issue.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
1
-1
/
+1
*
Optimize `Issue#relations` method to improve performance by fetching both `re...
Go MAEDA
2023-12-28
1
-1
/
+4
*
Fix RuboCop offense Performance/StringIdentifierArgument (#39888).
Go MAEDA
2023-12-20
1
-2
/
+2
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Moves create parent issue journal to after_commit hook to work around stale o...
Marius Balteanu
2023-11-18
1
-10
/
+20
*
Retry in case of stale issue during Issue.update_versions (#38820).
Go MAEDA
2023-08-23
1
-3
/
+12
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-3
/
+3
*
Ability to disable the priority field (#38416).
Go MAEDA
2023-04-14
1
-0
/
+1
*
Check if the user has the permission to add notes or edit an issue when addin...
Go MAEDA
2023-03-02
1
-0
/
+4
*
Show parent issues in notification email (#34302).
Go MAEDA
2023-03-01
1
-0
/
+2
*
Disable auto watch for the anonymous user (#38238).
Go MAEDA
2023-02-26
1
-2
/
+2
*
Auto watch issues on issue creation (#38238).
Go MAEDA
2023-02-26
1
-0
/
+13
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Reverts r21958 and r21959 (#1739).
Go MAEDA
2022-11-18
1
-12
/
+0
*
Add the ability to change the author of an issue (#1739).
Go MAEDA
2022-11-16
1
-0
/
+12
*
Consider only roles with either add_issues or edit_issues permissions for any...
Go MAEDA
2022-09-17
1
-4
/
+7
*
Improved @fixed_version_id@ validation (#37171).
Marius Balteanu
2022-06-16
1
-2
/
+2
*
Ensure @category_id@ is valid within the issue's project (#37171).
Marius Balteanu
2022-06-16
1
-0
/
+6
*
The done ratio of a parent issue may not be 100% even if all subtasks have a ...
Go MAEDA
2022-06-08
1
-6
/
+7
*
Issue#last_notes fallback does not respect notes visibility (#37155).
Marius Balteanu
2022-05-28
1
-1
/
+1
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
1
-0
/
+2
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...
Go MAEDA
2021-12-29
1
-6
/
+6
*
Fixes for Performance/BigDecimalWithNumericArgument introduced in RuboCop Per...
Go MAEDA
2021-12-25
1
-1
/
+1
*
Issue Summary: add statistics about issues without assignee, version or categ...
Go MAEDA
2021-12-12
1
-1
/
+1
*
Allow addition/removal of subtasks to show in parent's history (#6033).
Go MAEDA
2021-11-08
1
-2
/
+28
*
Tokenize search parameter in order to allow multiple search terms in:
Marius Balteanu
2021-10-05
1
-2
/
+1
*
Use sanitize_sql_like in like scopes (#35073).
Marius Balteanu
2021-10-03
1
-1
/
+1
*
Fixed attachments deletable by user without edit issue permission on tracker ...
Marius Balteanu
2021-08-05
1
-0
/
+5
*
Ruby 3.0: Fix `super` calls (#34992, #34986).
Go MAEDA
2021-04-03
1
-1
/
+1
*
Do not journalize attachments that are added during a "Copy Issue" operation ...
Go MAEDA
2021-03-29
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Unable to autoload constant Version.table_name if gems use Version class (#33...
Go MAEDA
2021-03-03
1
-2
/
+2
*
Add class 'error' to custom fields with validation errors (#32764, #34580).
Go MAEDA
2021-01-11
1
-1
/
+1
*
Show only valid projects on issue form when the issue is a subtask (#33419).
Go MAEDA
2021-01-01
1
-13
/
+39
*
shorten long line of app/models/issue.rb
Toshi MARUYAMA
2020-12-17
1
-25
/
+107
*
Use sum { ... } instead of map { ... }.sum (#34399).
Go MAEDA
2020-12-06
1
-3
/
+3
*
remove spaces inside {} of app/models/issue.rb
Toshi MARUYAMA
2020-11-17
1
-1
/
+1
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/issue.rb
Toshi MARUYAMA
2020-11-12
1
-12
/
+12
*
use "do end" instead of {} at app/models/issue.rb
Toshi MARUYAMA
2020-11-07
1
-8
/
+8
*
Evaluate acts_as_activity_provider's scope lazily (#33664).
Go MAEDA
2020-10-17
1
-1
/
+1
*
fix source indent of app/models/issue.rb
Toshi MARUYAMA
2020-09-26
1
-8
/
+9
*
Fix that Issues API bypasses add_issue_notes permission (#33689).
Go MAEDA
2020-08-12
1
-1
/
+0
*
remove spaces inside {} of app/models/issue.rb
Toshi MARUYAMA
2020-07-11
1
-3
/
+3
*
add space after comma to app/models/issue.rb
Toshi MARUYAMA
2020-07-11
1
-2
/
+2
*
add empty line after guard clause to app/models/issue.rb
Toshi MARUYAMA
2020-07-11
1
-0
/
+12
*
fix source indent of Issue#visible_condition
Toshi MARUYAMA
2020-07-11
1
-2
/
+2
*
fix source indent of Issue#self_and_descendants
Toshi MARUYAMA
2020-07-11
1
-1
/
+2
*
Add "behind-schedule" CSS class to issues (#31881).
Go MAEDA
2020-07-09
1
-0
/
+1
[next]