Commit graph

471 commits

Author SHA1 Message Date
Sacha Greif
2aab2a49c8 show MailChimp error on client 2015-01-27 10:50:07 +09:00
Sacha Greif
c38c1c6434 fixing email notification templates 2015-01-22 09:19:52 +09:00
Sacha Greif
d45958f6d2 Merge pull request #712 from anthonymayer/newsletter-time
Adding newsletter time setting
2015-01-22 09:18:54 +09:00
Lamine Kane
67c1c9c901 Update _posts.scss
Added a "justify-content: center" so that no customization is needed to adjust the posts display for breakpoints.
2015-01-21 15:06:32 -05:00
Sacha Greif
b76621d0d2 version bump 2015-01-21 16:52:29 +09:00
Sacha Greif
333b64ae45 adding notifications for approved posts for both admins and end users 2015-01-21 16:47:22 +09:00
Sacha Greif
0d65cb9f1c added postApprovedCallbacks 2015-01-21 16:47:02 +09:00
Sacha Greif
201af43cf9 adding upvote and down vote callbacks 2015-01-21 10:38:59 +09:00
Anthony Mayer
f771093a06 Adding newsletter time setting 2015-01-20 00:11:30 -08:00
Sacha Greif
3b51d0ef1c bunch of small fixes 2015-01-20 16:18:27 +09:00
Sacha Greif
17573e28ed Merge branch 'delgermurun-subscribe-post' into devel 2015-01-20 12:35:52 +09:00
Sacha Greif
bdf9945440 fixing notifications edge cases 2015-01-20 12:35:25 +09:00
Sacha Greif
c9693436c3 fixing context issues on comment form 2015-01-20 12:35:09 +09:00
Sacha Greif
8e669a1e2d css tweaks 2015-01-20 11:59:50 +09:00
Sacha Greif
bc6987dda7 refactoring notifications and adding notifications for post subscribers 2015-01-20 11:59:40 +09:00
Sacha Greif
cf01d01dbd adding subscribe-to-posts package 2015-01-20 11:59:12 +09:00
Sacha Greif
0b3cfeabed add thread modules zone 2015-01-20 11:42:03 +09:00
Sacha Greif
b3804e43ca organising posts css 2015-01-20 10:37:24 +09:00
Anthony Mayer
2bafca52e3 Fixing style issues.
Also, switching Router.routes[].path to Router.path
2015-01-19 00:48:17 -08:00
Anthony Mayer
f197b930e6 Cleaning up vote click handling functions and adding tests.
Also combining can.upvote and can.downvote and deleting unused permissions function and random cleanup.
2015-01-19 00:04:41 -08:00
Sacha Greif
05cfd0f4a1 add link for regenerating thumbnail 2015-01-19 15:32:08 +09:00
Sacha Greif
35ae630ebd working on grid layout; added callback for injecting CSS classes for post items 2015-01-19 11:40:27 +09:00
Sacha Greif
b3c25ff099 update release notes 2015-01-18 11:11:59 +09:00
Sacha Greif
9c5bd4ce4d extract postRank into its own post module 2015-01-16 16:11:36 +09:00
Sacha Greif
1fd47b23f0 fixing newsletter sync/async issue 2015-01-15 09:41:28 +09:00
Sacha Greif
f01f084525 feeds can now be assigned to a user 2015-01-14 12:31:09 +09:00
Sacha Greif
2c83ec1eb3 version bump 2015-01-14 09:55:42 +09:00
Sacha Greif
83cd0d579e various css tweaks 2015-01-14 09:45:18 +09:00
Sacha Greif
c2118954b2 prevent logo from getting crushed on mobile + various other small fixes 2015-01-12 12:02:48 +09:00
Sacha Greif
b9df5c9100 refactor post list markup 2015-01-10 11:38:19 +09:00
Sacha Greif
3a51f38c3c css tweaks 2015-01-10 11:11:55 +09:00
Sacha Greif
ae9c1fa59b Add load more days link 2015-01-09 16:05:00 +09:00
Sacha Greif
49e92a35b4 test for presence of instance.data 2015-01-08 17:42:56 +09:00
Sacha Greif
1ed868dffe cleaning up posts daily 2015-01-08 17:37:54 +09:00
Sacha Greif
149ebb1ff7 make daily view work 2015-01-08 17:26:58 +09:00
Sacha Greif
56b53e9026 make load more template work again for regular post list 2015-01-08 17:07:17 +09:00
Sacha Greif
672dc4b965 reset post limit when switching days 2015-01-08 16:39:05 +09:00
Sacha Greif
338e251e97 get rid of unnecessary router subscriptions; make day to day nav work 2015-01-08 16:01:51 +09:00
Sacha Greif
535acb9da8 refactoring singleDay package and postsList module 2015-01-08 15:38:07 +09:00
Sacha Greif
18c63f9886 Merge branch 'master' into devel
Conflicts:
	server/publications/posts_list.js
2015-01-07 16:53:36 +09:00
Anthony Mayer
df7c892e58 Fixing nav tests and cleanup.
Turning velocity back on and adding relevant packages to .meteor/versions
2015-01-07 08:22:58 +01:00
Anthony Mayer
f9d9891fba Getting rid of redundant permissions functions
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.

Conflicts:
	client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
47ace39e26 rename files in singleDay package 2015-01-06 14:46:38 +09:00
Sacha Greif
65f30864c6 decode feed item title, too 2015-01-06 11:55:12 +09:00
Sacha Greif
6139bba6c1 Merge branch 'master' into devel 2015-01-06 11:31:00 +09:00
Sacha Greif
b1f575d745 limit to 200 posts max even for admins; sort single day view by score, not baseScore; fix daily view limited to 10 posts bug 2015-01-06 11:26:44 +09:00
Sacha Greif
f1981e4431 mrt:mailchimp -> miro:mailchimp 2015-01-06 09:56:02 +09:00
Sacha Greif
a5911bf3f7 remove enableFeeds setting; stop synced-cron message logging 2015-01-06 09:51:35 +09:00
Sacha Greif
0a5f30ce71 use "Telescope" as site title when not defined 2015-01-05 16:32:38 +09:00
Sacha Greif
c9d13c3159 show message when user cannot comment; redirect to sign in form when not logged in 2015-01-05 16:32:26 +09:00