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
...
*
Don't store total estimated hours on parent issues (#16092).
Jean-Philippe Lang
2015-05-25
2
-8
/
+10
*
Adds a setting to control done ratio on parent tasks (#5490).
Jean-Philippe Lang
2015-05-25
1
-13
/
+22
*
Adds settings to control start/due dates and priority on parent tasks (#5490).
Jean-Philippe Lang
2015-05-25
1
-18
/
+39
*
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
1
-4
/
+3
*
Add the ability to expire passwords after a configurable number of days (#194...
Jean-Philippe Lang
2015-05-10
1
-1
/
+12
*
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
*
Fixed that issue validation fails if % done field is deactivated (#19731).
Jean-Philippe Lang
2015-05-09
1
-0
/
+1
*
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
*
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
*
Mail handler should not ignore emails with x-auto-response-suppress header (#...
Jean-Philippe Lang
2015-04-11
2
-2
/
+1
*
Fixed that 2 repositories can be created with blank/nil identifier (#19400).
Jean-Philippe Lang
2015-04-11
1
-0
/
+5
*
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
*
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
*
Compatibility with ruby1.8 (#19305).
Jean-Philippe Lang
2015-03-15
1
-1
/
+1
*
Make sure that settings are unserialized as UTF-8 encoded strings (#19305).
Jean-Philippe Lang
2015-03-15
1
-1
/
+23
*
Fixed that creating an issue without tracker_id attribute ignores custom fiel...
Jean-Philippe Lang
2015-03-14
1
-0
/
+5
*
Ignore auto reply messages from Exchange server (#19322).
Jean-Philippe Lang
2015-03-14
1
-1
/
+1
*
Incorrect links generated in emails if host setup uses other port (#19323).
Jean-Philippe Lang
2015-03-14
1
-1
/
+10
*
CustomField#possible_values may raise undefined method `force_encoding' error...
Jean-Philippe Lang
2015-03-14
1
-2
/
+2
*
Reverts r14067 that triggers "can't modify frozen String" errors (#19305).
Jean-Philippe Lang
2015-03-08
1
-21
/
+1
*
Make sure that strings of serialized settings are UTF-8 encoded (#19305).
Jean-Philippe Lang
2015-03-08
1
-1
/
+21
*
Code cleanup.
Jean-Philippe Lang
2015-03-08
2
-4
/
+6
*
Fixed that non-default identifier-less git repositories are undeletable (#192...
Jean-Philippe Lang
2015-03-07
1
-1
/
+0
*
Missing notification if previous assignee was a group (#19197).
Jean-Philippe Lang
2015-03-07
1
-2
/
+2
*
Don't validate custom fields that are not editable (#19193).
Jean-Philippe Lang
2015-03-01
1
-0
/
+11
*
Workaround for timestamps rounding issues with Rails4.2 and mysql5.7 that may...
Jean-Philippe Lang
2015-02-15
1
-1
/
+1
*
Adds custom fields to documents (#7249).
Jean-Philippe Lang
2015-02-14
2
-1
/
+24
*
Implements /issues/new form for creating issues outside a project (#1003).
Jean-Philippe Lang
2015-02-14
1
-10
/
+3
*
Added Issue#attributes_editable?
Jean-Philippe Lang
2015-02-13
1
-1
/
+6
*
Don't call #upcase on nil.
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Fixed filtering on date custom field with SQLServer.
Jean-Philippe Lang
2015-02-08
1
-25
/
+35
*
Fixed an error in IssuesControllerTest#test_index_with_query_grouped_by_track...
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Adds a :copy_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-0
/
+3
*
Removed :move_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-10
/
+12
*
TimeEntry acts_as_activity_provider scope should joins(:project) (#18818).
Jean-Philippe Lang
2015-02-07
1
-1
/
+1
*
Raise an error if version is not found (#18983).
Jean-Philippe Lang
2015-02-07
1
-2
/
+5
*
Allow filtering of Redmine Reminders by Version (#18983).
Jean-Philippe Lang
2015-02-07
1
-0
/
+3
[prev]
[next]