summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/GitBlitWebApp.properties
Commit message (Collapse)AuthorAgeFilesLines
...
* Externalized a bunch of strings for translationJames Moger2012-03-251-1/+48
|
* Added web.allowLuceneIndexing to enable/disable Lucene integrationJames Moger2012-03-251-1/+2
|
* Adjust translation for default branch (HEAD)James Moger2012-03-201-0/+1
|
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-191-2/+2
|
* Repository-branch Lucene indexing is now opt-inJames Moger2012-03-161-1/+6
|
* Replaced "committed" with "authored" on activity pageJames Moger2012-03-141-1/+3
|
* More Lucene progressJames Moger2012-03-091-1/+3
|
* Update to Bootstrap 2.0James Moger2012-02-161-1/+1
|
* Indicate WORKING COPY on repository pages (issue 49)James Moger2012-02-041-1/+3
|
* Refactored and unit tested updating HEAD featureJames Moger2012-02-021-2/+1
|
* RepositoryModel will use String rather than RefModel to track the currentPhilip L. McMahon2012-01-281-1/+1
| | | | | | | | | | | | | | symbolic head and available heads. Added convenience methods to JGitUtils to support retrieving available heads as List<String>. When resolving the symbolic head target as a String, if the head is detached, attempt to match the commit SHA1 against the known tags, using the most recent tag if more than one matches. Revised error messaging to better reflect actual outcome. Adjusted tab indexes on edit repository page to include default head combo box. Updated message key for default head combo box to use uppercase "HEAD".
* Allow administrative modification of the default branch/tag referenced by HEAD.Philip L. McMahon2012-01-261-0/+2
| | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-091-1/+2
|
* Integrated selectable days back filtering in filters menuJames Moger2011-12-291-1/+2
|
* Show additional columns in users and teams tablesJames Moger2011-12-281-1/+1
|
* Added some descriptive subheadings to edit pagesJames Moger2011-12-271-1/+7
|
* Filters menu for Repositories page and Activity page (issue 27)James Moger2011-12-231-1/+2
|
* Display inherited scripts in EditRepository page. Drop mailing list helpline.James Moger2011-12-231-1/+0
|
* Support mailing lists for TeamsJames Moger2011-12-211-1/+2
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-201-3/+3
| | | | RepositoryModel.mailingLists
* Server-side hook script selection. Documentation.James Moger2011-12-191-1/+4
|
* Edit and store per-repository mail recipients in site and RPCJames Moger2011-12-171-1/+3
|
* Implemented empty repository page (issue 31)James Moger2011-12-091-1/+3
|
* Teams support.James Moger2011-12-071-1/+7
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Reorganizing the recent activity featureJames Moger2011-11-191-1/+2
|
* Working draft of the aggregate activity pageJames Moger2011-11-161-1/+7
|
* Search added to gbapi. Search dialog for Manager. Misc Manager fixes.James Moger2011-11-041-1/+2
|
* Revised branch rendering. Added ref rendering to message column.James Moger2011-11-031-1/+1
|
* Branch renderer. String change. Config section name changes.James Moger2011-11-011-1/+1
|
* More feeds work in ManagerJames Moger2011-10-311-2/+3
|
* Added basic rss subscriptions to ManagerJames Moger2011-10-281-1/+4
|
* Add version number and date to ServerStatus. Conditionally hide status.James Moger2011-10-271-1/+3
|
* Documentation. Changed status RPC protection. Status tab for Manager.James Moger2011-10-251-1/+8
|
* Show since in settings table. Pack settings table.James Moger2011-10-241-1/+2
|
* Functional edit setting feature for Manager. Wrote stacktrace viewer.James Moger2011-10-241-1/+3
| | | Trap connect exceptions.
* Object counts and refresh labels on all header panelsJames Moger2011-10-241-1/+2
|
* Per-repository setting to skip summary metricsJames Moger2011-10-231-1/+3
|
* Log calculation time of repository sizes. (issue 27)James Moger2011-10-211-1/+3
| | | | Also added a per-repository skip calculation flag.
* Management of registrations. Usability improvements.James Moger2011-10-181-1/+3
|
* Added icons and polish. Save and load gitblit registrations.James Moger2011-10-181-1/+2
|
* Use tabs in repository dialog and show origin.James Moger2011-10-161-1/+2
|
* Localized RPC client using server's resource file.James Moger2011-10-131-1/+15
|
* RPC Client: Create/Edit Repository & User. Partially working.James Moger2011-10-121-2/+2
| | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets.
* Login message option. More Bootstrap updates. All docs converted.James Moger2011-09-301-1/+1
|
* Split RepositoriesPage into 3 pages. Inline page header authentication.James Moger2011-09-291-1/+3
|
* Revised federation proposal mechanism. Added SendProposalPage.James Moger2011-09-251-1/+5
|
* Implemented Federation Sets. Documentation.James Moger2011-09-141-4/+5
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-1/+33
|
* Change password feature (issue 1)James Moger2011-07-201-3/+5
|
* Mostly stable war build.James Moger2011-06-181-2/+2
| | | | | 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.