Commit graph

364 commits

Author SHA1 Message Date
Sacha Greif
ceeb7bf531 clean up newsletter cron code 2014-12-17 11:00:59 +09:00
Sacha Greif
4b4997a784 even more styling 2014-12-16 14:18:32 +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
36ece25c7e posts css clean-up 2014-12-16 09:13:30 +09:00
Sacha Greif
6633eed8e3 more css tweaks 2014-12-16 09:04:35 +09:00
Sacha Greif
989ce1cd11 font size tweak 2014-12-16 08:45:25 +09: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
f5eb356ac1 adding commenters avatars 2014-12-14 15:15:34 +09:00
Sacha Greif
811c63c7dd css fix 2014-12-14 13:23:07 +09:00
Sacha Greif
8cd62dc607 making mobile comments suck a little less 2014-12-14 13:15:37 +09:00
Sacha Greif
48ca46bc32 float thumbnail right on mobile 2014-12-14 12:43:52 +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
1eb72079b4 adding userCreatedCallbacks callback hook and refactoring user creation 2014-12-13 14:02:45 +09:00
Sacha Greif
78cf9b8439 fix #617 2014-12-12 08:26:10 +09:00
Sacha Greif
baf7aec813 test if Embedly key exists, and if not show message 2014-12-11 15:36:49 +09:00
Sacha Greif
09885700b0 set page title at router controller level 2014-12-11 12:38:53 +09:00
Sacha Greif
4155fb22a1 improving blank package 2014-12-11 12:07:41 +09:00
Sacha Greif
5a868730da Add link for clearing thumbnail (fix #607) 2014-12-10 17:00:22 +09:00
Sacha Greif
97804989a3 use console.log() instead of throwing error to prevent post submit interruption (fix #607) 2014-12-10 10:14:27 +09:00
Sacha Greif
4fc5091a97 fix digest parameters bug (fix #609) 2014-12-10 09:48:24 +09:00
Sacha Greif
ca78347dce Merge pull request #611 from anthonymayer/siteurl-in-urls
Fix various url problems by taking siteUrl into account when getting route urls.
2014-12-10 09:39:38 +09:00
Sacha Greif
987696657d upgrade to meteor 1.0.1 2014-12-10 09:37:57 +09:00
Sacha Greif
ca8af2b792 Fix version comparison function (#606) 2014-12-10 09:35:42 +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
5cbae3a3cb add missing packages 2014-12-09 10:27:23 +09:00
Sacha Greif
fced403b9f use siteUrl setting instead of absoluteUrl() 2014-12-09 10:23:16 +09:00
Sacha Greif
07bc61e938 started extracting invites into their own package 2014-12-09 10:17:16 +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
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
bb486793e1 making user profile modular 2014-12-08 14:53:26 +09:00
Sacha Greif
2d911f2836 renaming digest package to singleday package 2014-12-08 11:41:28 +09:00
Sacha Greif
75bd8d9920 extracting digest into its own package 2014-12-08 11:15:20 +09:00
Sacha Greif
3dbf555205 upgrading fast-render 2014-12-08 10:33:26 +09:00
Sacha Greif
4f9c8295d6 Merge branch 'master' into arunoda-fr2
Conflicts:
	lib/router/users.js
2014-12-08 10:30:31 +09:00
Sacha Greif
ea1407bd52 working on blank package; updated packages 2014-12-08 10:28:56 +09:00
Sacha Greif
bdae77a41b fix user profile complete check 2014-12-06 18:19:54 +09:00
Sacha Greif
242bf4e783 fix pending view bug by including posts without a postedAt property as well 2014-12-06 18:06:51 +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
33f8f066ec display future posts in pending view 2014-12-05 08:21:02 +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
1795552287 Mark some settings field as private and don't publish them 2014-12-04 13:36:06 +09:00