Module: tools Branch: master Commit: d489951de3136f39c5935e039fce371e96938050 URL: https://source.winehq.org/git/tools.git/?a=commit;h=d489951de3136f39c5935e03...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Apr 5 14:20:20 2022 +0200
testbot/cgi: Replace CollectionPage with SimpleCollectionPage.
The old CollectionPage is not used anymore so replace it with the new implementation. This means CollectionBlockForPage and the CallXxx() trampolines are not needed anymore either.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/ObjectModel/CGI/CollectionBlock.pm | 169 +++---------------- .../lib/ObjectModel/CGI/CollectionBlockForPage.pm | 154 ------------------ testbot/lib/ObjectModel/CGI/CollectionPage.pm | 179 +++++---------------- .../lib/ObjectModel/CGI/SimpleCollectionPage.pm | 138 ---------------- testbot/web/JobDetails.pl | 4 +- testbot/web/PatchesList.pl | 4 +- testbot/web/admin/BranchesList.pl | 4 +- testbot/web/admin/UsersList.pl | 4 +- testbot/web/admin/VMsList.pl | 4 +- 9 files changed, 73 insertions(+), 587 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=d489951de3136f39c593...