tgupdate: merge t/frontpage/ctags base into t/frontpage/ctags
[git/gitweb.git] / .topmsg
blobd9175b5fcd7b8de693e23a1576f569b585335aa9
1 Subject: [PATCH] gitweb: polish the content tags support
3 This patch integrates the tag filtering CGI parameter into the framework
4 for parameter passing, dropping 'by_tag' and instead using query name 't'
5 and symbolic name 'ctag_filter'. Compatibility support for 'by_tag' query
6 name is retained.
8 This means that content tag links are now created using $cgi->a() and
9 the href() method, and that they now point to the proper action;
10 project_list in case of global content tags, forks in case of per-fork
11 content tags. Also any other arguments like sorting order of projects
12 are replayed within the links.
14 This patch also restores the ability to add tags if the ctags feature
15 is set to a POST action rather than a positive integer.
17 Signed-off-by: Petr Baudis <pasky@ucw.cz>
18 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>