You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases.moxie
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ r17: {
25
25
Thank you to <a href="http://syntevo.com">syntevo</a>, <a href="http://atlassian.com">Atlassian</a>, <a href="http://fournova.com">fournova</a>, and <a href="http://github.com">Github</a> for their permission and use of their artwork for the native app clone menus.
26
26
''
27
27
note: ''
28
-
If you have forked repositories and your are upgrading to ${project.version}, please DO NOT RELOCATE your repositories folder when running ${project.version} the first time. Gitblit will update forked repository configs on the first execution and it is critical that ${git.repositoriesFolder} points to the same location used by 1.2.x.
28
+
If you have forked repositories and your are upgrading to 1.3.0, please DO NOT RELOCATE your repositories folder when running ${project.version} the first time. Gitblit will update forked repository configs on the first execution and it is critical that ${git.repositoriesFolder} points to the same location used by 1.2.x.
29
29
''
30
30
security:
31
31
- Raw servlet was insecure. If someone knew the exact repository name and path to a file, the raw blob could be retrieved bypassing security constraints. (issue 198)
@@ -107,6 +107,7 @@ r17: {
107
107
- Support --baseFolder parameter in Federation Client
- { name: git.defaultAuthorizationControl, defaultValue: NAMED }
418
421
419
422
contributors:
423
+
- James Moger
420
424
- Steffen Gebert
421
425
}
422
426
@@ -486,6 +490,7 @@ r13: {
486
490
- Ivy 2.2.0
487
491
488
492
contributors:
493
+
- James Moger
489
494
- Eduardo Guervos Narvaez
490
495
- Lukasz Jader
491
496
- github/mragab
@@ -505,6 +510,9 @@ r12: {
505
510
fixes:
506
511
- Fixed bug where you could not remove all selections from a RepositoryModel list (permitted users, permitted teams, hook scripts, federation sets, etc) (issue 81)
507
512
- Automatically set *java.awt.headless=true* for Gitblit GO
513
+
514
+
contributors:
515
+
- James Moger
508
516
}
509
517
510
518
#
@@ -525,6 +533,7 @@ r11: {
525
533
- Fixed EditRepositoryPage for IE8; missing save button (issue 80)
526
534
527
535
contributors:
536
+
- James Moger
528
537
- github/jonnybbb
529
538
- github/mohamedmansour
530
539
- github/jcrygier
@@ -540,6 +549,9 @@ r10: {
540
549
541
550
fixes:
542
551
- Lucene folder was stored in working copy instead of in .git folder
552
+
553
+
contributors:
554
+
- James Moger
543
555
}
544
556
545
557
#
@@ -607,6 +619,7 @@ r9: {
607
619
- Wicket 1.4.20
608
620
609
621
contributors:
622
+
- James Moger
610
623
- github/lemval
611
624
- github/zakki
612
625
- github/plm
@@ -622,6 +635,9 @@ r8: {
622
635
623
636
fixes:
624
637
- Fixed bug when upgrading from users.properties to users.conf (issue 41)
638
+
639
+
contributors:
640
+
- James Moger
625
641
}
626
642
627
643
#
@@ -635,6 +651,9 @@ r7: {
635
651
fixes:
636
652
- Include missing icon resource for the manager (issue 40)
637
653
- Fixed sendmail.groovy message content with incorrect tag/branch labels
654
+
655
+
contributors:
656
+
- James Moger
638
657
}
639
658
640
659
#
@@ -693,6 +712,9 @@ r6: {
693
712
- JGit 1.2.0
694
713
- Groovy 1.8.5
695
714
- Clippy
715
+
716
+
contributors:
717
+
- James Moger
696
718
}
697
719
698
720
#
@@ -747,6 +769,7 @@ r5: {
747
769
- Wicket 1.4.19
748
770
749
771
contributors:
772
+
- James Moger
750
773
- github/dadalar
751
774
- github/alyandon
752
775
- github/trygvis
@@ -783,6 +806,9 @@ r4: {
783
806
- JGit 1.1.0
784
807
- google-gson
785
808
- javamail
809
+
810
+
contributors:
811
+
- James Moger
786
812
}
787
813
788
814
#
@@ -813,6 +839,9 @@ r3: {
813
839
dependencyChanges:
814
840
- MarkdownPapers 1.1.0
815
841
- Jetty 7.4.3
842
+
843
+
contributors:
844
+
- James Moger
816
845
}
817
846
818
847
#
@@ -827,6 +856,9 @@ r2: {
827
856
- clarified SSL certificate generation and configuration for both server-side and client-side
828
857
- added some more troubleshooting information to documentation
Gitblit supports defining menus for native platform git client clone urls. By default, Gitblit ships with client definitions for Git, SmartGit/Hg, SourceTree, Tower, and Github for Mac & Windows. Gitblit uses the browser's user-agent to help filter the list of available clients in addition to served transports and user access permissions.
6
+
7
+
You can define new client integrations and deactivate/remove the default integrations by creating a file *$(baseFolder}/clientapps.json*.
8
+
9
+
### Example definitions
10
+
---JSON---
11
+
[
12
+
{
13
+
"name": "SmartGit/Hg",
14
+
"title": "syntevo SmartGit/Hg\u2122",
15
+
"description": "a Git client for Windows, Mac, & Linux",
16
+
"legal": "\u00a9 2013 syntevo GmbH. All rights reserved.",
1. Make a backup copy of */deployments/ROOT.war/WEB-INF/web.xml*
4
+
2. Delete your */deployments/ROOT.war* and then copy the new */deployments/ROOT.war* from the archive.
5
+
3. Diff your backup copy of web.xml with the pristine one you copied as part of */deployments/ROOT.war* and apply any necessary changes.
6
+
7
+
These steps are necessary to ensure that you end up using the specified libraries and resources for the new version. Otherwise you could end up with a hybrid filesystem that would make it difficult to troubleshoot. It is important to note that the web.xml file contains both your default settings AND application configuration. Not updating the web.xml is just a likely to create problems as making a hybrid filesystem.
0 commit comments