summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/LuceneSearchPage.html
Commit message (Collapse)AuthorAgeFilesLines
* Update link target to Lucene 5.5 query syntax, moving the link to the page.Florian Zschocke2017-03-051-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 resourceJames Moger2015-10-051-1/+1
|
* Add "all repositories" parameterVitaliy Filippov2015-10-011-0/+1
|
* Support custom header colors and finish theme flattening (issue 209)James Moger2013-06-261-2/+3
|
* Overhauled navigation and flattened lookJames Moger2013-05-191-1/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-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.