James Moger
2015-11-18 fa357d6afe6e33316716e6bc0495f91b05ac2268
Documentation
4 files modified
1 files deleted
28 ■■■■ changed files
build.moxie 2 ●●● patch | view | raw | blame | history
build.xml 5 ●●●●● patch | view | raw | blame | history
releases.moxie 8 ●●●● patch | view | raw | blame | history
src/site/roadmap.mkd 8 ●●●●● patch | view | raw | blame | history
src/site/siteindex.mkd 5 ●●●● patch | view | raw | blame | history
build.moxie
@@ -19,7 +19,7 @@
# Project urls
url: 'http://gitblit.com'
issuesUrl: 'http://code.google.com/p/gitblit/issues/list'
issuesUrl: 'https://github.com/gitblit/gitblit'
socialNetworkUrl: 'https://plus.google.com/114464678392593421684'
forumUrl: 'http://groups.google.com/group/gitblit'
mavenUrl: 'http://gitblit.github.io/gitblit-maven'
build.xml
@@ -553,8 +553,6 @@
                    <page name="release history" out="releases.html">
                        <template src="releasehistory.ftl" data="${releaselog}" />
                    </page>
                    <divider />
                    <page name="roadmap" src="roadmap.mkd" />
                </menu>
                
                <menu name="downloads">
@@ -585,7 +583,6 @@
                    <link name="Github" src="${project.scmUrl}" />
                    <link name="Issues" src="${project.issuesUrl}" />
                    <link name="Discussion" src="${project.forumUrl}" />
                    <link name="Google+" src="${project.socialNetworkUrl}" />
                    <link name="Twitter" src="https://twitter.com/gitblit" />
                    <link name="Ohloh" src="http://www.ohloh.net/p/gitblit" />
                    <divider />
@@ -593,7 +590,6 @@
                    <link name="Gitblit SSH and Plugin Management asciicast" src="https://asciinema.org/a/9342" />
                    <link name="GitMinutes #29: James Moger on Gitblit" src="http://episodes.gitminutes.com/2014/05/gitminutes-29-james-moger-on-gitblit.html" />
                    <divider />
                    <link name="+JamesMoger" src="https://plus.google.com/+JamesMoger" />
                    <link name="@JamesMoger" src="https://twitter.com/JamesMoger" />
                </menu>
                <divider />
@@ -897,7 +893,6 @@
                        <link name="Github" src="${project.scmUrl}" />
                        <link name="Issues" src="${project.issuesUrl}" />
                        <link name="Discussion" src="${project.forumUrl}" />
                        <link name="Google+" src="${project.socialNetworkUrl}" />
                        <link name="Ohloh" src="http://www.ohloh.net/p/gitblit" />
                    </menu>
                </structure>
releases.moxie
@@ -7,12 +7,7 @@
    date: ${project.buildDate}
    note: ~
    html: ~
    text: ''
          The new gitblit.properties file "includes" defaults.properties which is the original
          gitblit.properties file. You may continue using your existing gitblit.properties file
          as before, however, you might find future upgrades simpler by adopting the new "include"
          design.
          ''
    text: ~
    security: ~
    fixes:
    - Fix exception when viewing a ticket with a patchset where the integration branch does not exist (issue-521, ticket-212)
@@ -40,6 +35,7 @@
    - Support for chain-loading properties files (ticket-110) 
    - Add Priority & Severity fields for tickets (pr-220, ticket-157)
    - Add Maintenance ticket type (pr-223, ticket-206)
    - Add commitdiff option to ignore whitespace (ticket-233)
    - Add configurable tab length for blob views (ticket-253)
    - Implement image diffs (pr-229)
    - Add support for configurable HTTP proxy host/port in PluginManager (pr-235)
src/site/roadmap.mkd
File was deleted
src/site/siteindex.mkd
@@ -23,12 +23,9 @@
        <tbody>
        <tr><th>License</th><td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a></td></tr>
        <tr><th>Sources</th><td><a href="${project.scmUrl}">GitHub</a></td></tr>        
        <tr><th>Issues</th><td><a href="${project.issuesUrl}">GoogleCode</a></td></tr>
        <tr><th>Issues</th><td><a href="${project.issuesUrl}">GitHub</a></td></tr>
        <tr><th>Discussion</th><td><a href="${project.forumUrl}">Gitblit Group</a></td></tr>
        <tr><th>Google+</th><td><a href="${project.socialNetworkUrl}">Gitblit+</a></td></tr>
        <tr><th>Ohloh</th><td><a target="_top" href="http://www.ohloh.net/p/gitblit"><img border="0" width="100" height="16" src="http://www.ohloh.net/p/gitblit/widgets/project_thin_badge.gif" alt="Ohloh project report for Gitblit" /></a></td></tr>
        <tr><th>Donations</th><td>If you enjoy Gitblit and want to support its development, please consider making a donation to <a href="http://www.stjude.org">St. Jude Children's Research Hospital</a>.
        <a href="http://www.stjude.org" alt="St. Jude Children's Research Hospital"><img style="padding-top:10px;" src="stjude_150x150.gif"/></a></td></tr>
        </tbody>
        </table>
    </div>