Commit graph

3631 commits

Author SHA1 Message Date
Sacha Greif
0e28be3c92 removing Comments global 2016-06-23 12:17:39 +09:00
Sacha Greif
d9e69110a6 removing Posts global 2016-06-23 11:40:35 +09:00
Sacha Greif
7a7b72c540 update to 1.3.4 2016-06-23 10:55:40 +09:00
Sacha Greif
d91e59fad5 Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2016-06-22 18:29:39 +09:00
Sacha Greif
d0275aa77f update readme 2016-06-22 18:29:35 +09:00
Sacha Greif
d44b4345ae Merge pull request #1364 from sweetppro/master
added order support for custom fields
2016-06-22 17:35:58 +09:00
sweetppro
e3e96a0486 added order support for custom fields 2016-06-22 10:16:07 +02:00
Sacha Greif
4b8568ce48 Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2016-06-22 09:07:04 +09:00
Sacha Greif
1086e3934a update readme 2016-06-22 09:06:56 +09:00
Sacha Greif
92a90ff9b2 removed use-named-routes for now; update readme 2016-06-21 18:07:47 +09:00
Sacha Greif
802c102b36 Merge pull request #1362 from xavcz/my-custom-patch
use original PostsItem component
2016-06-21 09:37:30 +09:00
xavizalote
17c0e53642 use original PostsItem component 2016-06-20 22:14:59 +02:00
Sacha Greif
092592dc23 working on sample custom package 2016-06-19 16:25:19 +09:00
Sacha Greif
d818fb0a69 clear messages on route change 2016-06-19 15:17:44 +09:00
Sacha Greif
47e1799157 settings tweak (removed settings panel to avoid confusion) 2016-06-19 14:32:15 +09:00
Sacha Greif
86d7c76395 fix Flash issue 2016-06-19 12:57:23 +09:00
Sacha Greif
36bd733649 Merge pull request #1356 from xavcz/fix-custom-package
🐙 Fix custom package
2016-06-18 18:27:03 +09:00
xavizalote
5da36a731c handle new translation strings with spread operator 2016-06-18 10:39:31 +02:00
xavizalote
71b985c4c0 method on Telescope.strings to add new international keyword easily 2016-06-17 20:55:07 +02:00
xavizalote
e73e8bbbfa make custom package work again: routes, moment & newsletter button 2016-06-17 11:14:49 +02:00
Sacha Greif
c262b68cc7 make PostsHome easier to extend 2016-06-17 14:44:53 +09:00
Sacha Greif
0a1358a7e2 fix default view when other parameters are specified 2016-06-17 14:41:23 +09:00
Sacha Greif
c87929f5dd make submitData callback do something (see #1355) 2016-06-17 13:05:17 +09:00
Sacha Greif
2f1aa8d91a comments view shouldn't use score; posts package version bump 2016-06-17 10:12:28 +09:00
Sacha Greif
f8142f4427 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-06-17 09:54:32 +09:00
Sacha Greif
f1e9e02e22 fix posts links 2016-06-17 09:54:25 +09:00
Sacha Greif
fd946158fc Merge pull request #1342 from GameDevTV/ts-custom-site-image
Hook up siteImage in settings to the open graph meta tags.
2016-06-16 17:16:47 +09:00
Sacha Greif
16e08df62d simplify oauth setup 2016-06-16 14:06:41 +09:00
Sacha Greif
2a182333c0 update readme, add custom package example 2016-06-16 11:34:13 +09:00
Sacha Greif
57bc830fc9 Merge branch 'devel' 2016-06-16 11:07:31 +09:00
Sacha Greif
1fedcd5471 remember how JavaScript works 2016-06-16 10:43:59 +09:00
Sacha Greif
d6835d266d update react-router; update react-intl; make intl polyfill available to client too 2016-06-16 10:43:25 +09:00
Sam Pattuzzi
425de4710d Silly typo 2016-06-15 15:00:24 +01:00
Sacha Greif
7ee43957cf Merge pull request #1349 from xavcz/fixes-episode-ii
Fixes - Episode II
2016-06-15 19:58:02 +09:00
Sacha Greif
dea2e5a48e remove console.log 2016-06-15 19:56:40 +09:00
Sacha Greif
2dd3f3c7fa move newsletter callback to server only; split users.setSetting method in method+mutator; always call mutator directly when on server 2016-06-15 19:55:59 +09:00
xavizalote
6dabd21193 [posts] consistency: post edit success message with post title 2016-06-15 11:53:29 +02:00
xavizalote
cfb720cdcf [posts] add contextTypes on PostsNewButton -> PostsNewForm can access it ; on ModalTrigger -> PostsEditForm can delete posts! 2016-06-15 11:30:48 +02:00
xavizalote
80544da871 [categories] remove outdated import Messages & ModalTrigger 2016-06-15 11:21:01 +02:00
xavizalote
1d047b92e0 [users] pass context as parameter of stateless component UsersEdit 2016-06-15 11:19:58 +02:00
Sacha Greif
519e44fe84 re-enable routes in demo and debug packages 2016-06-15 11:07:30 +09:00
Sacha Greif
28dec2d449 add imports 2016-06-15 11:07:10 +09:00
Sacha Greif
3dd4462fe1 Merge pull request #1348 from xavcz/fixes
Fixes
2016-06-15 09:53:28 +09:00
xavizalote
12bee733cf fix mailchimp method name in callback 2016-06-14 23:20:39 +02:00
xavizalote
91f03499bd fix intl & context errors on settings modal 2016-06-14 23:11:28 +02:00
xavizalote
5f23b30954 explicit props/context types on ContextPasser component + fix use of ContextPasser 2016-06-14 23:03:36 +02:00
xavizalote
d777b6d9a9 App container: default export -> App component: from props to context 2016-06-14 22:36:54 +02:00
Sacha Greif
44d40fd33c remove outdated import 2016-06-14 17:06:23 +09:00
Sacha Greif
b51c48b117 pass actions, messages, and events as part of context instead of depending on them from within base-components 2016-06-14 17:03:35 +09:00
Sacha Greif
093c1e4d0e stub out Posts for Storybook compatibility 2016-06-14 16:37:35 +09:00