]> source.dussan.org Git - gitblit.git/commitdiff
Documentation
authorJames Moger <james.moger@gitblit.com>
Fri, 7 Mar 2014 12:55:03 +0000 (07:55 -0500)
committerJames Moger <james.moger@gitblit.com>
Fri, 7 Mar 2014 12:55:03 +0000 (07:55 -0500)
src/main/java/com/gitblit/git/PatchsetReceivePack.java
src/site/upgrade_express.mkd
src/site/upgrade_war.mkd

index c0ab8aeb9f599fbf02c6c3463b5125290bcd6c44..ee8295caf0a0b724df02f7bb0ccb04842af789a6 100644 (file)
@@ -664,8 +664,7 @@ public class PatchsetReceivePack extends GitblitReceivePack {
                                sendError("  1. you created the ticket");\r
                                sendError("  2. you created the first patchset");\r
                                sendError("  3. you are specified as responsible for the ticket");\r
-                               sendError("  4. you are listed as a reviewer for the ticket");\r
-                               sendError("  5. you have push (RW) permission to {0}", repository.name);\r
+                               sendError("  4. you have push (RW) permissions to {0}", repository.name);\r
                                sendError("");\r
                                sendRejection(cmd, "not permitted to push to ticket {0,number,0}", ticket.number);\r
                                return null;\r
index 374cd82128ffbb567c2d7b377b54b32ef88625b3..9e1eed9dba06c188d9cb60c470f8d96fe0016089 100644 (file)
@@ -16,3 +16,8 @@ These steps are necessary to ensure that you end up using the specified librarie
 - Added SparkleShareInviteServlet\r
 - Added EnforceAuthenticationFilter\r
 - Moved GitServlet\r
+\r
+### 1.4.0 web.xml\r
+\r
+- Changed baseFolder from a context-parameter to a JNDI env-entry\r
+- Added pt servlet
\ No newline at end of file
index 23003bed4cbde0f8f98f27e5f4b785012a364cda..34ffd75842e2b0a7a7ca4a9a2f1bacf6ae96351b 100644 (file)
@@ -15,3 +15,6 @@ If it is, move your `WEB-INF/data` folder to a location writeable by your servle
 5. Manually apply any changes you made to your original web.xml file to the gitblit.properties file you copied to your data folder\r
 6. Edit the new WAR's `WEB-INF/web.xml` file and set the *baseFolder* context parameter to your external baseFolder.\r
 \r
+## Upgrading Gitblit WAR (1.4.0+)\r
+\r
+The *baseFolder* context parameter has been replaced with a *baseFolder* JNDI env-entry.  This means you can define the *baseFolder* from the administrative console of your servlet container and not have to manipulate anything in the web.xml file.
\ No newline at end of file