summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket
Commit message (Collapse)AuthorAgeFilesLines
...
* Whoops. x2. LucenePage.htmlJames Moger2012-03-021-0/+22
|
* Whoops. Missed adding LucenePage.James Moger2012-03-021-0/+109
|
* Draft integration of Lucene search mechanism and web uiJames Moger2012-02-281-0/+3
|
* Split refs into 2 lines if there are remotes. Use more glyphicons.James Moger2012-02-2515-28/+91
|
* Use proper timezone to generate all metricsJames Moger2012-02-253-4/+6
|
* Activity page now considers all local branches (issue 65)James Moger2012-02-242-4/+3
|
* Fixed nullpointer on pushing to an empty repository (issue 69)James Moger2012-02-231-1/+1
|
* Allow specifying a timezone in gitblit.properties/web.xml (issue 54)James Moger2012-02-213-12/+14
|
* Fixed activity page timezone bug (issue 54)James Moger2012-02-211-3/+2
|
* Expand age coloring from 2 days to 30 days (issue 57)James Moger2012-02-212-4/+4
|
* Update to Bootstrap 2.0James Moger2012-02-1631-181/+190
|
* Reversed the order of buttons on all forms so that default is submitJames Moger2012-02-094-4/+4
|
* Rearranged button order to properly set default (issue 60)James Moger2012-02-092-2/+4
| | | Also indicate password change aborted if it is canceled.
* Fixed session fixation vulnerability (issue 62)James Moger2012-02-092-2/+8
|
* Indicate WORKING COPY on repository pages (issue 49)James Moger2012-02-044-2/+14
|
* Clarify that log page/panel displays HEAD ref by defaultJames Moger2012-02-043-5/+10
|
* Show HEAD on metrics page if objectid is not specifiedJames Moger2012-02-031-1/+6
|
* Show a ! in the swatch of a repository with a working copy (issue 49)James Moger2012-02-031-2/+8
|
* Return to Users page after add/edit teamJames Moger2012-02-031-4/+2
|
* Prevent add/edit team with no selected repositories (issue 56)James Moger2012-02-031-0/+4
|
* Disallow browser autocomplete on add/edit pagesJames Moger2012-02-033-0/+12
|
* Change default long date/time formats (issue 50)James Moger2012-02-032-2/+2
|
* Refactored and unit tested updating HEAD featureJames Moger2012-02-023-7/+6
|
* Fixed bug in repository creation related to relinking head featureJames Moger2012-02-021-2/+7
|
* RepositoryModel will use String rather than RefModel to track the currentPhilip L. McMahon2012-01-283-32/+15
| | | | | | | | | | | | | | 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-263-0/+22
| | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch
* Fixed username case-sensitivity bugs (issue 43)James Moger2012-01-161-4/+6
|
* Use pre on commit and tag pagesJames Moger2012-01-162-2/+2
|
* Documentation. Find bugs. Organized imports.James Moger2012-01-092-3/+1
|
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-095-9/+64
|
* Include the username in the Gitblit repository url, if appropriateJames Moger2012-01-083-16/+29
|
* Clarify the empty repository page contentJames Moger2012-01-081-1/+1
|
* Show tagger gravatar on tag pageJames Moger2012-01-072-0/+6
|
* Use .git-stripped repository name for calculating colorJames Moger2012-01-063-4/+5
|
* Strip trailing .git from displayed repository links, saves room, looks cleanerJames Moger2012-01-063-4/+5
|
* Using ArrayUtils.isEmpty to test arrays and collectionsJames Moger2012-01-051-3/+4
|
* Fixed daysback on repositories pageJames Moger2012-01-011-10/+6
|
* Indicate selected filters. Strip default db value from links.James Moger2011-12-305-32/+58
|
* Integrated selectable days back filtering in filters menuJames Moger2011-12-296-59/+190
|
* Layout tweaksJames Moger2011-12-283-4/+4
|
* Strip named repository parameter from root page parametersJames Moger2011-12-281-2/+11
|
* Preserve filter selection when switching between root pagesJames Moger2011-12-281-2/+2
|
* Show additional columns in users and teams tablesJames Moger2011-12-285-32/+56
|
* Implemented Team hook scriptsJames Moger2011-12-273-11/+66
|
* Added some descriptive subheadings to edit pagesJames Moger2011-12-275-11/+17
|
* Added repository counts to filters menuJames Moger2011-12-261-9/+30
|
* Really fixed extra divider ;)James Moger2011-12-241-2/+0
|
* Fixed double-dividerJames Moger2011-12-231-1/+9
|
* Filters menu for Repositories page and Activity page (issue 27)James Moger2011-12-238-20/+335
|
* Removed unnecessary tagsJames Moger2011-12-231-3/+0
|