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
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ r18: {
15
15
- Gitblit-as-viewer with no repository urls failed to display summary page (issue 269)
16
16
- Fixed incorrect tagger in the dashboard pages (issue-276)
17
17
- Automatically decode %7E in repository names from git clients that encode ~ (issue-278)
18
+
- Fixed missing Keys class in WAR and Express builds
18
19
- Fixed missing model class dependencies in Gitblit Manager build
19
20
- Fix for IE10 compatibility mode
20
21
- Reset dashboard and activity commit cache on branch REWIND or DELETE
@@ -25,17 +26,17 @@ r18: {
25
26
changes:
26
27
- Use trash icon in Gitblit Reflog for branch and tag deletion
27
28
- Update Gitblit Reflog on branch deletion from web UI
28
-
- updated Chinese translation
29
-
- updated Dutch translation
30
-
- updated Spanish translation
31
-
- updated Korean translation
32
-
- updated Brazilian Portuguese translation
29
+
- Updated Chinese translation
30
+
- Updated Dutch translation
31
+
- Updated Spanish translation
32
+
- Updated Korean translation
33
+
- Updated Brazilian Portuguese translation
33
34
additions:
34
-
- Added optional browser-side page caching using Last-Modified and Cache-Control for the dashboard, activity, project, and several repository pages
35
+
- Added optional browser-side page caching using Last-Modified and Cache-Control for the dashboard, activity, project, and several repository pages (issue-274)
35
36
- Added a GET_USER request type for the RPC mechanism (issue-275)
36
37
- Added PAMUserService to authenticate against a local Linux/Unix/MacOSX server
Copy file name to clipboardExpand all lines: src/site/upgrade_express.mkd
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,13 @@
6
6
7
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.
8
8
9
+
### 1.3.1 web.xml
10
+
11
+
- Changed *WicketFilter* to *GitblitWicketFilter* to handle optional, smart cache-control updates (issue-274)
0 commit comments