Commit Graph

  • 93690ee830 Send the content type as parameter when uploading a file. Jean-Philippe Lang 2014-12-21 21:07:13 +00:00
  • 64763bece3 Attachment content type not set when uploading attachment (#18667). Jean-Philippe Lang 2014-12-21 21:02:38 +00:00
  • b8a586c475 Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679). Jean-Philippe Lang 2014-12-21 20:19:39 +00:00
  • c0800b330c Error when adding user to group where he is already assigned (#18665). Jean-Philippe Lang 2014-12-21 20:15:24 +00:00
  • a3d4b63261 Don't overwrite headers that were already set (#14699). Jean-Philippe Lang 2014-12-21 19:46:33 +00:00
  • 7296b569a3 Leading slash required with Rails 4.2. Jean-Philippe Lang 2014-12-21 15:05:18 +00:00
  • 7ac9072270 Subclasses may not be loaded when running the test. Jean-Philippe Lang 2014-12-21 12:50:43 +00:00
  • 2a6692248b Replaced "can't" with "cannot" in error messages. Jean-Philippe Lang 2014-12-21 12:39:48 +00:00
  • e2998505b2 PermissionsAttributeCoder.load called twice when mocha expectation is set. Jean-Philippe Lang 2014-12-21 11:57:01 +00:00
  • 8ed791d690 Use DOM assertion instead. Jean-Philippe Lang 2014-12-21 11:48:00 +00:00
  • 744ceaf61f Use DOM assertions as attributes order changes from a Rails version to another. Jean-Philippe Lang 2014-12-20 14:41:04 +00:00
  • b1d2312dbf Make sure that themes are reloaded after test. Jean-Philippe Lang 2014-12-20 14:33:17 +00:00
  • c32d75a697 Rewrites assertions. Jean-Philippe Lang 2014-12-20 14:30:33 +00:00
  • f86d4940e1 Removed that quote in a fixture subject. Jean-Philippe Lang 2014-12-20 14:22:50 +00:00
  • b35ed2ea2b Use a CustomFieldValue instead of CustomValue. Jean-Philippe Lang 2014-12-20 13:51:34 +00:00
  • c6e8f537bd Removes test menu item after test. Jean-Philippe Lang 2014-12-20 13:42:57 +00:00
  • 49fdc5556b Set locale for error messages. Jean-Philippe Lang 2014-12-20 13:35:57 +00:00
  • d4915f0635 Reset current user on each test. Jean-Philippe Lang 2014-12-20 13:35:33 +00:00
  • 717f491f50 Cache search result ids for faster search pagination (#18631). Jean-Philippe Lang 2014-12-20 09:33:02 +00:00
  • 71172e2411 Moved search logic to Redmine::Search (#18631). Jean-Philippe Lang 2014-12-20 08:10:05 +00:00
  • c53eb532c2 Plugin migration confuses two plugins with similar names (#18685). Jean-Philippe Lang 2014-12-20 07:27:53 +00:00
  • 30175bf85e Restore accent insensitive search with mysql (#18537). Jean-Philippe Lang 2014-12-15 19:22:13 +00:00
  • 15bb695bbb Use logger.info? (#18605). Jean-Philippe Lang 2014-12-14 21:53:38 +00:00
  • 64fea07aff Support for named route in project menu and a new :permission option (#6426). Jean-Philippe Lang 2014-12-14 21:46:53 +00:00
  • cb3676a553 Code cleanup. Jean-Philippe Lang 2014-12-14 21:01:51 +00:00
  • 8ac68457f5 User detail : show user login to admins (#17354). Jean-Philippe Lang 2014-12-14 20:47:31 +00:00
  • fe838c57ff Adds table reference to textile help (#12734). Jean-Philippe Lang 2014-12-14 20:34:54 +00:00
  • 90e16a35c5 Missing test helper (#18537). Jean-Philippe Lang 2014-12-14 16:31:11 +00:00
  • 261d989431 SQLite does not support case insensitive match for non-ASCII characters (#18537). Jean-Philippe Lang 2014-12-14 16:30:36 +00:00
  • 24ea953822 Use custom SQL for MySQL to behave like others DBMS: case-insensitive search without ignoring accentuation (#18537). Jean-Philippe Lang 2014-12-14 13:55:52 +00:00
  • 9c685f5034 add missing fixtures to test/unit/search_test.rb Toshi MARUYAMA 2014-12-14 04:27:43 +00:00
  • 6716bdf653 Mysql LIKE treats Ö and O the same (#18537). Jean-Philippe Lang 2014-12-13 23:11:01 +00:00
  • ac6e3f5085 Wiki formatting documentation for nested lists (#4518). Jean-Philippe Lang 2014-12-13 18:49:13 +00:00
  • b55d248597 Removed debug stuff. Jean-Philippe Lang 2014-12-13 18:40:55 +00:00
  • 6ad8ff4e13 Don't use #downcase on search tokens, let the database handle it (#18537). Jean-Philippe Lang 2014-12-13 18:36:35 +00:00
  • c27e917843 HTML improvements on project landing page (#18565). Jean-Philippe Lang 2014-12-13 18:24:10 +00:00
  • d17b8dcc97 Merged datepicker.js into application.js. Jean-Philippe Lang 2014-12-13 18:05:05 +00:00
  • 8ec62e9507 add missing fixtures to SearchControllerTest Toshi MARUYAMA 2014-12-13 17:42:18 +00:00
  • f731545c61 Use a simple count query. Jean-Philippe Lang 2014-12-13 16:55:28 +00:00
  • e52ecb494b add missing fixture to MembersHelperTest Toshi MARUYAMA 2014-12-13 15:38:49 +00:00
  • c886ffe200 Don't show roles without issue add/edit permission in workflow setup (#15988). Jean-Philippe Lang 2014-12-13 14:47:16 +00:00
  • 453803c68f Don't consider roles without issue add/edit permissions for determining fields permissions (#15988). Jean-Philippe Lang 2014-12-13 14:31:58 +00:00
  • 07b44a4662 Droped legacy behaviour that allows a user to edit a few attributes of an issue without the edit_issues permission if a status transition is allowed (#15988). Jean-Philippe Lang 2014-12-13 14:01:56 +00:00
  • 95f58c69d2 Misc tests. Jean-Philippe Lang 2014-12-13 13:24:22 +00:00
  • b8d2d35e95 Use projects association. Jean-Philippe Lang 2014-12-13 11:09:42 +00:00
  • ed1f13c97f Try to find out what causes a ruby bus error with ruby2.x on the CI server. Jean-Philippe Lang 2014-12-13 11:02:28 +00:00
  • 3b4f6038ff Adds a test for editing a registered user. Jean-Philippe Lang 2014-12-12 21:40:25 +00:00
  • 47f331a63b Removed unused helper. Jean-Philippe Lang 2014-12-12 21:39:43 +00:00
  • 996b39cde1 Removed unused method. Jean-Philippe Lang 2014-12-12 21:33:28 +00:00
  • 2fe806a4a4 Rewrites search engine to properly paginate results (#18631). Jean-Philippe Lang 2014-12-12 20:49:31 +00:00
  • 963719042a ignore X-Autoreply mails (#15999, #13425) Toshi MARUYAMA 2014-12-12 04:58:31 +00:00
  • 0b1b46ae2c Revert r13736, test fails with mysql. Jean-Philippe Lang 2014-12-11 21:12:06 +00:00
  • 7bc3cf94cb Adds a test for search with limited results. Jean-Philippe Lang 2014-12-11 20:18:30 +00:00
  • d4ebbe5ba8 Adds some helpers tests. Jean-Philippe Lang 2014-12-11 17:58:08 +00:00
  • fcf9cf7bb1 Misc tests. Jean-Philippe Lang 2014-12-08 17:31:48 +00:00
  • 95810125bf Don't create a journal when creating an issue with attachments. Jean-Philippe Lang 2014-12-08 17:30:47 +00:00
  • 2462a8581d Don't create a journal when creating an issue. Jean-Philippe Lang 2014-12-08 17:18:28 +00:00
  • ee173b64b8 Misc tests. Jean-Philippe Lang 2014-12-07 21:32:14 +00:00
  • b66e68dc82 fix ProjectNestedSetTest fails randomly Toshi MARUYAMA 2014-12-07 04:36:47 +00:00
  • 0d04e6bd57 pdf: use DejaVuSans font in Arabic and Persian (#16040, #18586, #10681) Toshi MARUYAMA 2014-12-06 13:57:21 +00:00
  • 52bc28e2d7 German translation updated by Daniel Felix (#18563) Toshi MARUYAMA 2014-12-06 13:49:50 +00:00
  • 8fc088e1e8 German translation updated by Daniel Felix (#18562) Toshi MARUYAMA 2014-12-06 13:49:26 +00:00
  • 8caeb9f242 Gemfile: update rbpdf version to 1.18.3 (#16040, #18586, #10681) Toshi MARUYAMA 2014-12-06 13:49:09 +00:00
  • a8e3759458 Adds tests for Role#has_permissions? Jean-Philippe Lang 2014-12-06 13:16:43 +00:00
  • 43b3455111 Adds a test for Watcher.prune with :project option. Jean-Philippe Lang 2014-12-06 13:09:48 +00:00
  • e09f48e459 Skip some validations if attribute did not change. Jean-Philippe Lang 2014-12-06 11:23:05 +00:00
  • 9c173375c6 Adds a test for #18584. Jean-Philippe Lang 2014-12-06 11:19:54 +00:00
  • 5324fd04b1 Specify the order for finding a setting. Jean-Philippe Lang 2014-12-05 15:03:29 +00:00
  • 3b6ba58b11 Skip uniqueness validation when updating a setting without changing its name. Jean-Philippe Lang 2014-12-05 15:02:29 +00:00
  • ca71cf3800 Adds methods for loading and adding settings. Jean-Philippe Lang 2014-12-05 15:00:27 +00:00
  • c084ef509f Adds a few functional tests. Jean-Philippe Lang 2014-12-05 12:38:48 +00:00
  • 9dae5771bc Un-inline statement. Jean-Philippe Lang 2014-12-05 12:38:34 +00:00
  • 8992dc9f93 Removed dead code, Rails4 handles that in its attribute writer. Jean-Philippe Lang 2014-12-05 12:37:00 +00:00
  • 2cd00fdc29 Removed unused scopes. Jean-Philippe Lang 2014-12-05 12:34:59 +00:00
  • 0cfbf9d449 Make sure that Redmine::Thumbnail.generate is called. Jean-Philippe Lang 2014-12-05 12:22:35 +00:00
  • 7c1445f19a Tab "New Issue" should not be displayed if a project has no trackers (#18571). Jean-Philippe Lang 2014-12-05 12:17:20 +00:00
  • 934e3c7de1 Typo. Jean-Philippe Lang 2014-12-05 09:05:03 +00:00
  • 84eee82209 Removed unused and deprecated Issue#move_to_project method. Jean-Philippe Lang 2014-12-05 08:58:42 +00:00
  • 8323bc98f5 Adds tests for searching private or archived projects. Jean-Philippe Lang 2014-12-05 08:48:29 +00:00
  • 56edfcf6e9 Adds some Attachment tests. Jean-Philippe Lang 2014-12-05 08:35:00 +00:00
  • 89da75623d Adds a test for invalid enumeration class parameter. Jean-Philippe Lang 2014-12-05 08:18:14 +00:00
  • c7653df32b Adds tests for invalid parameters. Jean-Philippe Lang 2014-12-05 08:16:29 +00:00
  • e111e2bc38 Use :only instead of :except option in IssueRelationsController filters. Jean-Philippe Lang 2014-12-05 08:14:21 +00:00
  • 50b12518a1 Adds a test for when link_copied_issue setting is set to "never". Jean-Philippe Lang 2014-12-05 08:10:33 +00:00
  • a942c1c25e Removed unimplemented JournalsController#edit html response and added some tests. Jean-Philippe Lang 2014-12-05 08:08:00 +00:00
  • 7673910a2d Moved journal details generation to Journal model. Jean-Philippe Lang 2014-12-05 08:03:32 +00:00
  • 85765a39e4 Removed unused helper. Jean-Philippe Lang 2014-12-04 20:59:25 +00:00
  • 89add05d2d Removed unused helper. Jean-Philippe Lang 2014-12-04 20:58:48 +00:00
  • f4651040b5 Removed unused helper. Jean-Philippe Lang 2014-12-04 20:57:51 +00:00
  • ca4ed6df86 Removed unused helper. Jean-Philippe Lang 2014-12-04 20:54:55 +00:00
  • 0ab49d9c7c Removed unused helper. Jean-Philippe Lang 2014-12-04 20:54:23 +00:00
  • 795b8df7fc Removed unused helper. Jean-Philippe Lang 2014-12-03 20:26:30 +00:00
  • 9a7604981b Rescue RecordNotSaved in #save_with_content. Jean-Philippe Lang 2014-12-03 20:22:46 +00:00
  • 5222650d95 Adds a few tests. Jean-Philippe Lang 2014-12-03 20:21:03 +00:00
  • 1059f9a99e Get version ids with a single query (was n+1). Jean-Philippe Lang 2014-12-02 20:32:09 +00:00
  • 22a9742216 Removed broken and unused method added in r5313. Jean-Philippe Lang 2014-12-02 20:23:52 +00:00
  • 49bd22255f Use scope. Jean-Philippe Lang 2014-12-02 20:23:20 +00:00
  • c3ba302f0d Use simplecov for code coverage, rcov does not support ruby>=1.9. Jean-Philippe Lang 2014-12-02 19:59:38 +00:00
  • f4010f3018 Japanese translation updated by Go MAEDA (#18535) Toshi MARUYAMA 2014-12-02 08:22:11 +00:00
  • e7aad69196 Traditional Chinese translation updated and changed by ChunChang Lo (#18519) Toshi MARUYAMA 2014-12-02 05:40:22 +00:00