summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-043-11/+9
* Strip login and password read from the email body.Jean-Philippe Lang2012-03-041-2/+2
* Adds an helper to get the body of an email in tests.Jean-Philippe Lang2012-03-043-7/+11
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1
* Include ERB::Util in helpers tests.Jean-Philippe Lang2012-03-045-0/+6
* No need to delete fixtures.Jean-Philippe Lang2012-03-041-4/+0
* Removed shoulda assertions.Jean-Philippe Lang2012-03-042-34/+0
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1
* Adds helpers for testing email body.Jean-Philippe Lang2012-03-047-18/+38
* set svn:eol-style native lib/redmine/scm/adapters/mercurial/redminehelper.pyToshi MARUYAMA2012-03-040-0/+0
* Rails3: :order option has no effect here because of the default_scope on Enum...Jean-Philippe Lang2012-03-041-2/+2
* Test cleanup.Jean-Philippe Lang2012-03-041-0/+3
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-043-5/+5
* Test cleanup.Jean-Philippe Lang2012-03-041-7/+0
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-047-10/+10
* Removed some generate! calls.Jean-Philippe Lang2012-03-044-7/+7
* Removed some generate! calls.Jean-Philippe Lang2012-03-044-14/+15
* No need to save the record.Jean-Philippe Lang2012-03-041-10/+10
* Use :joins instead of :include.Jean-Philippe Lang2012-03-041-1/+1
* Removed sort order on issues association.Jean-Philippe Lang2012-03-041-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-2/+2
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-043-9/+14
* set svn:eol-style native test/exemplars/version_exemplar.rbToshi MARUYAMA2012-03-041-5/+5
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-045-5/+12
* set svn:eol-style native lib/tasks/migrate_plugins.rakeToshi MARUYAMA2012-03-041-15/+15
* set svn:eol-style native lib/tasks/migrate_from_mantis.rakeToshi MARUYAMA2012-03-041-512/+512
* set svn:eol-style native lib/tasks/load_default_data.rakeToshi MARUYAMA2012-03-041-35/+35
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-042-4/+29
* set svn:eol-style native lib/tasks/fetch_changesets.rakeToshi MARUYAMA2012-03-041-24/+24
* Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...Jean-Philippe Lang2012-03-042-1/+4
* set svn:eol-style native lib/tasks/email.rakeToshi MARUYAMA2012-03-041-186/+186
* Extracted auto_link and auto_mailto to a module.Jean-Philippe Lang2012-03-044-56/+66
* Use regular create! instead of generate!Jean-Philippe Lang2012-03-031-16/+9
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-0328-98/+56
* Removed obsolete demo environment file.Jean-Philippe Lang2012-03-031-21/+0
* Use require instead of require_library_or_gem.Jean-Philippe Lang2012-03-031-1/+1
* Adds a test for displaying list custom fields on the new issue form.Jean-Philippe Lang2012-03-021-0/+12
* Use a single query to retrieve issues on the roadmap.Jean-Philippe Lang2012-03-021-8/+7
* Use a single query to retrieve issues_count, open_issues_count and closed_iss...Jean-Philippe Lang2012-03-021-3/+21
* Use #issues_count which is already retrieved.Jean-Philippe Lang2012-03-021-2/+2
* Adds a test for when updating a news fails.Jean-Philippe Lang2012-03-021-0/+8
* Adds functional test for #test_connection.Jean-Philippe Lang2012-03-022-2/+20
* Adds functional tests for LdapAuthSourcesController.Jean-Philippe Lang2012-03-022-36/+96
* Fixed DarcsAdapter for ruby 1.9.3.Jean-Philippe Lang2012-03-021-1/+2
* Use valid filters in #test_index_with_sort_filters.Jean-Philippe Lang2012-03-021-5/+3
* Prevent test:scm:setup:* task to overwrite if the test repository already exi...Jean-Philippe Lang2012-03-011-7/+13
* Removed obsolete helper empty test class.Jean-Philippe Lang2012-03-011-4/+0
* Random test failures in #test_..._if_an_exception_is_raised with ruby1.8.7-p3...Jean-Philippe Lang2012-03-011-0/+2
* Fixed that the bulk edit/copy form does not propose versions and categories f...Jean-Philippe Lang2012-03-013-8/+27
* Fixes LDAP test.Jean-Philippe Lang2012-03-011-1/+1