This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
0.6 beta
Pre-release
Pre-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 anddenyCallback
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.