Jean-Philippe Lang
c418fab8a7
Use HTML5 date input fields instead of text fields with jquery ui date pickers ( #19468 ).
...
Patch by Jan Schulz-Hofen.
git-svn-id: http://svn.redmine.org/redmine/trunk@15375 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-05-07 08:05:43 +00:00
Jean-Philippe Lang
66325149be
Updates for 3.2.2 release.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15365 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-05-05 18:28:03 +00:00
Jean-Philippe Lang
bf81c96b79
Make sure we only invoke Imagemagick if this is actually an image ( #22721 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15362 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-05-04 18:05:54 +00:00
Jean-Philippe Lang
39ff11ba06
Removes #move_to= ( #12909 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15339 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-04-18 18:38:03 +00:00
Jean-Philippe Lang
64afa24a7f
Replaces acts_as_list with an implementation that handles #position= ( #12909 ).
...
Objects are reordered using the regular attribute writer #position= and AR callbacks.
git-svn-id: http://svn.redmine.org/redmine/trunk@15335 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-04-17 06:57:20 +00:00
Jean-Philippe Lang
25eb92c0dc
Text in the "removed" part of a diff is double-escaped ( #22115 ).
...
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@15287 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-03-26 10:20:10 +00:00
Toshi MARUYAMA
7bd38343dc
include ::I18n::Backend::Pluralization ( #21856 )
...
Contributed by Vasil Kovalevsky.
git-svn-id: http://svn.redmine.org/redmine/trunk@15281 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-03-24 12:27:57 +00:00
Jean-Philippe Lang
46a4151f09
Send a single email to admins like other notifications ( #21421 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15266 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-03-20 07:23:33 +00:00
Jean-Philippe Lang
312d5ae039
Hide custom field link values from being shown when value is empty ( #21944 ).
...
Patch by Anders Thomsen.
git-svn-id: http://svn.redmine.org/redmine/trunk@15250 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-03-15 22:14:39 +00:00
Jean-Philippe Lang
cda9c63d9c
Updates copyright for 2016.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15238 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-03-13 10:30:10 +00:00
Jean-Philippe Lang
554cd5efab
Updates for 3.2.1 release.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15236 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-03-13 10:15:51 +00:00
Jean-Philippe Lang
98abc9838a
Typo ( #21421 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15095 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-01-23 08:35:48 +00:00
Jean-Philippe Lang
fe5ed8e6cc
Add optional user parameter to I18n#format_time to ( #21421 ).
...
This is useful for mails where times should be displayed in the timezone of the recipient - not the current user causing the mail to be sent.
git-svn-id: http://svn.redmine.org/redmine/trunk@15094 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-01-23 08:29:59 +00:00
Jean-Philippe Lang
2ec87100a9
Tab left/right buttons for project menu ( #20632 ).
...
Patch by Felix Gliesche.
git-svn-id: http://svn.redmine.org/redmine/trunk@15067 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-01-16 09:14:02 +00:00
Jean-Philippe Lang
aaeb0807bf
Accept dots in JSONP callback ( #13718 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15066 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-01-16 09:08:06 +00:00
Jean-Philippe Lang
84fbebbd92
Add .sql to mime-types ( #21738 ).
...
Patch by Benedikt Huss.
git-svn-id: http://svn.redmine.org/redmine/trunk@15059 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-01-16 07:44:55 +00:00
Toshi MARUYAMA
e6b7c73169
pdf: use all lower cases for DejaVuSansMono ( #19017 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14963 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-12-06 12:36:19 +00:00
Toshi MARUYAMA
abea7c2d30
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
2015-12-06 12:21:36 +00:00
Toshi MARUYAMA
4996e56ff3
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
2015-12-06 12:21:25 +00:00
Toshi MARUYAMA
8b17507423
revert r14950 ( #19017 )
...
r14907 breaks Arabic italic pdf rendering.
git-svn-id: http://svn.redmine.org/redmine/trunk@14951 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-12-06 07:22:09 +00:00
Toshi MARUYAMA
9922125269
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
2015-12-06 06:35:37 +00:00
Jean-Philippe Lang
6a824ee2ec
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
2015-12-05 11:32:53 +00:00
Jean-Philippe Lang
5f35caa6bf
Replaced the 3 dots with an ellipsis sign.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14948 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-12-05 11:16:34 +00:00
Jean-Philippe Lang
c4ff59337b
Adapt pagination for smaller screens ( #19097 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14947 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-12-05 10:55:55 +00:00
Jean-Philippe Lang
3f44fad9ba
Moved custom fields totals logic to FieldFormat ( #21413 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14944 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-12-05 10:01:30 +00:00
Toshi MARUYAMA
12ede7d07f
revert r14907 ( #19017 )
...
r14907 breaks Arabic italic pdf rendering.
git-svn-id: http://svn.redmine.org/redmine/trunk@14911 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-12-04 06:50:08 +00:00
Toshi MARUYAMA
367c417b5e
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
2015-12-04 05:43:21 +00:00
Toshi MARUYAMA
77f9155d55
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
2015-12-04 05:42:14 +00:00
Jean-Philippe Lang
4a77bfa44d
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
2015-11-28 12:24:23 +00:00
Jean-Philippe Lang
b2db1f5f19
Removed a space after spacer ( #21258 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14898 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-11-28 11:13:52 +00:00
Jean-Philippe Lang
ae045cdac9
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
2015-11-28 11:13:15 +00:00
Jean-Philippe Lang
369ee6e418
Version set to 3.2.0.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14893 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-11-28 06:03:28 +00:00
Toshi MARUYAMA
41c64d1266
pdf: fix Vietnamese Italic is not shown ( #21328 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14888 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-11-25 06:55:00 +00:00
Jean-Philippe Lang
5735db1a91
Updates for 3.1.2 release.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14870 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-11-14 08:51:36 +00:00
Jean-Philippe Lang
f29aa17f1b
Fixed that #l_hours_short shows 2 h ( #21069 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14766 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-30 08:56:19 +00:00
Jean-Philippe Lang
088cab5a14
Adds translation string for hours with symbol ( #21069 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14759 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-29 14:01:41 +00:00
Jean-Philippe Lang
2f51dc11cf
Adds Enumeration custom field format ( #21060 ).
...
Similar to List format but stores possible values as records.
git-svn-id: http://svn.redmine.org/redmine/trunk@14745 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-25 08:32:47 +00:00
Jean-Philippe Lang
500b0c6aff
Truncates link custom field URL for display ( #21012 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14716 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-21 16:21:28 +00:00
Jean-Philippe Lang
11bce09825
Typo "coma" ( #20551 ).
...
Patch by budo kaiman.
git-svn-id: http://svn.redmine.org/redmine/trunk@14712 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-20 18:26:28 +00:00
Jean-Philippe Lang
12fe8a595f
Don't reopen ApplicationHelper ( #20507 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14695 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-19 18:03:51 +00:00
Jean-Philippe Lang
9244f67e28
Extract classes to their own files to prevent loading issues ( #20508 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14694 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-19 18:03:25 +00:00
Jean-Philippe Lang
7356e18d36
Include helper instead of patching ( #20508 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14693 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-19 17:30:28 +00:00
Jean-Philippe Lang
eee65c8ba8
Display totals if the PDF export ( #1561 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14666 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-09 09:02:29 +00:00
Jean-Philippe Lang
3a3fe668c7
Fix tokenization of phrases with non-ascii chars ( #20730 ).
...
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@14662 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-09 07:35:48 +00:00
Jean-Philippe Lang
f9425cbaf3
Adds day numbers to HTML and PDF gantt ( #3034 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14638 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-03 09:10:27 +00:00
Jean-Philippe Lang
8eb1e94f4d
SQL error with MySQL ( #19657 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14633 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-09-30 20:59:47 +00:00
Jean-Philippe Lang
dfa69b2eb0
Enables footnote support with Markdown ( #16072 ).
...
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@14628 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-09-30 18:42:23 +00:00
Jean-Philippe Lang
42238a74f4
Display all versions in query filter ( #19271 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14623 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-09-26 08:12:44 +00:00
Jean-Philippe Lang
41011013be
Updates for 3.1.1 release.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14606 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-09-20 06:17:43 +00:00
Jean-Philippe Lang
a19f6fb500
Reverts r14510 ( #20508 ) and r14511 ( #20507 ), tests broken.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14520 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-08-22 11:49:12 +00:00