summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...Jean-Philippe Lang2015-01-101-0/+12
* Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values ...Jean-Philippe Lang2015-01-101-0/+2
* Time dependend failures in UI tests (#18789).Jean-Philippe Lang2015-01-101-0/+4
* Fixed errors in UI tests (#18782).Jean-Philippe Lang2015-01-101-3/+3
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-0/+9
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-0/+29
* replace tab to space at test/test_helper.rbToshi MARUYAMA2015-01-081-1/+1
* Fixed that project copy triggers a 500 error if project validation fails.Jean-Philippe Lang2015-01-072-0/+12
* Cleans up parent project assignment in ProjectsController.Jean-Philippe Lang2015-01-071-2/+4
* 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-073-9/+151
* 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
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-262-0/+19
* Use upload helper method.Jean-Philippe Lang2014-12-221-20/+5
* Use raw request content in tests to make sure that XML/JSON payload is proper...Jean-Philippe Lang2014-12-221-7/+25
* Adds tests for creating an issue with multiple uploads.Jean-Philippe Lang2014-12-222-0/+96
* Set en locale in test (#18679).Jean-Philippe Lang2014-12-211-0/+1
* Send the content type as parameter when uploading a file.Jean-Philippe Lang2014-12-211-0/+10
* Attachment content type not set when uploading attachment (#18667).Jean-Philippe Lang2014-12-211-0/+10
* Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).Jean-Philippe Lang2014-12-211-0/+28
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-211-0/+13
* Leading slash required with Rails 4.2.Jean-Philippe Lang2014-12-216-33/+33
* Subclasses may not be loaded when running the test.Jean-Philippe Lang2014-12-211-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-2133-64/+58
* PermissionsAttributeCoder.load called twice when mocha expectation is set.Jean-Philippe Lang2014-12-211-2/+3
* Use DOM assertion instead.Jean-Philippe Lang2014-12-211-1/+2
* 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-207-18/+18
* 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-152-11/+24
* Support for named route in project menu and a new :permission option (#6426).Jean-Philippe Lang2014-12-142-6/+27
* Missing test helper (#18537).Jean-Philippe Lang2014-12-141-0/+4
* 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
* Don't use #downcase on search tokens, let the database handle it (#18537).Jean-Philippe Lang2014-12-131-0/+9
* add missing fixtures to SearchControllerTestToshi MARUYAMA2014-12-131-1/+2
* add missing fixture to MembersHelperTestToshi MARUYAMA2014-12-131-1/+2
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-131-0/+23
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-62/+0
* Misc tests.Jean-Philippe Lang2014-12-131-0/+12
* Try to find out what causes a ruby bus error with ruby2.x on the CI server.Jean-Philippe Lang2014-12-131-2/+2
* Adds a test for editing a registered user.Jean-Philippe Lang2014-12-121-0/+8
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-122-37/+41