summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/SummaryPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-2/+2
|
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-051-1/+1
|
* Big push for first release.James Moger2011-06-251-12/+5
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* Mostly stable war build.James Moger2011-06-181-1/+1
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-13/+3
| | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature.
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-081-6/+7
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-081-2/+1
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-5/+7
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-031-1/+1
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-021-1/+1
|
* Readme markdown on summary page per-repository.James Moger2011-06-011-1/+42
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-011-3/+4
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-011-47/+3
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-2/+1
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-15/+27
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-241-19/+45
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-121-0/+19
|
* 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.
* Centralized markdown transforms. Moved config ops to GitBlit.James Moger2011-04-271-2/+2
|
* Sprinkled some icons throughout ui. Centralized icon retrieval.James Moger2011-04-251-2/+1
|
* Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.James Moger2011-04-231-3/+3
|
* Support Markdown rendering. Use Wicket GoogleCharts from Maven.James Moger2011-04-201-10/+10
|
* Tag diamonds and sliding date scale on activity graph.James Moger2011-04-201-15/+31
|
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-151-6/+5
| | | | | Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around.
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-141-12/+13
|
* Eliminated most session usage.James Moger2011-04-111-9/+5
|
* Page log.James Moger2011-04-111-11/+16
|
* created panels for logs, tags, and branches.James Moger2011-04-081-133/+7
|
* Localized all strings for translation. Removed old resources.James Moger2011-04-071-13/+7
|
* Let Wicket manage resources and use markup inheritance.James Moger2011-04-071-1/+6
| | | This seems to improve page loading times.
* Simplified links some more. Added TicGit browser.James Moger2011-04-051-18/+28
|
* Improvements to css and specialized link panels.James Moger2011-04-041-12/+37
|
* Dropped log links, created new stylesheet, added activity graph.James Moger2011-04-041-3/+78
|
* Initial import of Git:Blit.James Moger2011-04-041-0/+149
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314