This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
Releases: bizley/yii2-podium
Releases · bizley/yii2-podium
0.7 beta
- Forum filters for new and edited posts showing proper lists.
- Unread posts showing proper lists.
- Fixed post preview on edit error.
- Fixed bug when Podium can not run without external user component configured.
- Internal redirects use module id instead fixed 'podium' name.
- Admin role is properly assigned in case of inherited user identity.
- Username is now required on registration and generated in case of inherited user identity.
- Spanish translation added thanks to @XzAeRo
0.6 beta
- 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.
0.5 beta
- Polls have been added - users can add poll when creating new thread,
- Podium configuration is now more flexible,
- Hardcoded
podium
module ID is removed, - Search mechanism has been fixed,
- Post reporting mechanism has been fixed,
- Promoting members to moderators has been fixed.
This version breaks BC but since it's beta you should see this coming already:
userComponent
no longer takesown
andinherit
values,rbacComponent
no longer takesown
andinherit
values,bizley\podium\Module
has been renamed tobizley\podium\Podium
.
Check Podium Wiki for the new configuration details.
0.4 beta
- Installation's exception logs and missing uses in User class fixed (I know, I know, tests are coming).
- Friends list is properly cached.
- Thumbs up / down fixed.
- Post reporting action by moderator goes to edit action now.
- Slug class has been replaced by SluggableBehavior.
- RSS feature has been removed.
0.3.1 beta
Podium update fix.
0.3 beta
- Maintenance redirect corrected.
- Information about new DB version for admin only.
- Avatar widget used in every view with avatar.
- Added URL image handler for Quill editor.
- HTMLPurifier configuration for Quill corrected.
- Yii2-bootstrap dependency added.
- Thread visual improvements.