[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Roller (ROLLER) http://cwiki.apache.org/confluence/display/ROLLER | |-Pages Added or Edited in This Space |-- Testing Roller 3.1 was last edited by snoopdave (10:08 AM). | http://cwiki.apache.org/confluence/display/ROLLER/Testing+Roller+3.1 Apache Struts 2 Plugin Registry (S2PLUGINS) http://cwiki.apache.org/confluence/display/S2PLUGINS | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=47106 (1) Apache Tiles (TILES) http://cwiki.apache.org/confluence/display/TILES | |-Pages Added or Edited in This Space |-- tiles-2.0.1 was last edited by ddewolf (05:11 AM). | http://cwiki.apache.org/confluence/display/TILES/tiles-2.0.1 Apache ActiveMQ CPP (AMQCPP) http://cwiki.apache.org/confluence/display/AMQCPP | |-Pages Added or Edited in This Space |-- Support was created by jstrachan (04:23 AM). | http://cwiki.apache.org/confluence/display/AMQCPP/Support |-- Navigation was last edited by jstrachan (04:21 AM). | http://cwiki.apache.org/confluence/display/AMQCPP/Navigation Apache Geronimo v1.1 (GMOxDOC11) http://cwiki.apache.org/confluence/display/GMOxDOC11 | |-Pages Added or Edited in This Space |-- geronimo-ra.xml was last edited by [EMAIL PROTECTED] (12:35 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/geronimo-ra.xml Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Use a different extension for template files was created by [EMAIL PROTECTED] (11:16 AM). | http://cwiki.apache.org/confluence/display/WICKET/Use+a+different+extension+for+template+files Apache Geronimo (GMOxSITE) http://cwiki.apache.org/confluence/display/GMOxSITE | |-Pages Added or Edited in This Space |-- Index was last edited by jdillon (04:23 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/Index |-- Site Map was last edited by jdillon (04:11 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/Site+Map |-- SideNav Community was last edited by jdillon (03:47 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/SideNav+Community |-- Mailing Lists was last edited by jdillon (03:42 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/Mailing+Lists |-- SideNav Development was last edited by hcunico (01:06 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/SideNav+Development |-- Found a Bug was last edited by hcunico (01:04 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/Found+a+Bug |-- Source Code was last edited by hcunico (01:04 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/Source+Code |-- Downloads was last edited by hcunico (12:47 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/Downloads Apache ActiveMQ NMS (NMS) http://cwiki.apache.org/confluence/display/NMS | |-Pages Added or Edited in This Space |-- Support was created by jstrachan (04:22 AM). | http://cwiki.apache.org/confluence/display/NMS/Support |-- Navigation was last edited by jstrachan (04:23 AM). | http://cwiki.apache.org/confluence/display/NMS/Navigation Apache Qpid (qpid) http://cwiki.apache.org/confluence/display/qpid | |-Pages Added or Edited in This Space |-- How to Use JNDI was last edited by ritchiem (02:15 AM). | http://cwiki.apache.org/confluence/display/qpid/How+to+Use+JNDI Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- Contributing was last edited by johnrsisson (02:28 PM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Contributing |-- Blob Messages was last edited by mbloore (02:20 PM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Blob+Messages |-- Getting+Started+3.x was created by [EMAIL PROTECTED] (12:58 PM). | http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=47236 |-- Stomp was last edited by mbloore (11:01 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Stomp |-- Examples was last edited by mbloore (09:12 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Examples |-- Index was last edited by jstrachan (05:44 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Index Apache HiveMind 2 (HIVEMIND2) http://cwiki.apache.org/confluence/display/HIVEMIND2 | |-Pages Added or Edited in This Space |-- Index was last edited by ahuegen (02:16 PM). | http://cwiki.apache.org/confluence/display/HIVEMIND2/Index |-- NewIn2AutowiringService was created by ahuegen (02:16 PM). | http://cwiki.apache.org/confluence/display/HIVEMIND2/NewIn2AutowiringService |-- User Guide was last edited by ahuegen (02:14 PM). | http://cwiki.apache.org/confluence/display/HI
svn commit: r513322 - /struts/struts1/trunk/pom.xml
Author: apetrelli Date: Thu Mar 1 05:54:23 2007 New Revision: 513322 URL: http://svn.apache.org/viewvc?view=rev&rev=513322 Log: STR-2994 Added Tiles 2 integration module to struts-parent pom. Modified: struts/struts1/trunk/pom.xml Modified: struts/struts1/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?view=diff&rev=513322&r1=513321&r2=513322 == --- struts/struts1/trunk/pom.xml (original) +++ struts/struts1/trunk/pom.xml Thu Mar 1 05:54:23 2007 @@ -127,6 +127,7 @@ scripting taglib tiles +tiles2
svn commit: r513342 - /struts/struts1/trunk/tiles2/src/main/java/org/apache/struts/tiles2/actions/ViewDefinitionsAction.java
Author: apetrelli Date: Thu Mar 1 06:21:10 2007 New Revision: 513342 URL: http://svn.apache.org/viewvc?view=rev&rev=513342 Log: STR-2995 Removed ViewDefinitionsAction since in Tiles 2 there is no such support for displaying definitions. Removed: struts/struts1/trunk/tiles2/src/main/java/org/apache/struts/tiles2/actions/ViewDefinitionsAction.java
svn commit: r513555 - in /struts: archive/struts-sandbox/overdrive/ sandbox/trunk/overdrive/
Author: husted Date: Thu Mar 1 15:53:29 2007 New Revision: 513555 URL: http://svn.apache.org/viewvc?view=rev&rev=513555 Log: SB-105 This codebase is available as a GoogleCode project at http://code.google.com/p/anvil/ under the name Anvil. Added: struts/archive/struts-sandbox/overdrive/ - copied from r513553, struts/sandbox/trunk/overdrive/ Removed: struts/sandbox/trunk/overdrive/
svn commit: r513556 - in /struts: archive/struts-sandbox/mailreader-course/ sandbox/trunk/mailreader-course/
Author: husted Date: Thu Mar 1 15:58:38 2007 New Revision: 513556 URL: http://svn.apache.org/viewvc?view=rev&rev=513556 Log: SB-10 These training materials are available as a GoogleCode project at http://code.google.com/p/sq1-struts2/ under the name Apache Struts 2 from Square One. Added: struts/archive/struts-sandbox/mailreader-course/ - copied from r513555, struts/sandbox/trunk/mailreader-course/ Removed: struts/sandbox/trunk/mailreader-course/
svn commit: r513602 - /struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/action/ActionRedirect.java
Author: pbenedict Date: Thu Mar 1 18:50:23 2007 New Revision: 513602 URL: http://svn.apache.org/viewvc?view=rev&rev=513602 Log: STR-3009: Always set the redirect flag Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/action/ActionRedirect.java Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/action/ActionRedirect.java URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/action/ActionRedirect.java?view=diff&rev=513602&r1=513601&r2=513602 == --- struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/action/ActionRedirect.java (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts/action/ActionRedirect.java Thu Mar 1 18:50:23 2007 @@ -131,7 +131,7 @@ setName(baseConfig.getName()); setPath(baseConfig.getPath()); setModule(baseConfig.getModule()); -setRedirect(baseConfig.getRedirect()); +setRedirect(true); inheritProperties(baseConfig); initializeParameters(); }
svn commit: r513623 - in /struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide: index.xml release-notes-1_3_7.xml release-notes.xml
Author: pbenedict Date: Thu Mar 1 21:17:27 2007 New Revision: 513623 URL: http://svn.apache.org/viewvc?view=rev&rev=513623 Log: STR-3012: Update release notes Added: struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes-1_3_7.xml - copied, changed from r513597, struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/index.xml struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/index.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/index.xml?view=diff&rev=513623&r1=513622&r2=513623 == --- struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/index.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/index.xml Thu Mar 1 21:17:27 2007 @@ -313,6 +313,18 @@ 6.1 Release Notes +Release +Notes 1.3.7 (Beta) + + +Release +Notes 1.3.6 (Test Build) + + +Release +Notes 1.3.5 + + Release Notes 1.3.3 (Test Build) Copied: struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes-1_3_7.xml (from r513597, struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml) URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes-1_3_7.xml?view=diff&rev=513623&p1=struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml&r1=513597&p2=struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes-1_3_7.xml&r2=513623 == --- struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes-1_3_7.xml Thu Mar 1 21:17:27 2007 @@ -23,7 +23,7 @@ -Release Notes (since 1.3.5) +Release Notes (since 1.3.6) Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml?view=diff&rev=513623&r1=513622&r2=513623 == --- struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml Thu Mar 1 21:17:27 2007 @@ -23,19 +23,23 @@ -Release Notes (since 1.3.5) +Release Notes (since 1.3.7) - + This section contains release notes for changes that have -taken place to Struts, -since the -Version 1.3.6 -distribution. +taken place to Struts since the last public release, but +there have been two intermediate test distributions since. Please +read the previous release notes to understand all issues +that crescendo at this version: + +Version 1.3.7 +Version 1.3.6 + To keep up-to-date on all changes to the framework, subscribe to the (commits at struts.apache.org) list. @@ -65,18 +69,12 @@ Bug -[STR-2961] - SelectAction getPath returns null when used with URL rewriting and breaks application -[STR-2979] - Faces build causes NPE with maven-taglib-plugin -[STR-2996] - ImportAttributeTag throws a NPE when ignore=true and the attribute value is unavailable -[STR-2997] - [validator] validwhen strings don't work right -[STR-2998] - LinkTag renders the link twice +[STR-3009] - ActionRedirect from ForwardConfig not redirecting properly? +[STR-3010] - Faces Example2 webapp references older DTD version in struts-config.xml which doesn't have the c