AT Reference Browser Widget 1.0.1 (Mar 27, 2005)

bugfixes, i18n support, cssregistry (plone2.1)

For additional information about this project, please visit the overview page .

Available downloads

Product Package

For all platforms (0 kB)

Change log

* converted templates to own i18n domain (hannosch)
* fixed an allowed_types_method handling bug
(http://members.plone.org/collector/4131). (alecm)
* fieldName may not be the same as field.getName() due to the way
BaseObject.widget() works. This strangeness is used to make
Topics/Criteria work, but makes ATRBW unusable in criteria. Now it works.
(alecm)
* Fixed allowed_types handling so that it respects allowed_types_method, and
fixed the method handling. (alecm)
* Fixed some base_query brokenness when allow_browse is enabled. (alecm)
* added i18n infrastructure (hannosch, naro)
* added support for CSSRegistry