Contents
What is ztfy.zmi ?
ztfy.zmi is a small package which just provides a new skin called ZMI. This skin is done to include standard ZMI views with ZTFY.blog management skin.
How to use ztfy.zmi ?
This skin is mainly done for site-level management tasks, such as handling site-level utilities ; so it's mainly targeted to site system administrators.
Changelog
0.3.0
- use ZTFY.skin data API
0.2.11
- move login form to ZTFY.skin package
- updated forms and views templates
0.2.10
- modified ZMI access menu to handle virtual hosts correctly
0.2.9
- added menu to access management console from back-office
- removed useless test
0.2.8
- modified templates to match new ZTFY.skin package
- added weight on several viewlets
0.2.7
- changed package source layout
0.2.6
- refactoring to follow release 0.3.0 or ztfy.skin package
0.2.5
- changed viewlets order value
0.2.4
- modified login form to be used as "normal" page as well as IUnauthorized exception's default view
0.2.3
- modified '@@SelectedManagementView.html' for redirects to work better in a virtual host environment with custom startup script
0.2.2
- updated ZMI breadcrumbs to facilitate navigation in site's management folder
0.2.1
- modified login process to allow authentication on global PrincipalRegistry
- migrated resources management from zc.resourcelibrary to fanstatic
0.2
- switch to ZTK-1.1
- added access to login page on IUnauthorized exception
0.1.2
- changed breadcrumbs handling to correctly get IBreadcrumbInfo multi-adapter
- changed viewlet layer to IZMILayer instead of IZTFYBlogBackLayer
0.1.1
- fixed bug related to naming of several divs in form macros
0.1
- initial release