Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/getgrav/grav-plugin-form

Grav Form Plugin
https://github.com/getgrav/grav-plugin-form

Fill changelog

37df298dec612c6756d68c77047c8c6d89a4944b authored over 8 years ago by Flavio Copes <[email protected]>
Use the text rather than key for multiple selects when in selectize mode

799f49b2312f1a0890855833b616ad76628be2fb authored over 8 years ago by Djamil Legato <[email protected]>
Added raw filter to handle `&nbsp;` in select options - #502

4743046ceb928fd594391f0ee70ba05480f038fe authored over 8 years ago by Andy Miller <[email protected]>
Restore `tu` filter

Erroneously removed in a412583cfabee9eaaf722dfc0edcdcb59a480d98

433a1c7a420455753cfd232847cf22f99c4bb836 authored over 8 years ago by Flavio Copes <[email protected]>
Fix select field with multiple option enabled

44a58b6777a9baaa4cce4ec58d519dcaf7cb8fd6 authored over 8 years ago by Flavio Copes <[email protected]>
Show the Captcha in the site active language

95787e0c23044bec241523bd7169a028fc44a3ce authored over 8 years ago by Flavio Copes <[email protected]>
Fix backward incompatible change introduced and explained in https://github.com/getgrav/grav-plugin-form/pull/63

b0122468fdaf9d528aa2ac9a026cf8c17048d5e6 authored over 8 years ago by Flavio Copes <[email protected]>
Process Twig in the Form `message`

473c1dab184a276ba6e71a8f6c8b7d93c9b8194a authored over 8 years ago by Flavio Copes <[email protected]>
Add scope to form data. Plus some other improvements

* Add default `form.html.twig` and `formdata.html.twig` for themes that do not provide it
* Add...

15fe9d633ce83c47ba29bed56e3b7e0660911672 authored over 8 years ago by Flavio Copes <[email protected]>
Allow translating the form message

6565fe6b5c59ae264d50d1da01cad8f80f7ffb6a authored over 8 years ago by Flavio Copes <[email protected]>
`|tu` -> `|t` for frontend fields

a412583cfabee9eaaf722dfc0edcdcb59a480d98 authored over 8 years ago by Flavio Copes <[email protected]>
Translate placeholder in textarea too

3a04c0bfe658887871a92b6ea7ef37588c9a2568 authored over 8 years ago by Flavio Copes <[email protected]>
Merge pull request #62 from tyrion273/patch-2

Placeholders translatable

caa3d50627a245e34700c3c6047b49e491b14f30 authored almost 9 years ago by Flavio Copes <[email protected]>
Update field.html.twig

222e53632f27a09cb5d678f73bc6642c875227e3 authored almost 9 years ago by Oliver Stapelfeldt <[email protected]>
Add min and max to range

586d279b4abd6083ee364cff56b6c4d0c530376c authored almost 9 years ago by Flavio Copes <[email protected]>
Remove unused "vertical" variable and class

0c5ec2648d7544a60b155027c094188164ee3843 authored almost 9 years ago by Flavio Copes <[email protected]>
Added a deprecation notice to `datetime`

3ec23021404e0b43ec8a584893cddcfb398f1615 authored almost 9 years ago by Flavio Copes <[email protected]>
Update form example URL

cbb6623d62276c7f3e5185729cf9d43f909655fb authored almost 9 years ago by Flavio Copes <[email protected]>
Merge pull request #59 from janklostermann/patch-1

added German translation

5e76f1e2fe4deb6dfd00564ecef3653a6fabef73 authored almost 9 years ago by Flavio Copes <[email protected]>
added German translation

83bf290d4136f893d9c77b8e02f0f89af6d7d798 authored almost 9 years ago by janklostermann <[email protected]>
Merge pull request #58 from jjui/patch-4

Update to support attribute `for="id"` on label for checkbox

f6c14568e1f42c64575b042022c40364bc3d9fd7 authored almost 9 years ago by Flavio Copes <[email protected]>
Update to support attribute `for="id"` on label

As the label is disabled to render before the input on type checkbox and instead add the custom ...

462451c8926fdcb0720e687ea3730fa2125cc4b7 authored almost 9 years ago by J <[email protected]>
Merge pull request #57 from guillefd/patch-1

Callback must be defined before reCAPTCHA loads

fc65ae66b59bb8677153aa10b370d1090602ad6a authored almost 9 years ago by Flavio Copes <[email protected]>
Remove the <div> wrapping with no attributes

This wrapping div is in a perspective very pointless. As the child output is a wrapping div - wi...

