Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update link target to Lucene 5.5 query syntax, moving the link to the page. | Florian Zschocke | 2017-03-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Update the link target to the query parser syntax page of the 5.5 version. Refactor the `LuceneSearchPage` to use an `ExternalLink` for the link to the lucene page, so that the link target is kept and updated in the Java code. Move the link out of the language files. This was way too cumbersome to update the link target (which is probably why no one ever did). The query help text is changed to contain a variable: `gb.queryHelp = here be some ${querySyntax} help`, which is replaced by Wicket with a link. The link text is a new lange file property: `gb.querySyntax`. | ||||
* | Tweak search page translation resource | James Moger | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Add "all repositories" parameter | Vitaliy Filippov | 2015-10-01 | 1 | -0/+1 |
| | |||||
* | Support custom header colors and finish theme flattening (issue 209) | James Moger | 2013-06-26 | 1 | -2/+3 |
| | |||||
* | Overhauled navigation and flattened look | James Moger | 2013-05-19 | 1 | -1/+3 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+92 |
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. |