]> source.dussan.org Git - gitblit.git/shortlog
gitblit.git
2012-03-20 James MogerIndicate 0 search results
2012-03-20 James MogerPolish the Lucene search page. Integrate both search...
2012-03-19 James MogerEnsure repository indexes are properly closed before...
2012-03-17 James MogerImplemented RPC administration of indexed branches
2012-03-17 James MogerUpdate to Bootstrap 2.0.2
2012-03-17 James MogerImplemented Lucene search result paging
2012-03-17 James MogerIncremental commit indexing was missing branch field
2012-03-16 James MogerEnsure that the welcome message is interpreted as UTF...
2012-03-16 James MogerRepository-branch Lucene indexing is now opt-in
2012-03-15 James MogerClose the Lucene index writer/searcher on a repository...
2012-03-15 James MogerUse reflection to determine source repository index
2012-03-15 James MogerRefactored Lucene integration and fixed two index delet...
2012-03-14 James MogerRepository must have commits to be searchable
2012-03-14 James MogerA bunch more Lucene work
2012-03-14 James MogerAdjusted spacing on summary page
2012-03-14 James MogerReplaced "committed" with "authored" on activity page
2012-03-14 James MogerWrapped activity page charts with table due to GoogleCh...
2012-03-14 James MogerRemoved reference to old css file
2012-03-14 James MogerAdded Lucene Memory lib dependency
2012-03-14 James MogerRemoved obsolete resources
2012-03-13 James MogerMade LucenePage stateless
2012-03-13 James MogerRevise indexed fields and improve Lucene page usability
2012-03-13 James MogerAdd Lucene Highlighter dependency
2012-03-13 James MogerRevised reindex method per JGit team recommendation
2012-03-10 James MogerLucene adjustments
2012-03-10 James MogerMore Lucene progress
2012-03-05 James MogerNot all GitNotes were displayed on the commit page...
2012-03-05 James MogerReplace ChoiceRenderer with StringChoiceRenderer (issue 71)
2012-03-03 James MogerImproved look of Lucene page
2012-03-02 James MogerWhoops. x2. LucenePage.html
2012-03-02 James MogerWhoops. Missed adding LucenePage.
2012-02-29 James MogerDraft integration of Lucene search mechanism and web ui
2012-02-29 James MogerDropped non-annotated tag index test
2012-02-28 James MogerDelete branch from index. Queue index update from the...
2012-02-26 James MogerPartially working Lucene executor. Needs refactoring...
2012-02-25 James MogerDo not clone empty BlueZGnome repo
2012-02-25 James MogerSplit refs into 2 lines if there are remotes. Use more...
2012-02-25 James MogerUse proper timezone to generate all metrics
2012-02-24 James MogerActivity page now considers all local branches (issue 65)
2012-02-24 James MogerFixed nullpointer on pushing to an empty repository...
2012-02-23 James MogerDocumentation
2012-02-23 James MogerFixed UTF-8 encoding bug in diff formatter (issue 66)
2012-02-23 James MogerAccount for null real path from servlet container ...
2012-02-21 James MogerAllow specifying a timezone in gitblit.properties/web...
2012-02-21 James MogerFixed activity page timezone bug (issue 54)
2012-02-21 James MogerExpand age coloring from 2 days to 30 days (issue 57)
2012-02-21 James MogerUpdate to JGit 1.3.0
2012-02-21 James MogerRevised unit tests. Swapped BlueZGnome repo (unacessibl...
2012-02-20 James MogerWorkaround 1 sec resolution of File.lastModified on...
2012-02-19 James MogerUpdated MarkdownPapers 1.2.7
2012-02-19 James MogerMerged issues/lucene branch
2012-02-19 James MogerProperly index blobs on a branch
2012-02-17 James MogerImplemented multi-repository Lucene search
2012-02-17 James MogerFixed classpath for Lucene
2012-02-17 James MogerFixed date bugs on IssueModel
2012-02-16 James MogerUpdate to Bootstrap 2.0
2012-02-16 James MogerMerge pull request #7 from plm/protect_refs_hook
2012-02-10 James MogerDocumented overriding default log4j configuration ...
2012-02-09 James MogerReversed the order of buttons on all forms so that...
2012-02-09 James MogerRearranged button order to properly set default (issue 60)
2012-02-09 James MogerAdded AJP connector and some documentation on how to...
2012-02-09 James MogerFixed session fixation vulnerability (issue 62)
2012-02-05 Philip L. McMahonAdd protect-refs unit tests for branch/tag creation... 7/head
2012-02-05 Philip L. McMahonReturn command-specific rejection result if authz check...
2012-02-04 Philip L. McMahonAdd pre-commit hook which protects ref paths from non...
2012-02-04 James MogerIndicate WORKING COPY on repository pages (issue 49)
2012-02-04 James MogerClarify that log page/panel displays HEAD ref by default
2012-02-04 James MogerShow HEAD on metrics page if objectid is not specified
2012-02-04 James MogerShow a ! in the swatch of a repository with a working...
2012-02-04 James MogerSetting to control display/serving non-bare repositorie...
2012-02-03 James MogerBlock pushes to a repository with a working copy (issue 49)
2012-02-03 James MogerReturn to Users page after add/edit team
2012-02-03 James MogerPrevent add/edit team with no selected repositories...
2012-02-03 James MogerDisallow browser autocomplete on add/edit pages
2012-02-03 James MogerChange default long date/time formats (issue 50)
2012-02-03 James MogerRefactored and unit tested updating HEAD feature
2012-02-03 James MogerAdded support to Manager for relinking HEAD via JSON-RPC
2012-02-03 James MogerAdded some logging for relinking HEAD
2012-02-03 James MogerFixed bug in repository creation related to relinking...
2012-02-02 James MogerMake ANT stop complaining about an unset parameter
2012-02-02 James MogerDrop -javadoc jar dependencies, they are unnecessary
2012-02-02 James MogerAdjustments to init scripts
2012-02-01 James MogerDocumentation
2012-02-01 James MogerFixed type in CentOS script
2012-01-31 James MogerMerge pull request #6 from lemval/master
2012-01-31 lemvalDo not traverse unaccessible subdirectories (issue 51) 6/head
2012-01-30 James MogerMerge pull request #5 from plm/admin_default_head
2012-01-28 Philip L. McMahonRepositoryModel will use String rather than RefModel... 5/head
2012-01-27 Philip L. McMahonCorrect update of HEAD symbolic reference when target...
2012-01-27 Philip L. McMahonAllow administrative modification of the default branch...
2012-01-25 James MogerFairly functional Lucene backend for commits, blobs...
2012-01-16 James MogerFixed username case-sensitivity bugs (issue 43)
2012-01-16 James MogerUse pre on commit and tag pages
2012-01-16 James MogerMore functional issues.
2012-01-13 James MogerChange build identifiers
2012-01-13 James MogerChange build identifiers
2012-01-13 James MogerMerge branch 'master' into issues
2012-01-13 James MogerFixed upgrade bug in user service (issue 41) v0.8.2
2012-01-13 James MogerBranch for implementing distributed gb-issues
2012-01-12 James MogerChange build identifiers.
next