Author: gmazza
Date: Tue Jun 24 00:46:01 2014
New Revision: 1604986
URL: http://svn.apache.org/r1604986
Log:
Updated images for currently offered themes and removed default description if
none provided (now kept blank).
Modified:
roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/SharedThemeFromDir.java
roller/trunk/app/src/main/webapp/WEB-INF/jsps/core/CreateWeblog.jsp
roller/trunk/app/src/main/webapp/themes/basic/basic-preview.png
roller/trunk/app/src/main/webapp/themes/basic/theme.xml
roller/trunk/app/src/main/webapp/themes/brushedmetal/brushedmetal-preview.png
roller/trunk/app/src/main/webapp/themes/brushedmetal/theme.xml
roller/trunk/app/src/main/webapp/themes/fauxcoly/images/fauxcoly-preview.png
roller/trunk/app/src/main/webapp/themes/fauxcoly/theme.xml
roller/trunk/app/src/main/webapp/themes/frontpage/theme.xml
roller/trunk/app/src/main/webapp/themes/sotto/sotto-preview.png
roller/trunk/app/src/main/webapp/themes/sotto/theme.xml
Modified:
roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/SharedThemeFromDir.java
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/SharedThemeFromDir.java?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
---
roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/SharedThemeFromDir.java
(original)
+++
roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/SharedThemeFromDir.java
Tue Jun 24 00:46:01 2014
@@ -187,7 +187,7 @@ public class SharedThemeFromDir extends
if (StringUtils.isNotEmpty(themeMetadata.getDescription())) {
setDescription(themeMetadata.getDescription());
} else {
- setDescription(themeMetadata.getName());
+ setDescription(" ");
}
setType(themeMetadata.getType());
setAuthor(themeMetadata.getAuthor());
Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/core/CreateWeblog.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/core/CreateWeblog.jsp?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/core/CreateWeblog.jsp
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/core/CreateWeblog.jsp Tue Jun
24 00:46:01 2014
@@ -98,6 +98,7 @@ function handlePreview(handle) {
<s:select name="bean.theme" size="1" list="themes" listKey="id"
listValue="name" onchange="previewImage(this[selectedIndex].value)"/>
<br />
<br />
+
<img name="preview" src='' />
<!-- initialize preview image at page load -->
<script type="text/javascript">
Modified: roller/trunk/app/src/main/webapp/themes/basic/basic-preview.png
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basic/basic-preview.png?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
Binary files - no diff available.
Modified: roller/trunk/app/src/main/webapp/themes/basic/theme.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basic/theme.xml?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basic/theme.xml (original)
+++ roller/trunk/app/src/main/webapp/themes/basic/theme.xml Tue Jun 24 00:46:01
2014
@@ -3,7 +3,7 @@
<id>basic</id>
<name>Basic</name>
- <description>Basic Theme by Roller Weblogger</description>
+ <description>Offers wide margins for blogging programming language source
code and a separate button for mobile viewing.</description>
<author>Roller Weblogger</author>
<type>standard</type>
Modified:
roller/trunk/app/src/main/webapp/themes/brushedmetal/brushedmetal-preview.png
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/brushedmetal/brushedmetal-preview.png?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
Binary files - no diff available.
Modified: roller/trunk/app/src/main/webapp/themes/brushedmetal/theme.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/brushedmetal/theme.xml?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/brushedmetal/theme.xml (original)
+++ roller/trunk/app/src/main/webapp/themes/brushedmetal/theme.xml Tue Jun 24
00:46:01 2014
@@ -3,7 +3,7 @@
<id>brushedmetal</id>
<name>Brushed Metal</name>
- <description>Brushed Metal Theme by Bryan Bell</description>
+ <description>Features a relatively narrow text column good for prose, less
so for images/videos/source code.</description>
<author>Bryan Bell</author>
<type>standard</type>
Modified:
roller/trunk/app/src/main/webapp/themes/fauxcoly/images/fauxcoly-preview.png
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/images/fauxcoly-preview.png?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
Binary files - no diff available.
Modified: roller/trunk/app/src/main/webapp/themes/fauxcoly/theme.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/theme.xml?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/fauxcoly/theme.xml (original)
+++ roller/trunk/app/src/main/webapp/themes/fauxcoly/theme.xml Tue Jun 24
00:46:01 2014
@@ -5,7 +5,6 @@
<id>fauxcoly</id>
<name>Fauxcoly</name>
- <description>Fauxcoly Theme by Dave Johnson</description>
<author>Dave Johnson</author>
<type>standard</type>
Modified: roller/trunk/app/src/main/webapp/themes/frontpage/theme.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/frontpage/theme.xml?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/frontpage/theme.xml (original)
+++ roller/trunk/app/src/main/webapp/themes/frontpage/theme.xml Tue Jun 24
00:46:01 2014
@@ -3,7 +3,7 @@
<id>frontpage</id>
<name>Frontpage</name>
- <description>Frontpage Theme by Dave Johnson</description>
+ <description>Not a standard blog template; meant only as a front page
accumulator of all blogs hosted by this server.</description>
<author>Dave Johnson</author>
<type>standard</type>
Modified: roller/trunk/app/src/main/webapp/themes/sotto/sotto-preview.png
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/sotto/sotto-preview.png?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
Binary files - no diff available.
Modified: roller/trunk/app/src/main/webapp/themes/sotto/theme.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/sotto/theme.xml?rev=1604986&r1=1604985&r2=1604986&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/sotto/theme.xml (original)
+++ roller/trunk/app/src/main/webapp/themes/sotto/theme.xml Tue Jun 24 00:46:01
2014
@@ -3,8 +3,8 @@
<id>sotto</id>
<name>Sotto</name>
- <description>Sotto Theme by Matt Raible</description>
- <author>Matt Raible</author>
+ <description></description>
+ <author>Rowell Sotto</author>
<type>standard</type>
<!-- theme preview image -->