]> source.dussan.org Git - redmine.git/log
redmine.git
8 years agoRemoves attachment from disk after rollback on create (#21125).
Jean-Philippe Lang [Thu, 21 Jan 2016 05:38:55 +0000 (05:38 +0000)]
Removes attachment from disk after rollback on create (#21125).

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

8 years agoSpeeds up the custom field edit view when having hundreds of projects.
Jean-Philippe Lang [Thu, 21 Jan 2016 05:15:45 +0000 (05:15 +0000)]
Speeds up the custom field edit view when having hundreds of projects.

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

8 years agoSpeeds up the tracker edit view when having hundreds of projects.
Jean-Philippe Lang [Thu, 21 Jan 2016 05:12:44 +0000 (05:12 +0000)]
Speeds up the tracker edit view when having hundreds of projects.

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

8 years agoFixed that % done field is shown on issue show subtree even if deactivated for that...
Jean-Philippe Lang [Thu, 21 Jan 2016 04:56:09 +0000 (04:56 +0000)]
Fixed that % done field is shown on issue show subtree even if deactivated for that tracker (#20988).

Patch by Go MAEDA.

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

8 years agoFixes misspelled word "RMagcik" in configuration.yml.example (#21740).
Jean-Philippe Lang [Thu, 21 Jan 2016 04:43:52 +0000 (04:43 +0000)]
Fixes misspelled word "RMagcik" in configuration.yml.example (#21740).

Patch by Tatsuya Saito.

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

8 years agoUse regular edit/update actions and named routes for JournalsController.
Jean-Philippe Lang [Thu, 21 Jan 2016 04:39:56 +0000 (04:39 +0000)]
Use regular edit/update actions and named routes for JournalsController.

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

8 years agoCode cleanup.
Jean-Philippe Lang [Wed, 20 Jan 2016 11:31:41 +0000 (11:31 +0000)]
Code cleanup.

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

8 years agoAdds a "Delete" button to issue notes (#1725).
Jean-Philippe Lang [Wed, 20 Jan 2016 11:05:23 +0000 (11:05 +0000)]
Adds a "Delete" button to issue notes (#1725).

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

8 years agoWrap textilizable with DIV containing wiki class (#21663).
Jean-Philippe Lang [Wed, 20 Jan 2016 09:24:32 +0000 (09:24 +0000)]
Wrap textilizable with DIV containing wiki class (#21663).

Patch by Felix Gliesche.

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

8 years agoAdditional view hook for body_top (#21587).
Jean-Philippe Lang [Wed, 20 Jan 2016 09:21:56 +0000 (09:21 +0000)]
Additional view hook for body_top (#21587).

Patch by Tobias Fischer.

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

8 years agoAdd missing wiki container for news comments (#21678).
Jean-Philippe Lang [Wed, 20 Jan 2016 08:53:11 +0000 (08:53 +0000)]
Add missing wiki container for news comments (#21678).

Patch by Felix Gliesche.

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

8 years agoReplace uses of image_tag() with CSS (#21256).
Jean-Philippe Lang [Wed, 20 Jan 2016 08:50:39 +0000 (08:50 +0000)]
Replace uses of image_tag() with CSS (#21256).

* Replace image_tag() with CSS classes
* Create some CSS classes where necessary
* Change "check all" positioned on the right in "Trackers -> Summary" and
  "Roles -> Permissions report" instead of left like in "Worfklow"
* Add missing title attribute in a few places
* Makes some lines shorter while at it

Patch by Daniel Ritz.

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

8 years agoTab left/right buttons for project menu (#20632).
Jean-Philippe Lang [Sat, 16 Jan 2016 09:14:02 +0000 (09:14 +0000)]
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

8 years agoAccept dots in JSONP callback (#13718).
Jean-Philippe Lang [Sat, 16 Jan 2016 09:08:06 +0000 (09:08 +0000)]
Accept dots in JSONP callback (#13718).

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

8 years agoRemove left position from gantt issue tooltip (#21282).
Jean-Philippe Lang [Sat, 16 Jan 2016 09:04:22 +0000 (09:04 +0000)]
Remove left position from gantt issue tooltip (#21282).

Patch by Felix Gliesche.

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

8 years agoOnly consider open subtasks when computing the priority of a parent issue (#5880).
Jean-Philippe Lang [Sat, 16 Jan 2016 09:00:37 +0000 (09:00 +0000)]
Only consider open subtasks when computing the priority of a parent issue (#5880).

Patch by Go MAEDA.

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

8 years agoWarning "Can't mass-assign protected attributes for IssueRelation: issue_to_id" ...
Jean-Philippe Lang [Sat, 16 Jan 2016 08:56:30 +0000 (08:56 +0000)]
Warning "Can't mass-assign protected attributes for IssueRelation: issue_to_id" (#21695).

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

8 years agoUse association instead of a manual JOIN (#21583).
Jean-Philippe Lang [Sat, 16 Jan 2016 08:22:06 +0000 (08:22 +0000)]
Use association instead of a manual JOIN (#21583).

Patch by Ondřej.

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

8 years agoAdding issue css classes to issue subtasks and relations tr (#21474).
Jean-Philippe Lang [Sat, 16 Jan 2016 08:10:33 +0000 (08:10 +0000)]
Adding issue css classes to issue subtasks and relations tr (#21474).

Patch by Codruț Gușoi.

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

8 years agoPerformance in User#roles_for_project (#21582).
Jean-Philippe Lang [Sat, 16 Jan 2016 07:50:20 +0000 (07:50 +0000)]
Performance in User#roles_for_project (#21582).

Patch by by Ondřej Ezr.

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

8 years agoAdd .sql to mime-types (#21738).
Jean-Philippe Lang [Sat, 16 Jan 2016 07:44:55 +0000 (07:44 +0000)]
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

8 years agoCopying an issue does not copy parent task id (#12893).
Jean-Philippe Lang [Sun, 10 Jan 2016 15:47:52 +0000 (15:47 +0000)]
Copying an issue does not copy parent task id (#12893).

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

8 years agoAfter copying a task, setting the parent as the orignal task's parent triggers an...
Jean-Philippe Lang [Sun, 10 Jan 2016 15:31:50 +0000 (15:31 +0000)]
After copying a task, setting the parent as the orignal task's parent triggers an error (#17580).

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

8 years agoCan't set parent issue when issue relations among child issues are present (#13654).
Jean-Philippe Lang [Sun, 10 Jan 2016 15:12:28 +0000 (15:12 +0000)]
Can't set parent issue when issue relations among child issues are present (#13654).

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

8 years agoTurkish translation changed by Bahri Yardim (#21628)
Toshi MARUYAMA [Sun, 10 Jan 2016 10:01:18 +0000 (10:01 +0000)]
Turkish translation changed by Bahri Yardim (#21628)

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

8 years agoTurkish translation for 3.2-stable updated by Bahri Yardim (#21620)
Toshi MARUYAMA [Sat, 9 Jan 2016 19:45:53 +0000 (19:45 +0000)]
Turkish translation for 3.2-stable updated by Bahri Yardim (#21620)

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

8 years agoTurkish translation for 3.1-stable updated by Bahri Yardim (#21620, #21689)
Toshi MARUYAMA [Sat, 9 Jan 2016 19:45:41 +0000 (19:45 +0000)]
Turkish translation for 3.1-stable updated by Bahri Yardim (#21620, #21689)

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

8 years agoGerman translations for 3.2-stable updated by Benedikt Huss (#21635)
Toshi MARUYAMA [Sat, 9 Jan 2016 18:11:48 +0000 (18:11 +0000)]
German translations for 3.2-stable updated by Benedikt Huss (#21635)

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

8 years agoGerman translations for 3.1-stable updated by Benedikt Huss (#21635, #21687)
Toshi MARUYAMA [Sat, 9 Jan 2016 18:11:37 +0000 (18:11 +0000)]
German translations for 3.1-stable updated by Benedikt Huss (#21635, #21687)

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

8 years agoEstonian translation updated by John Wilcox (#21632)
Toshi MARUYAMA [Sat, 9 Jan 2016 16:38:26 +0000 (16:38 +0000)]
Estonian translation updated by John Wilcox (#21632)

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

8 years agoRussian translation for 3.2-stable updated by Alexander Ryabinovskiy (#21527)
Toshi MARUYAMA [Sat, 9 Jan 2016 15:42:01 +0000 (15:42 +0000)]
Russian translation for 3.2-stable updated by Alexander Ryabinovskiy (#21527)

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

8 years agoRussian translation for 3.1-stable updated by Alexander Ryabinovskiy (#21527, #21686)
Toshi MARUYAMA [Sat, 9 Jan 2016 15:41:49 +0000 (15:41 +0000)]
Russian translation for 3.1-stable updated by Alexander Ryabinovskiy (#21527, #21686)

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

8 years agoSpanish Panama thousand delimiters and separator changed by Leonel Iturralde (#21521...
Toshi MARUYAMA [Sat, 9 Jan 2016 13:41:27 +0000 (13:41 +0000)]
Spanish Panama thousand delimiters and separator changed by Leonel Iturralde (#21521, #21685)

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

8 years agoSpanish and Spanish Panama translation updated by Leonel Iturralde (#21521)
Toshi MARUYAMA [Sat, 9 Jan 2016 13:06:43 +0000 (13:06 +0000)]
Spanish and Spanish Panama translation updated by Leonel Iturralde (#21521)

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

8 years agoSpanish "permission_import_issues" and "label_import_issues" translation fixed by...
Toshi MARUYAMA [Sat, 9 Jan 2016 13:06:27 +0000 (13:06 +0000)]
Spanish "permission_import_issues" and "label_import_issues" translation fixed by Leonel Iturralde (#21521)

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

8 years agoBulgarian translation updated by Ivan Cenov (#21533)
Toshi MARUYAMA [Sat, 9 Jan 2016 12:21:38 +0000 (12:21 +0000)]
Bulgarian translation updated by Ivan Cenov (#21533)

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

8 years agoJapanese translation updated by Go MAEDA (#21511)
Toshi MARUYAMA [Sat, 9 Jan 2016 12:04:26 +0000 (12:04 +0000)]
Japanese translation updated by Go MAEDA (#21511)

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

8 years agoTraditional Chinese translation updated by ChunChang Lo (#21506)
Toshi MARUYAMA [Sat, 9 Jan 2016 12:04:09 +0000 (12:04 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#21506)

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

8 years agoTooltip on progress bar (#21497).
Jean-Philippe Lang [Sat, 9 Jan 2016 11:18:55 +0000 (11:18 +0000)]
Tooltip on progress bar (#21497).

Patch by Go MAEDA.

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

8 years agoLarger font for email notifications (#21487).
Jean-Philippe Lang [Sat, 9 Jan 2016 10:22:57 +0000 (10:22 +0000)]
Larger font for email notifications (#21487).

Patch by Go MAEDA.

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

8 years agoStringify the attribute value before #force_enconding (#21453).
Jean-Philippe Lang [Sat, 9 Jan 2016 10:18:11 +0000 (10:18 +0000)]
Stringify the attribute value before #force_enconding (#21453).

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

8 years agoLDAP account creation fails when first name/last name contain non ASCII (#21453).
Jean-Philippe Lang [Sat, 9 Jan 2016 10:17:12 +0000 (10:17 +0000)]
LDAP account creation fails when first name/last name contain non ASCII (#21453).

Patch by Haihan Ji.

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

8 years agoClosed versions should be marked as completed (#21433).
Jean-Philippe Lang [Sat, 9 Jan 2016 09:10:24 +0000 (09:10 +0000)]
Closed versions should be marked as completed (#21433).

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

8 years agoMissing fixtures.
Jean-Philippe Lang [Sat, 9 Jan 2016 09:04:22 +0000 (09:04 +0000)]
Missing fixtures.

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

8 years agoFix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edge Explor...
Jean-Philippe Lang [Sat, 9 Jan 2016 08:37:07 +0000 (08:37 +0000)]
Fix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edge Explorer (#21656).

Patch by by Hang Xie.

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

8 years agoSimplified Chinese translation updated by Hang Xie (#21522)
Toshi MARUYAMA [Thu, 7 Jan 2016 03:48:24 +0000 (03:48 +0000)]
Simplified Chinese translation updated by Hang Xie (#21522)

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

8 years agoSimplified Chinese "field_cvs_module" translation fixed by qian hu (#21588)
Toshi MARUYAMA [Thu, 7 Jan 2016 03:48:12 +0000 (03:48 +0000)]
Simplified Chinese "field_cvs_module" translation fixed by qian hu (#21588)

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

8 years agoSimplified Chinese translation for 3.2-stable updated by Hang Xie (#21454)
Toshi MARUYAMA [Wed, 6 Jan 2016 13:12:07 +0000 (13:12 +0000)]
Simplified Chinese translation for 3.2-stable updated by Hang Xie (#21454)

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

8 years agoSimplified Chinese wiki translation for 3.1-stable updated by Hang Xie (#21456)
Toshi MARUYAMA [Wed, 6 Jan 2016 11:10:22 +0000 (11:10 +0000)]
Simplified Chinese wiki translation for 3.1-stable updated by Hang Xie (#21456)

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

8 years agoSimplified Chinese wiki "project:someproject" translation for 2.6-stable updated...
Toshi MARUYAMA [Wed, 6 Jan 2016 11:10:07 +0000 (11:10 +0000)]
Simplified Chinese wiki "project:someproject" translation for 2.6-stable updated by Hang Xie (#21456, #21650)

r13795 changed English "project:someproject" to project:some-project.
However, Japanese and Traditional Chinese kept translated "project:some-project".
Therefore, this Simplified Chinese translation is valid.

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

8 years agoSimplified Chinese wiki translation for 2.6-stable updated by Hang Xie (#21456, ...
Toshi MARUYAMA [Wed, 6 Jan 2016 10:35:18 +0000 (10:35 +0000)]
Simplified Chinese wiki translation for 2.6-stable updated by Hang Xie (#21456, #21650)

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

8 years agoIssuePriority.position_name not recalculated every time it should (#21504).
Jean-Philippe Lang [Sun, 20 Dec 2015 14:07:12 +0000 (14:07 +0000)]
IssuePriority.position_name not recalculated every time it should (#21504).

Patch by Felix Schäfer.

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

8 years agoIssuePriority.position_name not recalculated every time it should (#21504).
Jean-Philippe Lang [Sun, 20 Dec 2015 12:32:29 +0000 (12:32 +0000)]
IssuePriority.position_name not recalculated every time it should (#21504).

Patch by Felix Schäfer.

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

8 years agoBacktrace cleaner should not clean plugin paths (#21534).
Jean-Philippe Lang [Sun, 20 Dec 2015 12:25:32 +0000 (12:25 +0000)]
Backtrace cleaner should not clean plugin paths (#21534).

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

8 years agordm-mailhandler with project-from-subaddress fails (#21531).
Jean-Philippe Lang [Sun, 20 Dec 2015 10:53:48 +0000 (10:53 +0000)]
rdm-mailhandler with project-from-subaddress fails (#21531).

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

8 years agoMoving a custom field value in the order switches in the edit view (#21535).
Jean-Philippe Lang [Sun, 20 Dec 2015 10:40:30 +0000 (10:40 +0000)]
Moving a custom field value in the order switches in the edit view (#21535).

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

8 years agoPrivate note flag disappears in issue update conflict (#21551).
Jean-Philippe Lang [Sun, 20 Dec 2015 10:11:07 +0000 (10:11 +0000)]
Private note flag disappears in issue update conflict (#21551).

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

8 years agoRequest at least nokogiri 1.6.7.1 because of security advisories (#21569).
Jean-Philippe Lang [Sat, 19 Dec 2015 07:57:00 +0000 (07:57 +0000)]
Request at least nokogiri 1.6.7.1 because of security advisories (#21569).

Patch by Jan Schulz-Hofen.

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

8 years agoAdds the "Hide my email address" option on the registration form (#21500).
Jean-Philippe Lang [Sun, 13 Dec 2015 15:39:09 +0000 (15:39 +0000)]
Adds the "Hide my email address" option on the registration form (#21500).

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

8 years agoAdds label_default_values_for_new_users to locales (#21447).
Jean-Philippe Lang [Sun, 13 Dec 2015 15:22:24 +0000 (15:22 +0000)]
Adds label_default_values_for_new_users to locales (#21447).

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

8 years agoOption to show email adresses by default for new users (#21447).
Jean-Philippe Lang [Sun, 13 Dec 2015 15:21:48 +0000 (15:21 +0000)]
Option to show email adresses by default for new users (#21447).

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

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