Author: cbrisson
Date: Sun Nov 13 11:21:49 2016
New Revision: 1769489
URL: http://svn.apache.org/viewvc?rev=1769489&view=rev
Log:
[site] push css fix and engine 2.0 changelog into production
Modified:
velocity/site/production/css/site.css
velocity/site/production/engine/2.0/changes.html
Modified: velocity/site/production/css/site.css
URL:
http://svn.apache.org/viewvc/velocity/site/production/css/site.css?rev=1769489&r1=1769488&r2=1769489&view=diff
==============================================================================
--- velocity/site/production/css/site.css (original)
+++ velocity/site/production/css/site.css Sun Nov 13 11:21:49 2016
@@ -333,6 +333,7 @@ table.standard tr:nth-child(even), table
#breadcrumb ul li
{
float: left;
+ margin: 0;
}
#breadcrumb ul li a
Modified: velocity/site/production/engine/2.0/changes.html
URL:
http://svn.apache.org/viewvc/velocity/site/production/engine/2.0/changes.html?rev=1769489&r1=1769488&r2=1769489&view=diff
==============================================================================
--- velocity/site/production/engine/2.0/changes.html (original)
+++ velocity/site/production/engine/2.0/changes.html Sun Nov 13 11:21:49 2016
@@ -317,6 +317,13 @@ h2:hover > .headerlink, h3:hover > .head
<td>
<img src="images/add.png"/>
</td>
+ <td> Make Velocity use the base logger namespace 'org.apache.velocity'
unless specified with runtime.log.name in the configuration, and have the
runtime instance log with this base namespace, and other modules log with
children namespaces: <ul> <li> directive, and
velocity.directive.[directivename] </li> <li> parser </li> <li> loader and
loader.[loadername] </li> <li> macro </li> <li> rendering </li> <li> event
</li> </ul> Get rid of UberspectLoggable interface. . </td>
+ <td>cbrisson</td>
+ </tr>
+ <tr>
+ <td>
+ <img src="images/add.png"/>
+ </td>
<td> Added unary negate math operator . </td>
<td>cbrisson</td>
</tr>