James Moger
2012-03-20 58a1e415ff0cda6884cf004766b603e3763b0ac0
Added protect-refs.groovy to the GO and WAR builds
2 files modified
8 ■■■■ changed files
build.xml 3 ●●●●● patch | view | raw | blame | history
docs/04_releases.mkd 5 ●●●●● patch | view | raw | blame | history
build.xml
@@ -203,6 +203,7 @@
            <fileset dir="${basedir}/groovy">
                <include name="sendmail.groovy" />
                <include name="jenkins.groovy" />
                <include name="protect-refs.groovy" />
            </fileset>
        </copy>
    
@@ -370,6 +371,7 @@
            <fileset dir="${basedir}/groovy">
                <include name="sendmail.groovy" />
                <include name="jenkins.groovy" />
                <include name="protect-refs.groovy" />
            </fileset>
        </copy>
@@ -504,6 +506,7 @@
            <fileset dir="${basedir}/groovy">
                <include name="sendmail.groovy" />
                <include name="jenkins.groovy" />
                <include name="protect-refs.groovy" />
            </fileset>
        </copy>
                    
docs/04_releases.mkd
@@ -29,12 +29,13 @@
- On all non-bare Repository pages show *WORKING COPY* in the upper right corner (issue 49)
- New setting to prevent display/serving non-bare repositories  
    **New:** *git.onlyAccessBareRepositories = false*
- Allow relinking HEAD to a branch or a tag (Github/plm)
- Added *protect-refs.groovy* (Github/plm)
- Allow setting default branch (relinking HEAD) to a branch or a tag (Github/plm)
#### fixes 
- Ensure that Welcome message is parsed using UTF-8 encoding (issue 74) 
- Activity page graph layout broken by Google (issue 73)
- Activity page chart layout broken by Google (issue 73)
- Uppercase repositories not selectable in edit palettes (issue 71)
- Not all git notes were properly displayed on the commit page (issue 70)
- Activity page now displays all local branches (issue 65)