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
*
Adds a new query column for the parent task subject (#19371).
Go MAEDA
2019-04-24
1
-0
/
+1
*
Wrap subprojects in the overview section with an unordered list (#29289).
Go MAEDA
2019-04-23
1
-1
/
+5
*
Remove hard-coded strings (#30838).
Go MAEDA
2019-04-21
1
-1
/
+1
*
Use safe navigation operator (#30457).
Go MAEDA
2019-04-20
1
-31
/
+15
*
MailHandler.safe_receive does not output any error log (#30457).
Go MAEDA
2019-04-20
1
-1
/
+1
*
Update Rails ujs (#31205).
Go MAEDA
2019-04-18
3
-3
/
+3
*
Show the total number of open issues in a reminder (#31104).
Go MAEDA
2019-04-18
3
-2
/
+5
*
Attachments with Unicode uppercase names are not shown in wiki pages (#30441).
Go MAEDA
2019-04-12
1
-1
/
+1
*
Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).
Go MAEDA
2019-04-10
1
-2
/
+7
*
"Create and continue" button for custom fields (#31159).
Go MAEDA
2019-04-09
2
-2
/
+13
*
Show version status as badge in rodmap#index and roadmap#show (#29391).
Go MAEDA
2019-04-09
2
-2
/
+4
*
Move styles for count and private to a new class named 'badge' (#29391).
Go MAEDA
2019-04-09
4
-4
/
+4
*
Remove trailing whitespaces from journals_helper.rb
Go MAEDA
2019-04-08
1
-1
/
+1
*
Don't raise an exception when the emission email address is not RFC compliant...
Go MAEDA
2019-04-08
1
-6
/
+15
*
Code cleanup: use safe navigation operator in app/models/mailer.rb
Go MAEDA
2019-04-06
1
-3
/
+3
*
Remove useless code in TimeEntryQuery#sql_for_activity_id_field (#31088).
Go MAEDA
2019-04-03
1
-2
/
+0
*
Let user select a tracker from the modal (#442).
Jean-Philippe Lang
2019-03-30
1
-1
/
+10
*
Cannot uncheck Gantt chart options of a custom query (#31063).
Jean-Philippe Lang
2019-03-30
1
-0
/
+2
*
"View differences" buttons are shown in the repository page even without "Bro...
Jean-Philippe Lang
2019-03-30
1
-1
/
+1
*
Show projects using a table instead of an unordered list in the user profile ...
Go MAEDA
2019-03-28
1
-5
/
+19
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
15
-29
/
+29
*
Fix that deleting a version silently deletes its attachments (#31087).
Go MAEDA
2019-03-26
1
-1
/
+1
*
Project search should select subprojects scope when the project has subprojec...
Go MAEDA
2019-03-25
1
-1
/
+1
*
Group time entries by created date (#30233).
Go MAEDA
2019-03-24
1
-1
/
+1
*
Simpler link syntax "#note-123" to make a link to a note of the current issue...
Go MAEDA
2019-03-20
1
-1
/
+3
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
1
-3
/
+1
*
Fix FrozenError in RepositoriesController#diff (#31052, #26561).
Go MAEDA
2019-03-19
1
-1
/
+1
*
Remove unused method ApplicationHelper#generate_csv (#31046).
Go MAEDA
2019-03-18
1
-5
/
+0
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
26
-66
/
+65
*
Support frozen_string_literal in issue, journal, and query (#26561).
Go MAEDA
2019-03-17
6
-20
/
+20
*
Enable frozen_string_literal for app/views/*/*.builder (#26561).
Go MAEDA
2019-03-17
2
-2
/
+2
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
138
-138
/
+138
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
44
-88
/
+0
*
Display user's groups on profile (#12796).
Jean-Philippe Lang
2019-03-15
2
-0
/
+26
*
Show recent documents first (#29725).
Jean-Philippe Lang
2019-03-15
2
-2
/
+3
*
Add a description for trackers (#442).
Jean-Philippe Lang
2019-03-15
11
-6
/
+42
*
Display details about inheritance when editing a member roles (#31032).
Jean-Philippe Lang
2019-03-15
6
-5
/
+41
*
Support issue[assigned_to_id]=me when prefilling issues (#28502).
Jean-Philippe Lang
2019-03-15
1
-0
/
+2
*
Send columns as a param to context menu instead of parsing back_url (#26836).
Jean-Philippe Lang
2019-03-15
2
-2
/
+2
*
Filtering issues via context menu should not reset selected columns (#26836).
Jean-Philippe Lang
2019-03-15
2
-1
/
+4
*
Update footer copyright to 2019 (#30872).
Jean-Philippe Lang
2019-03-15
1
-1
/
+1
*
Searching for issue number with REST API redirects to issue HTML page (#29055).
Jean-Philippe Lang
2019-03-15
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
172
-117
/
+461
*
Move custom field classes to a method (#30994).
Go MAEDA
2019-03-09
6
-7
/
+10
*
Add CSS class to user custom fields (#30985).
Go MAEDA
2019-03-09
1
-1
/
+1
*
"Last updated by" filter causes an SQL error with MariaDB (#30367).
Go MAEDA
2019-03-07
1
-1
/
+1
*
Add CSS class to project custom fields (#30977).
Go MAEDA
2019-03-06
1
-1
/
+1
*
Allow collapse/expand in gantt chart (#6417).
Go MAEDA
2019-03-05
1
-0
/
+1
*
Issue emails cannot be threaded by some mailers due to inconsistent Message-I...
Go MAEDA
2019-03-04
1
-10
/
+16
*
Reverted r17925 (#6417). The change breaks GanttHelperTest.
Go MAEDA
2019-03-04
1
-1
/
+0
[next]