summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-4/+4
* Don't use current user locale to format dates (#19039).Jean-Philippe Lang2015-02-081-23/+3
* Renamed test (#18983).Jean-Philippe Lang2015-02-071-1/+1
* Fixed wrong test (#18983).Jean-Philippe Lang2015-02-071-12/+6
* Allow filtering of Redmine Reminders by Version (#18983).Jean-Philippe Lang2015-02-071-0/+21
* link_to in Redmine::Hook::ViewListener omits relative url root (#19024).Jean-Philippe Lang2015-02-071-0/+9
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-0/+13
* add missing fixturesToshi MARUYAMA2015-01-212-0/+2
* add missing fixturesToshi MARUYAMA2015-01-211-1/+2
* add missing fixture to test/unit/journal_test.rbToshi MARUYAMA2015-01-211-1/+1
* Don't change Setting.default_language in Mailer tests.Jean-Philippe Lang2015-01-211-24/+18
* add missing fixtureToshi MARUYAMA2015-01-191-1/+1
* pin order at RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-191-4/+5
* Set proper default language.Jean-Philippe Lang2015-01-181-1/+1
* Set proper locale.Jean-Philippe Lang2015-01-181-0/+2
* add missing fixturesToshi MARUYAMA2015-01-183-0/+3
* fix tests (#13120)Toshi MARUYAMA2015-01-181-1/+1
* fix assertion order at RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-181-5/+5
* add tests to RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-181-0/+10
* Make sure that #scm_iconv returns a string with the target encoding (#14534).Jean-Philippe Lang2015-01-181-0/+1
* add missing fixture to Redmine::Hook::ManagerTestToshi MARUYAMA2015-01-181-0/+1
* Fixed that Redmine::Activity::Fetcher should consider activity provider permi...Jean-Philippe Lang2015-01-181-0/+60
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-177-46/+52
* Missing fixtures.Jean-Philippe Lang2015-01-171-1/+1
* Missing fixtures.Jean-Philippe Lang2015-01-171-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-176-11/+85
* Copyright update.Jean-Philippe Lang2015-01-11126-150/+150
* Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values ...Jean-Philippe Lang2015-01-101-0/+2
* Fixed that project copy triggers a 500 error if project validation fails.Jean-Philippe Lang2015-01-071-0/+5
* Insert children issues to respect same order as ids.Jean-Philippe Lang2015-01-071-2/+2
* Replaces awesome_nested_set gem with a simple and more robust implementation ...Jean-Philippe Lang2015-01-072-0/+149
* The descendant count in the issues delete confirmation message is wrong if is...Jean-Philippe Lang2014-12-301-0/+10
* Force UTF-8 encoding of language names.Jean-Philippe Lang2014-12-261-0/+5
* Set en locale in test (#18679).Jean-Philippe Lang2014-12-211-0/+1
* Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).Jean-Philippe Lang2014-12-211-0/+28
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-2114-20/+20
* PermissionsAttributeCoder.load called twice when mocha expectation is set.Jean-Philippe Lang2014-12-211-2/+3
* Use DOM assertions as attributes order changes from a Rails version to another.Jean-Philippe Lang2014-12-201-4/+4
* Make sure that themes are reloaded after test.Jean-Philippe Lang2014-12-201-0/+2
* Rewrites assertions.Jean-Philippe Lang2014-12-201-2/+3
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-204-9/+9
* Removes test menu item after test.Jean-Philippe Lang2014-12-201-0/+4
* Set locale for error messages.Jean-Philippe Lang2014-12-201-0/+4
* Reset current user on each test.Jean-Philippe Lang2014-12-201-0/+4
* Restore accent insensitive search with mysql (#18537).Jean-Philippe Lang2014-12-151-11/+20
* Support for named route in project menu and a new :permission option (#6426).Jean-Philippe Lang2014-12-142-6/+27
* SQLite does not support case insensitive match for non-ASCII characters (#185...Jean-Philippe Lang2014-12-141-1/+9
* Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ...Jean-Philippe Lang2014-12-141-2/+8
* add missing fixtures to test/unit/search_test.rbToshi MARUYAMA2014-12-141-0/+3
* Mysql LIKE treats Ö and O the same (#18537).Jean-Philippe Lang2014-12-131-2/+1