All releases of UnCommon Web


Release Notes: This release fixes a number of minor but very annoying issues in the 0.3.8 release.


Release Notes: This release improves the documentation, adds a completely new backend, adds multi-threading support to the mod_lisp backend, and provides a large number of bugfixes and minor improvements.


Release Notes: New features include Web presentations, a task component, and a redirect component. Documentation work was done.


Release Notes: A new component dependency protocol was added. Action URLs are now computed by recursively walking the component tree. Support for CLISP, Allegro Common Lisp, and Araneida was added. Many bugfixes were made. A new collection of components for working with HTML forms was added.


Release Notes: This release improves the component API and rendering protocol. The new ucwctl script makes deploying ucw servers easier.


Release Notes: This release simply fixes some small but fatal bugs which made their way into the 0.3.2 release.


Release Notes: The component hierarchy has been extended to include common type of components, which helps accommodate common types of components. The user's manual has been rewritten to include many of the recent (and not so recent) changes. The render-on method has been "officially" included the RERL protocol, and now uses wrapping-standard method combination. The UCW inspector component is now based on SLIME's inspector.


Release Notes: Updates were made to the RERL protocol. A new template-component API, optional cookie based session management, and a MOP based component implementation were added.


Release Notes: This release updates the component API, improves the component library, improves TAL and YACLML support for forms, improves backend support, includes much improved doc strings, includes control over expired session handlers, and fixes many bugs.


Release Notes: A :component slot option has been added to defcomponent forms. A UCW package has been created that exports the public interface. There is a new API for the range-view component. A simple date-picker component has been created. All TAL extensions are now accessible as yaclml macros. <ucw:option tags contain real LISP objects as values (as opposed to strings). There are convenience tags (and yaclml macros) for form handling.