]> source.dussan.org Git - redmine.git/log
redmine.git
8 years agoUse safe_attributes for auth sources.
Jean-Philippe Lang [Sun, 17 Jul 2016 08:18:26 +0000 (08:18 +0000)]
Use safe_attributes for auth sources.

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

8 years agoUse safe_attributes for issue statuses.
Jean-Philippe Lang [Sun, 17 Jul 2016 08:09:50 +0000 (08:09 +0000)]
Use safe_attributes for issue statuses.

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

8 years agoUse safe_attributes for custom field enumerations.
Jean-Philippe Lang [Sun, 17 Jul 2016 07:27:23 +0000 (07:27 +0000)]
Use safe_attributes for custom field enumerations.

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

8 years agoUse safe_attributes for custom fields.
Jean-Philippe Lang [Sun, 17 Jul 2016 07:15:25 +0000 (07:15 +0000)]
Use safe_attributes for custom fields.

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

8 years agoUse safe_attributes for user preferences.
Jean-Philippe Lang [Sun, 17 Jul 2016 06:43:12 +0000 (06:43 +0000)]
Use safe_attributes for user preferences.

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

8 years agoUse head instead of render :nothing => true.
Jean-Philippe Lang [Sun, 17 Jul 2016 06:35:28 +0000 (06:35 +0000)]
Use head instead of render :nothing => true.

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

8 years agoInclude url helpers in helper tests.
Jean-Philippe Lang [Sat, 16 Jul 2016 16:17:14 +0000 (16:17 +0000)]
Include url helpers in helper tests.

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

8 years agoUse #update! instead of #update_attribute.
Jean-Philippe Lang [Sat, 16 Jul 2016 16:13:04 +0000 (16:13 +0000)]
Use #update! instead of #update_attribute.

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

8 years agoDon't use add_on_empty.
Jean-Philippe Lang [Sat, 16 Jul 2016 11:52:20 +0000 (11:52 +0000)]
Don't use add_on_empty.

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

8 years agoAdds a class for testing helpers.
Jean-Philippe Lang [Sat, 16 Jul 2016 11:36:57 +0000 (11:36 +0000)]
Adds a class for testing helpers.

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

8 years agoDup @generated_changeset_rev.
Jean-Philippe Lang [Sat, 16 Jul 2016 11:29:47 +0000 (11:29 +0000)]
Dup @generated_changeset_rev.

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

8 years agoInclude URL helpers.
Jean-Philippe Lang [Sat, 16 Jul 2016 11:12:52 +0000 (11:12 +0000)]
Include URL helpers.

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

8 years agoPassing arguments to assert_nothing_raised is deprecated in Rails 5.
Jean-Philippe Lang [Sat, 16 Jul 2016 11:05:34 +0000 (11:05 +0000)]
Passing arguments to assert_nothing_raised is deprecated in Rails 5.

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

8 years agoDon't use an argument to reload.
Jean-Philippe Lang [Sat, 16 Jul 2016 10:48:11 +0000 (10:48 +0000)]
Don't use an argument to reload.

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

8 years agoUse #update! instead of #update_attribute.
Jean-Philippe Lang [Sat, 16 Jul 2016 10:40:23 +0000 (10:40 +0000)]
Use #update! instead of #update_attribute.

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

8 years agoDon't call #slice on proxy.
Jean-Philippe Lang [Sat, 16 Jul 2016 10:34:05 +0000 (10:34 +0000)]
Don't call #slice on proxy.

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

8 years agoDon't pass conditions to #destroy_all.
Jean-Philippe Lang [Sat, 16 Jul 2016 10:31:56 +0000 (10:31 +0000)]
Don't pass conditions to #destroy_all.

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

8 years agoDon't pass conditions to #delete_all.
Jean-Philippe Lang [Sat, 16 Jul 2016 10:30:45 +0000 (10:30 +0000)]
Don't pass conditions to #delete_all.

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

8 years agoDon't pass conditions to #delete_all.
Jean-Philippe Lang [Sat, 16 Jul 2016 10:20:21 +0000 (10:20 +0000)]
Don't pass conditions to #delete_all.

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

8 years agoUse named route.
Jean-Philippe Lang [Sat, 16 Jul 2016 10:13:42 +0000 (10:13 +0000)]
Use named route.

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

8 years agoDon't pass conditions to #destroy_all.
Jean-Philippe Lang [Sat, 16 Jul 2016 09:52:04 +0000 (09:52 +0000)]
Don't pass conditions to #destroy_all.

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

