Commit graph

83 commits

Author SHA1 Message Date
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
2bf14bcef0 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-05-13 16:04:05 +09:00
Sacha Greif
50a5ed8556 show post id to admins in post edit form 2016-05-12 11:49:04 +09:00
Sacha Greif
405e93874d small improvements to profile and account pages 2016-05-09 13:32:13 +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
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
8e2a946e94 put routes in their own package 2016-04-22 10:46:09 +09:00
Sacha Greif
312a7b4f9e various small tweaks 2016-04-21 15:08:43 +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
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
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
6a2394082d Merge pull request #1304 from tvukusic/master
fix 404Error page
2016-04-18 08:34:05 +09:00
tvukusic
084f08b86a fix 404Error page 2016-04-17 12:10:45 +02:00
Sacha Greif
9eac9bf800 fixing a couple things 2016-04-17 10:48:02 +09:00
Sacha Greif
60f29bbfd1 simplify UserProfileCheck logic 2016-04-17 10:29:52 +09:00
xavizalote
72ea1ab654 \o/ get rid of state warning on modal by wrapping in a container 2016-04-16 18:02:21 +02:00
xavizalote
5c424dabf5 add a fields property to filter on them 2016-04-16 16:20:18 +02:00
xavizalote
c2d1a1ab99 Merge remote-tracking branch 'TelescopeJS/devel' into completed-profile-hook 2016-04-15 15:16:15 +02:00
xavizalote
2e835d389e add a log out button to close modal ;) 2016-04-15 12:00:53 +02:00
xavizalote
d17f2f8812 enhance (or tweak?) nova:forms with requiredFieldsOnly props 2016-04-15 11:35:04 +02:00
xavizalote
1fa64d4038 reactively show modal to complete profile depending on currentUser profile 2016-04-15 11:09:19 +02:00
Sacha Greif
46a4d04931 disabled settings field when already provided 2016-04-15 15:42:14 +09:00
Sacha Greif
3fd1a2412e add settings edit form 2016-04-15 11:11:13 +09:00
Sacha Greif
d9bdd36073 fix category edition/creation 2016-04-15 09:17:04 +09:00
Sacha Greif
de75991728 fix "load more" bug for now 2016-04-14 16:22:57 +09:00
Sacha Greif
f0f734d6a8 add smart methods for creating/editing categories 2016-04-14 15:54:50 +09:00
Sacha Greif
6707099bff working on ui for adding/editing categories 2016-04-14 14:12:06 +09:00
Sacha Greif
8b93dab5eb add button for deleting categories; clean up stuff 2016-04-14 11:47:56 +09:00
Sacha Greif
24c1dc4722 cleaning up component naming 2016-04-14 10:12:35 +09:00
xavizalote
8c85c106b8 remove useless condition 2016-04-13 08:50:28 +02:00
xavizalote
021804b354 move head tags to layout, remove added tags on the client if some where added before 2016-04-13 08:43:43 +02:00
Sacha Greif
ca751b49aa add loading spinner to email debug page 2016-04-13 14:49:03 +09:00
Sacha Greif
7886ea80de reorganising email templates and debug routes; created two new nova:email-templates and nova:debug packages 2016-04-13 09:50:12 +09:00
Sacha Greif
1664db3c5c fix various client/server module bugs 2016-04-12 20:09:08 +09:00
Sacha Greif
42b25d3eb0 adding route for email debugging 2016-04-12 19:36:47 +09:00
Sacha Greif
5acda44722 debugging newsletter 2016-04-11 10:23:23 +09:00
Sacha Greif
fee29d4437 updating everything (Meteor 1.3.1, React 15, etc.) 2016-04-11 10:15:24 +09:00
Sacha Greif
a342909102 add cancel callback to forms 2016-04-08 10:29:32 +09:00
Sacha Greif
e3d2ffc90f Merge pull request #1292 from xavcz/dochead
Fix HeadTags <-> Flexbox + add 2 helpers for images
2016-04-08 09:53:02 +09:00
xavizalote
1f9a92ec17 helpers for logo & thumbnail urls 2016-04-07 14:34:13 +02:00
xavizalote
b30ba944be get HeadTags out of the post-list-header div -> dont mess with flexbox 2016-04-07 14:17:35 +02: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