Commit graph

3713 commits

Author SHA1 Message Date
Sacha Greif
c21b9d0908 make headTags extensible again 2016-07-19 18:12:17 +09:00
Sacha Greif
472061583e Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-19 15:13:28 +09:00
Sacha Greif
c33983eaae groups -> formGroups 2016-07-19 15:13:16 +09:00
xavizalote
1ef77c8c04 meta: avoid repetition (no more concat, should fix Facebook scrape) + favicon setting name 2016-07-18 18:01:41 +02:00
xavizalote
deebf7dfb8 small fixes on users: context, i18n, typo 2016-07-18 17:59:47 +02:00
Sacha Greif
5f7d2177d3 add isPending helper 2016-07-15 11:15:38 +09:00
Sacha Greif
93ec8fa9e2 fix thumbnail aspect ratio 2016-07-15 11:15:32 +09:00
xavizalote
b7bb9fd5f9 scheduled posts: don't run update when not needed 2016-07-14 10:12:27 +02:00
Sacha Greif
336a1624eb remove Scheduled status; add new isFuture flag instead; set flag after insert and edit; extend base parameters in view instead of in Posts.parameters.get 2016-07-14 15:54:59 +09:00
Sacha Greif
e5a943240d put admin group on Posts object 2016-07-13 11:46:45 +09:00
Sacha Greif
1024e5431f Merge branch 'master' into devel
# Conflicts:
#	README.md
2016-07-12 17:37:51 +09:00
Sacha Greif
7054d8a8a4 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-12 17:37:05 +09:00
Sacha Greif
0af967324f add post sharing helpers 2016-07-12 17:36:58 +09:00
Sacha Greif
d6f5cb379e remove nova:share from packages file too 2016-07-12 17:36:36 +09:00
Sacha Greif
ab68dccae4 pass optional properties to email wrapper 2016-07-12 17:35:15 +09:00
Sacha Greif
a944fc7fcf get rid of duplicate stylesheets 2016-07-12 17:34:59 +09:00
Sacha Greif
b8e03657e2 get rid of share package; update packages 2016-07-12 17:34:32 +09:00
Sacha Greif
286da3d9de Merge pull request #1392 from fortunto2/master
Nova i18n ru_RU package.
2016-07-12 17:06:12 +09:00
Sacha Greif
85e0026976 Merge pull request #1394 from schabluk/devel
pl_PL locale
2016-07-12 17:05:12 +09:00
Łukasz Schabek
66fddd8569 pl_PL locale 2016-07-11 19:19:32 +02:00
xavizalote
bfd0b595f3 fix deleting category: declare context types 2016-07-11 12:09:00 +02:00
Sacha Greif
78c6f45a83 Merge pull request #1393 from schabluk/devel
fixed types comparison in Posts.isApproved helper
2016-07-11 17:50:36 +09:00
Łukasz Schabek
6c15f6c486 fixed types comparison 2016-07-11 09:18:09 +02:00
Sacha Greif
4194595944 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-11 11:47:55 +09:00
Sacha Greif
b6c0626a87 add helpers for generating share URLs 2016-07-11 11:47:36 +09:00
Sacha Greif
97d1dfea50 cloudinary improvements 2016-07-11 11:47:00 +09:00
Rustam S
50e00fb9d5 add ru 2016-07-09 16:49:59 +06:00
Sacha Greif
24bd042b21 Merge pull request #1391 from fortunto2/master
set locale in settings
2016-07-09 09:43:37 +09:00
Rustam S
9b11d69640 Update sample_settings.json 2016-07-09 06:24:51 +06:00
Rustam S
bd94018be2 Update sample_settings.json
not work if only language, need set locale
2016-07-09 06:23:11 +06:00
xavizalote
ade25cc639 post status scheduled + 10-minute cron to update scheduled posts to approved status 2016-07-07 15:13:19 +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
448a6464d7 avoid intl error on date not defined in PostsItem base component (happen on pending view) 2016-07-07 11:19:01 +02:00
Sacha Greif
475e3cb370 Merge pull request #1381 from abizermk/fix-facebook-settings
Fix Facebook settings error in sample_settings.json and README.md
2016-07-07 16:04:20 +09:00
Sacha Greif
0552df4fb4 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-07 12:50:40 +09:00
Sacha Greif
3869927ee1 fix newsletter frequency bug? 2016-07-07 12:49:57 +09:00
Sacha Greif
77d6cc4ba9 Merge pull request #1389 from detrohutt/patch-1
README: Remove duplicate in #optional-packages
2016-07-07 10:45:25 +09:00
Sacha Greif
fa1ca31424 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-07 10:38:39 +09:00
Sacha Greif
7bd5c1f044 more i18n cleanup 2016-07-07 10:38:18 +09:00
detrohutt
de4350eafe README: Remove duplicate in #optional-packages
`nova:categories` was listed twice. Removed second occurrence to maintain alphabetical order.
2016-07-06 12:49:59 -04:00
xavizalote
28eeb5477c react-datetime --save 2016-07-06 16:22:46 +02:00
xavizalote
f2ef293f07 add posts views' base parameters "showFuture: false" 2016-07-06 16:07:36 +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
980d06bda6 Merge branch 'master' into devel 2016-07-06 10:22:24 +09:00
Sacha Greif
0870b56c69 fix getDomain; make head tags extensible; make redirection logic more flexible 2016-07-06 10:21:58 +09:00
Sacha Greif
cb448e209a Merge pull request #1385 from IlyaSemenov/require_react_15.0
require react 15.0.x specifically
2016-07-06 09:27:45 +09:00
Ilya Semenov
926d673124 require react 15.0.x specifically (fixes #1384) 2016-07-05 20:46:23 +06:00
Sacha Greif
93537d2900 make getPostsListUsers non-reactive; stop calling settings.getJSON; make default RSS view overwritable 2016-07-05 16:55:11 +09:00
Beez
fb9e7b7eee Fix Facebook settings error in sample_settings.json and README.md 2016-07-04 11:53:27 +01:00
Sacha Greif
9cc12be2da test if URL is not empty 2016-07-04 12:57:41 +09:00