Commit graph

3498 commits

Author SHA1 Message Date
Sacha Greif
55fcdf98dc fix Telescope.notifications undefined 2016-05-17 09:50:37 +09:00
Sacha Greif
fc42838bb5 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-05-13 16:25:50 +09:00
Sacha Greif
1de7e9bc14 Merge pull request #1323 from justintime4tea/feature-1314-r2
Complete soft delete feature for comments (Revision 2)
2016-05-13 16:25:39 +09:00
Sacha Greif
96729e31f3 show user's posts on their profile page 2016-05-13 16:25:04 +09:00
Sacha Greif
676f6bae8d Merge pull request #1324 from hotello/devel
Load categories at startup in load_categories.js
2016-05-13 16:20:31 +09:00
Sacha Greif
2bf14bcef0 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-05-13 16:04:05 +09:00
Sacha Greif
89c8616dae make daily view work when client and server have different timezones 2016-05-13 15:52:33 +09:00
Sacha Greif
e872c19fd0 small bugfixes 2016-05-12 11:49:15 +09:00
Sacha Greif
50a5ed8556 show post id to admins in post edit form 2016-05-12 11:49:04 +09:00
Sacha Greif
12b6268832 prefilledValues -> autofilledValues 2016-05-12 11:47:49 +09:00
Sacha Greif
2415cb23a5 do not track value with state after all because of props/state conflicts with Formsy; update parent component on clear 2016-05-12 11:47:13 +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
0265d4fa07 split user notification prefs 2016-05-09 13:32:34 +09:00
Sacha Greif
9245fc339f do not show "subscribed to newsletter" in account form 2016-05-09 13:32:24 +09:00
Sacha Greif
405e93874d small improvements to profile and account pages 2016-05-09 13:32:13 +09:00
hotello
0a096e85bf Update load_categories.js 2016-05-07 18:00:25 +02:00
Sacha Greif
9e2173ca6d add autofilled tags form component 2016-05-07 18:12:16 +09:00
Sacha Greif
35d1083ecd add clear thumbnail link and simple styling to embedly thumbnail 2016-05-07 18:12:02 +09:00
Sacha Greif
b38e03e26b clean up 2016-05-07 18:10:33 +09:00
Sacha Greif
cabdcb37d8 make userId non-editable since user list is not published anyway 2016-05-07 18:10:05 +09:00
Sacha Greif
632198c274 search in excerpt, not body 2016-05-07 18:09:39 +09:00
Justin Gross
bcfa305530 Complete soft delete feature for comments
- Add deleteComment function to CommentsItem.jsx
- Add Delete link next to Edit link in CommentsItem.jsx
- Hide reply link if comment.isDeleted
- Add styling for Delete link element in _comments.scss
- Add check for document.isDeleted in Users.can.edit in permissions.js
2016-05-06 17:07:40 -04:00
Sacha Greif
0fc478b351 Merge pull request #1318 from kienvn/devel
Only admin see post stats
2016-05-04 10:19:30 +09:00
Kien
307f1807da Only admin see post stats 2016-05-03 23:53:45 +07:00
Sacha Greif
453634c4c4 small improvements and clean up to components 2016-05-03 12:44:50 +09:00
Sacha Greif
1d419b9c3c update readme 2016-04-26 09:12:38 +09:00
Sacha Greif
64f357d601 Meteor 1.3.2.4; small fixes and tweaks for easier customisation; bug fixes 2016-04-25 17:02:41 +09:00
Sacha Greif
f3a6927d0f fix demo methods 2016-04-24 09:36:20 +09:00
Sacha Greif
49f516a8d5 fix getDomain 2016-04-23 18:56:08 +09:00
Sacha Greif
8e2a946e94 put routes in their own package 2016-04-22 10:46:09 +09:00
Sacha Greif
eff2ab627f css tweak 2016-04-21 15:21:14 +09:00
Sacha Greif
2e4aac702b fixing a couple migration bugs 2016-04-21 15:13:10 +09:00
Sacha Greif
69de62b89b Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-04-21 15:09:53 +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
71a6ab71ea Merge pull request #1311 from mortonfox/patch-1
Fix social login anchor link
2016-04-20 14:02:44 +09:00
Morton Fox
b94e73e697 Fix social login anchor link 2016-04-20 00:17:02 -04:00
Sacha Greif
3b6d6375a8 more css tweaks 2016-04-20 09:23:22 +09:00
Sacha Greif
31959ae287 update formsy and get rid of warnings (yay!) 2016-04-20 09:23:11 +09:00
Sacha Greif
e99721f345 more naming fixes 2016-04-20 09:17:19 +09:00
Sacha Greif
d096344980 more readme 2016-04-20 08:07:49 +09:00
Sacha Greif
0994d35a45 update README 2016-04-20 07:51:41 +09:00
Sacha Greif
ea1791b253 more naming fixes 2016-04-19 16:14:41 +09:00
Sacha Greif
0907733208 more work on consistent naming 2016-04-19 15:54:53 +09:00
Sacha Greif
6665a7c968 making component names and class names more consistent.
- Posts, Comments, Users, etc. are always pluralized.
- CSS classes are based off component names (PostsTitle -> posts-title)
2016-04-19 15:45:36 +09:00
Sacha Greif
aaa280e8e8 version bump (0.26.1) 2016-04-19 14:52:22 +09:00
Sacha Greif
ffef4885f5 Meteor 1.3.2.2 2016-04-19 09:39:19 +09:00
Sacha Greif
a27a6c5306 more work on mobile version 2016-04-19 09:39:09 +09:00
Sacha Greif
f2416eaf63 working on mobile version 2016-04-18 12:16:07 +09:00
Sacha Greif
3103aeef81 remove postedAt field from form for now (until we figure out date time input) 2016-04-18 12:01:26 +09:00