Skip to content

Releases: FriendsOfCake/crud-view

0.9.2

02 Sep 06:49
Compare
Choose a tag to compare

Bugfix

  • Change "ready" handler usage. #203
  • Fix template selection when controller action name does not match Crud action name. #206
  • Fix span tag generation. #208

0.9.1

09 Aug 06:24
Compare
Choose a tag to compare

Bugfix

  • Fix all associations being fetched even if scaffold.relations was set to false. #202

0.9.0

03 Aug 14:38
Compare
Choose a tag to compare

Bugs

  • FrozenDate(Time) does not get displayed #196 #197
  • Remove superflous ensureConfig() method from ViewListener class #198
  • Fix PHPStan Issues #200
  • Fix configured collection not being used by ViewSearchListener. #201

Features

  • Allow showing form fields in tabs. #193
  • Add filter collection support to SearchViewListener #195
  • Add global tables blacklist. #199

0.8.1

02 Jul 21:50
Compare
Choose a tag to compare

Removals

  • Remove deprecated SearchListener class #194

Bugs

  • Default error controller name is "Error" in 3.x 43eb22b

0.8.0

28 Jun 02:07
Compare
Choose a tag to compare

This release requires CakePHP 3.4 and removes all internal deprecated code.

If a feature is not documented or tested, it may be considered free game to change/modify in a future release.

  • Upgrade cakephp #191
  • Remove deprecated code #192

0.7.0

27 Jun 20:06
Compare
Choose a tag to compare

Deprecations

Warnings may be emitted for all deprecated functionality usage. Deprecated functionality will be removed in the next release.

  • Deprecate scaffold.index_blog_title_field in favor of scaffold.index_title_field
  • Deprecate scaffold.index_blog_body_field in favor of scaffold.index_body_field
  • Replaced the after_form/before_form view blocks with form.after_end/form.before_create viewblocks
  • Namespaced the submit_button_text and enable_dirty_check options with the word form.
  • Replaced scaffold.disable_extra_buttons and scaffold.extra_buttons_blacklist with scaffold.form_submit_extra_buttons

Bugs

  • Ensure input generated by DateTimeWidget passes SecurityComponent #178
  • Remove scrutinizer warnings #179 #180
  • Drop messages from options sent to the view layer #167

Features

  • Add support for BootstrapUI Breadcrumbs #168
    • upgrade to at least bootstrap-ui 1.2
    • pull blockquotes from scaffold.breadcrumbs configuration key
    • introduce Breadcrumb and ActiveBreadcrumb classes
    • add docs for all blockquote-related functionality
  • Clean up index action button implementation #170
    • Add documentation!
    • Cleanup action groups
    • Add the ability to specify where the primaryKey will appear in the generated url
  • Add gallery index type #177
    • Deprecate scaffold.index_blog_title_field in favor of scaffold.index_title_field
    • Deprecate scaffold.index_blog_body_field in favor of scaffold.index_body_field
  • Implement finder scopes #182
  • Add the ability to specify "format as" buttons #181
  • refactor: Simplify forms #166
    • Adds much-needed documentation. I consider anything documented stable, and all else refactorable/removable.
    • Replaced the after_form/before_form view blocks with form.after_end/form.before_create viewblocks. The old ones will render but will trigger a deprecation notice.
    • Added form.after_create/form.before_end viewblocks.
    • Namespaced the submit_button_text and enable_dirty_check options with the word form. Also changed the variable in use. The old variables will still take affect but will emit a deprecation notice.
    • Created a new scaffold.form_submit_extra_buttons configuration key. This allows total control of the form submit buttons. The configuration keys scaffold.disable_extra_buttons and scaffold.extra_buttons_blacklist will still take effect but will emit a deprecation notice.

Documentation

  • Add documentation to index page surrounding bulk actions #188
  • Cleanup navigation docs #169

0.6.0

22 Jun 19:52
Compare
Choose a tag to compare
  • #164: Use database type class instances to marshal date time strings.

0.5.0

13 Apr 00:33
Compare
Choose a tag to compare
  • #162: Add support for newer bootstrap version

0.4.3

12 Dec 00:08
Compare
Choose a tag to compare
  • ca5115d add ability to set the default submit button text

0.4.2

09 Dec 19:10
Compare
Choose a tag to compare
  • #157: Fix issue where the page title is unexpectedly set to the brand