Changelog
1.4 (28.10.2009)
- multiple level request dictionary support
- new wpart introduced: wpart:comment
- embedding default values in wparts from templates (patch submitted by Elena Bobrova)
- integration with EWGI
- new template language support: ErlyDTL
- top-down template including feature
- experimental ejabberd-flavoured e_hook introduced
- Erlang Web Test Suite application bundled
- upgraded to Yaws 1.85
1.4 RC1 (17.08.2009)
- EWGI support added
- Integrated with ErlyDTL
- wpart_valid password check fixed
- wpart_comment added
- e_hook introduced
- wtpl:insert tag implemented
- fixed e_component error (application already started)
- added support for utf-8 in e_json
- twitterl component introduced
1.3 (25.05.2009)
- distribution support
- generic annotations added
- new automatic form builder implemented
- CouchDB support corrected
- support for other than integers primary keys added
- cross-framework logger introduced
- wpart_paginate improvements
- Xmerl removed from wtype's handle_call functions
- "rewrite" feature in dispatcher rules added
- wpart_bool corrected
- generator escript implemented
- eisdir/enoent under Mac Os are handled properly
- reverse dispatching implemented (thanks to Zoltan Lajos Kis)
- 501 errors logs contain now URL
1.2.1 (19.03.2009)
- Fixed simple POST request parameters passing in e_mod_inets
- All wparts accept HTML attributes
- Regular expression pattern for basic type string
- Extension and maximum size filter for basic type upload
- Upgrade to Yaws 1.80
- Added new feature: e_component with:
- wpart_rss - automatic RSS builder
- ew_backup - tool for automatic doing backups and restoring them
- wpart_erlsyntax - wpart responsible for Erlang syntax highlighting
- e_auth - interface for authentication and authorization
- e_auth_dets - DETS implementation of e_auth
1.2 (15.12.2008)
- Added scripts for compiling, creating new release and adding new applications to the project
- Refactored bin/start script to bin/start, bin/stop, bin/start_interactive and bin/connect
- Implemented new basic types: atom and float
- Added CouchDB experimental support
- Created transparent interface to the database engine (e_db)
- Fixed an error with calling bin/start.erl from relative directory
- Improved INETS to provide the same functionality as Yaws (except multi-chunked multipart uploads)
- Added wpart:paginate for paginating lists of objects in views
- Dispatcher accepts the named subpatterns in its regular expressions
- Created named slots in tpl files
- Added the possibility of setting cookies from the controller
1.1.1 (12.11.2008)
- Corrected bug with e_lang en.conf default loading
- Fixed the .app files
- Corrected the dialyzer warnings
1.1 (03.11.2008)
- Added dispatcher for mapping URLs to function calls or templates expanding
- Created 13 basic types with the possibility of adding user defined and building the more complex ones
- Automatic forms building
- Generic validation
- Basic aspects implementation (only "before" and "after")
- i18n mechanism for translating the whole services
- Template inheritance
- Created one configuration file for whole service
- Added basic start scripts
- Moved cache .cxml files to separate directory
- Implemented simple API to mnesia database
- Improved e_mod_yaws module: now accepts multipart requests, https connections, cookie manipulations and error pages displaying
- Added UTF-8 suport
- Fixed wpart:list and wpart:choose
Changelog (last edited 2011-03-20 10:03:39 by BruceFitzsimons)