summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels/SearchPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-142/+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.
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-291-2/+3
| | | | | | | | | | | | | | | | | | The fork mechanism clones the repository , access restrictions, and other config options. The app has been updated throughout to handle personal repositories and to properly display origin/fork links. In order to fork a repository the user account must have the #fork role, the origin repository must permit forking, and the user account must have standard clone permissions to the repository. Because forking introduces a new user role no existing user accounts can automatically begin forking a repository. This is both a pro and a con. Since the fork has the same access restrictions as the origin repository, those who can access the origin may also access the fork. This is intentional to facilitate integration-manager workflow. The fork owner does have the power to completely change the access restrictions of his/her fork.
* Revised TimeUtils for localizationJames Moger2012-06-151-1/+1
| | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes.
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-191-2/+2
|
* Split refs into 2 lines if there are remotes. Use more glyphicons.James Moger2012-02-251-1/+6
|
* Moved SearchType enum to ConstantsJames Moger2011-11-041-4/+4
|
* Big push for first release.James Moger2011-06-251-1/+1
| | | | | | | | | | | | * 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-3/+5
| | | | | 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.
* GitNotes. Unit testing. More correct refs.James Moger2011-06-031-1/+2
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-1/+0
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-12/+22
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Working on error handling.James Moger2011-04-291-1/+1
|
* Sprinkled some icons throughout ui. Centralized icon retrieval.James Moger2011-04-251-5/+4
|
* Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.James Moger2011-04-231-1/+1
|
* Added merge icon. Added commit legend with counts. Improved header.James Moger2011-04-211-0/+8
|
* Author and Committer search integration.James Moger2011-04-181-0/+102