diff options
author | James Moger <james.moger@gitblit.com> | 2011-12-23 16:55:43 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-12-23 16:55:43 -0500 |
commit | 31bcbea4c35e29d3b5147d33a41544cb125cf694 (patch) | |
tree | 9ac4124f959aaf588f8d359bdc5be4555298918c /distrib | |
parent | c42281bf93d6b271b9fb4f620a459d857cae0cc4 (diff) | |
download | gitblit-31bcbea4c35e29d3b5147d33a41544cb125cf694.tar.gz gitblit-31bcbea4c35e29d3b5147d33a41544cb125cf694.zip |
Filters menu for Repositories page and Activity page (issue 27)
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index d51dfb7e..17774a21 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -194,6 +194,15 @@ web.syndicationEntries = 25 # SINCE 0.5.2
web.showRepositorySizes = true
+# List of custom regex expressions that can be displayed in the Filters menu
+# of the Repositories and Activity pages. Keep them very simple because you
+# are likely to run into encoding issues if they are too complex.
+#
+# Use !!! to separate the filters
+#
+# SINCE 0.8.0
+web.customFilters =
+
# Show federation registrations (without token) and the current pull status
# to non-administrator users.
#
|