Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -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 Moger | 2012-11-08 | 1 | -1/+2 |
| | |||||
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 1 | -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 translation | James Moger | 2012-03-25 | 1 | -2/+2 |
| | |||||
* | Added web.allowLuceneIndexing to enable/disable Lucene integration | James Moger | 2012-03-25 | 1 | -6/+10 |
| | |||||
* | Updated login and search forms to use the SessionlessForm | James Moger | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | Only show pager if the total search hits exceed the page size | James Moger | 2012-03-21 | 1 | -2/+4 |
| | |||||
* | Display tag links on indexed commits and tweaked term highlight color | James Moger | 2012-03-20 | 1 | -49/+25 |
| | |||||
* | Indicate 0 search results | James Moger | 2012-03-19 | 1 | -2/+7 |
| | |||||
* | Polish the Lucene search page. Integrate both search mechanisms. | James Moger | 2012-03-19 | 1 | -0/+269 |