Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

0.6 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@bizley bizley released this 29 Jan 13:36
· 44 commits to master since this release
  • Markdown editor can now be used instead of WYSIWYG editor. Editor is built based on Codemirror with Samdark's Codemirror buttons plugin. Markdown is parsed with Cebe's Markdown parser.
  • AccessRules are properly using configured RBAC component.
  • New parameters - accessChecker allows to set the Podium access type and denyCallback determines what to do in case access has been denied.
  • All DB index names are prefixed now with podium_ to avoid name collision (fresh installation only).
  • Options to change timezone and anonymous browsing have been moved to Forum Details so user does not have to provide password in order to change them.
  • Configuration values are properly returned in case of missing cache component.
  • Basic setup for Codeception tests has been prepared. Tests will be added continuously.