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
453634c4c4
small improvements and clean up to components
2016-05-03 12:44:50 +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
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
01b359851e
update readme
2016-04-13 13:21:30 +09:00
Sacha Greif
127b49dcbe
more refactoring of email system
2016-04-13 12:34:41 +09:00
Sacha Greif
beab17299a
reworking email/notifications system
2016-04-13 11:39:01 +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
104cad9b15
adding @summary for jsdocs compatibility
2016-04-09 09:41:20 +09:00
Sacha Greif
a9b1d82ee0
use named function
2016-04-03 11:27:53 +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
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
dfca7df846
remove Blaze templates; add import React everywhere
2016-03-30 09:24:52 +09:00
Sacha Greif
feefd616c2
add users.setSetting method; finish newsletter; add close button to messages
2016-03-27 17:30:28 +09:00
Sacha Greif
05080fa97e
working on forms; use React Composer for AppContainer
2016-03-27 13:04:21 +09:00
Sacha Greif
1db97ac2ec
make properties required again, pass components differently in routes.jsx, use smart forms for user edit form
2016-03-15 11:19:48 +09:00
Sacha Greif
14b5af4b41
using smart publications and smart methods
2016-02-28 13:12:36 +09:00
Sacha Greif
ecea1e6a74
refactor code to use smart-publications package
2016-02-27 16:41:50 +09:00
Sacha Greif
4e02085bba
more refactoring
2016-02-27 10:58:57 +09:00
Sacha Greif
0ea6775d3a
implement "autoform"
2016-02-25 17:44:43 +09:00
Sacha Greif
c630704d34
add simple profile page; move email templates to component package
2016-02-23 21:35:54 +09:00
Sacha Greif
56fb10d23a
user edit/account page
2016-02-23 11:34:40 +09:00
Sacha Greif
635a5e6776
more work on notifications
2016-02-17 21:57:20 +09:00
Sacha Greif
a119d2b2c0
breaking up notifications package into separate feature-related pieces
2016-02-17 21:57:07 +09:00
Sacha Greif
e3d7454b82
find -> selector; removed some logic from listContainer
2016-02-17 19:39:43 +09:00
Sacha Greif
6b360d51eb
remove this.unblock() for now
2016-02-17 17:46:34 +09:00
Sacha Greif
2ac991d672
move routes to theme package
2016-02-17 15:09:49 +09:00
Sacha Greif
7daabf9e42
renaming
2016-02-17 14:27:27 +09:00