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
*
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
*
Don't check if attachments are editable individually.
Jean-Philippe Lang
2015-01-24
1
-3
/
+8
*
Prevents calling #truncate on nil.
Jean-Philippe Lang
2015-01-18
1
-1
/
+1
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-15
/
+19
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
2
-0
/
+44
*
Copyright update.
Jean-Philippe Lang
2015-01-11
41
-41
/
+41
*
Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...
Jean-Philippe Lang
2015-01-10
1
-0
/
+11
*
The descendant count in the issues delete confirmation message is wrong if is...
Jean-Philippe Lang
2014-12-30
1
-10
/
+10
*
Fixed duplicate content_url tag introduced in r13806 (#18707).
Jean-Philippe Lang
2014-12-26
1
-1
/
+0
*
Allow attachment thumbnails from REST API (#18707).
Jean-Philippe Lang
2014-12-26
1
-0
/
+4
*
Do not truncate subissue/related issues titles on the issue view (#18659).
Jean-Philippe Lang
2014-12-24
1
-1
/
+1
*
Adds p/n access keys for previous/next links (#18692).
Jean-Philippe Lang
2014-12-24
2
-2
/
+3
*
Merged datepicker.js into application.js.
Jean-Philippe Lang
2014-12-13
1
-1
/
+1
*
Removed unused helper.
Jean-Philippe Lang
2014-12-12
1
-15
/
+0
*
Adds some helpers tests.
Jean-Philippe Lang
2014-12-11
2
-4
/
+4
*
Removed unused helper.
Jean-Philippe Lang
2014-12-04
1
-5
/
+0
*
Removed unused helper.
Jean-Philippe Lang
2014-12-04
1
-5
/
+0
*
Removed unused helper.
Jean-Philippe Lang
2014-12-04
1
-9
/
+0
*
Removed unused helper.
Jean-Philippe Lang
2014-12-04
1
-9
/
+0
*
Removed unused helper.
Jean-Philippe Lang
2014-12-04
1
-8
/
+0
*
Removed unused helper.
Jean-Philippe Lang
2014-12-03
1
-4
/
+0
*
Configurable behavour for linking issues on copy (#18500).
Jean-Philippe Lang
2014-11-29
1
-0
/
+10
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
1
-1
/
+15
*
Group filters in the filter select list (#13849).
Jean-Philippe Lang
2014-11-28
1
-7
/
+28
*
Use named routes or helpers.
Jean-Philippe Lang
2014-11-26
1
-1
/
+1
*
Removed duplicate element ids.
Jean-Philippe Lang
2014-11-23
1
-1
/
+1
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
1
-0
/
+10
*
Moved new group user to its own action GroupsController#new_users.
Jean-Philippe Lang
2014-11-16
1
-1
/
+4
[next]