703e02ad92af151c180a9fb2702105c661119db2 authored almost 9 years ago by J <[email protected]>
Callback must be defined before reCAPTCHA loads

As the widget is explicitly rendered, onload callback function must be defined before the reCAPT...

f0cb75afb50f609d638349150423f264215b8c99 authored almost 9 years ago by Guillermo <[email protected]>
Add missing scopes for form field names

5b30dcd18a2699538f3e467c8495cb7e742927b9 authored almost 9 years ago by Matias Griese <[email protected]>
Revamped fields for new Admin. Reworked Datetime

c7eb281704d311460170e087afe253bc2329d9cc authored almost 9 years ago by Djamil Legato <[email protected]>
Blueprints change

888b36f1de66df1d29bd923846a4f54a18c54152 authored almost 9 years ago by Matias Griese <[email protected]>
Fix #51 typo `recatpcha` -> `recaptcha`

Still allow old value for BC

d2545421529c2c39a72fb6e0597593ccf327ef8c authored almost 9 years ago by Flavio Copes <[email protected]>
Add function FormPlugin::getFormFieldTypes()

9cbece15180bd7709cc1faa65522e6a3e4f90a04 authored almost 9 years ago by Matias Griese <[email protected]>
Translate select placeholder

84460b5cb4e98493863acdb03e9053638198d15b authored almost 9 years ago by Andy Miller <[email protected]>
Merge pull request #49 from jjui/input-type-range

Create range.html.twig

e186bb1dfc17b8880182848ae930100daf95b21f authored almost 9 years ago by Flavio Copes <[email protected]>
Create range.html.twig

Extends input types with range.

Styling for vertical center in grav is needed.

2d7c22b854e7c2aa4452a1a996652e3f829433a6 authored almost 9 years ago by J <[email protected]>
Merge pull request #40 from getgrav/feature/fix-stopping-form-propagation

Fix stopping form propagation

1282ff4fcb1464de21db08fa7e82cfb5f753ffea authored almost 9 years ago by Flavio Copes <[email protected]>
Add blocks so classes can be overridden more easily in themes

519b1875551681d6debb2ee95d32716d5b39bad1 authored almost 9 years ago by Flavio Copes <[email protected]>
Allow to override classes in Form definition for the form element

2e6ba62bf9758a0485f50dcf18a8faa88113eb2d authored almost 9 years ago by Flavio Copes <[email protected]>
Fix #44 form action URL in home page.

473d5c2e98f3c08004d502d73e8f6047ff33565b authored almost 9 years ago by Flavio Copes <[email protected]>
removed some extraneous spaces

10de6908931ef76378ec0542a69eaa3a76c13286 authored almost 9 years ago by Andy Miller <[email protected]>
fixed year in form changelog

9f32c21fdefea4f20428c923de2186d65d9d24a3 authored almost 9 years ago by Andy Miller <[email protected]>
Merge branch 'release/1.2.2' into develop

7f4987984080261facfff1885a22c05291a0bd2b authored almost 9 years ago by Andy Miller <[email protected]>
Merge branch 'release/1.2.2'

8a63f758b6c607aef5cc3df70661b800a0c95286 authored almost 9 years ago by Andy Miller <[email protected]>
version update

4c8a9fb3c94289c620b4ef2cbe1227cfa44a62a5 authored almost 9 years ago by Andy Miller <[email protected]>
Merge pull request #45 from charlesrt/develop

fixed capitlisation on form class link

a37b0cd5b8a634a800a6740200eee8c63b578793 authored almost 9 years ago by Andy Miller <[email protected]>
fixed capitlisation on form class link

99d155d481c6b81b81f3df64cabcb737e121811f authored almost 9 years ago by Charles Reynolds-Talbot <[email protected]>
Merge branch 'release/1.2.1'

5537418fd2a228e919056df1a6677c532abd309b authored almost 9 years ago by Andy Miller <[email protected]>
Merge branch 'release/1.2.1' into develop

baeabd3493aa02aa476391b015f0dcf41068bfe3 authored almost 9 years ago by Andy Miller <[email protected]>
version update

97f22ccf5e72a2e3dd14702fab37c038ad320d85 authored almost 9 years ago by Andy Miller <[email protected]>
Allow placeholder for select field

5ed117d6c8e2f389ce624f77c5e95eabd69d8b3a authored almost 9 years ago by Flavio Copes <[email protected]>
Code lint

09f5eb1a28d3175b9063d5828f302214f848bc3f authored almost 9 years ago by Flavio Copes <[email protected]>
:bug: Fix stopping form propagation

