summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mount fontawesomeMartin Spielmann2016-07-3129-9620/+681
|
* mount flotr and bootstrapMartin Spielmann2016-07-3131-98/+9804
|
* fixed last compile errors in pagesMartin Spielmann2016-07-3016-53/+72
|
* replaced ResourceStreamRequestTarget by ResourceStreamRequestHandlerMartin Spielmann2016-07-304-209/+222
|
* fix last broken panelMartin Spielmann2016-07-301-3/+3
|
* fix filter and plugin class resolverMartin Spielmann2016-07-303-198/+232
|
* replaced WicketURL[En/De]coder with Url[En/De]coderMartin Spielmann2016-07-306-15/+17
|
* more replacements for getRelativePathPrefixToContextRootMartin Spielmann2016-07-303-3/+5
|
* Replaced getRelativePathPrefixToContextRoot with method inMartin Spielmann2016-07-309-25/+53
| | | GitBlitRequestUtils
* replaced RequestUtils.toAbsolutePath() and RedirectRequestTargetMartin Spielmann2016-07-3012-53/+52
|
* removed GitBlitUrlCodingStrategyMartin Spielmann2016-07-302-223/+226
|
* updated package for RedirectToUrlExceptionMartin Spielmann2016-07-303-4/+19
|
* Replaced HeaderContributors by Behaviors and fixed PageParameter methodsMartin Spielmann2016-07-2920-240/+188
|
* Replaced SimpleAttributeModifier by AttributeModifierMartin Spielmann2016-07-2836-119/+128
|
* fix GiBlitWebApp (mostly...)Martin Spielmann2016-07-281-6/+8
|
* fix GitblitRedirectExceptionMartin Spielmann2016-07-281-10/+12
|
* started resolving compile errors. no functional changes made. onleMartin Spielmann2016-07-2821-79/+83
| | | replacements like PageParameters.put -> PageParameters.add
* replaced PageParameter imports which moved into another packageMartin Spielmann2016-07-2869-69/+69
|
* switched to java 8 and wicket 7.4.0Martin Spielmann2016-07-286-51/+135
|
* Reset build identifiers for next point release cycleJames Moger2016-06-222-2/+20
|
* Prepare 1.8.0 releasev1.8.0James Moger2016-06-222-10/+10
|
* Update documentation for 1.8.0 releaseJames Moger2016-06-222-96/+37
|
* Merge pull request #1087 from ↵Paul Martin2016-06-191-0/+1
|\ | | | | | | | | mereth/issues/964-session-loss-redirects-to-start-page Fixes #964 - add missing redirect after restoring user in new session
| * add missing redirect after restoring user in new sessionmereth2016-06-151-0/+1
| |
* | Merge pull request #1055 from gitblit/1048-TicketReferencesPaul Martin2016-06-1814-201/+1926
|\ \ | |/ |/| Ticket Reference handling #1048
| * TicketReference Testing #1048Paul Martin2016-06-181-4/+36
| | | | | | | | + Multiple commits in a single push
| * Ticket Reference handling #1048Paul Martin2016-04-2714-201/+1894
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Supports referencing: + Tickets from other tickets via comments + Tickets from commits on any branch + Common TicketLink class used for both commits and tickets + TicketLink is temporary and persisted to ticket as a Reference + Support deletion of ticket references + Rebasing patchsets/branches will generate new references + Deleting old patchsets/branches will remove the relevant references + Substantial testing of use cases + With and without patchsets, deleting, amending + BranchTicketService used during testing to allow end-to-end ref testing + Relocated common git helper functions to JGitUtils
* | Merge pull request #1084 from metasim/youtrack-hookJames Moger2016-06-132-0/+254
|\ \ | | | | | | Initial implementation of a JetBrains YouTrack hook for GitBlit.
| * | Initial implementation of a JetBrains YouTrack hook for GitBlit.Simeon H.K. Fitch2016-06-032-0/+254
| | |
* | | Merge pull request #1086 from dsteinkopf/masterJames Moger2016-06-131-2/+14
|\ \ \ | | | | | | | | fix baseURL handling in HttpUtils, fixes #1083
| * | | fix baseURL handling in HttpUtils, fixes #1083Dirk Steinkopf2016-06-121-2/+14
|/ / /
* | | Merge pull request #1073 from gitblit/1062-DocEditorUpdatesPaul Martin2016-04-304-29/+36
|\ \ \ | | | | | | | | Fixes #1062 - Upgraded to Prosemirror 0.6.1
| * | | Fixes #1062 - Upgraded to Prosemirror 0.6.1Paul Martin2016-04-294-29/+36
|/ / /
* | | Merge pull request #1070 from gitblit/1061-filestoreSortByDatePaul Martin2016-04-282-3/+48
|\ \ \ | | | | | | | | Fixes #1061 - Most recent first on filestore page
| * | | Fixes #1061 - Most recent first on filestore pagePaul Martin2016-04-282-3/+48
| | |/ | |/|
* / | Use getInteger not getFilesize, fixes #1049James Moger2016-04-201-1/+1
|/ /
* | Merge pull request #1047 from yyjdelete/patch-1Paul Martin2016-04-161-1/+1
|\ \ | | | | | | Use utf-8 for Javadoc
| * | Specify encoding of javadoc to "utf-8"SilverFox2016-04-081-1/+1
| | | | | | | | | | | | That will fix build of javadoc in Windows zh-cn (and maybe some other locale). Unknown why javac works well.
* | | Merge pull request #1060 from gitblit/966-Searching-Always-Over-All-RepositoriesPaul Martin2016-04-161-3/+6
|\ \ \ | | | | | | | | fixes #966 to prevent always searching all repos
| * | | fixes #966 to prevent always searching all reposPaul Martin2016-04-161-3/+6
|/ / /
* | | Merge pull request #1046 from gitblit/1028-FilterAndPagingForFilestorePagePaul Martin2016-04-114-20/+207
|\ \ \ | |/ / |/| | Fixes #1028 - FilestorePage now pages and filters
| * | Fixes #1028 - FilestorePage now pages and filtersPaul Martin2016-04-084-20/+207
|/ /
* | Merge pull request #1039 from gitblit/962-Patchset-Revision-DeletePaul Martin2016-04-067-9/+187
|\ \ | | | | | | Fix for #962 - Delete patchset ability
| * | Fix for #962 - Delete patchset abilityPaul Martin2016-04-067-9/+187
|/ /
* | Merge pull request #1044 from gitblit/1042-IntrusiveFilestoreLozengePaul Martin2016-04-068-48/+17
|\ \ | | | | | | Fix for #1042 - Filestore items now shown as icons
| * | Fix for #1042 - Filestore items now shown as iconsPaul Martin2016-04-068-48/+17
|/ /
* | Merge pull request #1045 from gitblit/882-HonourAllowNewTicketSettingPaul Martin2016-04-061-1/+1
|\ \ | | | | | | Fixes #882 Honour allow new ticket setting
| * | Fixes #882 Honour allow new ticket settingPaul Martin2016-04-061-1/+1
|/ /
* | Merge pull request #1040 from gitblit/1037-EnforcePermissionsForTicketsPaul Martin2016-04-051-5/+13
|\ \ | | | | | | Fix for #1037 myTickets now honours permissions
| * | Fix for #1037 myTickets now honours permissionsPaul Martin2016-04-041-5/+13
|/ /