8 years agoUse head instead of render :nothing => true.
Jean-Philippe Lang [Sat, 16 Jul 2016 09:46:51 +0000 (09:46 +0000)]
Use head instead of render :nothing => true.

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

8 years agoDon't compare with Hash.
Jean-Philippe Lang [Sat, 16 Jul 2016 09:41:24 +0000 (09:41 +0000)]
Don't compare with Hash.

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

8 years agoUse safe_attributes.
Jean-Philippe Lang [Sat, 16 Jul 2016 09:34:45 +0000 (09:34 +0000)]
Use safe_attributes.

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

8 years agoUse safe_attributes.
Jean-Philippe Lang [Sat, 16 Jul 2016 09:30:09 +0000 (09:30 +0000)]
Use safe_attributes.

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

8 years agoDon't pass conditions to #delete_all.
Jean-Philippe Lang [Sat, 16 Jul 2016 09:17:15 +0000 (09:17 +0000)]
Don't pass conditions to #delete_all.

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

8 years agoPass parameters with :params in controller tests.
Jean-Philippe Lang [Sat, 16 Jul 2016 07:43:16 +0000 (07:43 +0000)]
Pass parameters with :params in controller tests.

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

8 years agoAccept 5 arguments.
Jean-Philippe Lang [Sat, 16 Jul 2016 06:58:48 +0000 (06:58 +0000)]
Accept 5 arguments.

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

8 years agoPass parameters with :params in controller tests.
Jean-Philippe Lang [Sat, 16 Jul 2016 06:19:52 +0000 (06:19 +0000)]
Pass parameters with :params in controller tests.

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

8 years agoHandle admin and login with safe_attributes.
Jean-Philippe Lang [Thu, 14 Jul 2016 11:56:39 +0000 (11:56 +0000)]
Handle admin and login with safe_attributes.

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

8 years agoDon't pass conditions to #delete_all.
Jean-Philippe Lang [Thu, 14 Jul 2016 11:21:16 +0000 (11:21 +0000)]
Don't pass conditions to #delete_all.

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

8 years agoAdds our own class for controller tests.
Jean-Philippe Lang [Thu, 14 Jul 2016 09:35:49 +0000 (09:35 +0000)]
Adds our own class for controller tests.

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

8 years agoDon't use alias_chain_method.
Jean-Philippe Lang [Thu, 14 Jul 2016 07:55:36 +0000 (07:55 +0000)]
Don't use alias_chain_method.

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

8 years agoDon't generate URL from params.
Jean-Philippe Lang [Thu, 14 Jul 2016 07:43:34 +0000 (07:43 +0000)]
Don't generate URL from params.

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

8 years agoUse .around_action instead of .around_filter.
Jean-Philippe Lang [Thu, 14 Jul 2016 07:35:27 +0000 (07:35 +0000)]
Use .around_action instead of .around_filter.

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

8 years agoRemoves a call to alias_method_chain.
Jean-Philippe Lang [Thu, 14 Jul 2016 07:34:12 +0000 (07:34 +0000)]
Removes a call to alias_method_chain.

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

8 years agoUse .skip_before_action instead of .skip_before_filter.
Jean-Philippe Lang [Thu, 14 Jul 2016 07:29:04 +0000 (07:29 +0000)]
Use .skip_before_action instead of .skip_before_filter.

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

8 years agoUse .before_action instead of .before_filter.
Jean-Philippe Lang [Thu, 14 Jul 2016 07:27:31 +0000 (07:27 +0000)]
Use .before_action instead of .before_filter.

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

8 years agoUse .distinct instead of .uniq.
Jean-Philippe Lang [Thu, 14 Jul 2016 07:15:13 +0000 (07:15 +0000)]
Use .distinct instead of .uniq.

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

8 years agoRemoves a call to alias_method_chain.
Jean-Philippe Lang [Thu, 14 Jul 2016 06:52:38 +0000 (06:52 +0000)]
Removes a call to alias_method_chain.

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

8 years agoRemoves a call to alias_method_chain.
Jean-Philippe Lang [Thu, 14 Jul 2016 06:49:44 +0000 (06:49 +0000)]
Removes a call to alias_method_chain.

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

8 years agoAvatars in issue history are cropped.
Jean-Philippe Lang [Wed, 13 Jul 2016 20:07:15 +0000 (20:07 +0000)]
Avatars in issue history are cropped.

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

