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: Issue filter by assigned_to_role is not project specific (#9540).
Jean-Philippe Lang
2011-11-19
1
-18
/
+15
*
Makes author column sortable and groupable on the issue list (#1567).
Jean-Philippe Lang
2011-11-19
1
-1
/
+4
*
Adds a way to filter issues with or without start date (#9607).
Jean-Philippe Lang
2011-11-19
1
-2
/
+2
*
Wiki links for news and forums (#9600).
Jean-Philippe Lang
2011-11-19
1
-0
/
+3
*
move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#...
Toshi MARUYAMA
2011-11-14
1
-41
/
+1
*
Replaced non standard Precedence email header with "X-Auto-Response-Suppress:...
Jean-Philippe Lang
2011-11-13
1
-1
/
+1
*
Adds a method to clear the settings cache.
Jean-Philippe Lang
2011-11-13
1
-3
/
+8
*
Fixed: copied private queries not visible after project copy (#9520).
Jean-Philippe Lang
2011-11-11
1
-0
/
+1
*
Custom date field accepts invalid dates (#9394).
Jean-Philippe Lang
2011-11-11
1
-1
/
+1
*
Fixed: Custom 'version' field don't show shared versions (#8615).
Jean-Philippe Lang
2011-11-11
1
-1
/
+1
*
Fixed: User with groups may not see issues assigned to him or to its groups (...
Jean-Philippe Lang
2011-11-11
1
-2
/
+2
*
scm: model: mercurial: set revision graph support true (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+4
*
scm: model: git: set revision graph support true (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+4
*
scm: model: add method to switch revision graph support or not and set defaul...
Toshi MARUYAMA
2011-11-03
1
-0
/
+4
*
scm: mercurial: model: save parent/child relation for changesets (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+5
*
scm: git: model: save parent/child relation for changesets (#5501)
Toshi MARUYAMA
2011-11-03
1
-1
/
+6
*
scm: db: model: add parent/child relation for changesets (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+8
*
scm: git: fix typo of comments about fetching revisions (#9472)
Toshi MARUYAMA
2011-10-27
1
-1
/
+1
*
scm: git: recovery and improve comments of fetching from 1.1 about harmful in...
Toshi MARUYAMA
2011-10-27
1
-0
/
+11
*
scm: git: return saved revision at model "save_revision" (#5501)
Toshi MARUYAMA
2011-10-25
1
-0
/
+1
*
scm: git: use to_s for branches at model (#5501)
Toshi MARUYAMA
2011-10-25
1
-1
/
+2
*
Reverted r7628.
Etienne Massip
2011-10-18
1
-6
/
+0
*
Filter out illegal values to prevent raise of PostgreSQL exceptions, restored...
Etienne Massip
2011-10-18
1
-0
/
+6
*
Fixed shot filter expression parsing depending upon field operators (#8371).
Etienne Massip
2011-10-12
1
-3
/
+6
*
Rails3: model: replace deprecated errors.add_to_base at validate_issue_relati...
Toshi MARUYAMA
2011-10-07
1
-3
/
+3
*
Rails3: model: replace deprecated errors.add_to_base at validate_on_create of...
Toshi MARUYAMA
2011-10-07
1
-1
/
+1
*
Rails3: model: replace deprecated errors.add_to_base at cannot_reply_to_locke...
Toshi MARUYAMA
2011-10-07
1
-1
/
+1
*
Rails3: model: query: parse dates using UTC (ruby 1.9 inside) (#4796)
Toshi MARUYAMA
2011-10-07
1
-2
/
+5
*
Rails3: model: replace deprecated errors.add_to_base at validate_issue of Issue
Toshi MARUYAMA
2011-10-06
1
-1
/
+1
*
Rails3: model: replace deprecated errors.add_to_base at save_issue_with_child...
Toshi MARUYAMA
2011-10-06
1
-1
/
+1
*
fix typo of fix_issue() at Changeset model
Toshi MARUYAMA
2011-10-04
1
-1
/
+1
*
Qualify searchable @text@ column to prevent exception thrown when :content as...
Etienne Massip
2011-10-03
1
-1
/
+1
*
Rails3: model: replace deprecated 'validate_on_create' method at Message model
Toshi MARUYAMA
2011-10-01
1
-1
/
+2
*
Allow project column to be removed from the global issue list columns (#8411).
Etienne Massip
2011-09-26
1
-9
/
+12
*
Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*...
Toshi MARUYAMA
2011-09-26
1
-1
/
+1
*
Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to app/views/mailer/...
Toshi MARUYAMA
2011-09-26
1
-2
/
+2
*
Rails3: mail: rename app/views/layouts/mailer.text.plain.erb to app/views/lay...
Toshi MARUYAMA
2011-09-26
1
-2
/
+2
*
replace RAILS_DEFAULT_LOGGER of mylogger() to Rails.logger at app/models/mail...
Toshi MARUYAMA
2011-09-24
1
-1
/
+1
*
code layout clean up of reminder() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-1
/
+3
*
code layout clean up of render_multipart() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-3
/
+8
*
code layout clean up of account_activation_request() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-1
/
+3
*
code layout clean up of wiki_content_updated() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-2
/
+6
*
code layout clean up of wiki_content_added() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-1
/
+3
*
Rails3: model: replace deprecated 'after_destroy' method at Message model
Toshi MARUYAMA
2011-09-22
1
-1
/
+2
*
Rails3: model: replace deprecated 'after_update' method at Message model
Toshi MARUYAMA
2011-09-22
1
-1
/
+2
*
Rails3: model: replace deprecated 'before_validation' method at TimeEntry model
Toshi MARUYAMA
2011-09-22
1
-1
/
+2
*
Rails3: model: replace deprecated 'validate' method at TimeEntry model
Toshi MARUYAMA
2011-09-22
1
-1
/
+2
*
Rails3: model: replace deprecated 'before_save' method at WikiPage model
Toshi MARUYAMA
2011-09-22
1
-1
/
+2
*
Rails3: model: replace deprecated 'before_destroy' method at WikiPage model
Toshi MARUYAMA
2011-09-22
1
-1
/
+2
*
Rails3: model: replace deprecated 'after_save' method at IssueStatus model
Toshi MARUYAMA
2011-09-21
1
-1
/
+2
[next]