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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Error message when editing a child project without add project/subprojects pe...
Jean-Philippe Lang
2015-09-21
1
-6
/
+8
*
Project copy does not copy custom field settings (#20360).
Jean-Philippe Lang
2015-09-20
1
-5
/
+11
*
Project copy does not update custom field of version type values (#20361).
Jean-Philippe Lang
2015-09-20
1
-0
/
+16
*
Fixed invalid search link on the new project form (#20565).
Jean-Philippe Lang
2015-09-20
1
-2
/
+6
*
Don't propose projects without trackers when editing an issue (#20463).
Jean-Philippe Lang
2015-09-20
2
-1
/
+4
*
Internal error when moving an issue to a project without trackers (#20463).
Jean-Philippe Lang
2015-09-20
1
-0
/
+5
*
"Total estimated time" should be inserted after "Estimated time" (#20733).
Jean-Philippe Lang
2015-09-19
1
-3
/
+2
*
Adds a Total estimated hours column on issue list (#20688).
Jean-Philippe Lang
2015-09-12
1
-0
/
+4
*
WARNING: Can't mass-assign protected attributes for User (#20490).
Jean-Philippe Lang
2015-09-12
1
-2
/
+1
*
add roadie-rails gem for e-mail inline styles (#8335, #20641)
Toshi MARUYAMA
2015-08-31
1
-0
/
+3
*
Project.copy_from deletes enabled_modules on source (#20512).
Jean-Philippe Lang
2015-08-18
1
-1
/
+1
*
Find user by login then by email.
Jean-Philippe Lang
2015-08-15
1
-4
/
+3
*
Use same logic for finding user as a custom field (#950).
Jean-Philippe Lang
2015-08-15
1
-13
/
+1
*
#downcase no longer needed after r14484 (#20369).
Jean-Philippe Lang
2015-08-15
1
-1
/
+1
*
Use same logic for finding user when importing a file (#950).
Jean-Philippe Lang
2015-08-15
1
-1
/
+1
*
Moved implementation to Principal.
Jean-Philippe Lang
2015-08-15
2
-21
/
+25
*
Fixed that #find_assignee_from_keyword may return a group with blank keyword ...
Jean-Philippe Lang
2015-08-15
1
-0
/
+2
*
#downcase no longer needed after r14484 (#20369).
Jean-Philippe Lang
2015-08-15
1
-1
/
+1
*
Use named scope to find the matching version (#950).
Jean-Philippe Lang
2015-08-15
1
-1
/
+1
*
Set default date format based on user locale (#950).
Jean-Philippe Lang
2015-08-14
1
-1
/
+5
*
Adds support for custom date format when importing a CSV file (#950).
Jean-Philippe Lang
2015-08-14
2
-3
/
+25
*
Import issues from CSV file (#950).
Jean-Philippe Lang
2015-08-14
4
-1
/
+405
*
use String#casecmp for case insensitive comparison (#20369)
Toshi MARUYAMA
2015-08-12
4
-9
/
+10
*
Query doesn't work with non ASCII uppercase symbols (#20438).
Jean-Philippe Lang
2015-08-02
1
-2
/
+8
*
Wrong syntax for resizing inline images may throw a 500 error (#20278).
Jean-Philippe Lang
2015-08-02
1
-1
/
+1
*
Makes new issue initial status settable in workflow (#5816).
Jean-Philippe Lang
2015-07-26
4
-28
/
+22
*
Fixed that members without view issues permission are able to list issues on ...
Jean-Philippe Lang
2015-07-25
1
-1
/
+5
*
Fixes methods comments.
Jean-Philippe Lang
2015-07-05
1
-1
/
+2
*
Limit queries to given issues only.
Jean-Philippe Lang
2015-07-05
1
-3
/
+5
*
Preload total spent time on the issue list with 1 query (#11253).
Jean-Philippe Lang
2015-07-05
2
-4
/
+16
*
Adds "Total spent hours" column available on the issue list (#11253).
Jean-Philippe Lang
2015-07-05
1
-0
/
+6
*
Fixed that user with "Manage public queries" permission, can create global pu...
Jean-Philippe Lang
2015-06-29
1
-1
/
+3
*
Fixed group sorted scope order (#20066).
Jean-Philippe Lang
2015-06-28
1
-1
/
+1
*
Disallow users to delete a version referenced by a custom field (#20159).
Jean-Philippe Lang
2015-06-27
1
-0
/
+9
*
Fixed test failure introduced by r14366.
Jean-Philippe Lang
2015-06-21
1
-2
/
+2
*
Sort members on all their roles.
Jean-Philippe Lang
2015-06-21
1
-1
/
+1
*
Replace tabs with spaces and remove trailing tabs in several files (#20140).
Jean-Philippe Lang
2015-06-21
1
-1
/
+1
*
Deprecates Project#member_principals.
Jean-Philippe Lang
2015-06-18
2
-9
/
+13
*
Prevent roles loading on each call to User#managed_roles for admins.
Jean-Philippe Lang
2015-06-17
1
-1
/
+2
*
remove trailing white spaces from app/models/principal.rb
Toshi MARUYAMA
2015-06-17
1
-1
/
+1
*
Strip leading spaces to prevent lines from being rendered as pre tags.
Jean-Philippe Lang
2015-06-16
1
-1
/
+8
*
Better handle html-only emails (#16962).
Jean-Philippe Lang
2015-06-15
1
-7
/
+9
*
Adds issue filters on parent/subtasks (#6118).
Jean-Philippe Lang
2015-06-13
2
-1
/
+45
*
Code formatting (#19982).
Jean-Philippe Lang
2015-06-06
1
-9
/
+9
*
Ability to limit member management to certain roles (#19707).
Jean-Philippe Lang
2015-05-31
4
-11
/
+88
*
Fixed that project activity without parent hides system activities and remove...
Jean-Philippe Lang
2015-05-30
1
-40
/
+10
*
Validates that activity belongs to project activities (#19656).
Jean-Philippe Lang
2015-05-30
1
-0
/
+1
*
Column 'address' in where clause may be ambiguous (#19485).
Jean-Philippe Lang
2015-05-30
1
-1
/
+1
*
Adds a role setting that viewing all or own time entries (#8929).
Jean-Philippe Lang
2015-05-30
3
-2
/
+44
*
Code cleanup.
Jean-Philippe Lang
2015-05-25
1
-8
/
+7
[next]