-
Suggestion
-
Resolution: Unresolved
-
2
-
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
Currently the recently-updated macro can display a maximum of 200 recently-updated records, as this value has been hard-coded in the macro:
https://studio.plugins.atlassian.com/svn/ADVMACROS/tags/confluence-advanced-macros-1.6.8/src/main/java/com/atlassian/confluence/plugins/macros/advanced/recentupdate/pagination/PaginationParameters.java has
int MAX_PAGE_SIZE = 200;
There is no way for this value to be configurable via the UI, other than editing the above file and repackaging. For non-technical customers, it would be handy if this could be easily configured via the UI.
It appears to be have been recently introduced, not affecting versions prior to 3.x, as per this comment from one of the customers:
This worked fine in 2.10.1--I was able to get all records back to the beginnning.
- is related to
-
CONFSERVER-19096 Make maximum limit for recently-updated macro configurable
- Closed
[CONFCLOUD-19096] Make maximum limit for recently-updated macro configurable
Labels | Original: Macros-Recently-Updated-Macro affects-server editor editor-macros | New: Macros-Recently-Updated-Macro affects-server editor editor-macros ss-recently-updated |
Component/s | Original: Comments - Comments Editor [ 46385 ] | |
Component/s | New: Macros - Other Macros [ 46332 ] |
Workflow | Original: JAC Suggestion Workflow [ 3425940 ] | New: JAC Suggestion Workflow 3 [ 3619181 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2247104 ] | New: JAC Suggestion Workflow [ 3425940 ] |
Status | Original: Open [ 1 ] | New: Gathering Interest [ 11772 ] |
Support reference count | New: 2 |
Workflow | Original: Confluence Workflow - Public Facing v3 - TEMP [ 2142860 ] | New: Confluence Workflow - Public Facing v3 [ 2247104 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 1893804 ] | New: Confluence Workflow - Public Facing v3 - TEMP [ 2142860 ] |
Workflow | Original: Confluence Workflow - Public Facing v2 [ 1820152 ] | New: Confluence Workflow - Public Facing v3 [ 1893804 ] |
Description |
Original:
Currently the {{recently-updated}} macro can display a maximum of 200 recently-updated records, as this value has been hard-coded in the macro: {{https://studio.plugins.atlassian.com/svn/ADVMACROS/tags/confluence-advanced-macros-1.6.8/src/main/java/com/atlassian/confluence/plugins/macros/advanced/recentupdate/pagination/PaginationParameters.java}} has {noformat} int MAX_PAGE_SIZE = 200; {noformat} There is no way for this value to be configurable via the UI, other than editing the above file and repackaging. For non-technical customers, it would be handy if this could be easily configured via the UI. It appears to be have been recently introduced, not affecting versions prior to 3.x, as per this comment from one of the customers: {quote} This worked fine in 2.10.1--I was able to get all records back to the beginnning. {quote} |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFSERVER-19096]. {panel} Currently the {{recently-updated}} macro can display a maximum of 200 recently-updated records, as this value has been hard-coded in the macro: {{https://studio.plugins.atlassian.com/svn/ADVMACROS/tags/confluence-advanced-macros-1.6.8/src/main/java/com/atlassian/confluence/plugins/macros/advanced/recentupdate/pagination/PaginationParameters.java}} has {noformat} int MAX_PAGE_SIZE = 200; {noformat} There is no way for this value to be configurable via the UI, other than editing the above file and repackaging. For non-technical customers, it would be handy if this could be easily configured via the UI. It appears to be have been recently introduced, not affecting versions prior to 3.x, as per this comment from one of the customers: {quote} This worked fine in 2.10.1--I was able to get all records back to the beginnning. {quote} |
Link |
New:
This issue is related to |