Jakarta > Tapestry
Jakarta
 
Font size:      

History of Changes

RSS

Version 4.0-alpha-3 (May 16 2005)

  • addAdd initial support for the validator: binding prefix.(HLS)
  • addFixed workbench build script so that generated war file will include the required ognl jar.(PF) Fixes TAPESTRY-317.
  • add Store the Registry as a ServletContext attribute, so that it may be accessed from other servlets. (HLS)
  • add Allow control over the ErrorHandler used when building the HiveMind Registry. (HLS) Fixes TAPESTRY-323.
  • add Added meta and script injection types.(HLS)
  • addAdded defer parameters parameter to LinkSubmit.(RLS) Fixes TAPESTRY-325.
  • addAdded listener parameters to Form submitting components.(RLS) Fixes TAPESTRY-326.
  • update Remove <inject-state>, and add type attribute to <inject>.(HLS)
  • fixAllow Submits to defer invoking their listener.(HLS) Fixes TAPESTRY-166.
  • fix Properly seperate data from different users stored using the tapestry.persist.ClientPropertyPersistenceStrategy service.(HLS) Fixes TAPESTRY-320.
  • fixFix some problems with the TestRestartService test suite.() Thanks to Richard Hensley.
  • fix Make it possible to add behavior before and/or after invoking listener methods. (HLS) Fixes TAPESTRY-294.

Version 4.0-alpha-2 (May 5 2005)

  • add Add lookup mechanism to determine page class from page name. (HLS)
  • add Allow the name of the initial page to be overriden using the org.apache.tapestry.home-page application property. (HLS)
  • add Add asset-encoding that encodes and decodes a friendly URL for the asset service. (HLS)
  • add Add methods to IMarkupWriter that allow filtering to be specified using a parameter. (HLS)
  • add Allow component parameters to have a default binding type. (HLS) Fixes TAPESTRY-291.
  • add Add 'client' property persistence strategy. (HLS)
  • add Enhance listener methods, allowing them to include the request cycle optionally, and also optionally accept listener parameters. (HLS)
  • add Add DirectServiceEncoder. (HLS)
  • addAdd cache attribute to <parameter> element.(HLS)
  • add Add Trails as a related project. (HLS) Fixes TAPESTRY-279.
  • add Add AppFuse as a related project. (HLS)
  • add Add methods to IMarkupWriter that allow filtering to be specified using a parameter. (HLS) Fixes TAPESTRY-210.
  • update Coordinate Locale changes with the hivemind.ThreadLocale service. (HLS)
  • update Add an extra level of indirection, so that engine services can be wired together using the engine-service: object provider. (HLS)
  • update Replace references to release 3.1 with release 4.0. (HLS)
  • update Upgrade to Javassist 3.0. (HLS)
  • update Upgrade to HiveMind 1.0-beta-1. (HLS)
  • update Changed FieldLabel to pre-render its associated field, so that decorations stay synchronized, even in a loop. (HLS)
  • fix Include a message digest, as a credential, inside asset URLs. (HLS) Fixes TAPESTRY-281.
  • fix Set form name from component id, and disallow name as an informal parameter. (HLS) Fixes TAPESTRY-285, TAPESTRY-293.
  • fixAdd quotes around attribute values in contrib:Table <table> elements.(EH) Fixes TAPESTRY-303.
  • fix Validation error renderers should implement toString. (HLS) Fixes TAPESTRY-259.
  • fix Roll IValidationDelegate change, adding getCurrentFieldTracking(), forward from 3.0.2 into 4.0.(HLS) Fixes TAPESTRY-246.

Version 3.0.3 (Mar 26 2005)

  • update Build scripts are now Java 1.5 friendly. (PF)
  • fix Fixes security flaw in asset service. (PF) Fixes TAPESTRY-278.
  • fix JanitorThread now terminates explicitly when servlet is destroyed. Interruption properly terminates thread during sweep operation. (PF) Fixes TAPESTRY-230.
  • fix Fixed bug preventing DatePicker calendar window from closing automatically if onchange event handler is not specified. (PF) Fixes TAPESTRY-238.
  • fix DatePicker onchange event now only fires when date changes. (PF) Fixes TAPESTRY-277.
  • fix Patch for bad translation in ValidationStrings_zh_TW.properties (PF) Thanks to Xi Ping Wang. Fixes TAPESTRY-255.
  • fix Patch for bad translation in ValidationStrings_zh_CN.properties (PF) Thanks to Xi Ping Wang. Fixes TAPESTRY-251.
  • fix Fixed incorrect test for enabling rendering of element in FormConditional component. (PF) Thanks to Michael Hamilton. Fixes TAPESTRY-1.
  • fix Fixes missing type attribute of script tag in Body component. (PF) Thanks to Markus Wiederkehr. Fixes TAPESTRY-283.
  • fix Fixes improper engine cleanup when client aborts a request. (PF) Thanks to Matthew Mead.

