summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels
Commit message (Expand)AuthorAgeFilesLines
* Implemented New Repository for personal repositoriesJames Moger2012-10-052-14/+36
* Fix anonymous browsing of user profile pageJames Moger2012-10-031-1/+4
* Show fork indicator on the repositories pageJames Moger2012-10-032-1/+8
* Fix broken project linksJames Moger2012-10-031-1/+1
* Moved the fork mechanism from a javascript link to a separate pageJames Moger2012-10-022-4/+2
* Fixed delete repository from repository panelJames Moger2012-10-011-1/+7
* Show display name for owner, when possibleJames Moger2012-10-012-9/+25
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-298-13/+305
* Revised delete branch feature (issue 121)James Moger2012-09-202-11/+24
* Added a link to delete a branchajermakovics2012-09-192-5/+34
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-074-11/+26
* Optionally cache repository list for improved performanceJames Moger2012-08-174-6/+21
* Changes to commit page for responsive layoutJames Moger2012-07-131-1/+1
* Show email addresses on users panelJames Moger2012-07-112-1/+12
* Tweak to repositories panel in responsive modeJames Moger2012-07-111-7/+9
* Final CSS/layout tweaks for responsive UI (issue 101)James Moger2012-07-104-15/+15
* Revised TimeUtils for localizationJames Moger2012-06-1511-14/+30
* Externalized some more strings. Updated Spanish translation from eguervos.James Moger2012-06-152-8/+7
* Updated to Bootstrap 2.0.4. Responsive layout by default.James Moger2012-06-0811-40/+50
* Updated Git logosJames Moger2012-06-081-2/+2
* Allow manipulating display name and email address from web uiJames Moger2012-04-252-1/+14
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-1/+2
* Ensure that lengthy commit messages are clipped in the headerJames Moger2012-03-291-1/+4
* Fixed activity page row layout regression (issue 79)James Moger2012-03-292-50/+43
* Improved commit message/ref panel layoutJames Moger2012-03-253-3/+3
* Simplified refs panel layout and cssJames Moger2012-03-251-0/+1
* Corrected timestamp on activity panel from author time to committer timeJames Moger2012-03-251-2/+2
* Fixed Gravatar image security exception with Wicket 1.4.20James Moger2012-03-251-5/+2
* Adjusted spacing on activity pageJames Moger2012-03-211-1/+1
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-195-35/+12
* Implemented Lucene search result pagingJames Moger2012-03-172-0/+108
* Replaced "committed" with "authored" on activity pageJames Moger2012-03-141-1/+1
* More Lucene progressJames Moger2012-03-094-4/+28
* Split refs into 2 lines if there are remotes. Use more glyphicons.James Moger2012-02-2512-26/+76
* Use proper timezone to generate all metricsJames Moger2012-02-251-1/+1
* Activity page now considers all local branches (issue 65)James Moger2012-02-241-2/+1
* Allow specifying a timezone in gitblit.properties/web.xml (issue 54)James Moger2012-02-211-1/+1
* 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-166-36/+36
* Indicate WORKING COPY on repository pages (issue 49)James Moger2012-02-041-1/+1
* Clarify that log page/panel displays HEAD ref by defaultJames Moger2012-02-041-3/+3
* Show a ! in the swatch of a repository with a working copy (issue 49)James Moger2012-02-031-2/+8
* Documentation. Find bugs. Organized imports.James Moger2012-01-091-2/+0
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-092-1/+27
* Use .git-stripped repository name for calculating colorJames Moger2012-01-062-3/+3
* Strip trailing .git from displayed repository links, saves room, looks cleanerJames Moger2012-01-062-2/+3
* Indicate selected filters. Strip default db value from links.James Moger2011-12-301-1/+4
* Integrated selectable days back filtering in filters menuJames Moger2011-12-291-2/+1
* Show additional columns in users and teams tablesJames Moger2011-12-284-31/+55