1. some nice improvements

    errorMessage

    Error messages are back in zafu forms. This is really important for user feedback and we made big efforts to detect all kinds of errors so it seems natural to do something with this information…

    We also implemented some site settings for the people who do not need all the publication workflow. The setting is auto_publish which means that zena will try to publish everything that is saved. “Hey ! that will produce tons of versions !”, the fast brained user says. Well, we thought about this problem and about the many versions single clic actions can generate and we implemented redit_time to set the minimum time between versions. For example if your last version is 1h old and you save (with auto_publish or with a v_status field to 50), you will not create a new version if redit_time is greater the 1h.

    Gaspard Bucher