xavcz
|
3687eea92f
|
fix #1449
|
2016-09-27 07:30:58 +02:00 |
|
xavcz
|
7c7c6fd2e5
|
v0.27.1 (+update .meteor/versions, +fix syntax)
|
2016-09-22 08:11:38 +02:00 |
|
xavcz
|
4ebf704760
|
add implementation of defaultValue after prefilledValue (see #1443)
|
2016-09-21 14:42:05 +02:00 |
|
xavcz
|
cbd9141e78
|
update react (15.3.1) and associated packages, fix warnings "unknown prop"
|
2016-09-07 14:35:49 +02:00 |
|
xavcz
|
58148ae599
|
fix #1423
|
2016-08-09 07:57:12 +02:00 |
|
xavcz
|
830d6015ad
|
small fix on default props value not taken in consideration
|
2016-08-05 18:26:55 +02:00 |
|
xavcz
|
5e6c553284
|
NovaForm custom components with boolean value: fix a bug on account edit + newsletter setting using autofilledValues
|
2016-07-31 14:14:51 +02:00 |
|
xavizalote
|
91cc0e3f1b
|
make document available on nova:form's custom control
|
2016-07-21 00:37:06 +02:00 |
|
xavizalote
|
eb50a2b3a3
|
datetime picker: when an edit form is submitted, the datetime value is not reset if already defined (bug fix post.postedAt on post edit)
|
2016-07-07 12:48:35 +02:00 |
|
xavizalote
|
e3479d216f
|
generic datetime picker component for nova:forms working on new & edit post
|
2016-07-06 15:53:14 +02:00 |
|
Sacha Greif
|
c28910f80f
|
small NovaForms improvements
|
2016-07-04 10:32:00 +09:00 |
|
Sacha Greif
|
45b1a8cc7d
|
use elementOnly for thumbnail URL; add support for beforeComponent and afterComponent to NovaForms; handle empty URLs in getDomain; add enableNewsletterInDev setting; add more logging to newsletter cron job; make newsletter time GMT; campaign -> newsletter; add missing imports; add spanish translation to README
|
2016-06-28 17:33:30 +09:00 |
|
sweetppro
|
e3e96a0486
|
added order support for custom fields
|
2016-06-22 10:16:07 +02:00 |
|
Sacha Greif
|
86d7c76395
|
fix Flash issue
|
2016-06-19 12:57:23 +09:00 |
|
Sacha Greif
|
c87929f5dd
|
make submitData callback do something (see #1355)
|
2016-06-17 13:05:17 +09:00 |
|
Sacha Greif
|
b4d0a8366f
|
small tweaks to nova:forms
|
2016-06-14 16:36:05 +09:00 |
|
Sacha Greif
|
2b64fd56da
|
remove dependency on Telescope flash messages from NovaForms
|
2016-06-14 10:45:03 +09:00 |
|
Sacha Greif
|
471f74adf7
|
make nova:forms accept schemas as well as collections
|
2016-06-13 16:05:46 +09:00 |
|
Sacha Greif
|
924330c12b
|
indentation fix
|
2016-06-13 11:11:20 +09:00 |
|
Sacha Greif
|
d812eacddf
|
i18n error messages
|
2016-06-10 10:43:23 +09:00 |
|
Sacha Greif
|
2c6e3d0d30
|
more i18n work
|
2016-06-10 10:25:38 +09:00 |
|
Sacha Greif
|
f899713408
|
more work on i18n
|
2016-06-09 20:26:33 +09:00 |
|
Sacha Greif
|
c1572344ba
|
working on i18n
|
2016-06-09 17:42:20 +09:00 |
|
Sacha Greif
|
5ee570299a
|
replacing packages with their npm equivalents
|
2016-06-07 15:03:00 +09:00 |
|
Sacha Greif
|
204fa1d8b7
|
added support for field groups; small tweaks to user edit form
|
2016-06-03 11:03:36 +09:00 |
|
Sacha Greif
|
5c08e3d485
|
prefilledValues->autofilledValues (to avoid confusion); make sure we clone objects to avoid contamination; this.input -> this.formControl
|
2016-05-12 11:46:30 +09:00 |
|
Sacha Greif
|
36a81acf8c
|
improve handling of private settings
|
2016-04-21 15:09:03 +09:00 |
|
Sacha Greif
|
312a7b4f9e
|
various small tweaks
|
2016-04-21 15:08:43 +09:00 |
|
Sacha Greif
|
31959ae287
|
update formsy and get rid of warnings (yay!)
|
2016-04-20 09:23:11 +09:00 |
|
Sacha Greif
|
0907733208
|
more work on consistent naming
|
2016-04-19 15:54:53 +09:00 |
|
Sacha Greif
|
5c8fbf6d89
|
working on datetimepicker
|
2016-04-18 10:03:53 +09:00 |
|
Sacha Greif
|
2954fe0bb7
|
small tweaks
|
2016-04-17 16:49:31 +09:00 |
|
Sacha Greif
|
ece616be1e
|
update state on blur, not on change (better for performance? doesn't really seem to make a difference)
|
2016-04-17 16:47:04 +09:00 |
|
Sacha Greif
|
9eac9bf800
|
fixing a couple things
|
2016-04-17 10:48:02 +09:00 |
|
Sacha Greif
|
60f29bbfd1
|
simplify UserProfileCheck logic
|
2016-04-17 10:29:52 +09:00 |
|
xavizalote
|
d878b8466e
|
get rid of dom warning (nova:forms)
|
2016-04-16 18:01:37 +02:00 |
|
xavizalote
|
5c424dabf5
|
add a fields property to filter on them
|
2016-04-16 16:20:18 +02:00 |
|
xavizalote
|
c2d1a1ab99
|
Merge remote-tracking branch 'TelescopeJS/devel' into completed-profile-hook
|
2016-04-15 15:16:15 +02:00 |
|
xavizalote
|
d17f2f8812
|
enhance (or tweak?) nova:forms with requiredFieldsOnly props
|
2016-04-15 11:35:04 +02:00 |
|
Sacha Greif
|
46a4d04931
|
disabled settings field when already provided
|
2016-04-15 15:42:14 +09:00 |
|
Sacha Greif
|
a342909102
|
add cancel callback to forms
|
2016-04-08 10:29:32 +09:00 |
|
Sacha Greif
|
d4324dd388
|
fix new post notification bug; fix new post form bug
|
2016-04-08 10:09:19 +09:00 |
|
Sacha Greif
|
37861c4695
|
simplify nova:forms (again)
|
2016-04-07 22:21:01 +09:00 |
|
Sacha Greif
|
959cd081cc
|
fix nova:demo
|
2016-04-07 20:05:23 +09:00 |
|
Sacha Greif
|
1e4f732082
|
updated readme; nova:forms version bump (0.25.8)
|
2016-04-07 15:53:18 +09:00 |
|
Sacha Greif
|
b32b48d40b
|
reorganize file
|
2016-04-07 15:29:02 +09:00 |
|
Sacha Greif
|
7f8a38a2a1
|
refactor + simplify nova:forms logic
|
2016-04-07 15:24:38 +09:00 |
|
Sacha Greif
|
0c76519954
|
small form tweak
|
2016-04-07 14:20:44 +09:00 |
|
Sacha Greif
|
013afb158f
|
finish work on embedly prefilling
|
2016-04-07 12:43:41 +09:00 |
|
Sacha Greif
|
4cf74cfc27
|
clean up publishedFields
|
2016-04-05 16:27:48 +09:00 |
|