|
History of Changes
Recent Changes
Version 3.0.2 (Feb 14 2005)
 | Fix build settings for JDOM and Jetty. | EH | Fixes TAPESTRY-214, TAPESTRY-216, TAPESTRY-227. |
 | Upgrade OGNL to 2.6.7. This should move to 2.7.0 as soon as it is released. | EH | |
 | Added call to onchange for DatePicker pop-up selections. | EH | Fixes TAPESTRY-238. |
 | Provide localized validation messages for Simplified Chinese (zh_CN). | HLS | Thanks to Xi Ping Wang. Fixes TAPESTRY-249. |
 | Provide localized validation messages for Swedish. | HLS | Thanks to Niklas Ekman. Fixes TAPESTRY-139. |
 | Ignored interruptedException prevents Janitorthread termination. | HLS | Fixes TAPESTRY-230. |
 | The online Tapestry component reference for 3.0.1 for @Foreach component has an error in the example section. | HLS | Thanks to Morten Holm. Fixes TAPESTRY-248. |
 | Persistent properties can't be set to null. | HLS | Thanks to Michael Frericks. Fixes TAPESTRY-218. |
 | ListEdit component reference should list source and value as required. | HLS | Thanks to Sadanori Ito. Fixes TAPESTRY-200. |
 | FAQ link to Spring integration document is broken. | HLS | Thanks to Wouter de Vaal. Fixes TAPESTRY-189. |
 | [PATCH] ValidationStrings_de.properties | HLS | Thanks to Dominik Kreutz. Fixes TAPESTRY-167. |
 | Have RenderString implement useful toString(). | HLS | Fixes TAPESTRY-258. |
 | Change ListEditMap to never return null from getDeletedKeys(). | HLS | Fixes TAPESTRY-260. |
Version 3.0.1 (Oct 16 2004)
 | Add PopupLinkRenderer to contrib, this renderer emits javascript to launch the link in a new window. | DS | |
 | Ensure that the page's requestCycle property is set before finishLoad() is invoked on any component. | HLS | Fixes 29850. |
 | Make IMessages smartly expand exceptions into their message, or their class name. | HLS | |
 | Fix NPE in ValidationDelegate when the form has errors recorded for fields that did not render. | HLS | Fixes 29871. |
 | Provide a public implementation of ITemplateParserDelegate. | HLS | Fixes 30261. |
 | Palette does not clear its selected list when no selections are made. | HLS | Fixes 30384. |
 | Allow abstract pages/components even if no specified properties (or other enhancements) | HLS | Fixes 26967. |
 | Shell component should allow informal parameters | HLS | Fixes 30086. |
 | Added a clearErrors() method to IValidationDelegate. | HLS | |
Version 3.0 (Apr 18 2004)
 | Workbench/Upload exception when no file specified | HLS | Fixes 28345. |
 | Add FormConditional to Component Reference | DS | Fixes 28396. |
 | Add element parameter to contrib:Choose | DS | Fixes 28422. |
 | Remove a small optimization that compromised storage of mutable objects as persistent page properties. | HLS | Fixes 28454. |
Version 3.0-rc-3 (Apr 7 2004)
 | Add docs on how to report problems. | HLS | |
 | Pass the java.security.ProtectionDomain to the parent class loader when creating an enhanced class, to allow Tapestry operation inside secure environments such as Tomcat. | HLS | Thanks to Mats Forstöf. Fixes 28202. |
 | NPE in org.apache.tapestry.form.LinkSubmit. | DS | Thanks to sito@htf.highway.ne.jp. Fixes 28177. |
 | Make checks for unimplemented abstract methods optional, to work around a bug in IBM JDK 1.3.1 (used with Websphere 4.x). | HLS | Fixes 27956. |
 | Allow more primitive types to be used with parameter direction auto (byte, char, short, float and long) in addition to the previously accepted types (boolean, int, double and objects). | HLS | Fixes 28235. |
Version 3.0-rc-2 (Apr 1 2004)
 | Fix problems in the binary distribution. | HLS | Fixes 28057. |
 | Create proper OGNL context when checking for invariant OGNL expressions (when initializing component properties). | HLS | Fixes 27954. |
 | DataSqueezer: Incorrect exception message | HLS | Fixes 27628. |
 | ExpressionBinding optimizes expressions incorrectly | HLS | Fixes 28010. |
