This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new 1115b96  updates logo
1115b96 is described below

commit 1115b96d2ca8c73bddf75e48fadb72c57f478faa
Author: danhaywood <[email protected]>
AuthorDate: Sun Mar 12 15:12:29 2023 +0000

    updates logo
---
 .gitignore                                           |   2 +-
 webapp/src/main/resources/application.yml            |   6 ++----
 .../static/images/apache-causeway/logo-65x48.png     | Bin 3655 -> 2198 bytes
 .../images/apache-causeway/logo-banner-591x120.png   | Bin 0 -> 6143 bytes
 .../resources/static/images/apache-causeway/logo.png | Bin 21533 -> 9155 bytes
 webapp/src/main/resources/static/images/favicon.png  | Bin 1863 -> 1599 bytes
 webapp/src/main/resources/static/index.html          |   6 +++---
 7 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 568bbd5..afe5030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,7 @@ neo4j_DB/
 
 # log files
 datanucleus.log
-isis.log
+causeway.log
 i18n-po.log
 hs_err_pid*.log
 
diff --git a/webapp/src/main/resources/application.yml 
b/webapp/src/main/resources/application.yml
index 8e2c14b..2e4892d 100644
--- a/webapp/src/main/resources/application.yml
+++ b/webapp/src/main/resources/application.yml
@@ -9,7 +9,7 @@ causeway:
     annotation:
       action:
         explicit: true
-        command-publishing: ignore_safe
+        command-publishing: all
         execution-publishing: all
       action-layout:
         css-class:
@@ -38,9 +38,6 @@ causeway:
           mode: disabled
 
   extensions:
-    command-log:
-      publish-policy: only_if_system_changed
-
     secman:
       seed:
         admin:
@@ -59,6 +56,7 @@ causeway:
     common:
       application:
         about: Simple App
+        brand-logo-signin: images/apache-causeway/logo-banner-591x120.png
         brand-logo-header: images/apache-causeway/logo-65x48.png
         favicon-url: images/favicon.png
         menubars-layout-file: menubars.layout.xml
diff --git 
a/webapp/src/main/resources/static/images/apache-causeway/logo-65x48.png 
b/webapp/src/main/resources/static/images/apache-causeway/logo-65x48.png
index 04ff301..ab90164 100644
Binary files 
a/webapp/src/main/resources/static/images/apache-causeway/logo-65x48.png and 
b/webapp/src/main/resources/static/images/apache-causeway/logo-65x48.png differ
diff --git 
a/webapp/src/main/resources/static/images/apache-causeway/logo-banner-591x120.png
 
b/webapp/src/main/resources/static/images/apache-causeway/logo-banner-591x120.png
new file mode 100644
index 0000000..544c5de
Binary files /dev/null and 
b/webapp/src/main/resources/static/images/apache-causeway/logo-banner-591x120.png
 differ
diff --git a/webapp/src/main/resources/static/images/apache-causeway/logo.png 
b/webapp/src/main/resources/static/images/apache-causeway/logo.png
index 695bb2a..3d61280 100644
Binary files a/webapp/src/main/resources/static/images/apache-causeway/logo.png 
and b/webapp/src/main/resources/static/images/apache-causeway/logo.png differ
diff --git a/webapp/src/main/resources/static/images/favicon.png 
b/webapp/src/main/resources/static/images/favicon.png
index 31e8a1f..9fe7699 100644
Binary files a/webapp/src/main/resources/static/images/favicon.png and 
b/webapp/src/main/resources/static/images/favicon.png differ
diff --git a/webapp/src/main/resources/static/index.html 
b/webapp/src/main/resources/static/index.html
index fa2c9ae..3c4cb6d 100644
--- a/webapp/src/main/resources/static/index.html
+++ b/webapp/src/main/resources/static/index.html
@@ -8,11 +8,11 @@
     </head>
     <body>
         <div id="wrapper">
-            <img alt="Causeway Logo" src="images/apache-causeway/logo.png" />
+            <img alt="Causeway Logo" 
src="images/apache-causeway/logo-banner-591x120.png" />
 
             <p>
-                This is a simple <a href="https://causeway.apache.org";>Apache 
Causeway</a> application, structured so it can be
-                used as a starting point for developing your own applications.
+                This is a simple <a href="https://causeway.apache.org";>Apache 
Causeway</a> application, structured so
+                that it can be used as a template for developing your own 
applications.
                 <br/>
             </p>
 

Reply via email to