James Moger
2011-06-26 d0e26353e62d17a1f6b765a71e9bb45b54806d70
Prepare 0.5.0 release.
3 files added
13 files modified
28 ■■■■ changed files
docs/00_index.mkd 2 ●●● patch | view | raw | blame | history
docs/01_screenshots.mkd 20 ●●●● patch | view | raw | blame | history
docs/04_releases.mkd 2 ●●● patch | view | raw | blame | history
docs/screenshots/00.png patch | view | raw | blame | history
docs/screenshots/01.png patch | view | raw | blame | history
docs/screenshots/02.png patch | view | raw | blame | history
docs/screenshots/03.png patch | view | raw | blame | history
docs/screenshots/04.png patch | view | raw | blame | history
docs/screenshots/05.png patch | view | raw | blame | history
docs/screenshots/06.png patch | view | raw | blame | history
docs/screenshots/07.png patch | view | raw | blame | history
docs/screenshots/08.png patch | view | raw | blame | history
docs/screenshots/09.png patch | view | raw | blame | history
docs/screenshots/10.png patch | view | raw | blame | history
docs/screenshots/11.png patch | view | raw | blame | history
src/com/gitblit/Constants.java 4 ●●●● patch | view | raw | blame | history
docs/00_index.mkd
@@ -21,7 +21,7 @@
 
### Current Release
%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit]   (*%BUILDDATE%*)
%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit]   *released %BUILDDATE%*
issues & binaries @ [Google Code][googlecode]<br/>
sources @ [Github][gitbltsrc]
docs/01_screenshots.mkd
@@ -18,18 +18,30 @@
    <a rel="screenshots_group" href="screenshots/04.png" title="Repository Log">![Log](thumbs/04.png)</a>
    <br/>Repository Log
</td><td>
    <a rel="screenshots_group" href="screenshots/05.png" title="Repository Tree">![Tree](thumbs/05.png)</a>
    <br/>Repository Tree
    <a rel="screenshots_group" href="screenshots/10.png" title="Repository Tags">![Tags](thumbs/10.png)</a>
    <br/>Repository Tags
</td></tr>
<tr><td>
    <a rel="screenshots_group" href="screenshots/06.png" title="File Diff">![Diff](thumbs/06.png)</a>
    <br/>File Diff
    <a rel="screenshots_group" href="screenshots/05.png" title="Repository Tree">![Tree](thumbs/05.png)</a>
    <br/>Repository Tree
</td><td>
    <a rel="screenshots_group" href="screenshots/06.png" title="Commit Page">![Commit Page](thumbs/06.png)</a>
    <br/>Commit Page
</td><td>
    <a rel="screenshots_group" href="screenshots/07.png" title="Commit Diff">![Commitdiff](thumbs/07.png)</a>
    <br/>Commit Diff
</td></tr>
<tr><td>
    <a rel="screenshots_group" href="screenshots/09.png" title="Branch Metrics">![Metrics](thumbs/09.png)</a>
    <br/>Branch Metrics
</td><td>
    <a rel="screenshots_group" href="screenshots/08.png" title="Blob View with Syntax Highlighting">![Blob](thumbs/08.png)</a>
    <br/>Blob View with Syntax Highlighting
</td><td>
    <a rel="screenshots_group" href="screenshots/11.png" title="Blame">![Blame](thumbs/11.png)</a>
    <br/>Blame
</td></tr>
</table>
docs/04_releases.mkd
@@ -1,7 +1,7 @@
## Release History
### Current Release
%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] &nbsp; (*%BUILDDATE%*)
%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*
### Older Releases
none
docs/screenshots/00.png

docs/screenshots/01.png

docs/screenshots/02.png

docs/screenshots/03.png

docs/screenshots/04.png

docs/screenshots/05.png

docs/screenshots/06.png

docs/screenshots/07.png

docs/screenshots/08.png

docs/screenshots/09.png
docs/screenshots/10.png
docs/screenshots/11.png
src/com/gitblit/Constants.java
@@ -23,11 +23,11 @@
    // The build script extracts this exact line so be careful editing it
    // and only use A-Z a-z 0-9 .-_ in the string.
    public static final String VERSION = "0.1.0-SNAPSHOT";
    public static final String VERSION = "0.5.0";
    // The build script extracts this exact line so be careful editing it
    // and only use A-Z a-z 0-9 .-_ in the string.
    public static final String JGIT_VERSION = "JGit 1.0.0";
    public static final String JGIT_VERSION = "JGit 1.0.0 (201106090707-r)";
    public static final String ADMIN_ROLE = "#admin";