Releases: monsti/monsti
Releases · monsti/monsti
0.13.0
- New features:
- Fields of contact forms are configurable.
- Added RenderNode signal (replaces NodeContext signal).
- Added GUI for list fields.
- Changes:
- Deprecated NodeContext signal (use RenderNode signal!).
- Moved contact form to separate module.
- Changed fields (Method, FormData, Form, PostForm) of service.Request.
- Refactored service.Field.
- Fixed:
- Now calling FinishSignal in WaitSignal if an error occurs.
- Stop waiting for signal responses if an error occured.
0.12.0
- New features:
- Migrations to new releases will be as pleasant as possible and
fully documented. - Added DynamicType and Dummy field types.
- Migrations to new releases will be as pleasant as possible and
0.11.0
- New features:
- Added Combined, Integer and Map field types.
- Added core.Navigations setting which allows to specify the depth
of the main navigation. - Added Dutch translation.
- Changes:
- Replaced TinyMCE with CKEditor.
- Lock site data on access.
- Moved mail contents to template.
- Change created file/directory permission from 0600 to 0660 and
from 0700 to 0770.
- Fixed:
- Fix Makefile for MacOSX
0.10.0
- New features:
- Implemented site settings.
- Enabled translation for WYSIWYG editor.
- Added description node field; used as META description.
- Added "Hidden" option for node fields.
- Added Bool field type.
- Added site setting to disable caching.
- Added rudimentary reference field type (no UI yet).
- Added rudimentary list/repeatable field type (no UI yet).
- Added thumbnail field.
- Now automatically fills name field.
- Changes:
- Refactored node type and field API.
- Removed template overwrites and local fields.
- Refactored util API.
- Refactored signal API.
- Use custom classes (monsti--htmlarea-align-*) for WYSIWYG alignment /
floats. - Removed Node.GetField and Node.GetValue.
- Updated admin bar layout.
- Made add action more user friendly.
- Fixed:
- Fixed button styles.
- Fixed race condition in module initialization.
- Now trying to create service path if not existing.
0.9.0
- New features:
- Added list action to view and order node children.
- Added link and image browser for TinyMCE.
- Changes:
- Accepting dots in node names.
- Removed body field from core.File node type.
- Images don't show up in the navigation any more.
- Templates use classes instead of ids.
- Fixed:
- Fixed core.File template.
- Fixed and refactored TranslationMaps.
- Fixed cache dependencies of core.Blog nodes.
- Fixed error returning of service functions.
- Fixed Text field type's required option.
0.8.0
- New features:
- Implemented a cache system.
- Implemented RPC method Monsti.RemoveNodeData
- Changes:
- Go <=1.2 is no longer supported.
- Refactored Monsti.SendMail.
- Wait for all modules to finish initialization.
- Changed init script to run monsti as unprivileged user.
- Bugfixes:
- Fixed content and sender of contact form mails.
- Fixed StartModule in api/util/module.
- Fixed image upload and decoding.
- Fixed login for image node types.
- Fixed positioning of admin bar.
- Fixed thumbnail generation.
- Fixed use of absolute paths in embed URIs.