Version 3.0-rc-1 (Mar 15 2004)
 | ValidationDelegate.writeLabelPrefix/Suffix does not have IValidator access | EH | Fixes 27656. |
 | Fix javadoc. | DS | Thanks to Michael M. Brzycki. Fixes 27630, 27631. |
 | Incorrect example code. | DS | Fixes 27567. |
 | InspectorButton docs have incorrect links. | DS | Thanks to Michael M. Brzycki. Fixes 27551. |
 | Update Component Reference to use 3.0 syntax | DS | |
 | Update the license to Apache Software License 2.0. | HLS | |
 | Added 'raw' attribute to FieldLabel component. | EH | |
 | Removed the out-of-date Tutorial. | HLS | |
 | Palette doesn't retain user-specified sort order | HLS | Fixes 18288. |
 | Don't use request.getRemoteHost() since that requires an expensive reverse DNS lookup. | HLS | Fixes 23544. |
 | Fix typos and inaccuracies in the 3.0 DTD comments. | HLS | Thanks to basile.chandesris. Fixes 27071. |
 | Fix logic in client-side validation. | HLS | Thanks to Jamie Orchard-Hays. Fixes 27202, 27203, 27227. |
 | DatePicker doesn't use the current Locale in its formatter | HLS | Thanks to Karel Miarka. Fixes 27110. |
 | Update DatePicker to use a graphic icon to hide and show the calendar. | HLS | |
 | Check for duplication of ids between the HTML template and the specification. | HLS | Fixes 20932. |
 | Fix some number conversion problems inside NumberValidator. | HLS | |
 | Dynamically download OGNL and Javassist libraries (in accordance with ASF directives about non-ASL code). Unfortunately, this means that we no longer can distribute precompiled examples that include those libraries. | HLS | |
