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
Commit message (
Expand
)
Author
Age
Files
Lines
*
set svn:eol-style native lib/tasks/email.rake
Toshi MARUYAMA
2012-03-04
1
-186
/
+186
*
Extracted auto_link and auto_mailto to a module.
Jean-Philippe Lang
2012-03-04
4
-56
/
+66
*
Use regular create! instead of generate!
Jean-Philippe Lang
2012-03-03
1
-16
/
+9
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
28
-98
/
+56
*
Removed obsolete demo environment file.
Jean-Philippe Lang
2012-03-03
1
-21
/
+0
*
Use require instead of require_library_or_gem.
Jean-Philippe Lang
2012-03-03
1
-1
/
+1
*
Adds a test for displaying list custom fields on the new issue form.
Jean-Philippe Lang
2012-03-02
1
-0
/
+12
*
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 a test for when updating a news fails.
Jean-Philippe Lang
2012-03-02
1
-0
/
+8
*
Adds functional test for #test_connection.
Jean-Philippe Lang
2012-03-02
2
-2
/
+20
*
Adds functional tests for LdapAuthSourcesController.
Jean-Philippe Lang
2012-03-02
2
-36
/
+96
*
Fixed DarcsAdapter for ruby 1.9.3.
Jean-Philippe Lang
2012-03-02
1
-1
/
+2
*
Use valid filters in #test_index_with_sort_filters.
Jean-Philippe Lang
2012-03-02
1
-5
/
+3
*
Prevent test:scm:setup:* task to overwrite if the test repository already exi...
Jean-Philippe Lang
2012-03-01
1
-7
/
+13
*
Removed obsolete helper empty test class.
Jean-Philippe Lang
2012-03-01
1
-4
/
+0
*
Random test failures in #test_..._if_an_exception_is_raised with ruby1.8.7-p3...
Jean-Philippe Lang
2012-03-01
1
-0
/
+2
*
Fixed that the bulk edit/copy form does not propose versions and categories f...
Jean-Philippe Lang
2012-03-01
3
-8
/
+27
*
Fixes LDAP test.
Jean-Philippe Lang
2012-03-01
1
-1
/
+1
*
Adds an optional LDAP filter (#1060).
Jean-Philippe Lang
2012-03-01
50
-2
/
+110
*
MailHandler: fixed that sender's fullname is not unquoted (#10334).
Jean-Philippe Lang
2012-03-01
3
-1
/
+21
*
back out from r9031 to r9036
Toshi MARUYAMA
2012-03-01
6
-14
/
+14
*
Rails3: test: add .to_s for mail's bodies check at unit/mailer_test.rb
Toshi MARUYAMA
2012-03-01
1
-3
/
+3
*
Rails3: test: add .to_s for mail's bodies check at unit/repository_test.rb
Toshi MARUYAMA
2012-03-01
1
-1
/
+1
*
Rails3: test: add .to_s for mail's bodies check at functional/users_controlle...
Toshi MARUYAMA
2012-03-01
1
-3
/
+3
*
Rails3: test: add .to_s for mail's bodies check at functional/messages_contro...
Toshi MARUYAMA
2012-03-01
1
-1
/
+1
*
Rails3: test: add .to_s for mail's bodies check at functional/issues_controll...
Toshi MARUYAMA
2012-03-01
1
-5
/
+5
*
Rails3: test: add .to_s for mail's bodies check at functional/files_controlle...
Toshi MARUYAMA
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
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-2
/
+2
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-1
/
+1
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-2
/
+2
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-1
/
+1
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-1
/
+1
*
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
11
-73
/
+108
*
Fixed routing failure with jruby 1.6.
Jean-Philippe Lang
2012-02-27
1
-1
/
+3
*
Adds a test for project menu item when displaying a revision.
Jean-Philippe Lang
2012-02-27
1
-0
/
+8
*
Adds a test for when displaying the new message form on boards#show.
Jean-Philippe Lang
2012-02-27
1
-0
/
+10
*
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
6
-5
/
+20
*
Rails3: scm: cvs: fix error of test_fetch_changesets_incremental at unit mode...
Toshi MARUYAMA
2012-02-26
1
-5
/
+7
*
Rails 3.1 compatibility (order declared on association takes precedence).
Jean-Philippe Lang
2012-02-26
1
-3
/
+2
*
Moved tests about session reset to functional tests.
Jean-Philippe Lang
2012-02-26
2
-18
/
+15
*
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
*
remove trailing white-spaces from vendor/plugins/acts_as_watchable/lib/acts_a...
Toshi MARUYAMA
2012-02-26
1
-12
/
+12
[next]