Version 3.1-alpha-1 (Feb 21 2005)

  • add Add <inject-state> element to specifications. (HLS)
  • add Add property attribute to <component>, <bean> and <asset> and add enhancement workers to inject these objects as properties. (HLS)
  • add Add hivemind: binding prefix. (HLS)
  • add Add new ComponentPropertySource service for accessing component meta-data properties. (HLS)
  • add Added LabeledPropertySelectionModel that decorates an IPropertySelectionModel with an label row. (PF)
  • add New ButtonLinkRenderer, an ILinkRenderer implementation that renders a link component as a button. (PF)
  • update Remove dependencies on Jakarta digester, collections and beanutils. Add dependency on Jakarta HiveMind. (HLS)
  • update Remove support for the <service> element in specifications (in favor of the tapestry.services.ApplicationServices configuration point). (HLS)
  • update Significant rework of how Tapestry URLs are formatted. (HLS)
  • update Removed support for the Tapestry JSP taglib. This can now be accomplished using service paths recognized by service encoders. (HLS)
  • update Changes to Form to prevent collisions between query parameters supplied by services (in an ILink) and form element ids. (HLS)
  • update Change Form (and WML Go) to have the direct and action services injected. (HLS)
  • update Refactoring to move application state object management out of IEngine and generalize it. (HLS)
  • update Make the Body component output initializations in a script block at the end of the page (just before the close tag), rather than in a window.onload event handler. (HLS)
  • update Support more boolean values. (HLS) Fixes TAPESTRY-262.
  • update Inject Messages into components; this means that all Tapestry page and component classes are abstract. (HLS)
  • update Change handling of initial values for properties to be based on injected logic. (HLS)
  • update Inject specification into components. (HLS)
  • update Use enhancement to inject page event registration into components. (HLS)
  • update Split PageRenderListener into PageBeginRenderListener and PageEndRenderListener. (HLS)
  • fix Allow namespaces to define localized messages, providing defaults for pages and components within the namespace. (HLS) Fixes TAPESTRY-242.
  • fix Fix bad link in UsersGuide/spec.xml. (HLS) Thanks to Michael Frericks. Fixes TAPESTRY-265.
  • fix Allow control over attribute name for components in templates. (HLS) Fixes TAPESTRY-165.

Version 3.0.2 (Feb 14 2005)

  • fix Fix build settings for JDOM and Jetty. (EH) Fixes TAPESTRY-214, TAPESTRY-216, TAPESTRY-227.
  • fix Upgrade OGNL to 2.6.7. This should move to 2.7.0 as soon as it is released. (EH)
  • fix Added call to onchange for DatePicker pop-up selections. (EH) Fixes TAPESTRY-238.
  • fix Provide localized validation messages for Simplified Chinese (zh_CN). (HLS) Thanks to Xi Ping Wang. Fixes TAPESTRY-249.
  • fix Provide localized validation messages for Swedish. (HLS) Thanks to Niklas Ekman. Fixes TAPESTRY-139.
  • fix Ignored interruptedException prevents Janitorthread termination. (HLS) Fixes TAPESTRY-230.
  • fix 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.
  • fix Persistent properties can't be set to null. (HLS) Thanks to Michael Frericks. Fixes TAPESTRY-218.
  • fix ListEdit component reference should list source and value as required. (HLS) Thanks to Sadanori Ito. Fixes TAPESTRY-200.
  • fix FAQ link to Spring integration document is broken. (HLS) Thanks to Wouter de Vaal. Fixes TAPESTRY-189.
  • fix [PATCH] ValidationStrings_de.properties (HLS) Thanks to Dominik Kreutz. Fixes TAPESTRY-167.
  • fix Have RenderString implement useful toString(). (HLS) Fixes TAPESTRY-258.
  • fix Change ListEditMap to never return null from getDeletedKeys(). (HLS) Fixes TAPESTRY-260.

