]> source.dussan.org Git - redmine.git/log
redmine.git
6 years agoDisallow creating inverse relates issue relations (#27663).
Go MAEDA [Wed, 6 Dec 2017 09:01:07 +0000 (09:01 +0000)]
Disallow creating inverse relates issue relations (#27663).

Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17056 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoReverted r17054 (#27663).
Go MAEDA [Thu, 30 Nov 2017 00:02:02 +0000 (00:02 +0000)]
Reverted r17054 (#27663).

The change breaks test/functional/issue_relations_controller_test.rb.

git-svn-id: http://svn.redmine.org/redmine/trunk@17055 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoDisallow creating inverse relates issue relations (#27663).
Go MAEDA [Wed, 29 Nov 2017 22:22:39 +0000 (22:22 +0000)]
Disallow creating inverse relates issue relations (#27663).

Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17054 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoFixes visibility checks for version.fixed_issues in Gantt (#27676).
Jean-Philippe Lang [Wed, 29 Nov 2017 19:38:44 +0000 (19:38 +0000)]
Fixes visibility checks for version.fixed_issues in Gantt (#27676).

Like the version page - the Gantt chart featured a "percent done" info
for each version, which wasn't properly limited to visible issues.

Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17053 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoPerformance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).
Jean-Philippe Lang [Wed, 29 Nov 2017 19:38:01 +0000 (19:38 +0000)]
Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).

Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17052 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoAdds visibility checks on version views (#27676).
Jean-Philippe Lang [Wed, 29 Nov 2017 19:37:20 +0000 (19:37 +0000)]
Adds visibility checks on version views (#27676).

Previously not all data on the roadmap and version view where properly
checked against the issue visibility setting. Unprivileged users were
able to see the total number of issues, their estimations and the
open/close status - even if the user was only allowed to see their own issues.

Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17051 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoMoves issue calculations into the fixed_issues relation (#27676).
Jean-Philippe Lang [Wed, 29 Nov 2017 19:36:13 +0000 (19:36 +0000)]
Moves issue calculations into the fixed_issues relation (#27676).

This way, we can reuse them on refined relations,
e.g. @version.fixed_issues.closed_count@ vs. @version.fixed_issues.visible.closed_count@

Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17050 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoFix typo in configuration.yml.example (#27670).
Go MAEDA [Wed, 29 Nov 2017 08:14:52 +0000 (08:14 +0000)]
Fix typo in configuration.yml.example (#27670).

Patch by Kosta Harlan and Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17049 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoUse new pagination style in gantt (#26671).
Go MAEDA [Tue, 28 Nov 2017 02:33:00 +0000 (02:33 +0000)]
Use new pagination style in gantt (#26671).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17048 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoSpanish/Panama translation update for jstoolbar-es-pa.js (#27649).
Go MAEDA [Mon, 27 Nov 2017 15:15:34 +0000 (15:15 +0000)]
Spanish/Panama translation update for jstoolbar-es-pa.js (#27649).

Patch by Javier Menéndez Riz.

git-svn-id: http://svn.redmine.org/redmine/trunk@17045 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoSpanish translation update for jstoolbar-es.js (#27642).
Go MAEDA [Mon, 27 Nov 2017 14:48:01 +0000 (14:48 +0000)]
Spanish translation update for jstoolbar-es.js (#27642).

Patch by Javier Menéndez Riz.

git-svn-id: http://svn.redmine.org/redmine/trunk@17042 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoFix: Unnecessary arrow icon beside a project link in calendar tooltips (#27139).
Go MAEDA [Mon, 27 Nov 2017 13:00:39 +0000 (13:00 +0000)]
Fix: Unnecessary arrow icon beside a project link in calendar tooltips (#27139).

Patch by Bernhard Rohloff.

git-svn-id: http://svn.redmine.org/redmine/trunk@17039 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoUse number input field instead of text input for Gantt months field (#26869).
Go MAEDA [Mon, 27 Nov 2017 00:55:40 +0000 (00:55 +0000)]
Use number input field instead of text input for Gantt months field (#26869).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17038 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoAdd tests for context menu in gantt (#10485).
Go MAEDA [Mon, 27 Nov 2017 00:34:30 +0000 (00:34 +0000)]
Add tests for context menu in gantt (#10485).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17037 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoUse pluck instead of map in MyHelper (#26711).
Go MAEDA [Sun, 26 Nov 2017 14:37:31 +0000 (14:37 +0000)]
Use pluck instead of map in MyHelper (#26711).

Patch by jwjw yy.

git-svn-id: http://svn.redmine.org/redmine/trunk@17036 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoMake robust Redmine::Helpers::URL#uri_with_safe_scheme? (#27114)
Go MAEDA [Sun, 26 Nov 2017 03:44:37 +0000 (03:44 +0000)]
Make robust Redmine::Helpers::URL#uri_with_safe_scheme? (#27114)

Patch by okkez.

git-svn-id: http://svn.redmine.org/redmine/trunk@17035 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoFix: Changing the tracker to a tracker with the tracker field set to read-only won...
Go MAEDA [Sun, 26 Nov 2017 02:20:23 +0000 (02:20 +0000)]
Fix: Changing the tracker to a tracker with the tracker field set to read-only won't work (#27110)

Patch by Felix Schäfer.

git-svn-id: http://svn.redmine.org/redmine/trunk@17032 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoAdd right-click context menu to gantt bars (#10485).
Go MAEDA [Sat, 25 Nov 2017 16:31:50 +0000 (16:31 +0000)]
Add right-click context menu to gantt bars (#10485).

Contributed by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17031 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoAdd right-click context menu to gantt subjects (#10485).
Go MAEDA [Sat, 25 Nov 2017 16:30:23 +0000 (16:30 +0000)]
Add right-click context menu to gantt subjects (#10485).

Contributed by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17030 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoFix: Gravatar icon is misaligned in gantt (#26410).
Go MAEDA [Sat, 25 Nov 2017 15:29:52 +0000 (15:29 +0000)]
Fix: Gravatar icon is misaligned in gantt (#26410).

Contributed by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17027 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoMake gantt columns resizable (#20481).
Go MAEDA [Sat, 25 Nov 2017 13:51:20 +0000 (13:51 +0000)]
Make gantt columns resizable (#20481).

Contributed by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17026 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoFix: "Uncheck all" is not working in workflow status transitions page (#27586).
Go MAEDA [Sat, 25 Nov 2017 11:16:13 +0000 (11:16 +0000)]
Fix: "Uncheck all" is not working in workflow status transitions page (#27586).

Contributed by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17023 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoGemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_wi...
Toshi MARUYAMA [Sun, 5 Nov 2017 19:31:53 +0000 (19:31 +0000)]
Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes

git-svn-id: http://svn.redmine.org/redmine/trunk@17019 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoremove unused WikisController#edit (#26579)
Toshi MARUYAMA [Sun, 5 Nov 2017 19:09:05 +0000 (19:09 +0000)]
remove unused WikisController#edit (#26579)

git-svn-id: http://svn.redmine.org/redmine/trunk@17018 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 years agoremove unused project setting wiki tab erb (#26579)
Toshi MARUYAMA [Sun, 5 Nov 2017 18:02:26 +0000 (18:02 +0000)]
remove unused project setting wiki tab erb (#26579)

git-svn-id: http://svn.redmine.org/redmine/trunk@17017 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdds changes from 3.3.5.
Jean-Philippe Lang [Sun, 15 Oct 2017 19:50:46 +0000 (19:50 +0000)]
Adds changes from 3.3.5.

git-svn-id: http://svn.redmine.org/redmine/trunk@17004 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoUpdates for 3.4.3 release.
Jean-Philippe Lang [Sun, 15 Oct 2017 19:46:27 +0000 (19:46 +0000)]
Updates for 3.4.3 release.

git-svn-id: http://svn.redmine.org/redmine/trunk@17003 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoFix filter after multiple version ids (#26667).
Jean-Philippe Lang [Sun, 15 Oct 2017 11:54:39 +0000 (11:54 +0000)]
Fix filter after multiple version ids (#26667).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17000 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoFix filter values for fixed version id (#26667).
Jean-Philippe Lang [Sun, 15 Oct 2017 11:53:49 +0000 (11:53 +0000)]
Fix filter values for fixed version id (#26667).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@16999 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoFiltering time entries after issue's target version doesn't work as expected in some...
Jean-Philippe Lang [Sun, 15 Oct 2017 11:42:00 +0000 (11:42 +0000)]
Filtering time entries after issue's target version doesn't work as expected in some cases (#26667).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@16997 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoURL-escape additional characters with special meaning in the generated markup for...
Jean-Philippe Lang [Sun, 15 Oct 2017 11:36:58 +0000 (11:36 +0000)]
URL-escape additional characters with special meaning in the generated markup for dropped uploads (#26682).

Patch by Holger Just.

git-svn-id: http://svn.redmine.org/redmine/trunk@16995 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdd title to author's and assignee's icon (#26689).
Jean-Philippe Lang [Sun, 15 Oct 2017 11:35:00 +0000 (11:35 +0000)]
Add title to author's and assignee's icon (#26689).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@16993 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoTranslation for label_week in time report is not working (#26780).
Jean-Philippe Lang [Sun, 15 Oct 2017 11:23:35 +0000 (11:23 +0000)]
Translation for label_week in time report is not working (#26780).

Patch by Alexander Meindl.

git-svn-id: http://svn.redmine.org/redmine/trunk@16990 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoEnsure that values of multi-value fields are HTML-escaped in issue history (#27186).
Jean-Philippe Lang [Sun, 15 Oct 2017 11:09:43 +0000 (11:09 +0000)]
Ensure that values of multi-value fields are HTML-escaped in issue history (#27186).

Patch by Holger Just.

git-svn-id: http://svn.redmine.org/redmine/trunk@16985 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoEnsure that values of multi-value fields are HTML-escaped in issue list (#27186).
Jean-Philippe Lang [Sun, 15 Oct 2017 11:08:46 +0000 (11:08 +0000)]
Ensure that values of multi-value fields are HTML-escaped in issue list (#27186).

Patch by Holger Just.

git-svn-id: http://svn.redmine.org/redmine/trunk@16984 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoDon't use raw output in timelog (#27186).
Jean-Philippe Lang [Sun, 15 Oct 2017 11:06:20 +0000 (11:06 +0000)]
Don't use raw output in timelog (#27186).

git-svn-id: http://svn.redmine.org/redmine/trunk@16983 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoChinese translation for trunk updated by Sharuru Zhang (#27034)
Toshi MARUYAMA [Fri, 13 Oct 2017 04:57:34 +0000 (04:57 +0000)]
Chinese translation for trunk updated by Sharuru Zhang (#27034)

git-svn-id: http://svn.redmine.org/redmine/trunk@16978 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoChinese "label_font_monospace" translation changed by Sharuru Zhang (#27034)
Toshi MARUYAMA [Fri, 13 Oct 2017 04:42:32 +0000 (04:42 +0000)]
Chinese "label_font_monospace" translation changed by Sharuru Zhang (#27034)

git-svn-id: http://svn.redmine.org/redmine/trunk@16977 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoChinese translation for 3.4-stable updated by Sharuru Zhang (#27034)
Toshi MARUYAMA [Fri, 13 Oct 2017 04:42:20 +0000 (04:42 +0000)]
Chinese translation for 3.4-stable updated by Sharuru Zhang (#27034)

git-svn-id: http://svn.redmine.org/redmine/trunk@16976 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoGemfile: update rbpdf version to 1.19.3 (#25702)
Toshi MARUYAMA [Fri, 13 Oct 2017 04:13:54 +0000 (04:13 +0000)]
Gemfile: update rbpdf version to 1.19.3 (#25702)

git-svn-id: http://svn.redmine.org/redmine/trunk@16975 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoDon't use raw output (#27186).
Jean-Philippe Lang [Thu, 12 Oct 2017 17:36:21 +0000 (17:36 +0000)]
Don't use raw output (#27186).

git-svn-id: http://svn.redmine.org/redmine/trunk@16971 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoremove trailing white spaces from test/functional/queries_controller_test.rb
Toshi MARUYAMA [Fri, 15 Sep 2017 04:49:32 +0000 (04:49 +0000)]
remove trailing white spaces from test/functional/queries_controller_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@16967 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoBulgarian translation updated by Ivan Cenov (#26818)
Toshi MARUYAMA [Fri, 15 Sep 2017 04:32:02 +0000 (04:32 +0000)]
Bulgarian translation updated by Ivan Cenov (#26818)

git-svn-id: http://svn.redmine.org/redmine/trunk@16966 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoGerman translation for 3.4-stable updated by Peter Pfläging (#26703)
Toshi MARUYAMA [Fri, 15 Sep 2017 04:31:51 +0000 (04:31 +0000)]
German translation for 3.4-stable updated by Peter Pfläging (#26703)

git-svn-id: http://svn.redmine.org/redmine/trunk@16965 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoGerman translation for 3.3-stable updated by Peter Pfläging (#26703, #27006)
Toshi MARUYAMA [Fri, 15 Sep 2017 04:31:39 +0000 (04:31 +0000)]
German translation for 3.3-stable updated by Peter Pfläging (#26703, #27006)

git-svn-id: http://svn.redmine.org/redmine/trunk@16964 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoadd test that anonymous user can add watchers by mail (#26654)
Toshi MARUYAMA [Thu, 7 Sep 2017 17:22:14 +0000 (17:22 +0000)]
add test that anonymous user can add watchers by mail (#26654)

git-svn-id: http://svn.redmine.org/redmine/trunk@16963 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agofix "schema_migrations_table_name is deprecated" warning during redmine:plugins:migra...
Toshi MARUYAMA [Thu, 31 Aug 2017 15:57:43 +0000 (15:57 +0000)]
fix "schema_migrations_table_name is deprecated" warning during redmine:plugins:migrate (#26615)

Contributed by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16962 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agouse versioned migrations for sample plugin in the same way of core r16807
Toshi MARUYAMA [Thu, 31 Aug 2017 15:57:32 +0000 (15:57 +0000)]
use versioned migrations for sample plugin in the same way of core r16807

git-svn-id: http://svn.redmine.org/redmine/trunk@16961 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoimprove German translation of 404 page (#26514)
Toshi MARUYAMA [Wed, 30 Aug 2017 16:18:47 +0000 (16:18 +0000)]
improve German translation of 404 page (#26514)

git-svn-id: http://svn.redmine.org/redmine/trunk@16958 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agofix file name corruption when export a wiki page with non-ASCII title in MS browsers...
Toshi MARUYAMA [Wed, 30 Aug 2017 15:46:45 +0000 (15:46 +0000)]
fix file name corruption when export a wiki page with non-ASCII title in MS browsers (#26599)

Contributed by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16957 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoTraditional Chinese translation updated by ChunChang Lo (#26664)
Toshi MARUYAMA [Wed, 30 Aug 2017 04:25:45 +0000 (04:25 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#26664)

git-svn-id: http://svn.redmine.org/redmine/trunk@16956 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoSpanish and Spanish Panama "text_journal_changed" translation changed by Ezequiel...
Toshi MARUYAMA [Wed, 30 Aug 2017 03:59:54 +0000 (03:59 +0000)]
Spanish and Spanish Panama "text_journal_changed" translation changed by Ezequiel Hernandez (#26591)

git-svn-id: http://svn.redmine.org/redmine/trunk@16955 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agofix element order (#26769)
Toshi MARUYAMA [Mon, 28 Aug 2017 04:20:55 +0000 (04:20 +0000)]
fix element order (#26769)

git-svn-id: http://svn.redmine.org/redmine/trunk@16954 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoadd category_id to REST issue creation tests (#26769)
Toshi MARUYAMA [Mon, 28 Aug 2017 04:15:55 +0000 (04:15 +0000)]
add category_id to REST issue creation tests (#26769)

git-svn-id: http://svn.redmine.org/redmine/trunk@16953 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agogit: remove "--no-color" option from "git --version" for git 2.14 compatibility ...
Toshi MARUYAMA [Tue, 8 Aug 2017 05:10:32 +0000 (05:10 +0000)]
git: remove "--no-color" option from "git --version" for git 2.14 compatibility (#26645)

git-svn-id: http://svn.redmine.org/redmine/trunk@16948 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoFixed that icons are truncated on the repository view.
Jean-Philippe Lang [Thu, 3 Aug 2017 16:59:41 +0000 (16:59 +0000)]
Fixed that icons are truncated on the repository view.

git-svn-id: http://svn.redmine.org/redmine/trunk@16947 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoMissing fixtures.
Jean-Philippe Lang [Wed, 2 Aug 2017 18:38:40 +0000 (18:38 +0000)]
Missing fixtures.

git-svn-id: http://svn.redmine.org/redmine/trunk@16946 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoSet migration version in the plugin migration template (#26610).
Jean-Philippe Lang [Wed, 2 Aug 2017 16:52:46 +0000 (16:52 +0000)]
Set migration version in the plugin migration template (#26610).

git-svn-id: http://svn.redmine.org/redmine/trunk@16945 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years ago#assert_nothing_raised takes no arguments.
Jean-Philippe Lang [Tue, 1 Aug 2017 21:40:58 +0000 (21:40 +0000)]
#assert_nothing_raised takes no arguments.

git-svn-id: http://svn.redmine.org/redmine/trunk@16944 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agochange Russian translation for default_issue_status_feedback (#22424)
Toshi MARUYAMA [Tue, 1 Aug 2017 11:02:54 +0000 (11:02 +0000)]
change Russian translation for default_issue_status_feedback (#22424)

git-svn-id: http://svn.redmine.org/redmine/trunk@16943 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoJapanese translation updated by Go MAEDA (#26590)
Toshi MARUYAMA [Tue, 1 Aug 2017 04:47:43 +0000 (04:47 +0000)]
Japanese translation updated by Go MAEDA (#26590)

git-svn-id: http://svn.redmine.org/redmine/trunk@16942 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoremove empty lines with trailing white spaces at lib/redmine/search.rb
Toshi MARUYAMA [Tue, 1 Aug 2017 04:46:00 +0000 (04:46 +0000)]
remove empty lines with trailing white spaces at lib/redmine/search.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@16941 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdds a few tests.
Jean-Philippe Lang [Mon, 31 Jul 2017 16:44:06 +0000 (16:44 +0000)]
Adds a few tests.

git-svn-id: http://svn.redmine.org/redmine/trunk@16940 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoSet for attribute on label tags.
Jean-Philippe Lang [Mon, 31 Jul 2017 16:40:13 +0000 (16:40 +0000)]
Set for attribute on label tags.

git-svn-id: http://svn.redmine.org/redmine/trunk@16939 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agotry IssueTest#test_overdue failing on CI server at Japanese daytime (#22320)
Toshi MARUYAMA [Mon, 31 Jul 2017 06:57:35 +0000 (06:57 +0000)]
try IssueTest#test_overdue failing on CI server at Japanese daytime (#22320)

git-svn-id: http://svn.redmine.org/redmine/trunk@16938 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoremove trailing white spaces from lib/redmine/subclass_factory.rb
Toshi MARUYAMA [Mon, 31 Jul 2017 06:21:35 +0000 (06:21 +0000)]
remove trailing white spaces from lib/redmine/subclass_factory.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@16937 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoBulgarian translation updated by Ivan Cenov (#26519)
Toshi MARUYAMA [Mon, 31 Jul 2017 05:01:16 +0000 (05:01 +0000)]
Bulgarian translation updated by Ivan Cenov (#26519)

git-svn-id: http://svn.redmine.org/redmine/trunk@16936 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoremove trailing white space from lib/redmine/themes.rb
Toshi MARUYAMA [Mon, 31 Jul 2017 04:30:42 +0000 (04:30 +0000)]
remove trailing white space from lib/redmine/themes.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@16935 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoRemoved unused date calculations.
Jean-Philippe Lang [Sun, 30 Jul 2017 21:22:57 +0000 (21:22 +0000)]
Removed unused date calculations.

git-svn-id: http://svn.redmine.org/redmine/trunk@16934 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoRenames time_entry_reports_controller_test.rb to timelog_report_test.rb.
Jean-Philippe Lang [Sun, 30 Jul 2017 18:31:32 +0000 (18:31 +0000)]
Renames time_entry_reports_controller_test.rb to timelog_report_test.rb.

git-svn-id: http://svn.redmine.org/redmine/trunk@16933 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoUpdate requirements.
Jean-Philippe Lang [Sun, 30 Jul 2017 18:25:44 +0000 (18:25 +0000)]
Update requirements.

git-svn-id: http://svn.redmine.org/redmine/trunk@16932 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoRemoves test/unit/helpers (#26504).
Jean-Philippe Lang [Sun, 30 Jul 2017 18:24:01 +0000 (18:24 +0000)]
Removes test/unit/helpers (#26504).

git-svn-id: http://svn.redmine.org/redmine/trunk@16931 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoMove helper tests to test/helpers (#26504).
Jean-Philippe Lang [Sun, 30 Jul 2017 18:23:06 +0000 (18:23 +0000)]
Move helper tests to test/helpers (#26504).

git-svn-id: http://svn.redmine.org/redmine/trunk@16930 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoRemoves test:ui rake task replaced by rails test:system.
Jean-Philippe Lang [Sun, 30 Jul 2017 17:19:20 +0000 (17:19 +0000)]
Removes test:ui rake task replaced by rails test:system.

git-svn-id: http://svn.redmine.org/redmine/trunk@16929 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoSkip all issue concurrency tests with MySQL.
Jean-Philippe Lang [Sun, 30 Jul 2017 17:09:45 +0000 (17:09 +0000)]
Skip all issue concurrency tests with MySQL.

git-svn-id: http://svn.redmine.org/redmine/trunk@16926 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoTest broken by r16924 (#26520).
Jean-Philippe Lang [Sun, 30 Jul 2017 17:02:24 +0000 (17:02 +0000)]
Test broken by r16924 (#26520).

git-svn-id: http://svn.redmine.org/redmine/trunk@16925 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoFill the issue id when logging time from the time log list of an issue (#26520).
Jean-Philippe Lang [Sun, 30 Jul 2017 16:42:55 +0000 (16:42 +0000)]
Fill the issue id when logging time from the time log list of an issue (#26520).

git-svn-id: http://svn.redmine.org/redmine/trunk@16924 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoRemoves max width on filter selects introduced in r15603 (#26568).
Jean-Philippe Lang [Sun, 30 Jul 2017 16:34:13 +0000 (16:34 +0000)]
Removes max width on filter selects introduced in r15603 (#26568).

Patch by Toshi MARUYAMA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16921 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdds a test for #26564.
Jean-Philippe Lang [Sun, 30 Jul 2017 16:31:12 +0000 (16:31 +0000)]
Adds a test for #26564.

Patch by Toshi MARUYAMA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16919 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoFixed that Enumerations sorting is broken (#26564).
Jean-Philippe Lang [Sun, 30 Jul 2017 16:30:32 +0000 (16:30 +0000)]
Fixed that Enumerations sorting is broken (#26564).

Patch by Sergey Gnuskov.

git-svn-id: http://svn.redmine.org/redmine/trunk@16918 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoRemoves wiki tab in project settings (#26579).
Jean-Philippe Lang [Sun, 30 Jul 2017 08:28:50 +0000 (08:28 +0000)]
Removes wiki tab in project settings (#26579).

git-svn-id: http://svn.redmine.org/redmine/trunk@16917 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdds a delete link on the wiki index (#26579).
Jean-Philippe Lang [Sun, 30 Jul 2017 07:45:31 +0000 (07:45 +0000)]
Adds a delete link on the wiki index (#26579).

git-svn-id: http://svn.redmine.org/redmine/trunk@16916 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdds a checkbox to set a page as the wiki start page (#26579).
Jean-Philippe Lang [Sun, 30 Jul 2017 07:38:48 +0000 (07:38 +0000)]
Adds a checkbox to set a page as the wiki start page (#26579).

git-svn-id: http://svn.redmine.org/redmine/trunk@16915 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoRemoves unused class (#22978).
Jean-Philippe Lang [Sat, 29 Jul 2017 12:46:30 +0000 (12:46 +0000)]
Removes unused class (#22978).

git-svn-id: http://svn.redmine.org/redmine/trunk@16914 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoMore neutral color download icon.
Jean-Philippe Lang [Sat, 29 Jul 2017 12:42:59 +0000 (12:42 +0000)]
More neutral color download icon.

git-svn-id: http://svn.redmine.org/redmine/trunk@16913 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoUse CSS to highlight the journal title (#22978).
Jean-Philippe Lang [Sat, 29 Jul 2017 12:18:53 +0000 (12:18 +0000)]
Use CSS to highlight the journal title (#22978).

git-svn-id: http://svn.redmine.org/redmine/trunk@16912 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoUse tabs to switch between file changes and diff of a commit.
Jean-Philippe Lang [Sat, 29 Jul 2017 12:10:23 +0000 (12:10 +0000)]
Use tabs to switch between file changes and diff of a commit.

git-svn-id: http://svn.redmine.org/redmine/trunk@16911 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoUse fancy colors as right border instead of background.
Jean-Philippe Lang [Sat, 29 Jul 2017 11:43:28 +0000 (11:43 +0000)]
Use fancy colors as right border instead of background.

git-svn-id: http://svn.redmine.org/redmine/trunk@16910 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoReduce max height of check box groups.
Jean-Philippe Lang [Sat, 29 Jul 2017 08:31:11 +0000 (08:31 +0000)]
Reduce max height of check box groups.

git-svn-id: http://svn.redmine.org/redmine/trunk@16909 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdds some system tests.
Jean-Philippe Lang [Sat, 29 Jul 2017 08:30:13 +0000 (08:30 +0000)]
Adds some system tests.

git-svn-id: http://svn.redmine.org/redmine/trunk@16908 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdds a system test for creating an issue with attachment.
Jean-Philippe Lang [Sat, 29 Jul 2017 08:19:25 +0000 (08:19 +0000)]
Adds a system test for creating an issue with attachment.

git-svn-id: http://svn.redmine.org/redmine/trunk@16907 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdds label_x_revisions string to locales.
Jean-Philippe Lang [Sat, 29 Jul 2017 08:03:31 +0000 (08:03 +0000)]
Adds label_x_revisions string to locales.

git-svn-id: http://svn.redmine.org/redmine/trunk@16906 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdd update info at the bottom of the wiki page.
Jean-Philippe Lang [Sat, 29 Jul 2017 08:01:41 +0000 (08:01 +0000)]
Add update info at the bottom of the wiki page.

git-svn-id: http://svn.redmine.org/redmine/trunk@16905 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoMoves the "Private" label after the subject like in journals.
Jean-Philippe Lang [Sat, 29 Jul 2017 07:17:21 +0000 (07:17 +0000)]
Moves the "Private" label after the subject like in journals.

git-svn-id: http://svn.redmine.org/redmine/trunk@16904 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdd some left padding when avatars are enabled.
Jean-Philippe Lang [Sat, 29 Jul 2017 07:06:12 +0000 (07:06 +0000)]
Add some left padding when avatars are enabled.

git-svn-id: http://svn.redmine.org/redmine/trunk@16903 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoUse solid border bottom instead of dotted.
Jean-Philippe Lang [Sat, 29 Jul 2017 06:46:34 +0000 (06:46 +0000)]
Use solid border bottom instead of dotted.

git-svn-id: http://svn.redmine.org/redmine/trunk@16902 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoAdjust journal actions position.
Jean-Philippe Lang [Sat, 29 Jul 2017 06:44:05 +0000 (06:44 +0000)]
Adjust journal actions position.

git-svn-id: http://svn.redmine.org/redmine/trunk@16901 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoMove journal action links above the notes.
Jean-Philippe Lang [Thu, 27 Jul 2017 17:14:47 +0000 (17:14 +0000)]
Move journal action links above the notes.

git-svn-id: http://svn.redmine.org/redmine/trunk@16900 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoHide the issue tracking tab if module is disabled (#26488).
Jean-Philippe Lang [Thu, 27 Jul 2017 16:49:55 +0000 (16:49 +0000)]
Hide the issue tracking tab if module is disabled (#26488).

git-svn-id: http://svn.redmine.org/redmine/trunk@16899 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 years agoPreload members project to prevent multiple cache hits.
Jean-Philippe Lang [Thu, 27 Jul 2017 16:46:52 +0000 (16:46 +0000)]
Preload members project to prevent multiple cache hits.

git-svn-id: http://svn.redmine.org/redmine/trunk@16898 e93f8b46-1217-0410-a6f0-8f06a7374b81