Commit graph

621 commits

Author SHA1 Message Date
Sacha Greif
1aa86994f7 using this.autorun 2014-12-18 10:36:41 +09:00
Sacha Greif
36b0b3b18b colorize category tags 2014-12-16 15:19:29 +09:00
Sacha Greif
1615eb726b limit commenter avatars to first 4 people 2014-12-16 14:25:38 +09:00
Sacha Greif
b932506f56 more style tweaks 2014-12-16 13:52:23 +09:00
Sacha Greif
6723a532da alternate layout for post items 2014-12-16 13:34:01 +09:00
Sacha Greif
41ecd48e7c Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2014-12-16 09:01:20 +09:00
Viktorminator
81e485eca2 Some lexicon en, ru fixes 2014-12-15 17:58:03 +02:00
Sacha Greif
c2421a8e9d small css tweaks 2014-12-15 16:00:35 +09:00
Sacha Greif
f8cb992069 Adding descriptions in post list pages and showing them in menus. 2014-12-15 09:46:51 +09:00
Sacha Greif
49e3694214 remove post author ID from commenters to avoid showing author's avatar again 2014-12-14 15:19:53 +09:00
Sacha Greif
f5eb356ac1 adding commenters avatars 2014-12-14 15:15:34 +09:00
Sacha Greif
fb91613cfe refactor all the things!
- changed the layout CSS for post modules
- changed order of modules
- changed markup of modules
2014-12-14 12:38:48 +09:00
Sacha Greif
fb0cd210b3 refactoring post module markup and CSS 2014-12-13 17:43:52 +09:00
Sacha Greif
d69fd70883 Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2014-12-13 11:58:51 +09:00
Sacha Greif
2a316ea798 fix sign-out route 2014-12-13 11:58:47 +09:00
Charlie DeTar
45ddd0fbe1 Remove now-obsolete title from page controller
Title is set via ``PostPageController.getTitle`` in https://github.com/TelescopeJS/Telescope/blob/master/lib/router/filters.js#L170
2014-12-12 11:16:47 -07:00
Sacha Greif
09885700b0 set page title at router controller level 2014-12-11 12:38:53 +09:00
Anthony Mayer
e71be66c57 Should fix various url problems by taking siteUrl into account when getting route urls.
Trying to make as much use of path as possible on the client side.
2014-12-09 09:29:17 -08:00
Sacha Greif
eacc891bca fix user posts limit bug 2014-12-09 13:16:34 +09:00
Sacha Greif
6d817fc421 using Reactive Var for user comments as well 2014-12-09 11:19:49 +09:00
Sacha Greif
07bc61e938 started extracting invites into their own package 2014-12-09 10:17:16 +09:00
Sacha Greif
0c6150371b refactoring invites publication 2014-12-08 22:17:43 +09:00
Sacha Greif
755451b394 modularising the user edit page 2014-12-08 20:36:46 +09:00
Sacha Greif
1444039065 decorate upvoted and down votes posts with vote timestamp 2014-12-08 19:51:39 +09:00
Sacha Greif
49a5f54aa9 exclude own posts from upvote/downvote lists 2014-12-08 18:16:44 +09:00
Sacha Greif
2850d563fd more refactoring 2014-12-08 18:03:30 +09:00
Sacha Greif
e099ba3fcd refactoring user profile posts with ReactiveVar 2014-12-08 17:52:29 +09:00
Sacha Greif
980af66167 refactoring and modularising user profile page publications 2014-12-08 17:25:11 +09:00
Sacha Greif
7879172c5d refactoring parameters to simplify showing/hiding future posts, and adding "scheduled" view 2014-12-08 16:39:10 +09:00
Sacha Greif
305322bf25 bring back posts delete link 2014-12-08 16:10:32 +09:00
Sacha Greif
92bfd16830 splitting out user profile subscriptions 2014-12-08 15:26:06 +09:00
Sacha Greif
bb486793e1 making user profile modular 2014-12-08 14:53:26 +09:00
Sacha Greif
75bd8d9920 extracting digest into its own package 2014-12-08 11:15:20 +09:00
Sacha Greif
bdae77a41b fix user profile complete check 2014-12-06 18:19:54 +09:00
Sacha Greif
664c953744 fix bug with post submit error callback 2014-12-06 17:49:29 +09:00
Sacha Greif
d2d581fca9 rename errors to messages 2014-12-06 17:49:17 +09:00
Sacha Greif
b6c54c106d renaming errors to messages 2014-12-06 17:41:15 +09:00
Sacha Greif
ff8bf40694 Merge branch 'telescope-master-semantic-messages' of https://github.com/AdmitHub/Telescope into AdmitHub-telescope-master-semantic-messages
Conflicts:
	client/helpers/handlebars.js
	client/views/comments/comment_edit.js
	client/views/comments/comment_form.js
	client/views/comments/comment_item.js
	client/views/posts/modules/post_upvote.js
	client/views/posts/post_edit.js
	client/views/posts/post_submit.js
	client/views/users/user_edit.js
	client/views/users/user_email.js
	lib/router.js
	packages/telescope-tags/lib/client/views/category_item.js
2014-12-06 17:34:08 +09:00
Sacha Greif
52ef153a2d make embedly work for non-admins too 2014-12-06 11:56:57 +09:00
Sacha Greif
053183f5b5 fix approve/unapprove links 2014-12-05 09:33:07 +09:00
Sacha Greif
365eb467a2 more epic editor clean up 2014-12-05 08:23:31 +09:00
Sacha Greif
1bd798fad1 Look for settings in Meteor.settings too (fix #561) 2014-12-04 14:25:51 +09:00
Sacha Greif
64e142c298 Show settings field privacy in admin settings form 2014-12-04 13:36:17 +09:00
Sacha Greif
716f329908 Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2014-12-04 13:10:27 +09:00
Sacha Greif
5d5a8294fa do not show admin field group at all if user is not admin 2014-12-04 13:10:18 +09:00
Sacha Greif
3e415dce78 Merge branch 'telescope-master-profile-hooks' of github.com:AdmitHub/Telescope into AdmitHub-telescope-master-profile-hooks
Conflicts:
	client/views/posts/modules/post_info.html

Note:
	adapted PR to only keep some of the added features
2014-12-04 12:38:20 +09:00
Sacha Greif
45ccf1d8f1 Merge pull request #588 from anthonymayer/urls_by_route_name
Switching from manually generating urls to using IronRouter functions.
2014-12-04 11:44:44 +09:00
Sacha Greif
f06b43b603 finish epic editor clean up and fix #591 2014-12-04 11:32:44 +09:00
Anthony Mayer
23b72b9cb8 Switching from manually generating urls to using IronRouter functions.
Using {{pathFor}}, path(), and url() where possible. Passing in path
to Meteor.absoluteUrl() where the IronRouter functions didn't make sense.
Also deleting some random unused code.
2014-12-03 00:06:00 -08:00
Sacha Greif
b2c51ddb85 Merge pull request #581 from anthonymayer/invites-cleanup
Fixes #444 - Adding UserEditController to show invites correctly
2014-12-03 09:26:52 +09:00