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
/
helpers
/
issues_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rb
Toshi MARUYAMA
2019-09-21
1
-3
/
+1
*
code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issu...
Toshi MARUYAMA
2019-09-21
1
-9
/
+28
*
code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...
Toshi MARUYAMA
2019-09-19
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...
Toshi MARUYAMA
2019-09-19
1
-5
/
+3
*
Add closed_on to the tooltip if the issue is closed (#31697).
Go MAEDA
2019-08-01
1
-1
/
+1
*
Code cleanup: RuboCop: Rails/Presence
Go MAEDA
2019-06-20
1
-1
/
+1
*
Code cleanup: RuboCop: Style/DefWithParentheses
Go MAEDA
2019-06-20
1
-1
/
+1
*
Code cleanup: RuboCop: Style/UnneededInterpolation
Go MAEDA
2019-06-20
1
-1
/
+1
*
Don't show empty fields in email notifications (#10378).
Jean-Philippe Lang
2019-06-20
1
-4
/
+8
*
User preference for issue history default tab (#3058).
Jean-Philippe Lang
2019-06-20
1
-0
/
+15
*
Load changesets and time entries tabs async (#3058).
Jean-Philippe Lang
2019-06-20
1
-2
/
+3
*
Add time entries tab to issue history tabs (#3058).
Jean-Philippe Lang
2019-06-20
1
-0
/
+1
*
Move changesets to its own tab (#3058).
Jean-Philippe Lang
2019-06-20
1
-1
/
+2
*
Show issue history in tabs (#3058).
Jean-Philippe Lang
2019-06-20
1
-0
/
+14
*
Show "Due in X days" in issue details page (#31499).
Go MAEDA
2019-06-07
1
-0
/
+7
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Move styles for count and private to a new class named 'badge' (#29391).
Go MAEDA
2019-04-09
1
-1
/
+1
*
Support frozen_string_literal in issue, journal, and query (#26561).
Go MAEDA
2019-03-17
1
-6
/
+6
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
1
-2
/
+0
*
Add a description for trackers (#442).
Jean-Philippe Lang
2019-03-15
1
-1
/
+6
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Move custom field classes to a method (#30994).
Go MAEDA
2019-03-09
1
-3
/
+2
*
Refactor custom field value tag for custom fields with full text formatting e...
Go MAEDA
2019-02-12
1
-12
/
+4
*
Start date and due date in email notifications (#13307).
Go MAEDA
2019-01-25
1
-2
/
+2
*
Adds a link to remove a subtask from its parent task (#23392).
Jean-Philippe Lang
2018-12-16
1
-1
/
+11
*
Related issues section ignores the date format setting (#29918).
Jean-Philippe Lang
2018-11-29
1
-2
/
+2
*
Add wiki class also for half width custom fields with text formatting enabled...
Go MAEDA
2018-11-26
1
-1
/
+5
*
Remove trailing whitespaces from app/helpers/issues_helper.rb
Go MAEDA
2018-11-26
1
-1
/
+1
*
Add assignee's icon to tooltips in gantt and calendar (#29306).
Go MAEDA
2018-09-18
1
-1
/
+1
*
Allow project bulk edit of time entries (#26534).
Go MAEDA
2018-09-14
1
-14
/
+0
*
Fix: Copying an issue fails if the issue is watched by a locked user (#28765).
Go MAEDA
2018-05-19
1
-1
/
+1
*
Use button as additional option for contextmenu (#26655).
Go MAEDA
2018-04-21
1
-4
/
+6
*
Reverted r17252 and r17253 (#26655).
Go MAEDA
2018-04-02
1
-5
/
+3
*
Use button as additional option for contextmenu (#26655).
Go MAEDA
2018-04-02
1
-3
/
+5
*
Moves the "Private" label after the subject like in journals.
Jean-Philippe Lang
2017-07-29
1
-1
/
+1
*
Refactor "multiple_values_detail" struct creation (#26130).
Jean-Philippe Lang
2017-06-25
1
-3
/
+4
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Preview files by default instead of downloading them (#25988).
Jean-Philippe Lang
2017-06-10
1
-7
/
+3
*
Get the count by group from the query directly.
Jean-Philippe Lang
2017-03-09
1
-2
/
+2
*
Redirect to the parent issue after adding a subtask.
Jean-Philippe Lang
2017-01-30
1
-1
/
+1
*
Remove background on subtasks and relations introduced in r16249 (#15361).
Jean-Philippe Lang
2017-01-25
1
-2
/
+2
*
Omit blank fields as we do for the description (#21705).
Jean-Philippe Lang
2017-01-25
1
-3
/
+5
*
Use #html_safe first.
Jean-Philippe Lang
2017-01-25
1
-2
/
+2
*
Option for long text custom fields to be displayed under the description fiel...
Jean-Philippe Lang
2017-01-25
1
-2
/
+22
*
Make the email notifications for adding/updating issues more readable/clear (...
Jean-Philippe Lang
2016-12-16
1
-5
/
+13
*
View progress bar of related issues (#3425).
Jean-Philippe Lang
2016-11-19
1
-0
/
+1
*
Extracts the rendering of related issues to an helper (#3425).
Jean-Philippe Lang
2016-11-19
1
-0
/
+31
*
Don't use a global variable for storing context menu URL.
Jean-Philippe Lang
2016-10-29
1
-2
/
+2
*
Adds file custom field format (#6719).
Jean-Philippe Lang
2016-10-23
1
-2
/
+7
*
Wrong CSS classes in subtasks tree (#23391).
Jean-Philippe Lang
2016-08-20
1
-1
/
+1
[prev]
[next]