Author: agilliland
Date: Fri Jan 13 16:27:26 2006
New Revision: 368933
URL: http://svn.apache.org/viewcvs?rev=368933&view=rev
Log:
updating themes to use the new #displayWeblogEntries() macro which no longer
takes an argument for day page or number of entries. the _day template is the
new standard and shouldn't need to be changed, and the number of entries is now
controled in the UI on the website settings page.
Modified:
incubator/roller/trunk/web/themes/basic/Weblog.vm
incubator/roller/trunk/web/themes/berkley/Weblog.vm
incubator/roller/trunk/web/themes/brushedmetal/Weblog.vm
incubator/roller/trunk/web/themes/cheb/Weblog.vm
incubator/roller/trunk/web/themes/clean/Weblog.vm
incubator/roller/trunk/web/themes/currency-i18n/Weblog.vm
incubator/roller/trunk/web/themes/currency/Weblog.vm
incubator/roller/trunk/web/themes/grey2/Weblog.vm
incubator/roller/trunk/web/themes/moonshine/Weblog.vm
incubator/roller/trunk/web/themes/movablemanila/Weblog.vm
incubator/roller/trunk/web/themes/pacifica/Weblog.vm
incubator/roller/trunk/web/themes/robot/Weblog.vm
incubator/roller/trunk/web/themes/rolling/Weblog.vm
incubator/roller/trunk/web/themes/sotto/Weblog.vm
incubator/roller/trunk/web/themes/sunsets/Weblog.vm
incubator/roller/trunk/web/themes/werner/Weblog.vm
incubator/roller/trunk/web/themes/x2/Weblog.vm
Modified: incubator/roller/trunk/web/themes/basic/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/basic/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/basic/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/basic/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -5,7 +5,7 @@
#showNextPreviousLinks()
- #showWeblogEntries("_day" 15)
+ #displayWeblogEntries()
</div>
<div class="rightbar">
<h2>Calendar</h2>
Modified: incubator/roller/trunk/web/themes/berkley/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/berkley/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/berkley/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/berkley/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -124,7 +124,7 @@
</tr>
</table>
#showNextPreviousLinks()
-#showWeblogEntries("_day" 15)
+#displayWeblogEntries()
<div id="Controls" class="controls"></div>
Modified: incubator/roller/trunk/web/themes/brushedmetal/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/brushedmetal/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/brushedmetal/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/brushedmetal/Weblog.vm Fri Jan 13
16:27:26 2006
@@ -38,7 +38,7 @@
</div> <!-- sidebar-a -->
<div id="content">
- #showWeblogEntries("_day" 15 )<br/>
+ #displayWeblogEntries()<br/>
#showNextPreviousLinks()
<div id="footer">
Theme Design by <a href="http://www.bryanbell.com">Bryan Bell</a>
Modified: incubator/roller/trunk/web/themes/cheb/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/cheb/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/cheb/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/cheb/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -21,7 +21,7 @@
#showNextPreviousLinks()
<div id="entries">
- #showWeblogEntries("_day" 10)
+ #displayWeblogEntries()
</div>
</div>
Modified: incubator/roller/trunk/web/themes/clean/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/clean/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/clean/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/clean/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -20,7 +20,7 @@
<h3>#showWebsiteDescription()</h3>
#showWeblogCategoryChooser()<br>
#showNextPreviousLinks()
- #showWeblogEntries("_day" 5)
+ #displayWeblogEntries()
</td>
<td valign="top" bgcolor="#ffffff" width="20%">
<br>#showWeblogCalendar()<br><br>
Modified: incubator/roller/trunk/web/themes/currency-i18n/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/currency-i18n/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/currency-i18n/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/currency-i18n/Weblog.vm Fri Jan 13
16:27:26 2006
@@ -63,7 +63,7 @@
#showNextPreviousLinks()
- #showWeblogEntries("_day" 15)
+ #displayWeblogEntries()
<hr size="1">
</td>
Modified: incubator/roller/trunk/web/themes/currency/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/currency/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/currency/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/currency/Weblog.vm Fri Jan 13 16:27:26
2006
@@ -63,7 +63,7 @@
#showNextPreviousLinks()
- #showWeblogEntries("_day" 15)
+ #displayWeblogEntries()
<hr size="1">
</td>
Modified: incubator/roller/trunk/web/themes/grey2/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/grey2/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/grey2/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/grey2/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -111,7 +111,7 @@
<p><font style="font-size: 8pt;" face="Verdana" color="#404f64">
#showWeblogCategoryChooser()<br>
#showNextPreviousLinks()
- #showWeblogEntries("_day" 15 )
+ #displayWeblogEntries()
</font></p>
</td>
Modified: incubator/roller/trunk/web/themes/moonshine/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/moonshine/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/moonshine/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/moonshine/Weblog.vm Fri Jan 13 16:27:26
2006
@@ -109,7 +109,7 @@
#showNextPreviousLinks()
- #showWeblogEntries("_day" 5)
+ #displayWeblogEntries()
</div>
<div id="copyrightnotice">
Modified: incubator/roller/trunk/web/themes/movablemanila/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/movablemanila/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/movablemanila/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/movablemanila/Weblog.vm Fri Jan 13
16:27:26 2006
@@ -18,7 +18,7 @@
</div>
<div id="content">
<p><center>#showWeblogCategoryChooser()</center></p>
- #showWeblogEntries("_day" 15)
+ #displayWeblogEntries()
#showNextPreviousLinks()
<br />
<br />
Modified: incubator/roller/trunk/web/themes/pacifica/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/pacifica/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/pacifica/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/pacifica/Weblog.vm Fri Jan 13 16:27:26
2006
@@ -83,7 +83,7 @@
#showWeblogCategoryChooser()<br>
#showNextPreviousLinks()
- #showWeblogEntries("_day" 15 )
+ #displayWeblogEntries()
<br>
</td>
Modified: incubator/roller/trunk/web/themes/robot/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/robot/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/robot/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/robot/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -28,7 +28,7 @@
#showWeblogCategoryChooser()<br>
</center>
#showNextPreviousLinks()
- #showWeblogEntries("_day" 15)
+ #displayWeblogEntries()
<hr />
#showReferers( 40 25 )
</div>
Modified: incubator/roller/trunk/web/themes/rolling/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/rolling/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/rolling/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/rolling/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -6,7 +6,7 @@
#showWeblogCategoryChooser()
</div>
#showNextPreviousLinks()
- #showWeblogEntries("_day" 15 )<br/>
+ #displayWeblogEntries()<br/>
#includePage("_badges")
</div>
Modified: incubator/roller/trunk/web/themes/sotto/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/sotto/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/sotto/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/sotto/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -65,7 +65,7 @@
<div id="midColumn">
<div class="standardSpacer"> </div>
#showNextPreviousLinks()
- #showWeblogEntries("_day" 15)
+ #displayWeblogEntries()
</div>
<div id="leftColumn">
Modified: incubator/roller/trunk/web/themes/sunsets/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/sunsets/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/sunsets/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/sunsets/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -79,7 +79,7 @@
#showNextPreviousLinks()
<div id="entries">
- #showWeblogEntries("_day" 10 )
+ #displayWeblogEntries()
</div>
</div>
Modified: incubator/roller/trunk/web/themes/werner/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/werner/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/werner/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/werner/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -20,7 +20,7 @@
#showWeblogCategoryChooser()
</div>
#showNextPreviousLinks()
- #showWeblogEntries("_day" 10)<br/>
+ #displayWeblogEntries()<br/>
</div>
<div id="SideBar">
Modified: incubator/roller/trunk/web/themes/x2/Weblog.vm
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/x2/Weblog.vm?rev=368933&r1=368932&r2=368933&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/x2/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/x2/Weblog.vm Fri Jan 13 16:27:26 2006
@@ -30,7 +30,7 @@
#showNextPreviousLinks()
<div id="entries">
- #showWeblogEntries("_day" 15 )
+ #displayWeblogEntries()
</div>
</div>