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
...
*
Validates that activity belongs to project activities (#19656).
Jean-Philippe Lang
2015-05-30
1
-0
/
+1
*
Update activities list when changing project/issue id on the time entry form ...
Jean-Philippe Lang
2015-05-30
3
-0
/
+15
*
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
8
-7
/
+55
*
Code cleanup.
Jean-Philippe Lang
2015-05-25
1
-8
/
+7
*
Display time spent on the issue and the total time spent like estimated hours...
Jean-Philippe Lang
2015-05-25
2
-5
/
+23
*
Don't store total estimated hours on parent issues (#16092).
Jean-Philippe Lang
2015-05-25
4
-10
/
+20
*
Adds a setting to control done ratio on parent tasks (#5490).
Jean-Philippe Lang
2015-05-25
3
-13
/
+33
*
Adds settings to control start/due dates and priority on parent tasks (#5490).
Jean-Philippe Lang
2015-05-25
4
-25
/
+76
*
Fixed that copying issues always copy subtasks and attachments even if option...
Jean-Philippe Lang
2015-05-23
1
-3
/
+6
*
Missing validation for description size of versions (#19840).
Jean-Philippe Lang
2015-05-23
1
-0
/
+1
*
Test broken by r14265 (#19458).
Jean-Philippe Lang
2015-05-10
1
-1
/
+2
*
Code cleanup (#19458).
Jean-Philippe Lang
2015-05-10
2
-5
/
+4
*
Add the ability to expire passwords after a configurable number of days (#194...
Jean-Philippe Lang
2015-05-10
4
-2
/
+18
*
Use #fixed_issues association (#19455).
Jean-Philippe Lang
2015-05-10
1
-2
/
+2
*
Adds private issue option to receiving emails (#8424).
Jean-Philippe Lang
2015-05-10
1
-0
/
+4
*
Raises 60-character limit for document titles to 255 (#12312).
Jean-Philippe Lang
2015-05-10
1
-1
/
+1
*
Set a back_url when forcing new login after session expiration (#19655).
Jean-Philippe Lang
2015-05-09
1
-2
/
+2
*
Adds flash messages to files_controller#create (#19793).
Jean-Philippe Lang
2015-05-09
1
-3
/
+10
*
Can't bulk edit own time entries with "Edit own time entries" (#18580).
Jean-Philippe Lang
2015-05-09
2
-3
/
+4
*
Fixed that issue validation fails if % done field is deactivated (#19731).
Jean-Philippe Lang
2015-05-09
1
-0
/
+1
*
Preload issue associations.
Jean-Philippe Lang
2015-05-09
1
-1
/
+1
*
Preload changeset associations (#19706).
Jean-Philippe Lang
2015-05-09
1
-1
/
+1
*
Refresh watchers list when watching/unwatching an issue (#4334).
Jean-Philippe Lang
2015-05-08
2
-1
/
+2
*
Use accessor method.
Jean-Philippe Lang
2015-04-26
1
-1
/
+1
*
Don't use a class variable for mail handler options.
Jean-Philippe Lang
2015-04-26
1
-27
/
+33
*
Removed invalid sanitizer in MailHandler (#19537).
Jean-Philippe Lang
2015-04-25
1
-4
/
+0
*
When changing tracker, clear the attributes that are disabled for the new tra...
Jean-Philippe Lang
2015-04-14
1
-1
/
+14
*
Fixed workflow rules when user has duplicated role by inheritance (#19569).
Jean-Philippe Lang
2015-04-14
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
*
Keywords in commit messages: journal entries are created even if nothing was ...
Jean-Philippe Lang
2015-04-12
1
-2
/
+5
*
Fixed that journals are shown multiple times in activity (#19168).
Jean-Philippe Lang
2015-04-12
1
-1
/
+1
*
Fixed validation when logging time on issue (#19464).
Jean-Philippe Lang
2015-04-12
1
-3
/
+8
*
"Required" and "Read-only" rules on "Fields Permissions" screen are not color...
Jean-Philippe Lang
2015-04-11
1
-1
/
+1
*
Mail handler should not ignore emails with x-auto-response-suppress header (#...
Jean-Philippe Lang
2015-04-11
2
-2
/
+1
*
When create by copying the issue, status can not be changed to default (#19553).
Jean-Philippe Lang
2015-04-11
1
-1
/
+1
*
Fixed that 2 repositories can be created with blank/nil identifier (#19400).
Jean-Philippe Lang
2015-04-11
1
-0
/
+5
*
Include custom fields description in project settings and issue view (#19296).
Jean-Philippe Lang
2015-03-21
3
-4
/
+9
*
Fixed that the bulk edit form shows additional custom fields (#19163).
Jean-Philippe Lang
2015-03-21
1
-1
/
+1
*
Fixed that the bulk edit form shows additional custom fields (#19163).
Jean-Philippe Lang
2015-03-21
1
-1
/
+1
*
Don't render the issue form if issue.project is nil (#19276).
Jean-Philippe Lang
2015-03-20
1
-1
/
+7
*
Don't validate the repository when updating/clearing extra info (#19400).
Jean-Philippe Lang
2015-03-20
1
-2
/
+2
*
Don't allow 2 repositories with blank identifier (#19400).
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
API: creating an issue with an invalid project_id should return 422 instead o...
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
Don't let users be sorted by email (#19161).
Jean-Philippe Lang
2015-03-20
2
-2
/
+2
*
Fixed that custom fields with hidden/read-only combination may be displayed o...
Jean-Philippe Lang
2015-03-20
1
-3
/
+17
*
revert r13896 (#14534)
Toshi MARUYAMA
2015-03-20
1
-11
/
+3
*
remove trailing white-space from app/models/issue.rb
Toshi MARUYAMA
2015-03-16
1
-1
/
+1
*
Reverts r14115 in trunk.
Jean-Philippe Lang
2015-03-15
1
-1
/
+1
[prev]
[next]