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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable auto watch for the anonymous user (#38238).
Go MAEDA
2023-02-26
2
-4
/
+4
*
Auto watch issues on issue creation (#38238).
Go MAEDA
2023-02-26
2
-1
/
+14
*
Time Entry Import fails to import custom fields with "User" format (#38254).
Go MAEDA
2023-02-16
1
-0
/
+8
*
Fix RuboCop offense Style/YodaCondition (#36919).
Go MAEDA
2023-02-14
1
-2
/
+2
*
Refactor code to use YAML.load_file instead of explicitly opening the file (#...
Go MAEDA
2023-02-13
1
-4
/
+2
*
Remove "Unknown user" notification on password request with non-existent emai...
Go MAEDA
2023-02-07
1
-1
/
+3
*
Fix config/settings.yml not closed in Setting.load_available_settings (#38250).
Go MAEDA
2023-02-06
1
-2
/
+4
*
Fix RuboCop offense Performance/StringInclude (#37247).
Go MAEDA
2023-02-06
1
-1
/
+1
*
Fix missing project_id in redirect after clicking "Create and add another" bu...
Go MAEDA
2023-02-05
1
-0
/
+1
*
Remove X-UA-Compatible meta tag for Internet Explorer (#38228).
Go MAEDA
2023-02-05
1
-1
/
+0
*
Update Mail gem to 2.8 (#37993).
Go MAEDA
2023-02-05
1
-6
/
+1
*
"Property changes" tab does not appear when all issue journals have both note...
Go MAEDA
2023-02-01
1
-4
/
+4
*
Fix robots.txt to disallow issue lists with a sort or query_id parameter in a...
Go MAEDA
2023-01-23
1
-2
/
+2
*
Improve index usability for Project#project_condition (#38198).
Go MAEDA
2023-01-21
1
-5
/
+7
*
Avoid double-render error with ApplicationController#find_optional_project (#...
Go MAEDA
2023-01-20
1
-1
/
+4
*
Ensure that the base permission is set for Role#permissions_tracker? and rela...
Go MAEDA
2023-01-19
1
-0
/
+4
*
Ruby 2.7: Fix RuboCop offense Performance/BindCall (#38134).
Go MAEDA
2023-01-17
1
-1
/
+1
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
15
-22
/
+21
*
Remove code no longer necessary due to r21823 (#37674).
Go MAEDA
2023-01-16
1
-59
/
+0
*
Support for WebP images (#38168).
Go MAEDA
2023-01-16
2
-2
/
+2
*
Unreachable branch in ApplicationHelper#format_object due to the use of the d...
Go MAEDA
2023-01-12
1
-14
/
+14
*
Introduce permission to set a project public (#38048).
Go MAEDA
2023-01-12
2
-2
/
+17
*
Fix RuboCop offense Lint/UselessRescue (#36919).
Go MAEDA
2023-01-11
1
-2
/
+0
*
Disable RuboCop offense Performance/Sum in IssueFieldsRows#to_html (#38146).
Go MAEDA
2023-01-11
1
-0
/
+2
*
Fix RuboCop offense Performance/RedundantMatch (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).
Go MAEDA
2023-01-11
2
-2
/
+2
*
Fix RuboCop offense Performance/ConstantRegexp (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).
Go MAEDA
2023-01-11
5
-9
/
+9
*
Use Group.visible instead of manual visibility check in GroupsController (#38...
Go MAEDA
2023-01-04
1
-3
/
+1
*
Add guard clause to time_tag method to handle nil time (#38139).
Go MAEDA
2023-01-02
1
-0
/
+2
*
Fix RuboCop offense Style/MinMaxComparison (#36919).
Go MAEDA
2023-01-02
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
184
-184
/
+184
*
Ruby 3.2: `Changeset.normalize_comments` raises Encoding::CompatibilityError ...
Go MAEDA
2022-12-26
1
-1
/
+1
*
Fix RuboCop offense Performance/StringInclude in app/controllers/imports_cont...
Go MAEDA
2022-12-25
1
-1
/
+1
*
Do not break when setting enabled_module_names on a project without a default...
Go MAEDA
2022-12-21
1
-1
/
+1
*
Fix shadowing variable in ApplicationHelper#textilizable (#15667).
Go MAEDA
2022-12-16
1
-2
/
+2
*
Fix mentioning users with certain characters renders incorrectly (#37755).
Marius Balteanu
2022-12-03
1
-1
/
+1
*
Fix groups added to watchers are not shown as links (#37958).
Marius Balteanu
2022-11-28
1
-1
/
+1
*
Query display types should accept only known types (#37925).
Marius Balteanu
2022-11-28
1
-1
/
+1
*
Reverts r21958 and r21959 (#1739).
Go MAEDA
2022-11-18
3
-35
/
+1
*
Add the ability to change the author of an issue (#1739).
Go MAEDA
2022-11-16
3
-1
/
+35
*
Redirect to container URL in case of error in attachments#download_all (#37880).
Go MAEDA
2022-11-03
1
-1
/
+18
*
Don't display an unnecessary closing li element when there is no "Next" butto...
Go MAEDA
2022-11-02
1
-2
/
+1
*
Disallow all in /robots.txt if login is required (#37807).
Go MAEDA
2022-11-01
2
-1
/
+5
*
Always allow access to /robots.txt for Anonymous (#37807).
Go MAEDA
2022-11-01
1
-0
/
+2
*
Render all visible projects in robots.txt (including closed projects) (#37807).
Go MAEDA
2022-11-01
1
-1
/
+1
*
Read-only field permission for the project field is ignored if the current pr...
Go MAEDA
2022-10-31
1
-5
/
+11
*
Remove unnecessary disabling of RuboCop Rails/Pluck (#37248).
Go MAEDA
2022-10-29
1
-1
/
+1
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
4
-4
/
+4
*
Fix RuboCop offense Style/RedundantStringEscape (#36919).
Go MAEDA
2022-10-26
1
-1
/
+1
[next]