docs/00_index.mkd | ●●●●● patch | view | raw | blame | history | |
docs/01_screenshots.mkd | ●●●●● patch | view | raw | blame | history | |
docs/04_releases.mkd | ●●●●● 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 | ●●●●● 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"></a> <br/>Repository Log </td><td> <a rel="screenshots_group" href="screenshots/05.png" title="Repository Tree"></a> <br/>Repository Tree <a rel="screenshots_group" href="screenshots/10.png" title="Repository Tags"></a> <br/>Repository Tags </td></tr> <tr><td> <a rel="screenshots_group" href="screenshots/06.png" title="File Diff"></a> <br/>File Diff <a rel="screenshots_group" href="screenshots/05.png" title="Repository Tree"></a> <br/>Repository Tree </td><td> <a rel="screenshots_group" href="screenshots/06.png" title="Commit Page"></a> <br/>Commit Page </td><td> <a rel="screenshots_group" href="screenshots/07.png" title="Commit Diff"></a> <br/>Commit Diff </td></tr> <tr><td> <a rel="screenshots_group" href="screenshots/09.png" title="Branch Metrics"></a> <br/>Branch Metrics </td><td> <a rel="screenshots_group" href="screenshots/08.png" title="Blob View with Syntax Highlighting"></a> <br/>Blob View with Syntax Highlighting </td><td> <a rel="screenshots_group" href="screenshots/11.png" title="Blame"></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] (*%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%* ### Older Releases none docs/screenshots/00.pngdocs/screenshots/01.pngdocs/screenshots/02.pngdocs/screenshots/03.pngdocs/screenshots/04.pngdocs/screenshots/05.pngdocs/screenshots/06.pngdocs/screenshots/07.pngdocs/screenshots/08.pngdocs/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";