summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.9.1v0.9.1James Moger2012-03-272-4/+5
|
* Reset build identifier for next releaseJames Moger2012-03-271-2/+2
|
* Release 0.9.0v0.9.0James Moger2012-03-271-2/+2
|
* Added a utility class to specify gitblit.indexBranch en masseJames Moger2012-03-271-0/+131
|
* Implemented support for "default" branchJames Moger2012-03-274-11/+70
|
* Externalized a bunch of strings for translationJames Moger2012-03-2519-73/+172
|
* CSS corrections for tags page and IEJames Moger2012-03-252-3/+3
|
* Index tags consistentlyJames Moger2012-03-251-1/+1
|
* 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-252-3/+7
|
* 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-256-12/+23
|
* Fixed null pointer for LuceneExecutor unit testsJames Moger2012-03-241-1/+6
|
* Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrorsJames Moger2012-03-242-29/+25
|
* Update indexed branches on federation pullJames Moger2012-03-231-0/+11
|
* 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
|
* Update to Wicket 1.4.20James Moger2012-03-231-16/+16
|
* Properly escape fragment for HTMLJames Moger2012-03-221-7/+8
|
* Ensure that the line counts start at 1James Moger2012-03-221-1/+1
|
* Adjusted spacing on activity pageJames Moger2012-03-211-1/+1
|
* Externalized the Lucene ignore extensionsJames Moger2012-03-211-5/+7
|
* Restore the leading hunk of the first line of a fragmentJames Moger2012-03-212-40/+81
| | | Also correctly determine the line number of a fragment.
* 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
|
* Include tags on incremental commit indexingJames Moger2012-03-201-2/+11
|
* Adjust translation for default branch (HEAD)James Moger2012-03-203-2/+3
|
* Disable default branch/HEAD selector on create/empty repositoryJames Moger2012-03-201-1/+1
|
* Properly handle renames on incremental indexingJames Moger2012-03-202-1/+5
|
* Shrink summary page activity graph a littleJames Moger2012-03-191-1/+1
|
* Display fewer content fragments for blobsJames Moger2012-03-191-1/+1
|
* DocumentationJames Moger2012-03-191-1/+1
|
* Eliminated Lucene settingsJames Moger2012-03-193-39/+6
|
* Indicate 0 search resultsJames Moger2012-03-191-2/+7
|
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-1913-89/+58
|
* Ensure repository indexes are properly closed before deletionJames Moger2012-03-191-29/+20
|
* Implemented RPC administration of indexed branchesJames Moger2012-03-175-11/+36
|
* Implemented Lucene search result pagingJames Moger2012-03-177-22/+237
|
* Incremental commit indexing was missing branch fieldJames Moger2012-03-171-0/+1
|
* 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-167-92/+156
|
* Close the Lucene index writer/searcher on a repository rename or deleteJames Moger2012-03-152-0/+28
|
* Use reflection to determine source repository indexJames Moger2012-03-151-30/+66
| | | | | | | | | | Unfortunately Lucene's MultiReader class does not expose a public method for determining which index reader a document comes from. There is a private method which determines this information. My new approach is to use reflection to call this private method and determine the actual source index at runtime instead of storing the repository name in the index. This gets me out of the "rename repository" problem at the expense of a little runtime performance.
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-157-1145/+1136
|
* Repository must have commits to be searchableJames Moger2012-03-141-1/+3
|