Skip to content

Commit

Permalink
- Added a few Zope 4 ZMI screenshots to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 7, 2019
1 parent 5f9ba7f commit e5ab3bf
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Features
Other changes
+++++++++++++

- Added a few Zope 4 ZMI screenshots to the documentation
(`#378 <https://github.com/zopefoundation/Zope/issues/378>`_)

- refreshed Sphinx configuration and switched to the ReadTheDocs theme

- expanded the Zope 4 migration documentation
Expand Down
Binary file added docs/_static/editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/folder_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/properties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/undo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 37 additions & 12 deletions docs/zope4/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,28 +136,53 @@ manually.
For example, in Zope 2, the parser does not care about opening and closing
tags that are not matched in terms of being uppercase/lowercase, or
unmatched opening/closing tags in general. All this will now cause template
compilation to fail.
compilation to fail. See :ref:`zope4pagetemplatemigration` for help.


Memory use
----------
Lower memory consumption at runtime
-----------------------------------
Zope 4 depends on a new DateTime release. The new release has been optimized
for better memory use. Applications using a lot of DateTime values like the
Plone CMS have seen total memory usage to decrease by 10% to 20% for medium
to large deployments.


ZMI overhaul
------------
The ZMI (Zope Management Interface) is now styled with Bootstrap.
See :ref:`ZMI-label` for details how to adapt Zope add-on packages to the new
styling.


Unified encoding
----------------
Simplified encoding configuration
---------------------------------
As it is reasonable to have one unified encoding in ZMI and frontend, support
for ``management_page_charset`` (as property of a folder) has been removed.
``default-zpublisher-encoding`` in `zope.conf` is the only place where to
define the site encoding that governs how the ZPublisher and Zope Page
Templates handle encoding and decoding of text.


Restyled Zope Management Interface (ZMI)
----------------------------------------
The ZMI (Zope Management Interface) is now styled with Bootstrap.
See :ref:`ZMI-label` for details how to adapt Zope add-on packages to the new
styling.

.. figure:: /_static/folder_list.png
:width: 1024
:alt: The newly styled ZMI root

The newly styled ZMI root

.. figure:: /_static/editor.png
:width: 1024
:alt: The `Ace` editor on a Page Template

The `Ace` editor on a page template. The editor is also used for Python
Scripts, DTML Methods/Documents and Z SQL Methods.

.. figure:: /_static/undo.png
:width: 1024
:alt: The central `Undo` view is reached from the new left-side menu

The central `Undo` view is reached from the new left-side menu

.. figure:: /_static/properties.png
:width: 1024
:alt: The restyled `Properties` view

The restyled `Properties` view

0 comments on commit e5ab3bf

Please sign in to comment.