Skip to content

Commit adc8219

Browse files
committed
Documentation
1 parent f5a2560 commit adc8219

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

releases.moxie

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ r18: {
1515
- Gitblit-as-viewer with no repository urls failed to display summary page (issue 269)
1616
- Fixed incorrect tagger in the dashboard pages (issue-276)
1717
- Automatically decode %7E in repository names from git clients that encode ~ (issue-278)
18+
- Fixed missing Keys class in WAR and Express builds
1819
- Fixed missing model class dependencies in Gitblit Manager build
1920
- Fix for IE10 compatibility mode
2021
- Reset dashboard and activity commit cache on branch REWIND or DELETE
@@ -25,17 +26,17 @@ r18: {
2526
changes:
2627
- Use trash icon in Gitblit Reflog for branch and tag deletion
2728
- 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
3334
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)
3536
- Added a GET_USER request type for the RPC mechanism (issue-275)
3637
- Added PAMUserService to authenticate against a local Linux/Unix/MacOSX server
3738
dependencyChanges:
38-
- added libpam4j 1.7
39+
- Added libpam4j 1.7
3940
settings:
4041
- { name: 'web.pageCacheExpires', defaultValue: 0 }
4142
- { name: 'realm.pam.backingUserService', defaultValue: 'users.conf' }

src/site/upgrade_express.mkd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66

77
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.
88

9+
### 1.3.1 web.xml
10+
11+
- Changed *WicketFilter* to *GitblitWicketFilter* to handle optional, smart cache-control updates (issue-274)
12+
913
### 1.3.0 web.xml
1014

1115
- Added LogoServlet
1216
- Added SparkleShareInviteServlet
1317
- Added EnforceAuthenticationFilter
14-
- Moved GitServlet
18+
- Moved GitServlet

0 commit comments

Comments
 (0)