Version 3.0.1 (Oct 16 2004)

  • update Add PopupLinkRenderer to contrib, this renderer emits javascript to launch the link in a new window. (DS)
  • update Make IMessages smartly expand exceptions into their message, or their class name. (HLS)
  • update Provide a public implementation of ITemplateParserDelegate. (HLS) Fixes 30261.
  • update Added a clearErrors() method to IValidationDelegate. (HLS)
  • fix Ensure that the page's requestCycle property is set before finishLoad() is invoked on any component. (HLS) Fixes 29850.
  • fix Fix NPE in ValidationDelegate when the form has errors recorded for fields that did not render. (HLS) Fixes 29871.
  • fix Palette does not clear its selected list when no selections are made. (HLS) Fixes 30384.
  • fix Allow abstract pages/components even if no specified properties (or other enhancements) (HLS) Fixes 26967.
  • fix Shell component should allow informal parameters (HLS) Fixes 30086.

Version 3.0 (Apr 18 2004)

  • fix Workbench/Upload exception when no file specified (HLS) Fixes 28345.
  • fix Add FormConditional to Component Reference (DS) Fixes 28396.
  • fix Add element parameter to contrib:Choose (DS) Fixes 28422.
  • fix 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)

  • update Add docs on how to report problems. (HLS)
  • fix 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.
  • fix NPE in org.apache.tapestry.form.LinkSubmit. (DS) Thanks to sito@htf.highway.ne.jp. Fixes 28177.
  • fix 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.
  • fix 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 Fix problems in the binary distribution. (HLS) Fixes 28057.
  • fix Create proper OGNL context when checking for invariant OGNL expressions (when initializing component properties). (HLS) Fixes 27954.
  • fix DataSqueezer: Incorrect exception message (HLS) Fixes 27628.
  • fix ExpressionBinding optimizes expressions incorrectly (HLS) Fixes 28010.

Version 3.0-rc-1 (Mar 15 2004)

  • update Update Component Reference to use 3.0 syntax (DS)
  • update Update the license to Apache Software License 2.0. (HLS)
  • update Added 'raw' attribute to FieldLabel component. (EH)
  • update Removed the out-of-date Tutorial. (HLS)
  • update Update DatePicker to use a graphic icon to hide and show the calendar. (HLS)
  • update 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)
  • fix ValidationDelegate.writeLabelPrefix/Suffix does not have IValidator access (EH) Fixes 27656.
  • fix Fix javadoc. (DS) Thanks to Michael M. Brzycki. Fixes 27630, 27631.
  • fix Incorrect example code. (DS) Fixes 27567.
  • fix InspectorButton docs have incorrect links. (DS) Thanks to Michael M. Brzycki. Fixes 27551.
  • fix Palette doesn't retain user-specified sort order (HLS) Fixes 18288.
  • fix Don't use request.getRemoteHost() since that requires an expensive reverse DNS lookup. (HLS) Fixes 23544.
  • fix Fix typos and inaccuracies in the 3.0 DTD comments. (HLS) Thanks to basile.chandesris. Fixes 27071.
  • fix Fix logic in client-side validation. (HLS) Thanks to Jamie Orchard-Hays. Fixes 27202, 27203, 27227.
  • fix DatePicker doesn't use the current Locale in its formatter (HLS) Thanks to Karel Miarka. Fixes 27110.
  • fix Check for duplication of ids between the HTML template and the specification. (HLS) Fixes 20932.
  • fix Fix some number conversion problems inside NumberValidator. (HLS)

