Skip to content

Commit 9ba9be5

Browse files
committed
Added frm to default pretty print extensions (issue 156)
1 parent ef22901 commit 9ba9be5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

distrib/gitblit.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ web.luceneIgnoreExtensions = 7z arc arj bin bmp dll doc docx exe gif gz jar jpg
679679
#
680680
# SPACE-DELIMITED
681681
# SINCE 0.5.0
682-
web.prettyPrintExtensions = c cpp cs css htm html java js php pl prefs properties py rb sh sql xml vb
682+
web.prettyPrintExtensions = c cpp cs css frm htm html java js php pl prefs properties py rb sh sql xml vb
683683

684684
# Registered extensions for markdown transformation
685685
#

docs/04_releases.mkd

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ In order to fork a repository, the user account must have the *fork* permission
5656

5757
- Teams can now specify the *admin*, *create*, and *fork* roles to simplify user administration
5858
- Use https Gravatar urls to avoid browser complaints
59+
- Added frm to default pretty print extensions (issue 156)
5960
- Expose ReceivePack to Groovy push hooks (issue 125)
6061
- Redirect to summary page when refreshing the empty repository page on a repository that is not empty (issue 129)
6162
- Emit a warning in the log file if running on a Tomcat-based servlet container which is unfriendly to %2F forward-slash url encoding AND Gitblit is configured to mount parameters with %2F forward-slash url encoding (Github/jpyeron, issue 126)

0 commit comments

Comments
 (0)