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
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
21
-58
/
+0
*
Use a single query to retrieve issues on the roadmap.
Jean-Philippe Lang
2012-03-02
1
-8
/
+7
*
Use a single query to retrieve issues_count, open_issues_count and closed_iss...
Jean-Philippe Lang
2012-03-02
1
-3
/
+21
*
Use #issues_count which is already retrieved.
Jean-Philippe Lang
2012-03-02
1
-2
/
+2
*
Adds functional test for #test_connection.
Jean-Philippe Lang
2012-03-02
1
-2
/
+2
*
Fixed that the bulk edit/copy form does not propose versions and categories f...
Jean-Philippe Lang
2012-03-01
2
-8
/
+5
*
Adds an optional LDAP filter (#1060).
Jean-Philippe Lang
2012-03-01
2
-2
/
+25
*
MailHandler: fixed that sender's fullname is not unquoted (#10334).
Jean-Philippe Lang
2012-03-01
1
-1
/
+1
*
Fixes r9029.
Jean-Philippe Lang
2012-02-28
1
-8
/
+7
*
Implements the behaviour expected in user_test.
Jean-Philippe Lang
2012-02-28
1
-1
/
+2
*
Mailer#url_for not called in views with Rails 3.1.
Jean-Philippe Lang
2012-02-27
10
-21
/
+17
*
Override @#url_for@ in AM to force generation of absolute links (#10251).
Etienne Massip
2012-02-27
8
-7
/
+12
*
Use controller_name and action_name instead of params.
Jean-Philippe Lang
2012-02-26
1
-2
/
+2
*
Adds a helper for displaying validation error messages.
Jean-Philippe Lang
2012-02-26
5
-4
/
+19
*
Rails 3.1 compatibility (order declared on association takes precedence).
Jean-Philippe Lang
2012-02-26
1
-3
/
+2
*
Make sure that projects_to_search is a Project Array.
Jean-Philippe Lang
2012-02-26
1
-1
/
+1
*
remove trailing white-spaces from app/models/attachment.rb
Toshi MARUYAMA
2012-02-26
1
-3
/
+3
*
Rails3: html_safe for project_tree_options_for_select method in application h...
Toshi MARUYAMA
2012-02-26
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-02-25
1
-3
/
+4
*
Can not use Project#find on scopes with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-2
/
+10
*
Use content_tag for empty option.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Preserve xml output with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Fixed escaping issue with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Use content_tag for empty option.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Fixed escaping issue with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Use content_tag for "no change" options.
Jean-Philippe Lang
2012-02-25
1
-4
/
+4
*
Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...
Toshi MARUYAMA
2012-02-25
3
-4
/
+10
*
Fixed Version#issues_progress for Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-2
/
+2
*
Fixed escaping issues in #textilizable with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-9
/
+10
*
Replace auto_link with link_to in email templates.
Jean-Philippe Lang
2012-02-24
4
-4
/
+4
*
Use :joins instead of :include.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Round hours when reading TimeEntry attribute.
Jean-Philippe Lang
2012-02-24
1
-0
/
+9
*
Cleanup instance variables when reloading a project.
Jean-Philippe Lang
2012-02-24
1
-0
/
+13
*
Removed useless option.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Use subclasses method instead of class variable.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: git: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: use .to_s for overriding human_attribute_name parameter at repos...
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: use .to_s for overriding human_attribute_name parameter at group model
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: view: html_safe for auto_link of project homepage
Toshi MARUYAMA
2012-02-23
1
-2
/
+4
*
Fixes HTML.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Removed dead code.
Jean-Philippe Lang
2012-02-23
2
-11
/
+1
*
Pass the message id when previewing in edit mode (#10275).
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Pass the topic objet to #textilizable (#10275).
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Removed dead code.
Jean-Philippe Lang
2012-02-23
1
-8
/
+1
[next]