Version 3.0-beta-4 (Feb 5 2004)

  • add Added new validator, Pattern Validator (HK)
  • update Change direction of parameter model for WML components, SelectionField and PropertySelection (DS)
  • update Convert the Tapestry home page to build using Forrest. (HLS) Thanks to Tetsuya Kitahata.
  • update Updated javadoc build target to link to JDK 1.3 () Thanks to Michael M. Brzycki.
  • update Updated Component Reference for WML components (DS)
  • update Made DateValidator's getEffectiveFormat()/getEffectiveDisplayFormat() public (RLS)
  • update Updated to use DocBook 1.62.4 XSL stylesheets for documentation generation (RLS)
  • update Moved info priority logging to debug priority (RLS)
  • update Custom parameter binding properties only enhanced if abstract (RLS)
  • update Updated the Table components to have an easier interface, similar to that of Foreach. (MB)
  • update current OGNL 2.6.3 needs to be used (MB) Fixes 23870.
  • update 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)
  • update Add an implementation of toString() to RequestCycle. (HLS)
  • update Update all copyrights for 2004. (HLS)
  • update Remove unncessary constructor from test case classes. (HLS)
  • update Changed mock unit tests to redirect System.out and System.err to log files rather than the console. (HLS)
  • update Improve the documentation for the Palette component, providing a real example of CSS styles used with the component. (HLS) Thanks to Glen Stampoultzis.
  • update Added Servlet API 2.4 from Tomcat 5 and ejb.jar from Geronimo. Made the mock objects compatible with Servlet API 2.4. (MB)
  • update Evaluate the string 'false' as Boolean.FALSE. All other non-empty strings continue to be evaluated as Boolean.TRUE. (MB)
  • update Automatically download external dependencies (such as Forrest and McKoi DB). (MB)
  • fix Fixed the byte[] mapping in org.apache.tapestry.enhance.JavaClassMapping (DS)
  • fix Fixed the null pointer exception from FieldLabel when not enclosed by Form or when IValidationDelegate is not provided (HK)
  • fix The key attribute of the script foreach is changed to not be a required attribute (HK)
  • fix Added support for OGNL TypeConverter in expression bindings (EH)
  • fix build.properties.sample does not include jython.dir (MB) Fixes 21833.
  • fix Table component doesn't sort fine when there are null values (MB) Fixes 22840.
  • fix Wrong Package in link (MB) Fixes 22640.
  • fix JavaDoc: should IField be IFieldTracking?? (MB) Fixes 22641.
  • fix contrib:PopupLink ignores informal parameters (MB) Fixes 23668.
  • fix Wrong Package in link (MB) Fixes 22635.
  • fix Typo: "In a IListenerBindingSpecification" (MB) Fixes 22634.
  • fix Add url parameter to Shell component (MB) Fixes 22694.
  • fix Problem with URL encodings at EngineServiceLink.java (MB) Fixes 23511.
  • fix The source parameter of Foreach should be required (MB) Fixes 23227.
  • fix tests failing under JDK 1.3 (MB) Fixes 20252.
  • fix Name attribute gets duplicated in TextField (MB) Fixes 23500.
  • fix DateField component throws an ApplicationRuntimeException (MB) Fixes 22835.
  • fix NumericField component throws an ApplicationRuntimeException (MB) Fixes 22836.
  • fix Using NumericField cause a ClassCastException (MB) Fixes 22837.
  • fix Compatibility of the AbstractEngine to servlet-api 2.2 (MB) Fixes 24467.
  • fix patch to allow workbench to work with JDK 1.4.2 and current Jetty (MB) Thanks to Colin Sampaleanu. Fixes 24298.
  • fix race condition in class enhancement (MB) Fixes 24425.
  • fix The Dates tab in the Workbench contains an empty popup link (MB) Fixes 23916.
  • fix ApplicationRuntime Exception loses root cause... (MB) Fixes 24008.
  • fix NumberValidator forces to input a value (MB) Fixes 22958.
  • fix junit.jar needed to build junit subproject (MB) Fixes 21871.
  • fix JUnit XML tests broken under JDK with no XML parser (eg. 1.3) (MB) Fixes 20253.
  • fix No JVM requirements mentioned in docs (MB) Fixes 24393.
  • fix [PATCH]ValidationStrings_zh_TW.properties (MB) Thanks to Zhenbang Wei. Fixes 24874.
  • fix PageService.getLink throws ClassCastException if parameters arg is Object[] (EH) Fixes 25117.
  • fix NumericField does not pass on its type parameter (RLS) Fixes 25462.
  • fix ValidationDelegate throws NPE for some new FieldLabel/ValidField (RLS) Fixes 25585.
  • fix properties cannot be of complex array types (MB) Fixes 25642.
  • fix fixed broken links in doc\src\common\TapestryLinks.xml (EH) Fixes 25766.
  • fix Inherited parameters do not pick up default values (MB) Fixes 26395.
  • fix Add download links. (HLS)
  • fix Component parameters with direction 'form' should not allow static bindings. (HLS) Fixes 26416.
  • fix Fixed NPE in PatternValidator.toString(). (HK) Fixes 26599.
  • fix Fix TestMocks to not use JDK 1.4 API. (HLS)
  • fix Fixing property initializers to be evaluated every time (unless they are invariant) (MB)
  • fix DatePicker positioning problem fixed. (HK) Thanks to Anatol Pomazau.
  • fix 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.
  • fix Fixed one more place where the encoding needs to be set (MB) Fixes 25611.