|
|
Release history
1.2.1
Release summary (release date 2008-09-02)
- Features
o Multi-window support
o Upgrade to Tap 4.1.5
o Composite keys
- Fixed issues for Version 1.2.1
-
[TRAILS-160] - Search for Enums
throws a class cast exception
-
[TRAILS-162] - filteredAssociation
in HibernateEditors.HTML has no component in
HibernateEditors.PAGE
1.1.1
Release summary (release date 2007-10-02)
- Fixes minor issues in 1.1 release:
- Fixed archetypes referring to snapshot versions
- Added a default exception page to the archetype
- Fixed an issue with validating unique entities when CGLIB
enhanced classes are used
- Branch (1.1.x) available for further maintenance
releases
1.1
Release summary (release date 2007-09-30)
- Features
- Move to Tapestry 4.1.3 (
DONE)
- Modularization (
DONE)
- Owner instance -based security (
DONE)
- Search refactoring +
Compass/
Lucene
Integration (
DONE)
- Exception handling (
DONE)
- New look & feel, multiple themes (
DONE)
- Fixed bugs in 1.1:
Errors were reported by the JIRA trusted connection.
- Unrecognized application: confluence:8447594
1.0.1
Release plan frozen because of 1.1 release
- Maintenance release - will only be released if major bugs
are found before 1.1 is released
- Branch (1.0.x) available
- Currently open bugs for 1.0.1:
Errors were reported by the JIRA trusted connection.
- Unrecognized application: confluence:8447594
1.0
Release summary (release date 2007-05-13)
- Features
- Maven build, maven archetypes
- Automatically initialize persistent seed entities as
Spring beans
- Bug fixes
- Clean up after moving to Codehaus
- Close all major bugs
- Examples
- Make sure all work correctly
- Fancy'ed examples (rico, dojo, tacos...)
- Leverage much of what trails has to offer and
includes
.9 Release
summary
- Examples & Doc
- ONE (1) integrated, always current and updated, example
- As a showcase for all features of trails and showing
how to leverage used and bundled libraries (hibernate,
lucene...)
- Like in Tacos' demo, documentation of how it works
should be included in the examples - this could replace a
tutorial in parts
- Documentation
- Similar to Tacos Component Documentation, brief but
complete with a small "how to" example
- Examples for all features listed below, this means all
annotations and some howto's regarding components in HTML
files
- Features
- Initial version of Security
- i18N
- Enhancements to ObjectTable
- Allow override Blocks for cells
- Do paging using Hibernate criteria
-
Trails annotations (including important related (eg.
from hibernate))
- @PropertyDescriptor(index=3, displayName="foo") //
Ordering, custom names*
- Orders your properties using
index and giving it the name
displayName
- @PropertyDescriptor(summary = false) // Hides the
property in listing*
- @Collection(child=true) // Relation with
collections*
- n-m Relation, 1-m, m-1 Releations -
@OneToMany(cascade=CascadeType.ALL,
fetch=FetchType.EAGER)*
- Rich text property
- Annotate Class or Property with
@Security(restrictions =
{ @Restriction(restrictionType = RestrictionType.xxx,
requiredRole=yyy) }
xxx being one of DELETE, UPDATE, VIEW, yyy being a user
"Chef" or a rolle "ROLE_MANAGER", "ROLE_USER"
- Validation
|