summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2149-83/+77
* 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
* Use a CustomFieldValue instead of CustomValue.Jean-Philippe Lang2014-12-201-1/+1
* 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
* Cache search result ids for faster search pagination (#18631).Jean-Philippe Lang2014-12-203-4/+46
* Moved search logic to Redmine::Search (#18631).Jean-Philippe Lang2014-12-202-48/+85
* Plugin migration confuses two plugins with similar names (#18685).Jean-Philippe Lang2014-12-201-2/+2
* Restore accent insensitive search with mysql (#18537).Jean-Philippe Lang2014-12-153-13/+24
* Use logger.info? (#18605).Jean-Philippe Lang2014-12-142-2/+2
* Support for named route in project menu and a new :permission option (#6426).Jean-Philippe Lang2014-12-143-12/+47
* Code cleanup.Jean-Philippe Lang2014-12-141-18/+21
* User detail : show user login to admins (#17354).Jean-Philippe Lang2014-12-141-0/+3
* Adds table reference to textile help (#12734).Jean-Philippe Lang2014-12-1448-60/+348
* 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-142-15/+35
* 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
* Wiki formatting documentation for nested lists (#4518).Jean-Philippe Lang2014-12-1342-84/+84
* Removed debug stuff.Jean-Philippe Lang2014-12-131-2/+0
* Don't use #downcase on search tokens, let the database handle it (#18537).Jean-Philippe Lang2014-12-133-3/+14
* HTML improvements on project landing page (#18565).Jean-Philippe Lang2014-12-133-7/+7
* Merged datepicker.js into application.js.Jean-Philippe Lang2014-12-133-17/+18
* add missing fixtures to SearchControllerTestToshi MARUYAMA2014-12-131-1/+2
* Use a simple count query.Jean-Philippe Lang2014-12-133-25/+10
* add missing fixture to MembersHelperTestToshi MARUYAMA2014-12-131-1/+2
* Don't show roles without issue add/edit permission in workflow setup (#15988).Jean-Philippe Lang2014-12-135-5/+5
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-133-0/+28
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-133-71/+1
* Misc tests.Jean-Philippe Lang2014-12-131-0/+12
* Use projects association.Jean-Philippe Lang2014-12-131-1/+1
* 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
* Removed unused helper.Jean-Philippe Lang2014-12-121-15/+0
* Removed unused method.Jean-Philippe Lang2014-12-121-4/+0
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-1211-124/+129
* ignore X-Autoreply mails (#15999, #13425)Toshi MARUYAMA2014-12-122-2/+4
* Revert r13736, test fails with mysql.Jean-Philippe Lang2014-12-111-9/+0
* Adds a test for search with limited results.Jean-Philippe Lang2014-12-111-0/+9
* Adds some helpers tests.Jean-Philippe Lang2014-12-114-4/+88
* Misc tests.Jean-Philippe Lang2014-12-083-1/+20