Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/250453
Change subject: Show more then 5 commits ...................................................................... Show more then 5 commits It did not look nice to only show 5 comits on repo page it also made the branch show all of them which did not look nice either. Follow-up: https://gerrit.wikimedia.org/r/#/c/250369/1 Bug: T117393 Change-Id: I6febb4dad83a75ed812929f5366d81bb0635ba66 --- M modules/gitblit/files/gitblit.properties 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/53/250453/1 diff --git a/modules/gitblit/files/gitblit.properties b/modules/gitblit/files/gitblit.properties index 0e9538c..bc16417 100644 --- a/modules/gitblit/files/gitblit.properties +++ b/modules/gitblit/files/gitblit.properties @@ -692,7 +692,7 @@ # in Edit Repository. 0 disables this throttle. # # SINCE 1.2.0 -web.maxActivityCommits = 5 +web.maxActivityCommits = 0 # Default number of entries to include in RSS Syndication links # @@ -913,7 +913,7 @@ # Value must exceed 0 else default of 20 is used # # SINCE 0.5.0 -web.summaryCommitCount = 5 +web.summaryCommitCount = 16 # The number of tags/branches to display on the summary page. # -1 = all tags/branches @@ -927,7 +927,7 @@ # pagination links. A default of 50 is used for any invalid value. # # SINCE 0.5.0 -web.itemsPerPage = 25 +web.itemsPerPage = 50 # The number of reflog changes to display on the overview page # Value must exceed 0 else default of 5 is used -- To view, visit https://gerrit.wikimedia.org/r/250453 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6febb4dad83a75ed812929f5366d81bb0635ba66 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
