Commit graph

149 commits

Author SHA1 Message Date
Sacha Greif
c19936dfa1 Update README.md 2016-05-26 15:52:35 +09:00
Sacha Greif
acad01f492 0.26.2 2016-05-22 15:53:58 +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
aaa280e8e8 version bump (0.26.1) 2016-04-19 14:52:22 +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
01fe279e8c update package 2016-04-15 15:46:58 +09:00
Sacha Greif
46a4d04931 disabled settings field when already provided 2016-04-15 15:42:14 +09:00
Sacha Greif
d9bdd36073 fix category edition/creation 2016-04-15 09:17:04 +09:00
Sacha Greif
de75991728 fix "load more" bug for now 2016-04-14 16:22:57 +09:00
Sacha Greif
619551bcef version bump (0.26.0-nova) 2016-04-14 10:27:27 +09:00
Sacha Greif
fee29d4437 updating everything (Meteor 1.3.1, React 15, etc.) 2016-04-11 10:15:24 +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
7316b25e74 don't bump version after all, more readme work 2016-04-07 16:05:40 +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
Sacha Greif
8af78d8987 add readme sections about custom fields, publishing data, and posts parameters 2016-04-05 12:22:44 +09:00
Sacha Greif
641bc46e13 clean up forms package and update readme 2016-04-04 16:58:53 +09:00
Sacha Greif
a367ed426d adding embedly integration 2016-04-04 16:50:07 +09:00
Sacha Greif
f510c41244 improve social login buttons 2016-04-04 11:30:14 +09:00
Sacha Greif
f59729bbc4 merge NewDocument and EditDocument components into single NovaForm component; use it for comment edit form as well 2016-04-04 10:21:18 +09:00
Sacha Greif
afad8d21b7 Merge branch 'nova' of https://github.com/TelescopeJS/Telescope into nova 2016-04-04 09:31:53 +09:00
Sacha Greif
4fb68d4cc7 renaming variables to be more accurate; adding submitCallback to forms 2016-04-04 09:31:48 +09:00
michelherszak
4a5a1ca3c2 Merge branch 'nova' of https://github.com/TelescopeJS/Telescope into nova
Merge after
2016-04-03 10:14:35 -06:00
Sacha Greif
576fae3008 use nova:forms for comment new/reply forms as well 2016-04-03 20:58:11 +09:00
michelherszak
03bcd084a9 Commit after merge 2016-04-01 08:20:54 -06:00
Sacha Greif
aff400ec9f use ES6 classes for form components; disable form while it's submitting 2016-04-01 20:57:37 +09:00
michelherszak
8f148bbf1a EditComponent wasn't available through Telescope.components. The import from nova:forms fixed it for UserEdit.jsx 2016-03-31 13:24:19 -06:00
Sacha Greif
0cb56d8b79 create separate PostNewForm component; add error messages to post new and edit forms (for now); add errors to comment new and edit 2016-03-31 09:36:25 +09:00
Sacha Greif
deb48b5a97 enable $unset of empty properties in edit form; bring in CheckboxGroup code to work around refs bug 2016-03-31 09:11:47 +09:00
Sacha Greif
b23b7eea73 include forms package in repo; add cache for FR-SSR; fix modal window callback issue; fix posts.single publication and subscription bug 2016-03-30 19:08:06 +09:00