3cf794eee3b273999343d19f80902cc07b8adaf4 authored almost 9 years ago by Flavio Copes <[email protected]>
Merge pull request #38 from Vivalldi/develop

Add for attribute to labels

d8ec7e9f4964faea51004a4d4ecab91dbb6d2fe6 authored almost 9 years ago by Flavio Copes <[email protected]>
Add for attribute to labels

e000483a30895b4b1da1266fda7cdd5fc572cdda authored almost 9 years ago by Tyler Cosgrove <[email protected]>
Use common language strings in blueprints

1fc986c9d01e8705c114ea24c911dbe1f700552f authored almost 9 years ago by Flavio Copes <[email protected]>
Merge pull request #37 from joelrotelli/fixreadme

Fix type in readme : replace forms/forms.yaml by form/form.yaml

6452d843b064ebd036744d0fa926a417a48c00d8 authored almost 9 years ago by Flavio Copes <[email protected]>
Fix type in readme : replace forms/forms.yaml by form/form.yaml

dfe96ad4eccf3e74b7efdeb8cfdf5ed02f86d29c authored almost 9 years ago by Joel ROTELLI <[email protected]>
Fix nl2br, add to the correct place or will break for arrays

86beaab1c88eb66c5a9442524c486a2e7a04ed60 authored almost 9 years ago by Flavio Copes <[email protected]>
Merge pull request #36 from ajbozdar/master

Update Changelog.md

7879580d2fddb657c8da61182ab50a03d66a23c2 authored almost 9 years ago by Andy Miller <[email protected]>
Update Changelog.md

corrected release year of v1.2.0

36273af5e543ef080aaf81e1934dad45bdd3227a authored almost 9 years ago by Boždar <[email protected]>
Add nl2br to form field values for display in HTML response and in emails

7230926b1caa8cca15377b9f72aeb5285e5fff7c authored almost 9 years ago by Flavio Copes <[email protected]>
Merge branch 'release/1.2.0' into develop

f509dbaaa0cc32d158c0fd16cf0c9de7f2ed1c3c authored almost 9 years ago by Andy Miller <[email protected]>
Merge branch 'release/1.2.0'

a0919b465ec69a17892876248b8beb0ad2c185fc authored almost 9 years ago by Andy Miller <[email protected]>
version update

0304a991c38e5a58ee8f8b745615597adfaed076 authored almost 9 years ago by Andy Miller <[email protected]>
Merge pull request #33 from getgrav/feature/fix-file-input

Correctly merge the file field configuration

d45a1566e988919a00445eb67adcf59591780260 authored almost 9 years ago by Flavio Copes <[email protected]>
Restore full file information save

83b05962c2b38ec04674fa20547f996b49064e5b authored almost 9 years ago by Flavio Copes <[email protected]>
Correctly merge the file field configuration

Currently it picks the settings in the wrong way, and even after fixing
it, it merges the config...

5c58fd8cc6ecfb2c15494a8cbce584b1151e55ef authored almost 9 years ago by Flavio Copes <[email protected]>
Merge branch 'release/1.1.0'

db256dbd72542e668fe0d026cc843e4e35d7f311 authored about 9 years ago by Andy Miller <[email protected]>
Merge branch 'release/1.1.0' into develop

b29c63ae0d77864fed763125e0256e70f4cde747 authored about 9 years ago by Andy Miller <[email protected]>
version update

deca7013fd0ee711ec2fd00186b443a82bbfcef3 authored about 9 years ago by Andy Miller <[email protected]>
version update

1e47183dbbd0d70e196ae0d3357c1964db5d757a authored about 9 years ago by Andy Miller <[email protected]>
Update README.md

69876fc173740bab1ca7a555b1bcde1c55b8a711 authored about 9 years ago by Andy Miller <[email protected]>
Merge pull request #30 from MATsxm/patch-2

Update languages.yaml

9ed8679328d9d042bd4e9c78f29775441a97eb7f authored about 9 years ago by Flavio Copes <[email protected]>
Update languages.yaml

/fr updated + typo

7c8703b116f7e8846dc0843b025aa4a584e44bc7 authored about 9 years ago by Marc-Antoine Thevenet <[email protected]>
Update languages.yaml

/fr updated

8d866cef5d46f494b167cce83b39dd5ae18b5ba0 authored about 9 years ago by Marc-Antoine Thevenet <[email protected]>
Fix overriding the defaults for the file type in forms

Got aware of this when testing multiple file fields, the setting wasn't
applied.

5657f93caa140d706dbb86062b43382f50dd0dac authored about 9 years ago by Flavio Copes <[email protected]>
Merge pull request #28 from diomed/patch-1

