Personal tools
You are here: Home / News / Plomino 1.6.2: improvements and fixes

Plomino 1.6.2: improvements and fixes

WEBDAV locked elements

Plomino is now able to unlock automatically webdav-locked design elements before importing.

(So you do get anoying import failures if one of the forms or views has been locked by mistake.)

XML design export improvements

XML export used to be a one-line ugly XML string, making it difficult to compare with a previous export.

It is now much nicer:

  • XML is pretty,
  • elements are sorted,
  • CDATA escaping has been removed,
  • lxml is used if installed.

The main benefit is that now Plomino XML design export can be efficiently manage by SVN or diff tools.

Design tab is sorted

The Design tab lists all thedesign elements, which might be a very long list if your database is a little complex.

All those elements are now sorted by id.

Restrict XML documents export to a view

In the Replication tab, you can now restrict the exported documents to a given view.

It might be useful if you want to store in SVN or deploy on your production server a subset of documents (like your configuration documents for instance).

Document Actions