| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PermissionsAttributeCoder.load called twice when mocha expectation is set. | Jean-Philippe Lang | 2014-12-21 | 1 | -2/+3 |
* | Use DOM assertion instead. | Jean-Philippe Lang | 2014-12-21 | 1 | -1/+2 |
* | Use DOM assertions as attributes order changes from a Rails version to another. | Jean-Philippe Lang | 2014-12-20 | 1 | -4/+4 |
* | Make sure that themes are reloaded after test. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+2 |
* | Rewrites assertions. | Jean-Philippe Lang | 2014-12-20 | 1 | -2/+3 |
* | Removed that quote in a fixture subject. | Jean-Philippe Lang | 2014-12-20 | 7 | -18/+18 |
* | Removes test menu item after test. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+4 |
* | Set locale for error messages. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+4 |
* | Reset current user on each test. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+4 |
* | Restore accent insensitive search with mysql (#18537). | Jean-Philippe Lang | 2014-12-15 | 2 | -11/+24 |
* | Support for named route in project menu and a new :permission option (#6426). | Jean-Philippe Lang | 2014-12-14 | 2 | -6/+27 |
* | Missing test helper (#18537). | Jean-Philippe Lang | 2014-12-14 | 1 | -0/+4 |
* | SQLite does not support case insensitive match for non-ASCII characters (#185... | Jean-Philippe Lang | 2014-12-14 | 1 | -1/+9 |
* | Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ... | Jean-Philippe Lang | 2014-12-14 | 1 | -2/+8 |
* | add missing fixtures to test/unit/search_test.rb | Toshi MARUYAMA | 2014-12-14 | 1 | -0/+3 |
* | Mysql LIKE treats Ö and O the same (#18537). | Jean-Philippe Lang | 2014-12-13 | 1 | -2/+1 |
* | Don't use #downcase on search tokens, let the database handle it (#18537). | Jean-Philippe Lang | 2014-12-13 | 1 | -0/+9 |
* | add missing fixtures to SearchControllerTest | Toshi MARUYAMA | 2014-12-13 | 1 | -1/+2 |
* | add missing fixture to MembersHelperTest | Toshi MARUYAMA | 2014-12-13 | 1 | -1/+2 |
* | Don't consider roles without issue add/edit permissions for determining field... | Jean-Philippe Lang | 2014-12-13 | 1 | -0/+23 |
* | Droped legacy behaviour that allows a user to edit a few attributes of an iss... | Jean-Philippe Lang | 2014-12-13 | 1 | -62/+0 |
* | Misc tests. | Jean-Philippe Lang | 2014-12-13 | 1 | -0/+12 |
* | Try to find out what causes a ruby bus error with ruby2.x on the CI server. | Jean-Philippe Lang | 2014-12-13 | 1 | -2/+2 |
* | Adds a test for editing a registered user. | Jean-Philippe Lang | 2014-12-12 | 1 | -0/+8 |
* | Rewrites search engine to properly paginate results (#18631). | Jean-Philippe Lang | 2014-12-12 | 2 | -37/+41 |
* | ignore X-Autoreply mails (#15999, #13425) | Toshi MARUYAMA | 2014-12-12 | 1 | -1/+2 |
* | Revert r13736, test fails with mysql. | Jean-Philippe Lang | 2014-12-11 | 1 | -9/+0 |
* | Adds a test for search with limited results. | Jean-Philippe Lang | 2014-12-11 | 1 | -0/+9 |
* | Adds some helpers tests. | Jean-Philippe Lang | 2014-12-11 | 2 | -0/+84 |
* | Misc tests. | Jean-Philippe Lang | 2014-12-08 | 2 | -0/+19 |
* | Don't create a journal when creating an issue with attachments. | Jean-Philippe Lang | 2014-12-08 | 1 | -3/+5 |
* | Don't create a journal when creating an issue. | Jean-Philippe Lang | 2014-12-08 | 1 | -1/+3 |
* | Misc tests. | Jean-Philippe Lang | 2014-12-07 | 2 | -8/+37 |
* | fix ProjectNestedSetTest fails randomly | Toshi MARUYAMA | 2014-12-07 | 1 | -0/+1 |
* | Adds tests for Role#has_permissions? | Jean-Philippe Lang | 2014-12-06 | 1 | -0/+11 |
* | Adds a test for Watcher.prune with :project option. | Jean-Philippe Lang | 2014-12-06 | 1 | -1/+11 |
* | Adds a test for #18584. | Jean-Philippe Lang | 2014-12-06 | 1 | -0/+18 |
* | Adds methods for loading and adding settings. | Jean-Philippe Lang | 2014-12-05 | 1 | -4/+6 |
* | Adds a few functional tests. | Jean-Philippe Lang | 2014-12-05 | 3 | -0/+22 |
* | Make sure that Redmine::Thumbnail.generate is called. | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+2 |
* | Tab "New Issue" should not be displayed if a project has no trackers (#18571). | Jean-Philippe Lang | 2014-12-05 | 1 | -0/+14 |
* | Adds tests for searching private or archived projects. | Jean-Philippe Lang | 2014-12-05 | 1 | -0/+23 |
* | Adds some Attachment tests. | Jean-Philippe Lang | 2014-12-05 | 1 | -0/+22 |
* | Adds a test for invalid enumeration class parameter. | Jean-Philippe Lang | 2014-12-05 | 1 | -0/+6 |
* | Adds tests for invalid parameters. | Jean-Philippe Lang | 2014-12-05 | 1 | -0/+15 |
* | Adds a test for when link_copied_issue setting is set to "never". | Jean-Philippe Lang | 2014-12-05 | 1 | -0/+12 |
* | Removed unimplemented JournalsController#edit html response and added some te... | Jean-Philippe Lang | 2014-12-05 | 1 | -0/+14 |
* | Adds a few tests. | Jean-Philippe Lang | 2014-12-03 | 9 | -3/+127 |
* | Use simplecov for code coverage, rcov does not support ruby>=1.9. | Jean-Philippe Lang | 2014-12-02 | 4 | -0/+178 |
* | Set notified events as expected. | Jean-Philippe Lang | 2014-11-30 | 2 | -90/+102 |