summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/BranchesPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-34/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Revised delete branch feature (issue 121)James Moger2012-09-201-1/+1
|
* Added a link to delete a branchajermakovics2012-09-191-1/+1
| | | | delete link appears on the branches page if an admin user is logged in.
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-1/+0
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-041-1/+1
| | | | | | | | | | | | The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven site. Yeah! That was the last missing piece for a slick Git:Blit deployment. The build has been reworked to download from Eclipse and to also download source and javadoc jars for setting up a development environment. Made the log4j pattern configurable by operating system. Moved Markdown utils to their own class since I need StringUtils for Build and that introduced a chicken-and-egg scenario.
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-141-2/+1
|
* created panels for logs, tags, and branches.James Moger2011-04-081-53/+2
|
* Localized all strings for translation. Removed old resources.James Moger2011-04-071-5/+2
|
* Let Wicket manage resources and use markup inheritance.James Moger2011-04-071-2/+6
| | | This seems to improve page loading times.
* Simplified links some more. Added TicGit browser.James Moger2011-04-051-0/+71