James Moger
2012-10-09 c890e1f7d3f5cd83025b1d993cedf4990de63897
Fixed missing translations in Gitblit Manager builds (issue-145)
2 files modified
4 ■■■■ changed files
build.xml 3 ●●●●● patch | view | raw | blame | history
docs/04_releases.mkd 1 ●●●● patch | view | raw | blame | history
build.xml
@@ -613,7 +613,10 @@
            <resource file="${basedir}/resources/commit_divide_16x16.png" />
            <resource file="${basedir}/resources/blank.png" />
            <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp.properties" />
            <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_es.properties" />
            <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_ja.properties" />
            <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_ko.properties" />
            <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_pl.properties" />
            <class name="com.gitblit.client.GitblitManagerLauncher" />
            <classfilter>
docs/04_releases.mkd
@@ -17,6 +17,7 @@
- Fixed connection leak in LDAPUserService (issue 139)
- Fixed bug in commit page where changes to a submodule threw a null pointer exception (issue 132)
- Fixed bug in the diff view for filenames that have non-ASCII characters (issue 128)
- Fix missing translations in Gitblit Manager (issue 145)
#### additions