Author: buildbot
Date: Tue Mar 5 23:20:30 2013
New Revision: 853172
Log:
Staging update by buildbot for jspwiki
Modified:
websites/staging/jspwiki/trunk/content/ (props changed)
websites/staging/jspwiki/trunk/content/jspwiki/development/changelog.html
Propchange: websites/staging/jspwiki/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 5 23:20:30 2013
@@ -1 +1 @@
-1453081
+1453083
Modified:
websites/staging/jspwiki/trunk/content/jspwiki/development/changelog.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/jspwiki/development/changelog.html
(original)
+++ websites/staging/jspwiki/trunk/content/jspwiki/development/changelog.html
Tue Mar 5 23:20:30 2013
@@ -141,20 +141,20 @@
<li>
<p>Decoupled (for 2.10 scope) Preferences from WikiContext, effectively
meaning that the following
methods are now deprecated</p>
-</li>
+<ul>
<li>WikiContext#getBundle( String ) in favour of Preferences#getBundle(
WikiContext, String )</li>
<li>WikiContext#getLocale( WikiContext ) in favour of Preferences#getLocale(
WikiContext )</li>
<li>WikiContext#hasAccess( HttpServletResponse ) in favour of
- AuthorizationManager#hasAccess( HttpServletResponse )</li>
-<li>
-<p>WikiContext#hasAccess( HttpServletResponse, boolean ) in favour of
- AuthorizationManager#hasAccess( HttpServletResponse, boolean )</p>
+ AuthorizationManager#hasAccess( HttpServletResponse )</li>
+<li>WikiContext#hasAccess( HttpServletResponse, boolean ) in favour of
+ AuthorizationManager#hasAccess( HttpServletResponse, boolean )</li>
+</ul>
</li>
<li>
<p>Decoupled (for 2.10 scope) org.apache.wiki.event from
org.apache.wiki.workflow, by deprecating</p>
-</li>
-<li>
-<p>WorkflowEvent#getWorkflow() in favour of WikiEvent#getSrc()</p>
+<ul>
+<li>WorkflowEvent#getWorkflow() in favour of WikiEvent#getSrc()</li>
+</ul>
</li>
<li>
<p>Added latest pom.xml from <a
href="https://issues.apache.org/jira/browse/JSPWIKI-651">JSPWIKI 651</a> -
Convert JSPWiki to a Maven project. Check associated
@@ -186,11 +186,13 @@
</li>
<li>
<p>deprecated </p>
-</li>
+<ul>
<li>JSPWikiMarkupParser.getImagePatterns( WikiEngine ) in favour of
- WikiEngine.getAllInlinedImagePatterns()</li>
+ WikiEngine.getAllInlinedImagePatterns()</li>
<li>UserManager.SaveUserProfileTask( WikiEngine ) in favour of
- UserManager.SaveUserProfileTask( WikiEngine, Locale )</li>
+ UserManager.SaveUserProfileTask( WikiEngine, Locale )</li>
+</ul>
+</li>
</ul>
<h4 id="2013-01-27-dirk-frederickx-brushed-at-apache-dot-org">2013-01-27 Dirk
Frederickx (brushed AT apache DOT org)</h4>
<ul>
@@ -270,13 +272,15 @@
</li>
<li>
<p>some additional changes regarding org.apache.wiki.api.engine.PluginManager
(cfr. $SVN/trunk/doc/2.10-API.txt):</p>
-</li>
-<li>@Deprecated public void executeParse(PluginContent content, WikiContext
context)<ul>
-<li>consider using PluginContent.executeParse(WikiContext) instead</li>
+<ul>
+<li>@Deprecated public void executeParse(PluginContent content, WikiContext
context)</li>
</ul>
</li>
+<li>consider using PluginContent.executeParse(WikiContext) instead<ul>
<li>WikiPlugin newWikiPlugin( String pluginName, ResourceBundle rb ) is now
public and part
- of the org.apache.wiki.api.engine.PluginManager API</li>
+ of the org.apache.wiki.api.engine.PluginManager API</li>
+</ul>
+</li>
</ul>
<h4 id="2013-01-09-juan-pablo-santos-juanpablo-at-apache-dot-org">2013-01-09
Juan Pablo Santos (juanpablo AT apache DOT org)</h4>
<ul>
@@ -372,13 +376,15 @@
<p>repaired broken webtests, we now have one (documented) failing webtest
(RenameProfile
for container managed auth).
Required fixes:</p>
-</li>
+<ul>
<li>TestContainer now binds the jdbc/UserDatabase jdbc/GroupDatabase in
Jetty's namespace</li>
<li>Logout webtest checks for the specific JSPWikiAssertedName cookie</li>
<li>build.xml was missing a lot of tasks and macros, required to properly
startup hsqldb (don't know how/why)</li>
<li>JDBCGroupDatabase : NamingExceptions do not have a cause, we now log the
exception itself</li>
<li>removed the semicolon from the License in .ddl files (they cause syntax
errors)</li>
</ul>
+</li>
+</ul>
<h4 id="2012-12-26-juan-pablo-santos-juanpablo-at-apache-dot-org">2012-12-26
Juan Pablo Santos (juanpablo AT apache DOT org)</h4>
<ul>
<li>