xavcz
1e2d43662d
form api, embedly url, fix posts autovalues
...
- Form API: updateCurrentValue(fieldName, fieldValue) => updateCurrentValues(newValues: {[fieldName]: fieldValue}) to update one or more fields at once;
- changes on EmbedlyURL: use of currentValues instead of autofilledValues, fix the use of 'media' field on new & edit (assigned server-side in async callback)
- fix Posts schema's autoValue logic: moved to callbacks (it worked on new docs but not triggered on edits)
2017-01-23 15:50:55 +01:00
xavcz
2638023f4e
harmonize apollo branch to be on v0.27.5
2016-12-08 23:48:16 +01:00
Sacha Greif
ce103c568c
make withSingle accept slug parameter; no need for variables in withMutation anymore; port newsletter methods to Apollo
2016-12-07 15:30:40 +09:00
xavcz
7d83b93b81
embedly: use withMutation
+ make getEmbedlyData mutation returning a JSON type
2016-12-06 18:09:26 +01:00
xavcz
37f4bdaf91
Telescope.components.Foo -> Components.Foo, same for related components utils like registerComponent, getRawComponent & replaceComponent
2016-12-06 18:06:29 +01:00
Sacha Greif
711a7b1153
add withMutation helper HoC for mutations that return a single JSON object
2016-12-06 16:25:50 +09:00
Sacha Greif
1386467e5c
implement Embedly methods as graphql mutations
2016-12-06 15:51:59 +09:00
Comus Leong
464e20a96c
eslint & clean up code, also fixed some bugs ( #1515 )
...
* [eslint] update eslint rules & add .eslintignore to ignore non-ready nova packages
* [clean-up] nova-voting
* [clean-up] [bug] nova-users: missing user parameter
* [clean-up] nova-users
* [clean-up] nova-subscribe
* [clean-up] nova-settings
* [clean-up] nova-rss
* [clean-up] [bug] nova-posts: correct UsersRemoveDeletePosts
* [clean-up] nova-posts
* [clean-up] nova-notifications
* [clean-up] [bug] nova-newsletter: no error.message on throw error
* [clean-up] nova-newsletter
* [clean-up] nova-lib
* [clean-up] nova-kadira
* [clean-up] nova-inject-data
* [clean-up] nova-getting-started
* [clean-up] nova-forms
* [clean-up] nova-events
* [clean-up] [bug] nova-embedly: no FlowRouter
* [clean-up] nova-embedly
* [clean-up] nova-email-templates
* [clean-up] nova-email
* [clean-up] nova-debug
* [clean-up] nova-core
* [clean-up] [bug] nova-comments: correct UsersRemoveDeleteComments
* [clean-up] nova-comments
* [clean-up] [bug] nova-cloudinary: use Telescope.settings.collection instand
* [clean-up] nova-cloudinary
* [clean-up] nova-categories
* [clean-up] nova-base-components
* [clean-up] nova-api
* [eslint] extends react recommended
* [clean-up] for jsx files
* [eslint] extends meteor recommended
* i forgot this one little change
2016-11-25 13:46:55 -05:00
xavcz
cbd9141e78
update react (15.3.1) and associated packages, fix warnings "unknown prop"
2016-09-07 14:35:49 +02:00
Sacha Greif
3ec90a04b5
remove Telescope global
2016-08-08 11:18:21 +09:00
Sacha Greif
9cc12be2da
test if URL is not empty
2016-07-04 12:57:41 +09:00
xavizalote
c0f4c40e85
decouple components actions from Meteor
2016-06-24 09:44:32 +02:00
Sacha Greif
12b6268832
prefilledValues -> autofilledValues
2016-05-12 11:47:49 +09:00
Sacha Greif
2e9df52a08
work on posts parameters an nova:api package
2016-04-09 10:22:44 +09:00
Sacha Greif
013afb158f
finish work on embedly prefilling
2016-04-07 12:43:41 +09:00