This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/master by this push:
new f64aca87d small hint on repo viewable extensions format
f64aca87d is described below
commit f64aca87df74a9d0bbcca1430f19eeac7bfc1173
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed May 21 16:19:41 2025 -0400
small hint on repo viewable extensions format
---
Allura/allura/templates/repo/admin_extensions.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/Allura/allura/templates/repo/admin_extensions.html
b/Allura/allura/templates/repo/admin_extensions.html
index 8a9688562..5dcba52f5 100644
--- a/Allura/allura/templates/repo/admin_extensions.html
+++ b/Allura/allura/templates/repo/admin_extensions.html
@@ -25,6 +25,7 @@
<input type="text" name="additional_viewable_extensions"
id="additional_viewable_extensions" placeholder=".ini, .foo,
Makefile"
{% if additional_viewable_extensions %}
value="{{additional_viewable_extensions}}"{% endif %}/>
+ (comma-separated, no wildcards)
{% else %}
<span>{{additional_viewable_extensions}}</span>
{% endif %}