summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-222-0/+52
* Adds a "New issue" link on the global issue list (#6204).Jean-Philippe Lang2016-04-191-0/+6
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-193-34/+25
* Removes #move_to= (#12909).Jean-Philippe Lang2016-04-183-6/+6
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-181-1/+1
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-171-1/+1
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-179-23/+122
* Add missing + signs (#22493).Jean-Philippe Lang2016-04-141-3/+3
* Support for deleting attachments via API (#14828).Jean-Philippe Lang2016-04-121-0/+18
* Support of default Active Record (I18n) transliteration paths (#22383).Jean-Philippe Lang2016-04-121-1/+1
* Fix test failures (#22058).Jean-Philippe Lang2016-04-122-6/+3
* Validate status of users and groups.Jean-Philippe Lang2016-04-111-0/+8
* Fixed that subtasks lose their custom fields when copying an issue to a diffe...Jean-Philippe Lang2016-04-111-0/+18
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-1/+23
* Missing fixtures (#14574).Jean-Philippe Lang2016-04-031-1/+1
* Highlighting of required and read-only custom fields broken in Workflow edito...Jean-Philippe Lang2016-04-031-0/+3
* Bulk edit form lacks estimated time field (#5156).Jean-Philippe Lang2016-04-031-0/+9
* "I don't want to be notified of changes that I make myself" as Default for al...Jean-Philippe Lang2016-04-037-11/+21
* Text in the "removed" part of a diff is double-escaped (#22115).Jean-Philippe Lang2016-03-261-0/+12
* Clear settings that are changed by these tests.Jean-Philippe Lang2016-03-262-1/+6
* No need to use custom host name in these tests.Jean-Philippe Lang2016-03-262-7/+5
* Don't use custom hostname for all Mailer tests.Jean-Philippe Lang2016-03-261-31/+23
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-2/+2
* Send a security notification when users gain or loose admin (#21421).Jean-Philippe Lang2016-03-201-0/+144
* Handle search pagination with the REST API (#6277).Jean-Philippe Lang2016-03-191-0/+18
* Missing fixtures (#6277).Jean-Philippe Lang2016-03-191-2/+8
* REST API for Search (#6277).Jean-Philippe Lang2016-03-191-0/+68
* Total spent hours and estimated hours need to be get via REST (#21757).Jean-Philippe Lang2016-03-191-0/+64
* Previous/next links may be lost after editing the issue (#14462).Jean-Philippe Lang2016-03-191-0/+24
* NameError: uninitialized constant Redmine::ApiTest::GroupsTest::MultiJsonJean-Philippe Lang2016-03-171-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-13298-298/+298
* Tests broken by r15223 (#22127).Jean-Philippe Lang2016-03-121-9/+11
* Fixed that grouping issue by key/value custom field does not work (#22178).Jean-Philippe Lang2016-03-121-0/+26
* Verify assigned_to_id when assigning safe_attributes (#22127).Jean-Philippe Lang2016-03-121-0/+34
* Adds query params as hidden field tags to the CSV export form (#22108).Jean-Philippe Lang2016-03-121-0/+20
* Private notes get copied without private flag to Duplicate issues (#22072).Jean-Philippe Lang2016-03-121-0/+18
* output what language fails at test_number_to_human_size_for_each_languageToshi MARUYAMA2016-03-041-1/+1
* add test which ensure received mail text attachment keeps original encoding (...Toshi MARUYAMA2016-03-042-0/+47
* remove Travis CI filesToshi MARUYAMA2016-02-252-26/+0
* Send a notification when security settings are changed (#21421).Jean-Philippe Lang2016-02-051-0/+38
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-054-0/+126
* Test broken by r15136 (#21593).Jean-Philippe Lang2016-01-301-2/+2
* Add column `estimated_hours` for CSV import (#21867).Jean-Philippe Lang2016-01-301-4/+4
* Fixed that moving a wiki page with a child raises an error when target wiki c...Jean-Philippe Lang2016-01-301-0/+18
* Add watchers from To and Cc fields in issue replies (#7017).Jean-Philippe Lang2016-01-222-1/+42
* Include tested method name in tests names (#21674).Jean-Philippe Lang2016-01-221-7/+7
* Makes the test LDAP host configurable (#21674).Jean-Philippe Lang2016-01-223-27/+5
* Fixed DN in tests (#21674).Jean-Philippe Lang2016-01-221-4/+4
* Fixed that LDAP does not check the user and password when are defined in the ...Jean-Philippe Lang2016-01-221-0/+117
* Removes attachment from disk after rollback on create (#21125).Jean-Philippe Lang2016-01-212-1/+77