8000 Releases · monsti/monsti · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: monsti/monsti

0.13.0

22 Jul 12:09
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • 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

05 Jun 14:47
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • New features:
    • Migrations to new releases will be as pleasant as possible and
      fully documented.
    • Added DynamicType and Dummy field types.

0.11.0

01 Jun 21:29
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • 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

03 Apr 06:51
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • 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

14 Feb 15:03
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • 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

16 Jan 13:38
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
  • 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.

0.7.0

17 564C Dec 17:09
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
0