Version 3.0-beta-4 (Feb 5 2004)
 | Change direction of parameter model for WML components, SelectionField and PropertySelection | DS | |
 | Fixed the byte[] mapping in org.apache.tapestry.enhance.JavaClassMapping | DS | |
 | Convert the Tapestry home page to build using Forrest. | HLS | Thanks to Tetsuya Kitahata. |
 | Updated javadoc build target to link to JDK 1.3 | | Thanks to Michael M. Brzycki. |
 | Added new validator, Pattern Validator | HK | |
 | Fixed the null pointer exception from FieldLabel when not enclosed by Form or when IValidationDelegate is not provided | HK | |
 | The key attribute of the script foreach is changed to not be a required attribute | HK | |
 | Added support for OGNL TypeConverter in expression bindings | EH | |
 | Updated Component Reference for WML components | DS | |
 | Made DateValidator's getEffectiveFormat()/getEffectiveDisplayFormat() public | RLS | |
 | Updated to use DocBook 1.62.4 XSL stylesheets for documentation generation | RLS | |
 | Moved info priority logging to debug priority | RLS | |
 | Custom parameter binding properties only enhanced if abstract | RLS | |
 | Updated the Table components to have an easier interface, similar to that of Foreach. | MB | |
 | build.properties.sample does not include jython.dir | MB | Fixes 21833. |
 | Table component doesn't sort fine when there are null values | MB | Fixes 22840. |
 | Wrong Package in link | MB | Fixes 22640. |
 | JavaDoc: should IField be IFieldTracking?? | MB | Fixes 22641. |
 | contrib:PopupLink ignores informal parameters | MB | Fixes 23668. |
 | Wrong Package in link | MB | Fixes 22635. |
 | Typo: "In a IListenerBindingSpecification" | MB | Fixes 22634. |
 | Add url parameter to Shell component | MB | Fixes 22694. |
 | current OGNL 2.6.3 needs to be used | MB | Fixes 23870. |
 | Problem with URL encodings at EngineServiceLink.java | MB | Fixes 23511. |
 | The source parameter of Foreach should be required | MB | Fixes 23227. |
 | tests failing under JDK 1.3 | MB | Fixes 20252. |
 | Name attribute gets duplicated in TextField | MB | Fixes 23500. |
 | DateField component throws an ApplicationRuntimeException | MB | Fixes 22835. |
 | NumericField component throws an ApplicationRuntimeException | MB | Fixes 22836. |
 | Using NumericField cause a ClassCastException | MB | Fixes 22837. |
 | Compatibility of the AbstractEngine to servlet-api 2.2 | MB | Fixes 24467. |
 | patch to allow workbench to work with JDK 1.4.2 and current Jetty | MB | Thanks to Colin Sampaleanu. Fixes 24298. |
 | race condition in class enhancement | MB | Fixes 24425. |
 | The Dates tab in the Workbench contains an empty popup link | MB | Fixes 23916. |
 | ApplicationRuntime Exception loses root cause... | MB | Fixes 24008. |
 | NumberValidator forces to input a value | MB | Fixes 22958. |
 | junit.jar needed to build junit subproject | MB | Fixes 21871. |
 | JUnit XML tests broken under JDK with no XML parser (eg. 1.3) | MB | Fixes 20253. |
 | No JVM requirements mentioned in docs | MB | Fixes 24393. |
 | [PATCH]ValidationStrings_zh_TW.properties | MB | Thanks to Zhenbang Wei. Fixes 24874. |
 | PageService.getLink throws ClassCastException if parameters arg is Object[] | EH | Fixes 25117. |
 | NumericField does not pass on its type parameter | RLS | Fixes 25462. |
 | ValidationDelegate throws NPE for some new FieldLabel/ValidField | RLS | Fixes 25585. |
 | properties cannot be of complex array types | MB | Fixes 25642. |
 | fixed broken links in doc\src\common\TapestryLinks.xml | EH | Fixes 25766. |
 | Inherited parameters do not pick up default values | MB | Fixes 26395. |
 | Changed code to no longer invoke StringUtils.isEmpty() / isNonEmpty() (this is because the behavior of the method is changing between jakarta-commons 1.0 and 2.0). | HLS | |
 | Add an implementation of toString() to RequestCycle. | HLS | |
 | Update all copyrights for 2004. | HLS | |
 | Add download links. | HLS | |
 | Remove unncessary constructor from test case classes. | HLS | |
 | Changed mock unit tests to redirect System.out and System.err to log files rather than the console. | HLS | |
 | Improve the documentation for the Palette component, providing a real example of CSS styles used with the component. | HLS | Thanks to Glen Stampoultzis. |
 | Component parameters with direction 'form' should not allow static bindings. | HLS | Fixes 26416. |
 | Fixed NPE in PatternValidator.toString(). | HK | Fixes 26599. |
 | Fix TestMocks to not use JDK 1.4 API. | HLS | |
 | Fixing property initializers to be evaluated every time (unless they are invariant) | MB | |
 | Added Servlet API 2.4 from Tomcat 5 and ejb.jar from Geronimo. Made the mock objects compatible with Servlet API 2.4. | MB | |
 | Evaluate the string 'false' as Boolean.FALSE. All other non-empty strings continue to be evaluated as Boolean.TRUE. | MB | |
 | Automatically download external dependencies (such as Forrest and McKoi DB). | MB | |
 | DatePicker positioning problem fixed. | HK | Thanks to Anatol Pomazau. |
 | Automatic rendering of the maxlength and size attributes have been removed. DatePicker now allows informal attributes that will be applied to the field. | HK | Fixes 24336. |
 | Fixed one more place where the encoding needs to be set | MB | Fixes 25611. |
