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
/
test
/
unit
/
issue_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check view watchers permission when copying issues (#40946).
Marius Balteanu
2024-07-08
1
-0
/
+20
*
Add test for r22895 (#40860).
Go MAEDA
2024-06-25
1
-0
/
+10
*
Fix "unexpected invocation" test failure in IssueTest with Mocha 2.2.0 (#40603).
Go MAEDA
2024-04-23
1
-3
/
+0
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Change the default notification option from `only_my_events` to `only_assigne...
Go MAEDA
2023-12-11
1
-1
/
+1
*
Revert r22504 that missing a necessary file (#39500).
Go MAEDA
2023-12-11
1
-1
/
+1
*
Change the default notification option from `only_my_events` to `only_assigne...
Go MAEDA
2023-12-08
1
-1
/
+1
*
Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).
Go MAEDA
2023-10-12
1
-6
/
+6
*
Retry in case of stale issue during Issue.update_versions (#38820).
Go MAEDA
2023-08-23
1
-0
/
+35
*
Fix RuboCop offense Style/RedundantFilterChain (#36919).
Go MAEDA
2023-06-07
1
-1
/
+1
*
Ability to disable the priority field (#38416).
Go MAEDA
2023-04-14
1
-0
/
+10
*
Disable auto watch for the anonymous user (#38238).
Go MAEDA
2023-02-26
1
-0
/
+15
*
Auto watch issues on issue creation (#38238).
Go MAEDA
2023-02-26
1
-0
/
+34
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
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
-52
/
+0
*
Add the ability to change the author of an issue (#1739).
Go MAEDA
2022-11-16
1
-0
/
+52
*
Consider only roles with either add_issues or edit_issues permissions for any...
Go MAEDA
2022-09-17
1
-0
/
+22
*
Improved @fixed_version_id@ validation (#37171).
Marius Balteanu
2022-06-16
1
-0
/
+8
*
Ensure @category_id@ is valid within the issue's project (#37171).
Marius Balteanu
2022-06-16
1
-0
/
+8
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix test failure due to r21309 (#13099).
Go MAEDA
2021-12-13
1
-6
/
+6
*
Add tests for #35764.
Marius Balteanu
2021-10-05
1
-0
/
+5
*
Use sanitize_sql_like in like scopes (#35073).
Marius Balteanu
2021-10-03
1
-0
/
+16
*
Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).
Marius Balteanu
2021-08-01
1
-1
/
+1
*
Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issu...
Go MAEDA
2021-04-01
1
-2
/
+3
*
Do not journalize attachments that are added during a "Copy Issue" operation ...
Go MAEDA
2021-03-29
1
-0
/
+17
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Add test for 4 byte characters (emoji) support (#32054).
Go MAEDA
2021-03-13
1
-0
/
+11
*
Show only valid projects on issue form when the issue is a subtask (#33419).
Go MAEDA
2021-01-01
1
-0
/
+34
*
remove spaces inside {} of test/unit/issue_test.rb
Toshi MARUYAMA
2020-11-19
1
-10
/
+10
*
shorten long line of test/unit/issue_test.rb
Toshi MARUYAMA
2020-10-24
1
-4
/
+10
*
shorten long line of test/unit/issue_test.rb
Toshi MARUYAMA
2020-10-22
1
-2
/
+6
*
Fix that Issues API bypasses add_issue_notes permission (#33689).
Go MAEDA
2020-08-12
1
-0
/
+17
*
Add "behind-schedule" CSS class to issues (#31881).
Go MAEDA
2020-07-09
1
-0
/
+5
*
Use more efficient "exists?" instead of "first" in tests when checking the ex...
Go MAEDA
2020-05-03
1
-2
/
+2
*
Show warning and the reason when the issue cannot be closed or reopen because...
Go MAEDA
2020-03-10
1
-0
/
+26
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Enable users to receive email notifications about high issues (only) (#32628).
Go MAEDA
2020-01-21
1
-0
/
+41
*
cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/issue_test.rb
Toshi MARUYAMA
2019-11-24
1
-7
/
+11
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/issue...
Toshi MARUYAMA
2019-11-23
1
-3
/
+5
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/issue_test.rb
Toshi MARUYAMA
2019-11-23
1
-8
/
+18
*
cleanup: rubocop: fix Layout/AlignArguments in test/unit/issue_test.rb
Toshi MARUYAMA
2019-11-09
1
-10
/
+13
*
Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.
Go MAEDA
2019-10-02
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rb
Toshi MARUYAMA
2019-09-30
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/iss...
Toshi MARUYAMA
2019-09-25
1
-1
/
+0
*
code cleanup: rubocop: fix Style/TrailingCommaInArguments in test/unit/issue_...
Toshi MARUYAMA
2019-09-25
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/issue_tes...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
backout r13743
Toshi MARUYAMA
2019-09-19
1
-2
/
+2
*
code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rb
Toshi MARUYAMA
2019-09-18
1
-1
/
+6
[next]