From 456a44f81b5920ef71afc19d343b1c2bceb98323 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sat, 4 Apr 2015 07:16:26 -0700 Subject: [PATCH] t/frontpage/ctags: re-create TopGit-controlled branch --- .topdeps | 1 + .topmsg | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .topdeps create mode 100644 .topmsg diff --git a/.topdeps b/.topdeps new file mode 100644 index 0000000000..d7025695e2 --- /dev/null +++ b/.topdeps @@ -0,0 +1 @@ +release diff --git a/.topmsg b/.topmsg new file mode 100644 index 0000000000..d9175b5fcd --- /dev/null +++ b/.topmsg @@ -0,0 +1,18 @@ +Subject: [PATCH] gitweb: polish the content tags support + +This patch integrates the tag filtering CGI parameter into the framework +for parameter passing, dropping 'by_tag' and instead using query name 't' +and symbolic name 'ctag_filter'. Compatibility support for 'by_tag' query +name is retained. + +This means that content tag links are now created using $cgi->a() and +the href() method, and that they now point to the proper action; +project_list in case of global content tags, forks in case of per-fork +content tags. Also any other arguments like sorting order of projects +are replayed within the links. + +This patch also restores the ability to add tags if the ctags feature +is set to a POST action rather than a positive integer. + +Signed-off-by: Petr Baudis +Signed-off-by: Kyle J. McKay -- 2.11.4.GIT