summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/LuceneSearchPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-257/+0
| | | | | | | | | 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.
* Fix? for oodles of selected repositories in Lucene search (issue 152)James Moger2012-11-081-1/+2
|
* Revised TimeUtils for localizationJames Moger2012-06-151-1/+1
| | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes.
* Externalized a bunch of strings for translationJames Moger2012-03-251-2/+2
|
* Added web.allowLuceneIndexing to enable/disable Lucene integrationJames Moger2012-03-251-6/+10
|
* Updated login and search forms to use the SessionlessFormJames Moger2012-03-231-2/+2
|
* Only show pager if the total search hits exceed the page sizeJames Moger2012-03-211-2/+4
|
* Display tag links on indexed commits and tweaked term highlight colorJames Moger2012-03-201-49/+25
|
* Indicate 0 search resultsJames Moger2012-03-191-2/+7
|
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-191-0/+269