Skip to content

Releases: FriendsOfCake/crud-view

0.4.1

09 Dec 09:58
Compare
Choose a tag to compare
  • Refactor documentation

0.4.0

06 Dec 11:35
Compare
Choose a tag to compare

Deprecations:

  • scaffold.brand is deprecated in favor of setting scaffold.site_title
  • scaffold.disable_sidebar is deprecated in favor of setting scaffold.sidebar_navigation to false

Changes:

  • 38b9172: Updated documentation site
  • #151: Support for customizing the site title with an image and link, and deprecate scaffold.brand
  • #152 #154: Utility navigation (top-right) customization support via scaffold.utility_navigation
  • #153: Sidebar navigation customization support via scaffold.sidebar_navigation
  • #155: Add the ability to completely customize index pages via scaffold.index_type
  • #156: Deprecate the scaffold.disable_sidebar config option

0.3.4

24 Nov 07:12
Compare
Choose a tag to compare
  • Allow customizing locale for DateTimeWidget
  • Documentation update

0.3.3

04 Sep 15:50
Compare
Choose a tag to compare
  • Bug fixes, coding standards fixes

0.3.2

05 Jun 09:21
Compare
Choose a tag to compare
  • Allow to override association configuration like 'hardcoded' controller.
  • Allow to control the td in a table.
  • Use filter name itself as field name to fix calls to lookup action.
  • Allow configuring default use of selectize and autocomplete in ViewSearch listener.
  • Fix double pluralization of controller and association names.

0.3.1

12 May 07:12
Compare
Choose a tag to compare
  • Allow disabling sort link for index page table columns
  • New helper methods CrudViewHelper::columnType() and CrudViewHelper::formatDisplayField() to allow easier overriding and better control over generated output.
  • Minor display fixes

0.3.0

28 Apr 01:40
Compare
Choose a tag to compare
  • #107: @drmonkeyninja Added ability to override controller action links’ text using label.
  • #112: @ADmad Move form buttons in a separate element so that they can be easily modified
  • #113: @ADmad Make usage of AssetCompress configurable.
  • #115: @josegonzalez Remove the legend on search

CrudView 0.2.0

23 Feb 09:32
Compare
Choose a tag to compare
  • Made it work in PHP 7
  • Works correctly with Cake 3.2.3
  • Glyphicons from cloudflare CDN
  • Improved selectizer options

0.1.0

14 Feb 10:44
Compare
Choose a tag to compare
  • Fix readme reference for composer package
  • Fix issue where SearchListener cannot be loaded concurrently with the Crud.SearchListener
  • Fix support for newer method of retrieving filters from search manager

0.0.3

28 Dec 07:26
Compare
Choose a tag to compare
  • Remove invalid version references
  • Fix PHPCS and ScrutinizerCS violations