summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/freemarker
Commit message (Collapse)AuthorAgeFilesLines
* Small adjustment to FilterableRepositoryList css classesJames Moger2014-10-231-5/+5
|
* Integrate GitHub OcticonsJames Moger2014-10-231-1/+7
|
* CSS tweaksJames Moger2013-11-142-2/+2
| | | | Change-Id: I568ffc2b7dfb59e8a6748aaf3e16993bb2016384
* Trim trailing whitespace and organize importsJames Moger2013-09-302-15/+17
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* bugfix to make project links go to project page and not redirect to home pageDoug Ayers2013-08-081-2/+2
| | | | | | | | | | | | | Problem: In version 1.3.1, on the MyDashboard page, in the "projects" tab, the project name html links listed in the section are formatted wrong; they are missing the ?p= parameter. Clicking on those links redirects back to the home page (MyDashboard). What did I expect: To be taken to the repositories page for the project I clicked. What code needs to change: FilterableProjectList.fm at line 9, needs to add the ?p= url parameter. I'm basing this on how the WicketUtils.getProjectName(PageParameters params) method works at line 457 and logic in ProjectPage.java at lines 95-98. Although explicitly changing the url to include the query param 'p' is a simple fix, based on what I read about in GitblitParamUrlCodingStrategy and its parent class MixedParamUrlCodingStrategy, it would seem that the url path "/project/foo" should end up adding a request parameter "p=foo" as setup in GitBligWebApp line 141: mount("/project", ProjectPage.class, "p"); However, I'm not familiar with Wicket and don't have Gitblit setup locally to build and run, so not able to debug further.
* Generate filterable project/repository list with FreeMarkerJames Moger2013-06-194-0/+388