Votes
Feb 14 2005 | Tapestry 3.0.2:
I think we should just be done with 3.0.2. All the bugs that are going to get fixed, have been. The next version of OGNL should just drop in, and since its not shipped with the framework anyway, its not a big deal.
- HLS, PF, GL, RLS, DS, EH: +1
- HK, TSV, MB: +0
| HLS |
Apr 14 2004 | Tapestry 3.0 FINAL:
Despite a last minute flurry of bug fixes, the motion has passed and we'll be releasing the final Tapestry 3.0 release shortly. I'll be creating tagging and creating the final release shortly. Alas, it looks like Neil Clayton is no longer contributing to the Tapestry project.
- HLS, RLS, EH, HK, DS, TSV, MB: +1
- GL, NC: +0
| HLS |
Apr 7 2004 | release 3.0-rc-3:
I've had some more time to knock down a the remaining blocker bugs in 3.0-rc-2. Assuming that there are no further blocker bugs added in the meantime, I'd like to release rc-3. A +1 vote indicates that we should release rc-3, unless a new blocker bug is added in the meantime. Please respond in the next 24 hours (by Wednesday afternoon, EST). Missing responses will be treated as a +0.
- HLS, EH, HK, DS: +1
- NC, RLS, MB, TSV, GL: +0
| HLS |
Apr 1 2004 | release 3.0-rc-2:
3.0-rc-1 has been out for about two weeks now. A couple of notable bugs have been identified and fixed. I believe we should roll out rc-2 to keep the momentum going.
- HLS, DS, EH, HK, TSV, RLS, MB: +1
- NC, GL: +0
| HLS |
Mar 13 2004 | release 3.0rc1:
Looks like things are pretty much in place for the next release - 3.0 release candidate 1. Let's vote on it to make it official. Release current code as rc1?
- RLS, GL, HK, EH, DS, MB, HLS: +1
| RLS |
Feb 19 2004 | Can the Tutorial:
I think its pretty obvious by now that no work is going to get done on the Tutorial for 3.0. I think it would be best to remove the Tutorial, perhaps replace it with a link to Kevin Dorff's site until we can actually put something useful together ... even if that is after 3.0 is released. A +1 vote would delete the Tutorial code, the docbook source and links to the old tutorial on the web site.
- HLS, EH, DS, GL, MB, HK: +1
| HLS |
Sep 5 2003 | Release 3.0-beta-3:
People have been itching for the next release of Tapestry; one where the demos work (woops!) including JavaScript and the Palette. Documentation is still not ready for an rc release, but I think a beta release is a good idea.
- HLS, GL, RLS, DS, HK, EH, MB, TS, NC: +1
| HLS |
Sep 3 2003 | Erik Hatcher as commiter:
I nominate Erik Hatcher. He knows the score in jakarta-land. I think its a great idea.
- GL, HLS, MB, DS, RLS: +1
- NC: +0 (no vote)
| GL |
Sep 3 2003 | Tsvetelin Saykov as committer:
I would like to nominate Tsvetelin Saykov as a committer. Tsvetelin has more than an year and a half of Tapestry experience, has worked with many large web projects, and can be very helpful overall for the development of the framework, especially in the area of dynamic pages with layout determined at runtime. (not to mention that he would need CVS access to work on the Tree)
- MB, HLS, GL, DS, NC, RLS: +1
| MB |
Sep 2 2003 | Harish Krishnaswamy as committer:
I would like to nominate Harish; he has been very actively and enthusiastically supporting Tapestry in the mailing lists. I think he would be an excellent and valuable asset to the team. And hell, he's relatively local --- I might actually get to meet a Tapestry committer in person!
- HLS, GL, DS, MB, RLS: +1
- NC: +0 (no vote)
| HLS |
Jul 13 2003 | Release 3.0-beta-2:
We informally discussed this not too long ago; I think we are at a good point for beta-2. There have been some significant improvements since beta-1a that will largely be invisible to most users (the correct thing for a beta release); at the same time, I think we're all anxious to push forward and get Tapestry 3.0-xxx into wider distribution. Although there are still several outstanding bugs (one or two that are problematic) I think this is a good time to keep momentum going and
release the next beta. A +1 vote will procede with beta-2, tagging the repository and pushing the new releases out to the Apache distribution mirrors.
- HLS, MB, NC, RLS, GL, DS: +1
| HLS |
Jun 3 2003 | Release 3.0-beta-1a:
release 3.0-beta-1a ASAP (containing fixes for JDK 1.3)
- HLS, MB, NC, RLS, GL, DS: +1
| RLS |
May 30 2003 | Release 3.0-beta-1:
Release 3.0-beta-1 as soon as possible. Release notes will state that the API is now stable, with the exception of IMonitor.
- HLS, MB, NC, RLS, GL, DS: +1
| HLS |
Apr 17 2003 | Tapestry NextGen released as 3.0:
PROPOSAL: the next major release of Tapestry (previously known as 2.4 or NextGen) be released as version number 3.0.
- HLS, MB, RLS, GL, DS: +1
- NC: +0 (no vote)
| HLS |
Mar 7 2003 | Nominate David Solis as Tapestry Commiter:
There really didn't seem to be much discussion ... everyone seems to be in favor. Mind Bridge seems very absent of late.
Let's put it to a vote. No answer within 24 hours will be treated as a +0.
If voted in, David Solis will be invited to become a Tapestry committer; will be granted voting rights and update access to the CVS repository.
- HLS, NC, RLS, GL: +1
- MB, ME: +0
| HLS |
|