PUBLIC
  1. PUBLIC

laravel-form-builder

Public
AuthorCommitMessageCommit date
Kristijan HusakKristijan Husak
bebd624157cMMerge pull request #514 from mogic-le/entity-querybuilder-formPass form instance to "entity" field queryBuilder
Christian WeiskeChristian Weiske
c0bf2e1ff27Pass form instance to "entity" field queryBuilderThis 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...
friendlydanfriendlydan
64a619adc80Fix case of contants based on best practices from PSR2 (#513)Signed-off-by: CodeLingoBot <bot@codelingo.io>
Rudie DirkxRudie Dirkx
827a476c55cMake sure subvalues is an array (#479)
Rudie DirkxRudie Dirkx
85b1b164629fixes #448: filters form subform fields (#512)
Rudie DirkxRudie Dirkx
b2c33ec2699fixes #511: collection with >10 subforms bugfix
Rudie DirkxRudie Dirkx
5a3a1c539cdImproved Rules (collection) methods, see pr 491
Mike EricksonMike Erickson
67e9779ab16501/refactor remove deprecated helpers laravel58 (#504)* update .gitignore * fixes #501
Imperator237Imperator237
6ee09084972EntityType, property accept callback function (#490)
Mike EricksonMike Erickson
6bc88badccaMMerge pull request #497 from rudiedirkx/collection-prefer-input+collection option prefer_input
Mike EricksonMike Erickson
1abd21cc78aMMerge branch 'master' into collection-prefer-input
Mike EricksonMike Erickson
12a44ab59cdMMerge pull request #495 from rudiedirkx/dont-copy-parenttype-optionsdon't always automatically copy parent setOption(s) to children
Mike EricksonMike Erickson
1f322dbcd4dMMerge branch 'master' into dont-copy-parenttype-options
Mike EricksonMike Erickson
aa95a004314MMerge pull request #498 from GeoSot/patch-1Laravel 5.8 Deprecates Array Helpers
GeoSotGeoSot
606ff08f342Laravel 5.8 Deprecates Array Helpers
Rudie DirkxRudie Dirkx
30ae08082fb+collection option prefer_input
Kristijan HusakKristijan Husak
cf57a5ad003Remove note for collaborator request.
Rudie DirkxRudie Dirkx
a3d537e95f8don't always automatically copy parent setOption(s) to children
Kristijan HusakKristijan Husak
976295b8bd0Try fixing build for php 5.6.
Kristijan HusakKristijan Husak
f7c84be452eUpdate changelog.
Kristijan HusakKristijan Husak
4080568ed18Fix form builder fire event to use dispatch.
Kristijan HusakKristijan Husak
df950e7173dMMerge pull request #491 from rudiedirkx/field-rules-eventBetter field rules collection, with AfterCollectingFieldRules event
Kristijan HusakKristijan Husak
fbf1184af98Change event dispatch fire method to dispatch due to deprecation.
Kristijan HusakKristijan Husak
afc353c03a6UPDATE Readme.
Rudie DirkxRudie Dirkx
4249e5b7a51Better field rules collection, with AfterCollectingFieldRules event
Kristijan HusakKristijan Husak
b4d5d4290d7MMerge pull request #484 from nea/patch-2Changed: Added 'entity' to field constants as it was missing
Savas ZipliesSavas Ziplies
619265684f9Changed: Added 'entity' to field constants as it was missing
Kristijan HusakKristijan Husak
4481724a4ecMMerge pull request #483 from nea/patch-1Fixed: "datetime_local" to "datetime-local" as "_local" is not supported
Savas ZipliesSavas Ziplies
1033fb674adFixed: "datetime_local" to "datetime-local" as "_local" is not supported
Kristijan HusakKristijan Husak
283fde51e9fMMerge pull request #473 from rudiedirkx/statichtml escape with e() to respect Htmlable
Rudie DirkxRudie Dirkx
06e657a6104html escape with e() to respect Htmlable
Kristijan HusakKristijan Husak
b9a9884138fUpdate changelog.
Kristijan HusakKristijan Husak
bb332d7a6e8MMerge pull request #455 from tresa02/feature-issue-1001add const to all types
tresa02tresa02
fb588f5d8abadd const to all types
Kristijan HusakKristijan Husak
9cc7b2f7870Minor getConfig tweaks.
Kristijan HusakKristijan Husak
3585722baceMMerge pull request #406 from beghelli/masterAllow for form level configuration
Kristijan HusakKristijan Husak
cfb467e7733MMerge branch 'master' into master
Kristijan HusakKristijan Husak
936d326b978MMerge pull request #446 from wuwx/patch-2Update composer.json
wuweixinwuweixin
33155dd1d98Update composer.json
Kristijan HusakKristijan Husak
7df444a62aeUpdate changelog.
Kristijan HusakKristijan Husak
5bb1766e901Do not use request as model when validating a form.Fixes #442.
Kristijan HusakKristijan Husak
bc605668028Do not use null null coalescing operator in form make command.Fixes #441.
Kristijan HusakKristijan Husak
af1cead141dUpdate changelog.
Kristijan HusakKristijan Husak
286e758056dMMerge pull request #440 from sagarnasit/masterFix: lable and help_block position bug with radio and checkbox
Kristijan HusakKristijan Husak
505c6644562Update changelog and dev version.
SagarSagar
90b4696a8e0Fix lable and help_block position bug with radio and checkbox
Kristijan HusakKristijan Husak
48d970f369aMMerge pull request #435 from yarbsemaj/masterFixed bug where a custom closure would be interpreted as a string when using HTML 5 validation rules
JamesJames
969cbd75349Bug Fix with custom validation closures
JamesJames
7cb8a617a98Bug Fix with custom validation closures
Kristijan HusakKristijan Husak
9be37004e33MMerge pull request #424 from artis-auxilium/namespace_from_autoloadGet namespace from composer autoload