Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 3 | -16/+61 | |
| | ||||||
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 1 | -19/+4 | |
| | ||||||
* | Repository must have commits to be searchable | James Moger | 2012-03-14 | 1 | -1/+3 | |
| | ||||||
* | A bunch more Lucene work | James Moger | 2012-03-14 | 2 | -8/+27 | |
| | | | | | * Only list user-accessible repositories * Syntax-highlight matched blob fragments * Improve look and layout of search results | |||||
* | Adjusted spacing on summary page | James Moger | 2012-03-14 | 1 | -5/+5 | |
| | ||||||
* | Wrapped activity page charts with table due to GoogleCharts update :( | James Moger | 2012-03-14 | 1 | -3/+7 | |
| | ||||||
* | Removed reference to old css file | James Moger | 2012-03-14 | 1 | -4/+0 | |
| | ||||||
* | Made LucenePage stateless | James Moger | 2012-03-13 | 2 | -65/+71 | |
| | ||||||
* | Revise indexed fields and improve Lucene page usability | James Moger | 2012-03-12 | 2 | -8/+14 | |
| | ||||||
* | More Lucene progress | James Moger | 2012-03-09 | 3 | -19/+110 | |
| | ||||||
* | Replace ChoiceRenderer with StringChoiceRenderer (issue 71) | James Moger | 2012-03-05 | 3 | -16/+16 | |
| | ||||||
* | Improved look of Lucene page | James Moger | 2012-03-02 | 2 | -4/+6 | |
| | ||||||
* | Whoops. x2. LucenePage.html | James Moger | 2012-03-02 | 1 | -0/+22 | |
| | ||||||
* | Whoops. Missed adding LucenePage. | James Moger | 2012-03-02 | 1 | -0/+109 | |
| | ||||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 1 | -0/+3 | |
| | ||||||
* | Split refs into 2 lines if there are remotes. Use more glyphicons. | James Moger | 2012-02-25 | 2 | -2/+2 | |
| | ||||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 2 | -3/+5 | |
| | ||||||
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 1 | -2/+2 | |
| | ||||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 1 | -1/+1 | |
| | ||||||
* | Allow specifying a timezone in gitblit.properties/web.xml (issue 54) | James Moger | 2012-02-21 | 1 | -1/+1 | |
| | ||||||
* | Update to Bootstrap 2.0 | James Moger | 2012-02-16 | 23 | -141/+150 | |
| | ||||||
* | Reversed the order of buttons on all forms so that default is submit | James Moger | 2012-02-09 | 4 | -4/+4 | |
| | ||||||
* | Rearranged button order to properly set default (issue 60) | James Moger | 2012-02-09 | 2 | -2/+4 | |
| | | | Also indicate password change aborted if it is canceled. | |||||
* | Fixed session fixation vulnerability (issue 62) | James Moger | 2012-02-09 | 2 | -2/+8 | |
| | ||||||
* | Indicate WORKING COPY on repository pages (issue 49) | James Moger | 2012-02-04 | 2 | -0/+10 | |
| | ||||||
* | Clarify that log page/panel displays HEAD ref by default | James Moger | 2012-02-04 | 2 | -2/+7 | |
| | ||||||
* | Show HEAD on metrics page if objectid is not specified | James Moger | 2012-02-03 | 1 | -1/+6 | |
| | ||||||
* | Return to Users page after add/edit team | James Moger | 2012-02-03 | 1 | -4/+2 | |
| | ||||||
* | Prevent add/edit team with no selected repositories (issue 56) | James Moger | 2012-02-03 | 1 | -0/+4 | |
| | ||||||
* | Disallow browser autocomplete on add/edit pages | James Moger | 2012-02-03 | 3 | -0/+12 | |
| | ||||||
* | Change default long date/time formats (issue 50) | James Moger | 2012-02-03 | 1 | -1/+1 | |
| | ||||||
* | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 2 | -5/+5 | |
| | ||||||
* | Fixed bug in repository creation related to relinking head feature | James Moger | 2012-02-02 | 1 | -2/+7 | |
| | ||||||
* | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 2 | -31/+14 | |
| | | | | | | | | | | | | | | 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. McMahon | 2012-01-26 | 2 | -0/+20 | |
| | | | | | 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 Moger | 2012-01-16 | 1 | -4/+6 | |
| | ||||||
* | Use pre on commit and tag pages | James Moger | 2012-01-16 | 2 | -2/+2 | |
| | ||||||
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 1 | -1/+1 | |
| | ||||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 1 | -7/+17 | |
| | ||||||
* | Include the username in the Gitblit repository url, if appropriate | James Moger | 2012-01-08 | 3 | -16/+29 | |
| | ||||||
* | Clarify the empty repository page content | James Moger | 2012-01-08 | 1 | -1/+1 | |
| | ||||||
* | Show tagger gravatar on tag page | James Moger | 2012-01-07 | 2 | -0/+6 | |
| | ||||||
* | Use .git-stripped repository name for calculating color | James Moger | 2012-01-06 | 1 | -1/+2 | |
| | ||||||
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 1 | -2/+2 | |
| | ||||||
* | Using ArrayUtils.isEmpty to test arrays and collections | James Moger | 2012-01-05 | 1 | -3/+4 | |
| | ||||||
* | Fixed daysback on repositories page | James Moger | 2012-01-01 | 1 | -10/+6 | |
| | ||||||
* | Indicate selected filters. Strip default db value from links. | James Moger | 2011-12-30 | 3 | -21/+21 | |
| | ||||||
* | Integrated selectable days back filtering in filters menu | James Moger | 2011-12-29 | 3 | -56/+157 | |
| | ||||||
* | Layout tweaks | James Moger | 2011-12-28 | 3 | -4/+4 | |
| | ||||||
* | Strip named repository parameter from root page parameters | James Moger | 2011-12-28 | 1 | -2/+11 | |
| |