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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Display totals for each group on grouped queries (#1561).
Jean-Philippe Lang
2015-10-09
2
-4
/
+13
*
Updgrade to jquery-rails 3.1.4 (#20380).
Jean-Philippe Lang
2015-10-09
1
-1
/
+1
*
Adds 4h, 8h and 12h as options for session maximum lifetime (#20933).
Jean-Philippe Lang
2015-10-07
1
-0
/
+19
*
Moves attachments settings to a new tab.
Jean-Philippe Lang
2015-10-06
1
-0
/
+1
*
Adds options to display totals on the issue list (#1561).
Jean-Philippe Lang
2015-10-04
1
-3
/
+21
*
Moved API settings to their own tab.
Jean-Philippe Lang
2015-10-01
1
-0
/
+1
*
Adds tracker name to Redmine issue link titles (#13946).
Jean-Philippe Lang
2015-09-21
1
-1
/
+1
*
Help cursor showing up on span tags with title (#20633).
Jean-Philippe Lang
2015-09-12
1
-1
/
+2
*
Adds support for custom date format when importing a CSV file (#950).
Jean-Philippe Lang
2015-08-14
1
-0
/
+10
*
Import issues from CSV file (#950).
Jean-Philippe Lang
2015-08-14
1
-0
/
+33
*
use String#casecmp for case insensitive comparison (#20369)
Toshi MARUYAMA
2015-08-12
1
-1
/
+1
*
Makes new issue initial status settable in workflow (#5816).
Jean-Philippe Lang
2015-07-26
1
-3
/
+3
*
Use https links instead of http links in ApplicationHelper#avatar_edit_link a...
Jean-Philippe Lang
2015-07-05
1
-1
/
+1
*
Upgrade jquery_ujs from 3.1.1 to 3.1.3.
Jean-Philippe Lang
2015-06-28
1
-1
/
+1
*
Add avatar and edit link to "My account" page (#5418).
Jean-Philippe Lang
2015-06-27
1
-0
/
+8
*
Replace tabs with spaces and remove trailing tabs in several files (#20140).
Jean-Philippe Lang
2015-06-21
2
-2
/
+2
*
Require password re-entry for sensitive actions (#19851).
Jean-Philippe Lang
2015-06-19
1
-0
/
+1
*
Adds issue filters on parent/subtasks (#6118).
Jean-Philippe Lang
2015-06-13
1
-1
/
+1
*
Adds a class for handling CSV generation (#7037).
Jean-Philippe Lang
2015-06-13
3
-20
/
+16
*
Update activities list when changing project/issue id on the time entry form ...
Jean-Philippe Lang
2015-05-30
1
-0
/
+1
*
Display time spent on the issue and the total time spent like estimated hours...
Jean-Philippe Lang
2015-05-25
1
-4
/
+20
*
Don't store total estimated hours on parent issues (#16092).
Jean-Philippe Lang
2015-05-25
1
-0
/
+8
*
Adds a setting to control done ratio on parent tasks (#5490).
Jean-Philippe Lang
2015-05-25
1
-0
/
+9
*
Adds settings to control start/due dates and priority on parent tasks (#5490).
Jean-Philippe Lang
2015-05-25
1
-1
/
+24
*
Use #fixed_issues association (#19455).
Jean-Philippe Lang
2015-05-10
1
-2
/
+2
*
Preload issue associations.
Jean-Philippe Lang
2015-05-09
1
-1
/
+1
*
Generate tag once per request.
Jean-Philippe Lang
2015-04-14
1
-1
/
+1
*
SQL error with SQLServer when grouping+sorting issues (#19544).
Jean-Philippe Lang
2015-04-12
1
-4
/
+9
*
Include custom fields description in project settings and issue view (#19296).
Jean-Philippe Lang
2015-03-21
2
-3
/
+8
*
Restored project name as version prefix when different (#19348).
Jean-Philippe Lang
2015-03-15
1
-1
/
+1
*
Attached inline images with non-ascii file name can not be seen when text for...
Jean-Philippe Lang
2015-03-14
1
-1
/
+1
*
Fixed that spent time on my page does not include entries without issue (#193...
Jean-Philippe Lang
2015-03-10
1
-1
/
+3
*
Fixed rendering of multivalued custom fields in the issue history (#19225).
Jean-Philippe Lang
2015-03-08
1
-9
/
+13
*
Adds the date format for ambiguous dates (#19243).
Jean-Philippe Lang
2015-03-07
1
-0
/
+11
*
Adds custom fields to documents (#7249).
Jean-Philippe Lang
2015-02-14
1
-0
/
+2
*
Use query with custom select for faster rendering of the project drop-down (#...
Jean-Philippe Lang
2015-02-14
1
-1
/
+1
*
Fixed Stack level too deep error when calling #find_name_by_reflection for mi...
Jean-Philippe Lang
2015-02-14
1
-3
/
+3
*
Implements /issues/new form for creating issues outside a project (#1003).
Jean-Philippe Lang
2015-02-14
1
-2
/
+7
*
Removed IssuesController#update_form action, use #new and #edit instead.
Jean-Philippe Lang
2015-02-13
1
-0
/
+10
*
Moved users list diplayed as available watchers on the new issue form to an h...
Jean-Philippe Lang
2015-02-13
1
-0
/
+10
*
Adds a :copy_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-2
/
+5
*
Adds a specific string for blank values (#18918).
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Extract grouping logic to an helper.
Jean-Philippe Lang
2015-02-07
1
-0
/
+18
*
Sort helper undefined to_a for string (#18817).
Jean-Philippe Lang
2015-02-07
1
-1
/
+1
*
Show long text custom field changes as a diff (#15236).
Jean-Philippe Lang
2015-01-31
1
-4
/
+13
*
Adds support for macro and Redmine links in PDF export (#13051).
Jean-Philippe Lang
2015-01-25
3
-0
/
+4
*
Use named route.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Use .klass instead of .class_name.constantize.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Memorize journal details value name to display.
Jean-Philippe Lang
2015-01-24
1
-6
/
+10
*
Use journalized attachments to prevent a query when displaying added file.
Jean-Philippe Lang
2015-01-24
1
-1
/
+2
[next]