summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use #downcase on search tokens, let the database handle it (#18537).Jean-Philippe Lang2014-12-131-0/+9
* 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
* Try to find out what causes a ruby bus error with ruby2.x on the CI server.Jean-Philippe Lang2014-12-131-2/+2
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-24/+24
* ignore X-Autoreply mails (#15999, #13425)Toshi MARUYAMA2014-12-121-1/+2
* Adds some helpers tests.Jean-Philippe Lang2014-12-112-0/+84
* Misc tests.Jean-Philippe Lang2014-12-082-0/+19
* Misc tests.Jean-Philippe Lang2014-12-072-8/+37
* fix ProjectNestedSetTest fails randomlyToshi MARUYAMA2014-12-071-0/+1
* Adds tests for Role#has_permissions?Jean-Philippe Lang2014-12-061-0/+11
* Adds a test for Watcher.prune with :project option.Jean-Philippe Lang2014-12-061-1/+11
* Adds a test for #18584.Jean-Philippe Lang2014-12-061-0/+18
* Make sure that Redmine::Thumbnail.generate is called.Jean-Philippe Lang2014-12-051-1/+2
* Adds some Attachment tests.Jean-Philippe Lang2014-12-051-0/+22
* Adds a few tests.Jean-Philippe Lang2014-12-033-0/+57
* Set notified events as expected.Jean-Philippe Lang2014-11-301-5/+7
* Textile: ignore invalid lang attribute values (#18501).Jean-Philippe Lang2014-11-301-0/+14
* Drop shoulda.Jean-Philippe Lang2014-11-302-13/+9
* Remove contexts in QueryTest.Jean-Philippe Lang2014-11-301-118/+114
* Gantt unit tests cleanup.Jean-Philippe Lang2014-11-301-462/+201
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+39
* Group filters in the filter select list (#13849).Jean-Philippe Lang2014-11-281-6/+49
* Added missing tests for notify_about?Jean-Philippe Lang2014-11-241-24/+27
* Removed some test contexts.Jean-Philippe Lang2014-11-241-71/+34
* Fixed tests broken by r13646.Jean-Philippe Lang2014-11-231-2/+2
* Removed some test contexts.Jean-Philippe Lang2014-11-233-100/+55
* Removed some test contexts.Jean-Philippe Lang2014-11-231-80/+45
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-233-7/+64
* Selected projects in email notifications on "my account" are lost when the pa...Jean-Philippe Lang2014-11-221-0/+5
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-202-5/+5
* fix English syntax of skipping test comment of Bazaar non ASCII environmentToshi MARUYAMA2014-11-181-1/+1
* Fixed that Redmine links should not be parsed inside links (#18301).Jean-Philippe Lang2014-11-141-0/+6
* Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).Jean-Philippe Lang2014-11-141-0/+24
* Fixed that URLs separated by line break are not rendered as links (#18349).Jean-Philippe Lang2014-11-141-0/+13
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-1/+22
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-082-0/+49
* prevent test failures with "trackers is invalid"Toshi MARUYAMA2014-11-082-2/+5
* add missing fixture to test/unit/enabled_module_test.rbToshi MARUYAMA2014-11-081-1/+1
* add missing fixtures to test/unit/issue_status_test.rbToshi MARUYAMA2014-11-071-1/+9