Project

General

Profile

Actions

Feature #27313

open

More custom queries on My page

Added by Igor Rybak over 6 years ago. Updated over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
My page
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

According to #1565#note-88 created issue. Lets increase number of custom queries on My page up to 10.
Or add an administrative setting to set number of possible blocks with queries (certainly with some maximum).


Related issues

Related to Redmine - Feature #1565: Custom query on My pageClosedJean-Philippe Lang2008-07-03

Actions
Actions #1

Updated by Toshi MARUYAMA over 6 years ago

  • Tracker changed from Patch to Feature
  • Subject changed from More custom queries on My page to More custom queries on My page
  • Description updated (diff)
Actions #2

Updated by Marc D. about 6 years ago

+1

Actions #3

Updated by Jonas Götze almost 6 years ago

+1

Actions #4

Updated by Yury Zhukovskiy over 5 years ago

+1

Actions #5

Updated by Olivier Houdas over 5 years ago

A setting to control the maximum number of queries sounds a must to me. I had the case once of a user who had put 5 or even more blocks in his page, and who had used a Chrome plugin to refresh his page every minute. It put our redmine server on its knees...
Of course, when I told him to find another way to be aware of changes quickly, he found another solution, but it is a risk.
Also note that the redmine_my_page plugin works quite well.

Actions #6

Updated by Marius BĂLTEANU over 5 years ago

Actions #7

Updated by M Irie over 5 years ago

+1

Actions #8

Updated by Go MAEDA over 5 years ago

  • Assignee set to Jean-Philippe Lang
  • Target version set to 4.0.0

Jean-Philippe, what do you think about increasing the maximum number of "issuequery" block?

Index: lib/redmine/my_page.rb
===================================================================
--- lib/redmine/my_page.rb    (revision 17668)
+++ lib/redmine/my_page.rb    (working copy)
@@ -25,7 +25,7 @@
         'issuesassignedtome' => {:label => :label_assigned_to_me_issues},
         'issuesreportedbyme' => {:label => :label_reported_issues},
         'issueswatched' => {:label => :label_watched_issues},
-        'issuequery' => {:label => :label_issue_plural, :max_occurs => 3},
+        'issuequery' => {:label => :label_issue_plural, :max_occurs => 5},
         'news' => {:label => :label_news_latest},
         'calendar' => {:label => :label_calendar},
         'documents' => {:label => :label_document_plural},
</diff>
Actions #9

Updated by Jean-Philippe Lang over 5 years ago

  • Assignee deleted (Jean-Philippe Lang)
  • Target version changed from 4.0.0 to Candidate for next major release

We should probably load content asynchronously before raising the number of queries that can be displayed.

Actions

Also available in: Atom PDF