Croatian translation

71544487d22219442249ede57cd0c270c1332e63 authored about 9 years ago by Flavio Copes <[email protected]>
Croatian translation

+ sorted languages alphabetically

6a39ba7aba83d2e5d8085c575abf1799c4c09a1a authored about 9 years ago by Kruno H <[email protected]>
Allow translating button and checkboxes labels

98bff2f20dc3aecc6f32926d4acbded3a77bae0e authored about 9 years ago by Flavio Copes <[email protected]>
Allow adding classes to the form field container with field.outerclasses

d24010c8e5d6a482b72b823aefd96064502ad914 authored about 9 years ago by Flavio Copes <[email protected]>
Add id, style and disabled options to select fields

24d92678aadd5d8cee5f96f5dffc5ba2a2a158a3 authored about 9 years ago by Flavio Copes <[email protected]>
Allow translation for the display field content

efb8a398a48e2f321b392474412f657e376ffc8d authored about 9 years ago by Flavio Copes <[email protected]>
Allow adding form labels and help text as lang strings, translate them

745b08f667cfd27d8dfc1d4e7be312da67aedb00 authored about 9 years ago by Flavio Copes <[email protected]>
Fix error message on file upload, $error is never an error at this point

dadcac0f113afc388cd080a6a74cd136a0ed4355 authored about 9 years ago by Flavio Copes <[email protected]>
Merge branch 'release/1.0.3' into develop

d1beee69f3d5d5aa93d3491f51ca331b54c28942 authored about 9 years ago by Andy Miller <[email protected]>
Merge branch 'release/1.0.3'

af9de5af5891fdb3a258209ed545d118db870dc7 authored about 9 years ago by Andy Miller <[email protected]>
version update

fa1080f61637b72503989c358fab199cefcff10f authored about 9 years ago by Andy Miller <[email protected]>
changelog updated

a369e5e71361dc49bafc76fc55883f96575a02ab authored about 9 years ago by Andy Miller <[email protected]>
Merge pull request #26 from tcsizmadia/develop

Updated languages.yaml

8a0e8f2d047668b665a680ddb59631ac7b17f2dd authored about 9 years ago by Flavio Copes <[email protected]>
Updated languages.yaml

Hungarian translation of ERROR_VALIDATING_CAPTCHA string

f51e6262c4be2b2f8190458e48f080e8c1fb68f7 authored about 9 years ago by Tamas Csizmadia <[email protected]>
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-form into develop

38cba77e8e1dc3e5d08ae227092c29e52fcec25a authored about 9 years ago by Tamas Csizmadia <[email protected]>
Only unset the existing page and add the route page if that exists. Fixes error in handling admin registration form

31756d47214d4ef9d74e5b32b0b94f806beb887e authored about 9 years ago by Flavio Copes <[email protected]>
Fix captcha validation, do not throw an exception but use new stopPropagation and error message

7937c9639c9ef42dfe2392ebbeab76307c316b2a authored about 9 years ago by Flavio Copes <[email protected]>
Since we generate a different event for each onFormProcessed action, allow an action to stop processing with $event->stopPropagation()

c1fb63e50afbfe06f91e0538a34097ad6a1351fd authored about 9 years ago by Flavio Copes <[email protected]>
Updated languages.yaml

Hungarian translation of new strings.

a850c549a34774cca22223605c8fa2aa9e99deaa authored about 9 years ago by Tamas Csizmadia <[email protected]>
Merge branch 'release/1.0.2' into develop

507bfe18f09f463c53fe52ff426559abe3853c40 authored about 9 years ago by Andy Miller <[email protected]>
Merge branch 'release/1.0.2'

35970a11f2f6705b22efaa0b336eb7a4657b1bb8 authored about 9 years ago by Andy Miller <[email protected]>
version update

a840e215c4cc752c00540ed225c1ef47992adab8 authored about 9 years ago by Andy Miller <[email protected]>
Fixed blueprints for admin (#25)

4054bcc24f444260d4eaa1f681f2db20656e5097 authored about 9 years ago by Djamil Legato <[email protected]>
Supprot for arrays in data.txt.twig (#25)

b85b39fefb2c72053d3c97a3a064f380158a58e3 authored about 9 years ago by Djamil Legato <[email protected]>
formatting

2a86a57b2b51ed8ae1e6ca51c9d022368ec5faa1 authored about 9 years ago by Djamil Legato <[email protected]>
Fixed inheritance of default settings (fixes #25)

68e6c88cccae605f8edc08eb94532145ec09b349 authored about 9 years ago by Djamil Legato <[email protected]>