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
*
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
*
Set :inverse_of on details association.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Memorize project override roles.
Jean-Philippe Lang
2015-01-24
1
-1
/
+4
*
Set :inverse_of option on journals association.
Jean-Philippe Lang
2015-01-21
1
-1
/
+1
*
fix code indent at app/models/repository/cvs.rb
Toshi MARUYAMA
2015-01-18
1
-1
/
+1
*
use "where" instead of find_by_ at Repository::Cvs class
Toshi MARUYAMA
2015-01-18
1
-3
/
+3
*
revert r13901
Toshi MARUYAMA
2015-01-18
1
-10
/
+3
*
workaround unit cvs test failure on sqlite3
Toshi MARUYAMA
2015-01-18
1
-3
/
+10
*
Use attribute writers instead of before_create callback to normalize comments...
Jean-Philippe Lang
2015-01-18
1
-3
/
+11
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
2
-7
/
+8
*
Send password reset email to the email used in lost password form (#4244).
Jean-Philippe Lang
2015-01-17
1
-2
/
+3
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
9
-48
/
+184
*
Copyright update.
Jean-Philippe Lang
2015-01-11
70
-70
/
+70
*
Option to search open issues only (#10734).
Jean-Philippe Lang
2015-01-10
1
-1
/
+2
*
Option to search attachment filenames and description (#4383).
Jean-Philippe Lang
2015-01-09
1
-1
/
+1
*
Search custom fields and journals with different queries to take advantage of...
Jean-Philippe Lang
2015-01-08
1
-7
/
+2
*
Skip validation if attribute did not change.
Jean-Philippe Lang
2015-01-07
1
-2
/
+2
*
Deprecates Project#set_allowed_parent!.
Jean-Philippe Lang
2015-01-07
1
-1
/
+2
*
Fixed that project copy triggers a 500 error if project validation fails.
Jean-Philippe Lang
2015-01-07
1
-1
/
+2
*
Cleans up parent project assignment in ProjectsController.
Jean-Philippe Lang
2015-01-07
1
-38
/
+44
*
Moved Project#hierarchy to NestedSet::Traversing.
Jean-Philippe Lang
2015-01-07
1
-9
/
+0
*
Replaces awesome_nested_set gem with a simple and more robust implementation ...
Jean-Philippe Lang
2015-01-07
2
-97
/
+21
*
Preload wiki page content for search results.
Jean-Philippe Lang
2014-12-26
1
-1
/
+1
*
Attachment content type not set when uploading attachment (#18667).
Jean-Philippe Lang
2014-12-21
1
-4
/
+5
*
Don't overwrite headers that were already set (#14699).
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
3
-4
/
+4
*
Use a CustomFieldValue instead of CustomValue.
Jean-Philippe Lang
2014-12-20
1
-1
/
+1
*
Use logger.info? (#18605).
Jean-Philippe Lang
2014-12-14
1
-1
/
+1
*
Use a simple count query.
Jean-Philippe Lang
2014-12-13
1
-17
/
+0
[next]