====
TODO
====
v1.2
----
* backport r22057 from Five-1.3 branch: fix Localizer unit test problem
* i18n domain of site/managesite.pt?
* i18n and translation of utilities/browser/*pt
* can we stop using zLOG and use the logging package? please?
* events (efge)
- get rid of deprecation warnings
- add CHANGES.txt entry
* five:registerClass (yuppie)
- functional test that checks the ZMI if there really is an entry in
the add menu?
* make rendering of resource urls support sites?
v1.3
----
* revisit the test_localsite/test_{get|query}NextSiteManager tests
* correctly treat ZCatalog.Catalog(Path)Awareness.CatalogAware w.r.t
events (efge)
v1.4
----
- fix up locale support in Five.form/Five.formlib
- namedtemplate in Five.formlib?
- l10n (philikon)
- Figure out where add-view redirects should go.
- Instructions on using add views.
- HTTP/WebDAV: support dispatching of all HTTP/WebDAV methods to HTTP
views. If lookup fails, fall back to methods on the object (Zope 2
style). Security is implied by HTTP views.
- FTP: allow manage_FTPstat, manage_FTPget, manage_FTPlist to dispatch to
filerepresentation adapters. Make sure to handle security correctly.
- Grant security stuff through ZCML ()?
- top-level , directives as a ZCML spelling of
allowModule, allowClass
* marker interfaces
- re-add 'views_details' that didn't make it into 1.2/1.3
- add interface for ordering marker interfaces
- improve the way available marker interfaces are detected. It should be
possible to declare interfaces explicitly as marker interfaces.