]> source.dussan.org Git - redmine.git/log
redmine.git
8 years agoDisplay calendar for dates independent of subtasks (#21219).
Jean-Philippe Lang [Sun, 13 Dec 2015 14:53:11 +0000 (14:53 +0000)]
Display calendar for dates independent of subtasks (#21219).

Patch by Codrut Constantin Gusoi.

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

8 years agoDon't include locked user in assignable users (#21477).
Jean-Philippe Lang [Sat, 12 Dec 2015 12:37:56 +0000 (12:37 +0000)]
Don't include locked user in assignable users (#21477).

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

8 years agoAdds a test for #21477.
Jean-Philippe Lang [Sat, 12 Dec 2015 12:36:11 +0000 (12:36 +0000)]
Adds a test for #21477.

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

8 years agoDon't include anonymous user in assignable users (#21477).
Jean-Philippe Lang [Sat, 12 Dec 2015 12:31:56 +0000 (12:31 +0000)]
Don't include anonymous user in assignable users (#21477).

Patch by Felix Schäfer.

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

8 years agoDon't set default due date in the past (#21488).
Jean-Philippe Lang [Sat, 12 Dec 2015 12:21:43 +0000 (12:21 +0000)]
Don't set default due date in the past (#21488).

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

8 years agoMissing fixtures.
Jean-Philippe Lang [Sat, 12 Dec 2015 12:07:04 +0000 (12:07 +0000)]
Missing fixtures.

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

8 years agoFix that the sidebar is hidden in UI tests.
Jean-Philippe Lang [Sat, 12 Dec 2015 11:59:15 +0000 (11:59 +0000)]
Fix that the sidebar is hidden in UI tests.

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

8 years agoPrevent admins from sending themselves their own password (#21436).
Jean-Philippe Lang [Sun, 6 Dec 2015 20:46:26 +0000 (20:46 +0000)]
Prevent admins from sending themselves their own password (#21436).

Patch by Jan Schulz-Hofen.

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

8 years agopdf: use all lower cases for DejaVuSansMono (#19017)
Toshi MARUYAMA [Sun, 6 Dec 2015 12:36:19 +0000 (12:36 +0000)]
pdf: use all lower cases for DejaVuSansMono (#19017)

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

8 years agopdf: remove italic from DejaVuSansMono (#19017)
Toshi MARUYAMA [Sun, 6 Dec 2015 12:21:36 +0000 (12:21 +0000)]
pdf: remove italic from DejaVuSansMono (#19017)

DejaVuSansMono Italic Arabic font has problem.

Contributed by Jun NAITOH.

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

8 years agopdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont method...
Toshi MARUYAMA [Sun, 6 Dec 2015 12:21:25 +0000 (12:21 +0000)]
pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont method (#19017)

Contributed by Jun NAITOH.

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

8 years agoCHANGELOG for 3.2.0.
Jean-Philippe Lang [Sun, 6 Dec 2015 11:26:52 +0000 (11:26 +0000)]
CHANGELOG for 3.2.0.

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

8 years agoIndent CSS with 2 spaces.
Jean-Philippe Lang [Sun, 6 Dec 2015 11:14:07 +0000 (11:14 +0000)]
Indent CSS with 2 spaces.

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

8 years agorevert r14950 (#19017)
Toshi MARUYAMA [Sun, 6 Dec 2015 07:22:09 +0000 (07:22 +0000)]
revert r14950 (#19017)

r14907 breaks Arabic italic pdf rendering.

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

8 years agopdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont method...
Toshi MARUYAMA [Sun, 6 Dec 2015 06:35:37 +0000 (06:35 +0000)]
pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont method (#19017)

Contributed by Jun NAITOH.

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

8 years agoHighlight current per-page selection (#21258).
Jean-Philippe Lang [Sat, 5 Dec 2015 11:32:53 +0000 (11:32 +0000)]
Highlight current per-page selection (#21258).

Patch by Go MAEDA.

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

8 years agoReplaced the 3 dots with an ellipsis sign.
Jean-Philippe Lang [Sat, 5 Dec 2015 11:16:34 +0000 (11:16 +0000)]
Replaced the 3 dots with an ellipsis sign.

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

8 years agoAdapt pagination for smaller screens (#19097).
Jean-Philippe Lang [Sat, 5 Dec 2015 10:55:55 +0000 (10:55 +0000)]
Adapt pagination for smaller screens (#19097).

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

8 years agoFixed that user with permission can't remove a locked watcher (#21382).
Jean-Philippe Lang [Sat, 5 Dec 2015 10:21:07 +0000 (10:21 +0000)]
Fixed that user with permission can't remove a locked watcher (#21382).

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

8 years agoMoved custom fields totals logic to FieldFormat (#21413).
Jean-Philippe Lang [Sat, 5 Dec 2015 10:01:30 +0000 (10:01 +0000)]
Moved custom fields totals logic to FieldFormat (#21413).

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

8 years agoSimplified Chinese translation for 3.1-stable updated by Hang Xie (#21412)
Toshi MARUYAMA [Sat, 5 Dec 2015 05:32:56 +0000 (05:32 +0000)]
Simplified Chinese translation for 3.1-stable updated by Hang Xie (#21412)

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

8 years agoSimplified Chinese translation for 3.0-stable updated by Hang Xie (#21412, #21431)
Toshi MARUYAMA [Sat, 5 Dec 2015 05:32:45 +0000 (05:32 +0000)]
Simplified Chinese translation for 3.0-stable updated by Hang Xie (#21412, #21431)

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

8 years agoSimplified Chinese translation for 2.6-stable updated by Hang Xie (#21412, #21430)
Toshi MARUYAMA [Sat, 5 Dec 2015 05:32:34 +0000 (05:32 +0000)]
Simplified Chinese translation for 2.6-stable updated by Hang Xie (#21412, #21430)

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

8 years agoInformation leak in Atom feed (#21419).
Jean-Philippe Lang [Fri, 4 Dec 2015 12:42:13 +0000 (12:42 +0000)]
Information leak in Atom feed (#21419).

Patch by Jens Krämer.

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

8 years agorevert r14907 (#19017)
Toshi MARUYAMA [Fri, 4 Dec 2015 06:50:08 +0000 (06:50 +0000)]
revert r14907 (#19017)

r14907 breaks Arabic italic pdf rendering.

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

8 years agopdf: use l(:general_pdf_monospaced_fontname) (#19017)
Toshi MARUYAMA [Fri, 4 Dec 2015 05:43:21 +0000 (05:43 +0000)]
pdf: use l(:general_pdf_monospaced_fontname) (#19017)

Contributed by Jun NAITOH.

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

8 years agopdf: add general_pdf_monospaced_fontname to locales (#19017)
Toshi MARUYAMA [Fri, 4 Dec 2015 05:43:09 +0000 (05:43 +0000)]
pdf: add general_pdf_monospaced_fontname to locales (#19017)

Contributed by Jun NAITOH.

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

8 years agopdf: upgrade rbpdf to 1.19.0 (#19017)
Toshi MARUYAMA [Fri, 4 Dec 2015 05:42:25 +0000 (05:42 +0000)]
pdf: upgrade rbpdf to 1.19.0 (#19017)

Contributed by Jun NAITOH.

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

8 years agopdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont method...
Toshi MARUYAMA [Fri, 4 Dec 2015 05:42:14 +0000 (05:42 +0000)]
pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont method (#19017)

Contributed by Jun NAITOH.

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

8 years agoenable Ruby 2.2 on appveyor
Toshi MARUYAMA [Mon, 30 Nov 2015 07:14:21 +0000 (07:14 +0000)]
enable Ruby 2.2 on appveyor

Nokogiri 1.6.7 has released.
https://github.com/sparklemotion/nokogiri/issues/1256#issuecomment-160514102

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

8 years agouse mercurial instead of git on appveyor
Toshi MARUYAMA [Mon, 30 Nov 2015 06:30:52 +0000 (06:30 +0000)]
use mercurial instead of git on appveyor

Some tests fail on git version 2.6.3.windows.1.

<pre>
  1) Error:
GitAdapterTest#test_entries_branch:
NoMethodError: undefined method `identifier' for nil:NilClass
    test/unit/lib/redmine/scm/adapters/git_adapter_test.rb:464:in `test_entries_branch'

  2) Error:
GitAdapterTest#test_entries_tag:
NoMethodError: undefined method `identifier' for nil:NilClass
    test/unit/lib/redmine/scm/adapters/git_adapter_test.rb:447:in `test_entries_tag'
</pre>

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

8 years agooutput git and mercurial version on appveyor
Toshi MARUYAMA [Mon, 30 Nov 2015 06:02:22 +0000 (06:02 +0000)]
output git and mercurial version on appveyor

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

8 years agoAlways show previous/next when there are more than one page.
Jean-Philippe Lang [Sat, 28 Nov 2015 12:24:23 +0000 (12:24 +0000)]
Always show previous/next when there are more than one page.

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

8 years agoAdds a bottom margin for pagination (#21258).
Jean-Philippe Lang [Sat, 28 Nov 2015 11:44:30 +0000 (11:44 +0000)]
Adds a bottom margin for pagination (#21258).

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

8 years agoLighter colors (#21258).
Jean-Philippe Lang [Sat, 28 Nov 2015 11:16:48 +0000 (11:16 +0000)]
Lighter colors (#21258).

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

8 years agoRemoved a space after spacer (#21258).
Jean-Philippe Lang [Sat, 28 Nov 2015 11:13:52 +0000 (11:13 +0000)]
Removed a space after spacer (#21258).

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

8 years agoUse ul tags to do pagination (#21258).
Jean-Philippe Lang [Sat, 28 Nov 2015 11:13:15 +0000 (11:13 +0000)]
Use ul tags to do pagination (#21258).

Patch by Daniel Ritz.

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

8 years agoGet a better message when assertion fails.
Jean-Philippe Lang [Sat, 28 Nov 2015 06:21:24 +0000 (06:21 +0000)]
Get a better message when assertion fails.

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

8 years agoVersion set to 3.2.0.
Jean-Philippe Lang [Sat, 28 Nov 2015 06:03:28 +0000 (06:03 +0000)]
Version set to 3.2.0.

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

8 years agoOnly select actual users from the database in Redmine.pm (#21312).
Jean-Philippe Lang [Sat, 28 Nov 2015 05:59:48 +0000 (05:59 +0000)]
Only select actual users from the database in Redmine.pm (#21312).

Patch by Holger Just.

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

8 years agoadd plugins ui tests rake task (#21361)
Toshi MARUYAMA [Fri, 27 Nov 2015 12:30:57 +0000 (12:30 +0000)]
add plugins ui tests rake task (#21361)

Patch by Maria Tikhonova.

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

8 years agopdf: fix Vietnamese Italic is not shown (#21328)
Toshi MARUYAMA [Wed, 25 Nov 2015 06:55:00 +0000 (06:55 +0000)]
pdf: fix Vietnamese Italic is not shown (#21328)

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

8 years agoJapanese text_user_wrote translation changed by Go MAEDA (#21280)
Toshi MARUYAMA [Wed, 25 Nov 2015 05:31:30 +0000 (05:31 +0000)]
Japanese text_user_wrote translation changed by Go MAEDA (#21280)

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

8 years agoTraditional Chinese translation updated by ChunChang Lo (#21250)
Toshi MARUYAMA [Wed, 25 Nov 2015 05:31:19 +0000 (05:31 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#21250)

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

8 years agoupdate Rails to 4.2.5
Toshi MARUYAMA [Wed, 25 Nov 2015 03:55:27 +0000 (03:55 +0000)]
update Rails to 4.2.5

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

8 years agoRedmine.pm errors when cloning public project (#16948).
Jean-Philippe Lang [Tue, 24 Nov 2015 20:59:13 +0000 (20:59 +0000)]
Redmine.pm errors when cloning public project (#16948).

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

8 years agoJapanese (Blocks / Blocked by) translation changed by Go MAEDA (#21176)
Toshi MARUYAMA [Sat, 14 Nov 2015 16:33:32 +0000 (16:33 +0000)]
Japanese (Blocks / Blocked by) translation changed by Go MAEDA (#21176)

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

8 years agoTest failure (#21148).
Jean-Philippe Lang [Sat, 14 Nov 2015 13:23:01 +0000 (13:23 +0000)]
Test failure (#21148).

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

8 years agoFixed that some mail handler log messages are not prepended with "MailHandler:" ...
Jean-Philippe Lang [Sat, 14 Nov 2015 11:34:45 +0000 (11:34 +0000)]
Fixed that some mail handler log messages are not prepended with "MailHandler:" (#21226).

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

8 years agoJapanese translation updated by Go MAEDA (#21174)
Toshi MARUYAMA [Sat, 14 Nov 2015 10:53:21 +0000 (10:53 +0000)]
Japanese translation updated by Go MAEDA (#21174)

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

8 years agoBulgarian translation updated by Ivan Cenov (#21192)
Toshi MARUYAMA [Sat, 14 Nov 2015 10:25:42 +0000 (10:25 +0000)]
Bulgarian translation updated by Ivan Cenov (#21192)

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

8 years agoRemoved "Latest projects" from home page (#21148).
Jean-Philippe Lang [Sat, 14 Nov 2015 10:11:15 +0000 (10:11 +0000)]
Removed "Latest projects" from home page (#21148).

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

8 years agoUse config.relative_url_root as the default path for session and autologin cookies...
Jean-Philippe Lang [Sat, 14 Nov 2015 10:04:08 +0000 (10:04 +0000)]
Use config.relative_url_root as the default path for session and autologin cookies (#21169).

Patch by Daniel Ritz.

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

8 years agoCalculate done_ratio based on children instead of leaves (#20995).
Jean-Philippe Lang [Sat, 14 Nov 2015 09:58:52 +0000 (09:58 +0000)]
Calculate done_ratio based on children instead of leaves (#20995).

Patch by Jens Krämer.

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

8 years agoUpdates for 3.1.2 release.
Jean-Philippe Lang [Sat, 14 Nov 2015 08:51:36 +0000 (08:51 +0000)]
Updates for 3.1.2 release.

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

8 years agoAdds a test for #21202 (#6969).
Jean-Philippe Lang [Wed, 11 Nov 2015 07:39:09 +0000 (07:39 +0000)]
Adds a test for #21202 (#6969).

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

8 years agoReverts r14812 (#6969).
Jean-Philippe Lang [Wed, 11 Nov 2015 07:34:15 +0000 (07:34 +0000)]
Reverts r14812 (#6969).

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

8 years agoStyle list containing checkboxes in responsive sidebar flyout menu (#21170).
Jean-Philippe Lang [Mon, 9 Nov 2015 18:29:14 +0000 (18:29 +0000)]
Style list containing checkboxes in responsive sidebar flyout menu (#21170).

Patch by Felix Gliesche.

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

8 years agoRemoved unused strings: label_(start|end)_to_(start|end) (#21175).
Jean-Philippe Lang [Mon, 9 Nov 2015 18:06:00 +0000 (18:06 +0000)]
Removed unused strings: label_(start|end)_to_(start|end) (#21175).

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

8 years agoFixed that Project.uniq.visible errors under certain conditions (#21182).
Jean-Philippe Lang [Mon, 9 Nov 2015 18:01:04 +0000 (18:01 +0000)]
Fixed that Project.uniq.visible errors under certain conditions (#21182).

Patch by Redmine CRM.

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

8 years agoFixed that #destroy_version with invalid version destroys wiki page content (#21155).
Jean-Philippe Lang [Mon, 9 Nov 2015 17:53:13 +0000 (17:53 +0000)]
Fixed that #destroy_version with invalid version destroys wiki page content (#21155).

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

8 years agoAdds a test for #21100.
Jean-Philippe Lang [Sun, 8 Nov 2015 21:41:02 +0000 (21:41 +0000)]
Adds a test for #21100.

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

8 years agoDon't show projects created more than 30 days ago in "Latest projects" (#21148).
Jean-Philippe Lang [Sun, 8 Nov 2015 21:31:18 +0000 (21:31 +0000)]
Don't show projects created more than 30 days ago in "Latest projects" (#21148).

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

8 years agoIssue attributes no longer in a table (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 12:57:01 +0000 (12:57 +0000)]
Issue attributes no longer in a table (#19097).

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

8 years agoAdds a Save button at the end of the account form for mobile devices (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 12:50:26 +0000 (12:50 +0000)]
Adds a Save button at the end of the account form for mobile devices (#19097).

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

8 years agoImproved responsiveness for versions and roadmap (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 12:28:23 +0000 (12:28 +0000)]
Improved responsiveness for versions and roadmap (#19097).

Width of progress bars is no longer hard-coded in views.

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

8 years agoDon't float version summary (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 12:06:01 +0000 (12:06 +0000)]
Don't float version summary (#19097).

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

8 years agoRemove left margin on search results and activity (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 11:58:04 +0000 (11:58 +0000)]
Remove left margin on search results and activity (#19097).

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

8 years agoRender issue attributes using divs instead of a table for responsiveness (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 11:50:36 +0000 (11:50 +0000)]
Render issue attributes using divs instead of a table for responsiveness (#19097).

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

8 years agoFixed that timelog comments are not visible on the responsive issue edit form (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 10:41:09 +0000 (10:41 +0000)]
Fixed that timelog comments are not visible on the responsive issue edit form (#19097).

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

8 years agoUse #issue_fields_rows to render custom fields values.
Jean-Philippe Lang [Sun, 8 Nov 2015 10:35:52 +0000 (10:35 +0000)]
Use #issue_fields_rows to render custom fields values.

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

8 years agoMakes the application settings forms responsive (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 10:04:53 +0000 (10:04 +0000)]
Makes the application settings forms responsive (#19097).

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

8 years agoDon't put all contextual buttons on their own line (#19097).
Jean-Philippe Lang [Sun, 8 Nov 2015 09:56:44 +0000 (09:56 +0000)]
Don't put all contextual buttons on their own line (#19097).

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

8 years agoJapanese "list" translation changed by Go MAEDA (#21126)
Toshi MARUYAMA [Sat, 7 Nov 2015 16:11:29 +0000 (16:11 +0000)]
Japanese "list" translation changed by Go MAEDA (#21126)

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

8 years agoJapanese translation updated by Go MAEDA (#21122)
Toshi MARUYAMA [Sat, 7 Nov 2015 16:11:17 +0000 (16:11 +0000)]
Japanese translation updated by Go MAEDA (#21122)

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

8 years agoExtract the "Add filter" drop-down from the table (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 14:22:15 +0000 (14:22 +0000)]
Extract the "Add filter" drop-down from the table (#19097).

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

8 years agoBulgarian translation updated by Ivan Cenov (#21133)
Toshi MARUYAMA [Sat, 7 Nov 2015 14:04:24 +0000 (14:04 +0000)]
Bulgarian translation updated by Ivan Cenov (#21133)

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

8 years agotravis: use quotation for dpkg command
Toshi MARUYAMA [Sat, 7 Nov 2015 14:04:12 +0000 (14:04 +0000)]
travis: use quotation for dpkg command

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

8 years agoDon't use 100% width for date fields (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 14:01:53 +0000 (14:01 +0000)]
Don't use 100% width for date fields (#19097).

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

8 years agoReorganize overflow of body and wrapper (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:49:20 +0000 (13:49 +0000)]
Reorganize overflow of body and wrapper (#19097).

Patch by Felix Gliesche.

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

8 years agoOptimize issues/new form for mobile devices (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:47:43 +0000 (13:47 +0000)]
Optimize issues/new form for mobile devices (#19097).

Patch by Felix Gliesche.

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

8 years agoAdd responsiveness to tabular forms (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:46:55 +0000 (13:46 +0000)]
Add responsiveness to tabular forms (#19097).

Patch by Felix Gliesche.

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

8 years agoMake UI Dialogs responsive (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:45:30 +0000 (13:45 +0000)]
Make UI Dialogs responsive (#19097).

Patch by Felix Gliesche.

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

8 years agoMake loading indicator wider (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:44:34 +0000 (13:44 +0000)]
Make loading indicator wider (#19097).

Patch by Felix Gliesche.

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

8 years agoAlign watchers area well in mobile menu (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:43:48 +0000 (13:43 +0000)]
Align watchers area well in mobile menu (#19097).

Patch by Felix Gliesche.

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

8 years agoStyle login page (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:41:49 +0000 (13:41 +0000)]
Style login page (#19097).

Patch by Felix Gliesche.

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

8 years agoStyle contextual buttons (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:40:19 +0000 (13:40 +0000)]
Style contextual buttons (#19097).

Patch by Felix Gliesche.

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

8 years agoPrevent zooming on mobile browsers (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:38:52 +0000 (13:38 +0000)]
Prevent zooming on mobile browsers (#19097).

Patch by Felix Gliesche.

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

8 years agoAdd smooth scrolling for webkit browsers (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:38:10 +0000 (13:38 +0000)]
Add smooth scrolling for webkit browsers (#19097).

Patch by Felix Gliesche.

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

8 years agoResponsive layout for mobile devices (#19097).
Jean-Philippe Lang [Sat, 7 Nov 2015 13:37:08 +0000 (13:37 +0000)]
Responsive layout for mobile devices (#19097).

Patch by Felix Gliesche.

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

8 years agoupdate rbpdf version to 1.18.7 (#20591, #20811)
Toshi MARUYAMA [Sat, 7 Nov 2015 11:02:35 +0000 (11:02 +0000)]
update rbpdf version to 1.18.7 (#20591, #20811)

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

8 years agoFixed that less-than sign is not escaped by textile formatter (#6969).
Jean-Philippe Lang [Sat, 7 Nov 2015 10:20:57 +0000 (10:20 +0000)]
Fixed that less-than sign is not escaped by textile formatter (#6969).

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

8 years agoDon't omit version/category filters if project has no versions/categories.
Jean-Philippe Lang [Sat, 7 Nov 2015 09:28:28 +0000 (09:28 +0000)]
Don't omit version/category filters if project has no versions/categories.

This can be used to filter issues in subprojects that have versions or categories.

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

8 years agoAdds strings to locales (#16621).
Jean-Philippe Lang [Sat, 7 Nov 2015 09:21:10 +0000 (09:21 +0000)]
Adds strings to locales (#16621).

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

8 years agoAbility to filter issues blocked by any/no open issues (#16621).
Jean-Philippe Lang [Sat, 7 Nov 2015 09:20:36 +0000 (09:20 +0000)]
Ability to filter issues blocked by any/no open issues (#16621).

Patch by Arthur Andersen.

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

8 years agoRescue network level errors with LDAP auth (#21137).
Jean-Philippe Lang [Sat, 7 Nov 2015 08:27:27 +0000 (08:27 +0000)]
Rescue network level errors with LDAP auth (#21137).

Patch by Holger Just.

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

8 years agoDon't display table headers if there's no trackers (#20413).
Jean-Philippe Lang [Sat, 7 Nov 2015 08:07:02 +0000 (08:07 +0000)]
Don't display table headers if there's no trackers (#20413).

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

8 years agoHide empty ul on project overview (#21159).
Jean-Philippe Lang [Sat, 7 Nov 2015 08:04:20 +0000 (08:04 +0000)]
Hide empty ul on project overview (#21159).

Patch by Felix Gliesche.

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

8 years agoDon't let users log time on issues they cannot see in their projects (#21150).
Jean-Philippe Lang [Wed, 4 Nov 2015 18:40:15 +0000 (18:40 +0000)]
Don't let users log time on issues they cannot see in their projects (#21150).

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

8 years agoFixed that time logging form may disclose subjects of issues that are not visible...
Jean-Philippe Lang [Wed, 4 Nov 2015 18:22:40 +0000 (18:22 +0000)]
Fixed that time logging form may disclose subjects of issues that are not visible (#21150).

Patch by Holger Just.

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