Yii2 Podium Versions Save

Yii 2 forum module project

0.7

7 years ago
  • 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

7 years ago
  • 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.

0.5

7 years ago
  • 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 takes own and inherit values,
  • rbacComponent no longer takes own and inherit values,
  • bizley\podium\Module has been renamed to bizley\podium\Podium.

Check Podium Wiki for the new configuration details.

0.4

7 years ago
  • 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

7 years ago

Podium update fix.

0.3

7 years ago
  • 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.

0.2

7 years ago

0.2 is finally here.

  • Most parts are rewritten (not finished yet though).
  • Russian translation has been added thanks to @Katenkka (cheers again!).
  • Quill editor has been updated to 1.0.
  • Many fixes and tweaks.

0.1

8 years ago

Beta is up!

Feel free to test it and report any issues and / or suggestions.