cakephp-feedback

A CakePHP plugin for direct feedback or bugreport (with screenshot!) tab option in your app.

MIT License

Downloads
24.4K
Stars
6
Committers
15
cakephp-feedback - 2.0.4 Latest Release

Published by dereuromark 7 months ago

Fixes

  • Fixed up files bundled in release using gitattributes file.

Full Changelog: https://github.com/dereuromark/cakephp-feedback/compare/2.0.3...2.0.4

cakephp-feedback - 2.0.3

Published by dereuromark 9 months ago

Fixes

Fixed plugin class name

cakephp-feedback - 2.0.2

Published by dereuromark 10 months ago

Fixes

Fix up Bootstrap 5 compatibility.

cakephp-feedback - 2.0.1

Published by dereuromark 11 months ago

Fixes

Fixed controller default model class.

cakephp-feedback - 2.0.0

Published by dereuromark about 1 year ago

CakePHP 5 compatible release

Enjoy!

cakephp-feedback - 1.2.0

Published by dereuromark over 1 year ago

Improvements

  • PHP 8.2 compatible

Note: PHP 7.4+ now.

cakephp-feedback - 1.1.2

Published by dereuromark almost 2 years ago

Fixes

Fixed username in sidebar form

cakephp-feedback - 1.1.1

Published by dereuromark about 2 years ago

Fixes

Load only needed fields for overview.

cakephp-feedback - 1.1.0

Published by dereuromark over 3 years ago

Improvements

Priority and Status

You can optionally ask for a priority.
You can also set a status in the backend, e.g. "in progress" or "archived".

Database Store

Added DatabaseStore and its own database backend as storage.
This is especially useful if a file-based storage is not an option, on multi-server or cloud-based hosting.

Note: If you want to switch from files to DB, that is possible.
There is a migration path included. Just go to the admin index for the items, there will be an "Import Files" action available as long as you keep the config for the Filesystem store. It will then just take those files and import them into the DB table.

cakephp-feedback - 1.0.0

Published by dereuromark about 4 years ago

CakePHP 4 release

This plugin provides a static feedback tab on the side of the screen that enables a website visitor to submit feedback or bug reports.
Features pure client-side screenshot function including user-placed highlight / accent.

cakephp-feedback - 0.1.5

Published by dereuromark over 4 years ago

Fixes

Fixed default z-index.

Improvements

Added option for autoLinking URLs in admin backend view.

cakephp-feedback - 1.0.0-beta

Published by dereuromark almost 5 years ago

CakePHP 4 compatible pre-release

Please help to finalize for stable release.

cakephp-feedback - 0.1.4

Published by dereuromark almost 5 years ago

Improvements

Cleaned up some controllers. Removed deprecations.

cakephp-feedback - 0.1.3

Published by dereuromark almost 5 years ago

Bugfixes

  • Fixed URL defaults for link generation.
  • Removed deprecations.
cakephp-feedback - 0.1.2

Published by dereuromark almost 7 years ago

Bugfixes

  • Session issues fixed
  • CsrfComponent compatibility

Improvements

  • Added Swedish translation (thanks to @digitalfotografen )
cakephp-feedback - 0.1.1

Published by dereuromark almost 7 years ago

Small fixes

cakephp-feedback - 0.1

Published by dereuromark almost 7 years ago

Initial Release

This is an upgrade of the 2.x FeedbackIt plugin from Stefan van Gastel.
He put an excellent plugin together. I upgraded it and applied a few extras for 3.x awesomeness.

Just to mention a few improvements:

  • Escape key to close
  • Use store engines via interface for SOLID and easier extendability