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
*
Move some action links for issues and journals to the dropdown menu (#34714).
Go MAEDA
2021-03-07
2
-13
/
+15
*
Unable to autoload constant Version.table_name if gems use Version class (#33...
Go MAEDA
2021-03-03
1
-2
/
+2
*
Fix RuboCop offense Style/BlockDelimiters due to r20755 (#33820).
Go MAEDA
2021-02-27
1
-2
/
+2
*
Display more detailed error message when attempting to import malformed CSV f...
Go MAEDA
2021-02-27
1
-1
/
+1
*
Auto complete wiki page links (#33820).
Go MAEDA
2021-02-25
2
-1
/
+30
*
Projects API should not return invisible trackers (#30121).
Go MAEDA
2021-02-23
1
-1
/
+1
*
Add an interface to filter activities by user (#33602).
Go MAEDA
2021-02-21
2
-1
/
+11
*
Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS ...
Go MAEDA
2021-02-17
1
-2
/
+0
*
Allow to use watch_by filter in the global issues list (#34700).
Go MAEDA
2021-02-11
1
-1
/
+1
*
Ignore from search module params sent with empty values (#34615).
Go MAEDA
2021-02-06
1
-1
/
+1
*
Fix redirect loop when both enabling two-factor authentication and changing p...
Go MAEDA
2021-02-02
1
-1
/
+1
*
Fix project selector on global new issue page not showing all visible project...
Go MAEDA
2021-02-01
1
-1
/
+1
*
Show a warning message for watchers who cannot view the object (#33329).
Go MAEDA
2021-01-24
1
-0
/
+3
*
Do not propose watchers that are not allowed to see the object (#33329).
Go MAEDA
2021-01-24
1
-1
/
+6
*
Some fixes for r20321:
Go MAEDA
2021-01-18
2
-12
/
+48
*
Web browser freezes when displaying a workflow page with a large number of is...
Go MAEDA
2021-01-17
1
-1
/
+1
*
Drag and drop file upload to file type custom field (#30776).
Go MAEDA
2021-01-13
1
-2
/
+3
*
Add class 'error' to custom fields with validation errors (#32764, #34580).
Go MAEDA
2021-01-11
3
-3
/
+4
*
Show only valid projects on issue form when the issue is a subtask (#33419).
Go MAEDA
2021-01-01
4
-15
/
+52
*
Make archived projects visually distinguishable in nested projects lists (#34...
Go MAEDA
2020-12-30
1
-0
/
+1
*
Subprojects issues are not displayed on main project when all subprojects are...
Go MAEDA
2020-12-27
1
-4
/
+4
*
Create custom field by copy (#34307).
Go MAEDA
2020-12-26
4
-0
/
+25
*
Don't show "Two-factor authentication" on new user form (#1237, #34495).
Go MAEDA
2020-12-25
1
-1
/
+1
*
Allow issue relation autocomplete to select multiple values (#33418).
Go MAEDA
2020-12-25
1
-1
/
+1
*
Bulk addition of related issues (#33418).
Go MAEDA
2020-12-25
3
-12
/
+55
*
Users API should return twofa_scheme only for administrators (#34242).
Go MAEDA
2020-12-23
1
-1
/
+1
*
Include two-factor authentication scheme in users API response (#34242).
Go MAEDA
2020-12-23
2
-0
/
+2
*
Revert r19810 (#10535).
Go MAEDA
2020-12-22
1
-5
/
+3
*
Revert r20455 (#10535).
Go MAEDA
2020-12-22
1
-24
/
+3
*
use '\' instead of '+' to concatenate strings at app/models/wiki_content_vers...
Toshi MARUYAMA
2020-12-19
1
-5
/
+5
*
remove redundant 'return' from app/models/attachment.rb
Toshi MARUYAMA
2020-12-19
1
-1
/
+1
*
remove redundant 'return' from app/models/changeset.rb
Toshi MARUYAMA
2020-12-19
1
-1
/
+1
*
shorten long line of app/models/issue_query.rb
Toshi MARUYAMA
2020-12-19
1
-8
/
+27
*
shorten long line of app/models/issue.rb
Toshi MARUYAMA
2020-12-17
1
-25
/
+107
*
use 'lambda' instead of '->{}' at UsersController
Toshi MARUYAMA
2020-12-17
1
-1
/
+1
*
place the '.' on the previous line of the method call at app/models/attachmen...
Toshi MARUYAMA
2020-12-17
1
-6
/
+6
*
place the '.' on the previous line of the method call at app/models/project.rb
Toshi MARUYAMA
2020-12-17
1
-2
/
+2
*
Atom feed on project with subprojects should show in article title the name o...
Go MAEDA
2020-12-14
1
-1
/
+1
*
shorten long line of Query#sql_for_custom_field
Toshi MARUYAMA
2020-12-12
1
-3
/
+5
*
shorten long line of app/models/project.rb
Toshi MARUYAMA
2020-12-12
1
-11
/
+24
*
shorten long line of app/models/custom_field.rb
Toshi MARUYAMA
2020-12-12
1
-14
/
+24
*
Fix that disabled trackers of subprojects are listed in project overview (#10...
Go MAEDA
2020-12-12
1
-2
/
+3
*
Spent time details are displayed in incorrect order when sorted by week and d...
Go MAEDA
2020-12-12
1
-1
/
+1
*
shorten long line of app/models/board.rb
Toshi MARUYAMA
2020-12-11
1
-3
/
+7
*
shorten long line of app/models/mailer.rb
Toshi MARUYAMA
2020-12-11
1
-14
/
+24
*
shorten long line of ApplicationHelper
Toshi MARUYAMA
2020-12-11
1
-60
/
+118
*
Allow to add subtask from context menu (#34303).
Go MAEDA
2020-12-10
3
-2
/
+13
*
shorten long line of TimelogHelper
Toshi MARUYAMA
2020-12-10
1
-6
/
+14
*
shorten long line of app/models/wiki_page.rb
Toshi MARUYAMA
2020-12-10
1
-7
/
+14
*
shorten long line of app/models/changeset.rb
Toshi MARUYAMA
2020-12-10
1
-10
/
+23
[next]