Commit Graph

  • 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
  • d5aabb55d6 Bulgarian translation updated by Ivan Cenov (#18507) Toshi MARUYAMA 2014-12-02 05:40:13 +00:00
  • 68ec36d07c Galician (gl) translation updated by Adrián Chaves Fernández (#18502) Toshi MARUYAMA 2014-12-02 05:40:05 +00:00
  • 9b277777e7 Japanese translation updated by Go MAEDA (#18506) Toshi MARUYAMA 2014-12-02 05:39:56 +00:00
  • 8beb90c5c8 Merged r13684 from trunk to 2.6-stable (#18534, #18502) Toshi MARUYAMA 2014-12-02 05:11:48 +00:00
  • 8bbaba23f1 Galician (gl) translation updated by Adrián Chaves Fernández (#18534, #18502) Toshi MARUYAMA 2014-12-02 05:06:23 +00:00
  • 430c8fd904 Set notified events as expected. Jean-Philippe Lang 2014-11-30 20:44:29 +00:00
  • 62cf53384d Code cleanup. Jean-Philippe Lang 2014-11-30 16:39:20 +00:00
  • f1308e64af Removed unneeded patch in tests. Jean-Philippe Lang 2014-11-30 16:16:12 +00:00
  • 8e84b1a48f Moved helpers for integration tests in a specific class. Jean-Philippe Lang 2014-11-30 15:16:43 +00:00
  • d22029083c Pull up #setup and #teardown in API tests. Jean-Philippe Lang 2014-11-30 15:10:56 +00:00
  • 78e6717ba7 Test cleanup. Jean-Philippe Lang 2014-11-30 15:02:47 +00:00
  • ef5ff1630a Textile: ignore invalid lang attribute values (#18501). Jean-Philippe Lang 2014-11-30 14:55:03 +00:00
  • f04148695a Drop shoulda. Jean-Philippe Lang 2014-11-30 14:31:53 +00:00
  • 372b24627b Test API authentification once. Jean-Philippe Lang 2014-11-30 14:11:56 +00:00
  • e7518a9e0c Remove contexts in QueryTest. Jean-Philippe Lang 2014-11-30 13:41:34 +00:00
  • dacae57a38 Gantt unit tests cleanup. Jean-Philippe Lang 2014-11-30 13:28:53 +00:00
  • 47e9796473 Makes object argument optional and typo. Jean-Philippe Lang 2014-11-30 13:18:22 +00:00
  • 5492062557 add missing fixtures to test/functional/projects_controller_test.rb Toshi MARUYAMA 2014-11-30 00:17:20 +00:00
  • 6f3ab71f3f Localisation not set correctly on authenticity token errors (#18499). Jean-Philippe Lang 2014-11-29 15:16:59 +00:00
  • 6fe38abdc7 Adds translation strings (#18500). Jean-Philippe Lang 2014-11-29 15:11:30 +00:00
  • 30d65829b8 Configurable behavour for linking issues on copy (#18500). Jean-Philippe Lang 2014-11-29 15:10:59 +00:00
  • 749d703881 Adds a more specific title for the attachments edit link (#1326). Jean-Philippe Lang 2014-11-29 13:55:41 +00:00
  • 05262d2c34 Adds :inverse_of option. Jean-Philippe Lang 2014-11-29 13:52:29 +00:00
  • 288c014aa7 Edit attachments after upload (#1326). Jean-Philippe Lang 2014-11-29 13:41:53 +00:00
  • 3c7f638a83 Typo. Jean-Philippe Lang 2014-11-28 14:02:57 +00:00
  • 1920989ffb Moved format specific stuff on format specific methods. Jean-Philippe Lang 2014-11-28 13:42:47 +00:00
  • 4d2688e7a8 Group filters in the filter select list (#13849). Jean-Philippe Lang 2014-11-28 09:31:56 +00:00
  • 86d8acb344 Fixed "First argument in form cannot contain nil or be empty" error (#18275). Jean-Philippe Lang 2014-11-28 07:59:54 +00:00
  • 552926772a Error raised on project settings after project wiki is deleted (#18429). Jean-Philippe Lang 2014-11-28 07:43:22 +00:00
  • 6671a0c505 Use of PRE tag in issue description results in wrapped text (#18464). Jean-Philippe Lang 2014-11-28 07:32:04 +00:00
  • 6d4ab70e63 Removed useless local variable. Jean-Philippe Lang 2014-11-26 21:10:48 +00:00
  • 34e6646f47 Removed duplicated code. Jean-Philippe Lang 2014-11-26 21:06:47 +00:00