Commit graph

1584 commits

Author SHA1 Message Date
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
6342aca8a0 clean up modals 2016-04-07 10:33:44 +09:00
xavizalote
a2232b5f95 responsive meta 2016-04-06 19:39:57 +02:00
xavizalote
312a865b96 switch from react-helmet to dochead 👌 2016-04-06 16:56:05 +02:00
Sacha Greif
d0e4b1ea76 switch from react-modal to react-bootstrap-modal; fix reactivity issues with user object inside modals (hopefully?) 2016-04-05 18:05:41 +09:00
Sacha Greif
4cf74cfc27 clean up publishedFields 2016-04-05 16:27:48 +09:00
Sacha Greif
93b70553d7 fix comment notification links 2016-04-05 16:27:32 +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
b64de2f0ce documenting and refactoring campaign code 2016-04-05 11:03:53 +09:00
Sacha Greif
a74d29ebb0 fixing a few bugs 2016-04-04 17:08:09 +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
8a2c9dbeed adding a Settings cheatsheet at /settings 2016-04-04 14:39:08 +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
43f2bc9f94 Package update: std:accounts-ui from 1.1.5 to 1.1.12, collection2 from 2.8.0 to 2.9.1, react-meteor-data from 0.2.6beta to 0.2.7, check-npm-versions from 0.1.1 to 0.2.0 2016-04-03 13:29:26 -06: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
Sacha Greif
8305cd8a3d adding loading spinner 2016-04-03 15:56:12 +09:00
Sacha Greif
86509c3869 disable new comment form while submitting 2016-04-03 12:05:44 +09:00
Sacha Greif
20b8227b64 select accounts package at app level; disable custom oauth buttons logic for now 2016-04-03 11:49:34 +09:00
Sacha Greif
2fca9b6900 extract account form into own component; use modal to show it instead of comment form when not logged in; add size option for modal 2016-04-03 11:42:07 +09:00
Sacha Greif
77140ac09f Merge branch 'comments-login' of https://github.com/xavcz/Telescope into xavcz-comments-login
# Conflicts:
#	.meteor/versions
#	packages/nova-base-components/lib/users/AccountsMenu.jsx
#	packages/nova-base-components/package.js
2016-04-03 11:30:31 +09:00
Tim Brandin
ad933c7192 Updated to latest version of std:accounts-ui 2016-04-02 23:19:32 +02:00
Tim Brandin
1c9b172dc9 Bugfixes for std:accounts-ui 2016-04-02 21:05:02 +02:00
xavizalote
d91c829053 comment the accounts.onCreateUser callback in order to let the app run 2016-04-02 19:25:52 +02:00
xavizalote
6f489746bf update to std:accounts-ui@1.1.1 -> solve the problem of pre & post submit hooks 2016-04-02 17:12:04 +02:00
xavizalote
e43b1c856a "do nothing on sign in/up" hooks 2016-04-02 17:03:03 +02:00
xavizalote
32dfc92c0a tweak social buttons rendering 2016-04-02 15:47:12 +02:00
xavizalote
680e5b9ce4 switch to std:accounts-ui (same package but moved repo) & add accounts form instead of new comment form if the user is not logged in 2016-04-02 15:03:55 +02:00
michelherszak
03bcd084a9 Commit after merge 2016-04-01 08:20:54 -06:00
Sacha Greif
3967e5ca73 publish createdAt 2016-04-01 20:57:50 +09:00
Sacha Greif
aff400ec9f use ES6 classes for form components; disable form while it's submitting 2016-04-01 20:57:37 +09:00
Sacha Greif
9127c43b26 use ES6 class for CategoriesList because functional stateless components can't return null 2016-04-01 16:52:02 +09:00
Sacha Greif
b5352d1d37 fix new setting name 2016-04-01 12:46:01 +09:00
Sacha Greif
f2f7b6ab18 switching Email back to global Telescope.email for now; getting rid of Herald; improving user edit form; 2016-04-01 12:38:50 +09:00
Sacha Greif
da9795b43d import EditDocument (thanks @MHerszak!) 2016-04-01 10:55:47 +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
ece9a98c4b wrap post edit form in DocumentContainer to load extra properties like body 2016-03-31 11:04:24 +09:00
Sacha Greif
e4b2a11a41 add minifiers 2016-03-31 10:38:31 +09:00
Sacha Greif
62928f1b2d use simpleSchema for validation; make sure posts default to sticky: false 2016-03-31 10:04:41 +09: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
Sacha Greif
40d3a737bf readme 2016-03-30 10:55:11 +09:00
Sacha Greif
8c2e37c247 clean up imports 2016-03-30 10:52:40 +09:00
Sacha Greif
8c676f3483 basic mobile view 2016-03-30 10:06:12 +09:00