Kristijan Husak bebd624157c M Merge pull request #514 from mogic-le/entity-querybuilder-form Pass form instance to "entity" field queryBuilder 03 Apr 2019 Christian Weiske c0bf2e1ff27 Pass form instance to "entity" field queryBuilder This makes it possible to react to the current model values in
the query builder.
Example:
A "category" dropdown of type "entity".
Its queryBuilder adjusts the query to only show public categories.
When editing a model that already has a non-public category selected,
the query builder is now able to take this into account and
show public categories plus the currently selected non-public/intern... 03 Apr 2019 friendlydan 64a619adc80 Fix case of contants based on best practices from PSR2 (#513) Signed-off-by: CodeLingoBot <bot@codelingo.io> 02 Apr 2019 Rudie Dirkx 827a476c55c Make sure subvalues is an array (#479) 01 Apr 2019 Rudie Dirkx 85b1b164629 fixes #448: filters form subform fields (#512) 01 Apr 2019 Rudie Dirkx b2c33ec2699 fixes #511: collection with >10 subforms bugfix 29 Mar 2019 Rudie Dirkx 5a3a1c539cd Improved Rules (collection) methods, see pr 491 19 Mar 2019 Mike Erickson 67e9779ab16 501/refactor remove deprecated helpers laravel58 (#504) * update .gitignore
* fixes #501 09 Mar 2019 Imperator237 6ee09084972 EntityType, property accept callback function (#490) 09 Mar 2019 Mike Erickson 6bc88badcca M Merge pull request #497 from rudiedirkx/collection-prefer-input +collection option prefer_input 06 Mar 2019 Mike Erickson 1abd21cc78a M Merge branch 'master' into collection-prefer-input 06 Mar 2019 Mike Erickson 12a44ab59cd M Merge pull request #495 from rudiedirkx/dont-copy-parenttype-options don't always automatically copy parent setOption(s) to children 06 Mar 2019 Mike Erickson 1f322dbcd4d M Merge branch 'master' into dont-copy-parenttype-options 06 Mar 2019 Mike Erickson aa95a004314 M Merge pull request #498 from GeoSot/patch-1 Laravel 5.8 Deprecates Array Helpers 06 Mar 2019 GeoSot 606ff08f342 Laravel 5.8 Deprecates Array Helpers 05 Mar 2019 Rudie Dirkx 30ae08082fb +collection option prefer_input 05 Mar 2019 Kristijan Husak cf57a5ad003 Remove note for collaborator request. 02 Mar 2019 Rudie Dirkx a3d537e95f8 don't always automatically copy parent setOption(s) to children 02 Mar 2019 Kristijan Husak 976295b8bd0 Try fixing build for php 5.6. 27 Feb 2019 Kristijan Husak f7c84be452e Update changelog. 27 Feb 2019 Kristijan Husak 4080568ed18 Fix form builder fire event to use dispatch. 27 Feb 2019 Kristijan Husak df950e7173d M Merge pull request #491 from rudiedirkx/field-rules-event Better field rules collection, with AfterCollectingFieldRules event 27 Feb 2019 Kristijan Husak fbf1184af98 Change event dispatch fire method to dispatch due to deprecation. 27 Feb 2019 Kristijan Husak afc353c03a6 UPDATE Readme. 27 Feb 2019 Rudie Dirkx 4249e5b7a51 Better field rules collection, with AfterCollectingFieldRules event 23 Feb 2019 Kristijan Husak b4d5d4290d7 M Merge pull request #484 from nea/patch-2 Changed: Added 'entity' to field constants as it was missing 07 Feb 2019 Savas Ziplies 619265684f9 Changed: Added 'entity' to field constants as it was missing 07 Feb 2019 Kristijan Husak 4481724a4ec M Merge pull request #483 from nea/patch-1 Fixed: "datetime_local" to "datetime-local" as "_local" is not supported 07 Feb 2019 Savas Ziplies 1033fb674ad Fixed: "datetime_local" to "datetime-local" as "_local" is not supported 07 Feb 2019 Kristijan Husak 283fde51e9f M Merge pull request #473 from rudiedirkx/static html escape with e() to respect Htmlable 14 Jan 2019 Rudie Dirkx 06e657a6104 html escape with e() to respect Htmlable 14 Jan 2019 Kristijan Husak b9a9884138f Update changelog. 19 Dec 2018 Kristijan Husak bb332d7a6e8 M Merge pull request #455 from tresa02/feature-issue-1001 add const to all types 01 Nov 2018 tresa02 fb588f5d8ab add const to all types 01 Nov 2018 Kristijan Husak 9cc7b2f7870 Minor getConfig tweaks. 08 Oct 2018 Kristijan Husak 3585722bace M Merge pull request #406 from beghelli/master Allow for form level configuration 08 Oct 2018 Kristijan Husak cfb467e7733 M Merge branch 'master' into master 08 Oct 2018 Kristijan Husak 936d326b978 M Merge pull request #446 from wuwx/patch-2 Update composer.json 27 Jul 2018 wuweixin 33155dd1d98 Update composer.json 27 Jul 2018 Kristijan Husak 7df444a62ae Update changelog. 11 Jul 2018 Kristijan Husak 5bb1766e901 Do not use request as model when validating a form. Fixes #442. 11 Jul 2018 Kristijan Husak bc605668028 Do not use null null coalescing operator in form make command. Fixes #441. 11 Jul 2018 Kristijan Husak af1cead141d Update changelog. 04 Jul 2018 Kristijan Husak 286e758056d M Merge pull request #440 from sagarnasit/master Fix: lable and help_block position bug with radio and checkbox 04 Jul 2018 Kristijan Husak 505c6644562 Update changelog and dev version. 04 Jul 2018 Sagar 90b4696a8e0 Fix lable and help_block position bug with radio and checkbox 04 Jul 2018 Kristijan Husak 48d970f369a M Merge pull request #435 from yarbsemaj/master Fixed bug where a custom closure would be interpreted as a string when using HTML 5 validation rules 06 Jun 2018 James 969cbd75349 Bug Fix with custom validation closures 06 Jun 2018 James 7cb8a617a98 Bug Fix with custom validation closures 06 Jun 2018 Kristijan Husak 9be37004e33 M Merge pull request #424 from artis-auxilium/namespace_from_autoload Get namespace from composer autoload 14 May 2018