8 years agoAbility to delete multiple attachments while updating an issue (#13072).
Jean-Philippe Lang [Wed, 13 Jul 2016 20:04:14 +0000 (20:04 +0000)]
Ability to delete multiple attachments while updating an issue (#13072).

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

8 years agoMake time entries groupable (#16843).
Jean-Philippe Lang [Wed, 13 Jul 2016 19:02:48 +0000 (19:02 +0000)]
Make time entries groupable (#16843).

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

8 years agoAdds a link to spent time on version details (#13558).
Jean-Philippe Lang [Wed, 13 Jul 2016 18:34:45 +0000 (18:34 +0000)]
Adds a link to spent time on version details (#13558).

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

8 years agoDon't reserve 15% for buttons.
Jean-Philippe Lang [Wed, 13 Jul 2016 18:27:04 +0000 (18:27 +0000)]
Don't reserve 15% for buttons.

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

8 years agoAdds a version filter on time entries (#13558).
Jean-Philippe Lang [Wed, 13 Jul 2016 18:26:44 +0000 (18:26 +0000)]
Adds a version filter on time entries (#13558).

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

8 years agoFully qualify the Version class in Redmine::Helpers::TimeReport (#23269).
Jean-Philippe Lang [Tue, 12 Jul 2016 19:45:05 +0000 (19:45 +0000)]
Fully qualify the Version class in Redmine::Helpers::TimeReport (#23269).

Patch by Holger Just.

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

8 years agoRemove special behaviour for listing issue time entries, use a filter for that.
Jean-Philippe Lang [Tue, 12 Jul 2016 19:28:49 +0000 (19:28 +0000)]
Remove special behaviour for listing issue time entries, use a filter for that.

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

8 years agoHelper is needed to render the sidebar (#14790).
Jean-Philippe Lang [Tue, 12 Jul 2016 18:04:01 +0000 (18:04 +0000)]
Helper is needed to render the sidebar (#14790).

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

8 years agoDisplay the list of saved queries in the sidebar (#14790).
Jean-Philippe Lang [Tue, 12 Jul 2016 17:54:46 +0000 (17:54 +0000)]
Display the list of saved queries in the sidebar (#14790).

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

8 years agoAdds scopes for retrieving the appropriate queries (#14790).
Jean-Philippe Lang [Tue, 12 Jul 2016 17:45:39 +0000 (17:45 +0000)]
Adds scopes for retrieving the appropriate queries (#14790).

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

8 years agoMoves sidebar queries rendering to QueriesHelper (#14790).
Jean-Philippe Lang [Tue, 12 Jul 2016 17:42:40 +0000 (17:42 +0000)]
Moves sidebar queries rendering to QueriesHelper (#14790).

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

8 years agoMakes spent time queries savable (#14790).
Jean-Philippe Lang [Tue, 12 Jul 2016 17:40:19 +0000 (17:40 +0000)]
Makes spent time queries savable (#14790).

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

8 years agoPull up query visibility methods.
Jean-Philippe Lang [Mon, 11 Jul 2016 18:08:55 +0000 (18:08 +0000)]
Pull up query visibility methods.

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

8 years agoMakes QueriesController able to handle other Query subclasses.
Jean-Philippe Lang [Mon, 11 Jul 2016 17:41:46 +0000 (17:41 +0000)]
Makes QueriesController able to handle other Query subclasses.

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

8 years agoRemoves dynamic :action in routes.
Jean-Philippe Lang [Mon, 11 Jul 2016 17:27:32 +0000 (17:27 +0000)]
Removes dynamic :action in routes.

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

8 years agoRemoves action caching on /robots.txt.
Jean-Philippe Lang [Sun, 10 Jul 2016 20:34:37 +0000 (20:34 +0000)]
Removes action caching on /robots.txt.

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

8 years agoDon't generate urls with params.
Jean-Philippe Lang [Sun, 10 Jul 2016 19:55:07 +0000 (19:55 +0000)]
Don't generate urls with params.

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

8 years agoDon't generate urls with params.
Jean-Philippe Lang [Sun, 10 Jul 2016 19:18:12 +0000 (19:18 +0000)]
Don't generate urls with params.

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

8 years agoDon't generate urls with params.
Jean-Philippe Lang [Sun, 10 Jul 2016 17:20:28 +0000 (17:20 +0000)]
Don't generate urls with params.

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

8 years agoDon't generate back url with params.
Jean-Philippe Lang [Sun, 10 Jul 2016 17:04:34 +0000 (17:04 +0000)]
Don't generate back url with params.

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

8 years agoDon't generate sort links with params.
Jean-Philippe Lang [Sun, 10 Jul 2016 16:58:43 +0000 (16:58 +0000)]
Don't generate sort links with params.

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

8 years agoDon't generate pagination links with params.
Jean-Philippe Lang [Sun, 10 Jul 2016 16:47:49 +0000 (16:47 +0000)]
Don't generate pagination links with params.

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

8 years agoPreload issues project.
Jean-Philippe Lang [Sun, 10 Jul 2016 15:56:12 +0000 (15:56 +0000)]
Preload issues project.

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

8 years agoHide pagination links when printing.
Jean-Philippe Lang [Sun, 10 Jul 2016 15:42:12 +0000 (15:42 +0000)]
Hide pagination links when printing.

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

8 years agoPreload email addresses for displaying avatars.
Jean-Philippe Lang [Sun, 10 Jul 2016 11:14:18 +0000 (11:14 +0000)]
Preload email addresses for displaying avatars.

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

8 years agoRenames #render_private_notes to #render_private_notes_indicator (#22575).
Jean-Philippe Lang [Sun, 10 Jul 2016 11:04:59 +0000 (11:04 +0000)]
Renames #render_private_notes to #render_private_notes_indicator (#22575).

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

8 years agoCode cleanup (#22575).
Jean-Philippe Lang [Sun, 10 Jul 2016 11:03:41 +0000 (11:03 +0000)]
Code cleanup (#22575).

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

8 years agoWrap journal attributes with a journal parameter and use safe_attributes (#22575).
Jean-Philippe Lang [Sun, 10 Jul 2016 10:58:00 +0000 (10:58 +0000)]
Wrap journal attributes with a journal parameter and use safe_attributes (#22575).

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

8 years agoEnable updating private_notes property on journal edit form (#22575).
Jean-Philippe Lang [Sun, 10 Jul 2016 10:33:48 +0000 (10:33 +0000)]
Enable updating private_notes property on journal edit form (#22575).

Patch by Takenori TAKAKI.

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

8 years agoAdds a test for #23242.
Jean-Philippe Lang [Sat, 9 Jul 2016 03:27:51 +0000 (03:27 +0000)]
Adds a test for #23242.

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

8 years agoAdds attachments accessor to WikiContent::Version (#23242).
Jean-Philippe Lang [Sat, 9 Jul 2016 03:27:33 +0000 (03:27 +0000)]
Adds attachments accessor to WikiContent::Version (#23242).

Patch by Jens Kraemer.

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

8 years agoWhen creating issues by receiving an email, watchers created via CC in the mail don...
Jean-Philippe Lang [Sat, 9 Jul 2016 03:15:32 +0000 (03:15 +0000)]
When creating issues by receiving an email, watchers created via CC in the mail don't get an email notification (#23278).

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

8 years agoWrong filters are applied when exporting issues to CSV with blank filter (#23206).
Jean-Philippe Lang [Sat, 9 Jul 2016 02:08:39 +0000 (02:08 +0000)]
Wrong filters are applied when exporting issues to CSV with blank filter (#23206).

Patch by Go MAEDA.

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

8 years agoFixed that empty Markdown image tag raises en error (#23246).
Jean-Philippe Lang [Wed, 6 Jul 2016 18:18:27 +0000 (18:18 +0000)]
Fixed that empty Markdown image tag raises en error (#23246).

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

8 years agoShow thumbnails on messages (#22941).
Jean-Philippe Lang [Sun, 3 Jul 2016 07:54:58 +0000 (07:54 +0000)]
Show thumbnails on messages (#22941).

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

8 years agoShow thumbnails on documents (#22941).
Jean-Philippe Lang [Sun, 3 Jul 2016 07:54:46 +0000 (07:54 +0000)]
Show thumbnails on documents (#22941).

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

8 years agoHide wiki attachments by default and add thumbnails (#22941).
Jean-Philippe Lang [Sun, 3 Jul 2016 07:50:12 +0000 (07:50 +0000)]
Hide wiki attachments by default and add thumbnails (#22941).

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

8 years agoSet a max width for filter values.
Jean-Philippe Lang [Sat, 2 Jul 2016 10:16:12 +0000 (10:16 +0000)]
Set a max width for filter values.

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

8 years ago2 spaces instead of a tab.
Jean-Philippe Lang [Sat, 2 Jul 2016 10:01:37 +0000 (10:01 +0000)]
2 spaces instead of a tab.

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

8 years agoGroup versions by status in issue filters (#10412).
Jean-Philippe Lang [Sat, 2 Jul 2016 09:44:53 +0000 (09:44 +0000)]
Group versions by status in issue filters (#10412).

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

8 years agoOnly make sure it's a date.
Jean-Philippe Lang [Sat, 2 Jul 2016 07:53:31 +0000 (07:53 +0000)]
Only make sure it's a date.

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

8 years agoCenter pagination on small screens.
Jean-Philippe Lang [Thu, 30 Jun 2016 20:23:18 +0000 (20:23 +0000)]
Center pagination on small screens.

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

8 years agoRemoved #link_to_content_update.
Jean-Philippe Lang [Thu, 30 Jun 2016 20:17:19 +0000 (20:17 +0000)]
Removed #link_to_content_update.

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

8 years agoDon't render an empty li tag (#23192).
Jean-Philippe Lang [Thu, 30 Jun 2016 20:14:49 +0000 (20:14 +0000)]
Don't render an empty li tag (#23192).

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

8 years agoSlight change to pagination style.
Jean-Philippe Lang [Thu, 30 Jun 2016 20:07:48 +0000 (20:07 +0000)]
Slight change to pagination style.

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

8 years agoReplaces the login table with a div.
Jean-Philippe Lang [Thu, 30 Jun 2016 19:49:40 +0000 (19:49 +0000)]
Replaces the login table with a div.

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

8 years agoMoves the submit button out the div.
Jean-Philippe Lang [Thu, 30 Jun 2016 18:30:14 +0000 (18:30 +0000)]
Moves the submit button out the div.

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

8 years agoLighter colors for warning and error messages.
Jean-Philippe Lang [Thu, 30 Jun 2016 18:28:44 +0000 (18:28 +0000)]
Lighter colors for warning and error messages.

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

8 years agoMove spent time to a box like issues on the project overview.
Jean-Philippe Lang [Thu, 30 Jun 2016 17:10:10 +0000 (17:10 +0000)]
Move spent time to a box like issues on the project overview.

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

8 years agoRemoved deprecated pagination that no longer works.
Jean-Philippe Lang [Thu, 30 Jun 2016 17:00:40 +0000 (17:00 +0000)]
Removed deprecated pagination that no longer works.

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

8 years agoAdds missing class and removes space between previous/next links (#23192).
Jean-Philippe Lang [Wed, 29 Jun 2016 15:45:10 +0000 (15:45 +0000)]
Adds missing class and removes space between previous/next links (#23192).

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

8 years agoAdd the new pagination style in the activity page (#23192).
Jean-Philippe Lang [Wed, 29 Jun 2016 15:44:05 +0000 (15:44 +0000)]
Add the new pagination style in the activity page (#23192).

Patch by Marius BALTEANU.

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

8 years agoAdds an assertion for this (#23180).
Jean-Philippe Lang [Wed, 29 Jun 2016 15:33:07 +0000 (15:33 +0000)]
Adds an assertion for this (#23180).

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

8 years agoMake the issue id from email notifications linkable to issue page (#23180).
Jean-Philippe Lang [Wed, 29 Jun 2016 15:29:57 +0000 (15:29 +0000)]
Make the issue id from email notifications linkable to issue page (#23180).

Patch by Marius BALTEANU.

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

8 years agoAssignable users should not include users that cannot view the tracker (#23172).
Jean-Philippe Lang [Tue, 28 Jun 2016 20:31:08 +0000 (20:31 +0000)]
Assignable users should not include users that cannot view the tracker (#23172).

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

8 years agoAdds CSS class for closed subprojects on project overview (#23152).
Jean-Philippe Lang [Tue, 28 Jun 2016 19:15:30 +0000 (19:15 +0000)]
Adds CSS class for closed subprojects on project overview (#23152).

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

8 years agoAdd hook view_search_index_options_content_bottom (#23153).
Jean-Philippe Lang [Tue, 28 Jun 2016 19:09:11 +0000 (19:09 +0000)]
Add hook view_search_index_options_content_bottom (#23153).

Patch by okkez.

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

8 years agoAdd params to Redmine::Search::Fetcher#initialize optional parameter (#23153).
Jean-Philippe Lang [Tue, 28 Jun 2016 19:08:04 +0000 (19:08 +0000)]
Add params to Redmine::Search::Fetcher#initialize optional parameter (#23153).

Patch by okkez.

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