summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket
Commit message (Collapse)AuthorAgeFilesLines
* Implemented support for "default" branchJames Moger2012-03-271-2/+5
|
* Externalized a bunch of strings for translationJames Moger2012-03-2519-73/+172
|
* CSS corrections for tags page and IEJames Moger2012-03-252-3/+3
|
* Improved commit message/ref panel layoutJames Moger2012-03-253-3/+3
|
* Simplified refs panel layout and cssJames Moger2012-03-251-0/+1
|
* Corrected timestamp on activity panel from author time to committer timeJames Moger2012-03-251-2/+2
|
* Fixed Gravatar image security exception with Wicket 1.4.20James Moger2012-03-252-5/+37
|
* Translate more massagesKensuke Matsuzaki2012-03-261-22/+22
|
* Add Japanese massagesKensuke Matsuzaki2012-03-261-0/+215
|
* Added web.allowLuceneIndexing to enable/disable Lucene integrationJames Moger2012-03-255-12/+19
|
* Updated login and search forms to use the SessionlessFormJames Moger2012-03-233-9/+17
|
* Implemented SessionlessForm to workaround Wicket's stateful natureJames Moger2012-03-231-0/+148
|
* Adjusted spacing on activity pageJames Moger2012-03-211-1/+1
|
* Only show pager if the total search hits exceed the page sizeJames Moger2012-03-211-2/+4
|
* Corrected sample syntax for branch and path termsJames Moger2012-03-211-3/+3
|
* Added a file icon to the changed paths tablesJames Moger2012-03-202-2/+2
|
* Display tag links on indexed commits and tweaked term highlight colorJames Moger2012-03-202-51/+34
|
* Adjust translation for default branch (HEAD)James Moger2012-03-202-1/+2
|
* Disable default branch/HEAD selector on create/empty repositoryJames Moger2012-03-201-1/+1
|
* Shrink summary page activity graph a littleJames Moger2012-03-191-1/+1
|
* Eliminated Lucene settingsJames Moger2012-03-191-3/+1
|
* Indicate 0 search resultsJames Moger2012-03-191-2/+7
|
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-1913-89/+58
|
* Implemented RPC administration of indexed branchesJames Moger2012-03-171-9/+2
|
* Implemented Lucene search result pagingJames Moger2012-03-174-6/+209
|
* Ensure that the welcome message is interpreted as UTF-8 (issue 74)James Moger2012-03-161-3/+7
|
* Repository-branch Lucene indexing is now opt-inJames Moger2012-03-164-17/+67
|
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-151-19/+4
|
* Repository must have commits to be searchableJames Moger2012-03-141-1/+3
|
* A bunch more Lucene workJames Moger2012-03-142-8/+27
| | | | | * Only list user-accessible repositories * Syntax-highlight matched blob fragments * Improve look and layout of search results
* Adjusted spacing on summary pageJames Moger2012-03-141-5/+5
|
* Replaced "committed" with "authored" on activity pageJames Moger2012-03-142-2/+4
|
* Wrapped activity page charts with table due to GoogleCharts update :(James Moger2012-03-141-3/+7
|
* Removed reference to old css fileJames Moger2012-03-141-4/+0
|
* Made LucenePage statelessJames Moger2012-03-132-65/+71
|
* Revise indexed fields and improve Lucene page usabilityJames Moger2012-03-122-8/+14
|
* More Lucene progressJames Moger2012-03-099-25/+162
|
* Replace ChoiceRenderer with StringChoiceRenderer (issue 71)James Moger2012-03-054-16/+59
|
* Improved look of Lucene pageJames Moger2012-03-022-4/+6
|
* Whoops. x2. LucenePage.htmlJames Moger2012-03-021-0/+22
|
* Whoops. Missed adding LucenePage.James Moger2012-03-021-0/+109
|
* Draft integration of Lucene search mechanism and web uiJames Moger2012-02-281-0/+3
|
* Split refs into 2 lines if there are remotes. Use more glyphicons.James Moger2012-02-2515-28/+91
|
* Use proper timezone to generate all metricsJames Moger2012-02-253-4/+6
|
* Activity page now considers all local branches (issue 65)James Moger2012-02-242-4/+3
|
* Fixed nullpointer on pushing to an empty repository (issue 69)James Moger2012-02-231-1/+1
|
* Allow specifying a timezone in gitblit.properties/web.xml (issue 54)James Moger2012-02-213-12/+14
|
* Fixed activity page timezone bug (issue 54)James Moger2012-02-211-3/+2
|
* Expand age coloring from 2 days to 30 days (issue 57)James Moger2012-02-212-4/+4
|
* Update to Bootstrap 2.0James Moger2012-02-1631-181/+190
|