Commit graph

51 commits

Author SHA1 Message Date
Sacha Greif
68bbae0a4c improving digest 2014-08-04 20:58:02 +09:00
Sacha Greif
2135c4b11f Adding cron job to schedule digests 2014-08-04 19:02:21 +09:00
Sacha Greif
d375bc3c1b Using templates for on-site notifications too; refactoring a lot of stuff 2014-08-04 11:22:43 +09:00
Sacha Greif
a555e847b6 fix #320 2014-07-18 09:21:45 +09:00
Sacha Greif
44edccd610 fix #333 2014-07-18 09:18:52 +09:00
Sacha Greif
cc2834cfc1 adding siteUrl as a setting 2014-07-03 17:22:36 +09:00
Sacha Greif
9ebc910465 using marked package 2014-07-03 10:40:04 +09:00
Sacha Greif
c118aaf8b4 fixing errors 2014-06-22 14:12:10 +09:00
Sacha Greif
199d27297c telescope-tags package now adds "categories" property to post schema 2014-06-22 12:58:41 +09:00
Sacha Greif
7f99b09e75 Fixing child comment bug 2014-05-08 15:35:47 +09:00
Sacha Greif
61cf1b6bea Merge branch 'christianbundy-master' into blaze-christian
Conflicts:
	lib/router.js
2014-05-08 15:30:36 +09:00
Christian Bundy
86ec3ede93 Solve trivial JS errors
Using jshint and and fixmyjs I went through and removed 220 trivial
Javascript errors – mostly missing semicolons, and some properties that
weren’t written in dot notation. You can view the diff of jshint’s
output here:
https://gist.github.com/christianbundy/7b37c51bb6f7c8d739e7/revisions
2014-05-06 20:15:48 -07:00
Sacha Greif
379c002698 working on 0.8 2014-04-30 16:58:11 -07:00
Sacha Greif
8bcece0956 encoding url 2014-02-24 18:41:59 +09:00
Sacha Greif
b40b8386df replaced click-based click tracking by server-side link redirection; merged both router files 2014-01-18 16:52:12 +09:00
cnzin
519eae0037 remove a duplicate function 2013-12-07 21:47:01 +08:00
Sacha Greif
4cd03a6a11 refactored notifications; added notifications for new users 2013-11-18 11:30:58 +09:00
Sacha Greif
5c47069519 give search results their own route 2013-11-16 14:01:00 +09:00
Sacha Greif
f876eb263e added profile fields for github, twitter, and personal site, and fixed profile avatar 2013-11-07 09:57:57 +09:00
Sacha Greif
cd0534a500 improvements 2013-10-24 21:02:42 +09:00
Sacha Greif
78bba0e915 invite system 2013-10-23 19:43:42 +09:00
Sacha Greif
9c4f030b90 fixing singleUser publication; simplifying user object update/remove permissions 2013-10-21 18:56:22 +08:00
Sacha Greif
83d792188b make nested comments optional + various tweaks 2013-10-14 12:14:12 +09:00
Sacha Greif
9066839a29 working on post and comment 2013-10-09 12:39:05 +09:00
Sacha Greif
d8070e51fa converting post edit page 2013-10-06 09:17:37 +09:00
Sacha Greif
c866cb6238 added autocomplete to select user form 2013-07-19 12:17:49 +09:00
Sacha Greif
ef26673e19 clean up getShortUrl function 2013-07-04 12:09:31 +09:00
Sacha Greif
01f7506a8a working on bitly link shortening integration 2013-07-04 11:16:11 +09:00
Sacha Greif
f14627bfc2 fixed queued comments bug 2013-04-26 17:28:09 +09:00
Sacha Greif
4ddc5b4a7f cleaned up app.js and renamed it to main.js 2013-04-14 14:51:37 +09:00
Sacha Greif
5a79b119b2 merging with simple-digest 2013-04-14 12:38:09 +09:00
Sacha Greif
59e1304c72 still cleaning up files 2013-04-13 15:10:07 +09:00
Sacha Greif
3f180f027b added rate limiting to posts and comments posting 2012-10-06 13:15:55 +09:00
Sacha Greif
bf7a0a7fab reorganizing views 2012-10-05 14:36:23 +09:00
Sacha Greif
ea7a447331 moved notifications server side 2012-10-04 15:26:59 +09:00
Sacha Greif
a751fa1627 working on notifications 2012-10-04 14:54:26 +09:00
Sacha Greif
71b0be591c working on notifications 2012-10-04 13:30:57 +09:00
Sacha Greif
eeba9ee455 working on notifications 2012-10-04 10:09:20 +09:00
Sacha Greif
4ee1abc6e3 scroll page to right comment when editing and commenting 2012-10-02 13:49:38 +09:00
Sacha Greif
93f7803140 added sticky posts 2012-10-02 10:54:04 +09:00
Sacha Greif
ce11b81f29 fixed conflicts and merged with Twitter branch 2012-10-01 13:35:20 +09:00
Sacha Greif
0dac75ec82 fixed bad auth api variable name for mixpanel user tracking 2012-10-01 11:49:07 +09:00
Sacha Greif
339970cea8 hooking up more events, hooking up comment upvotes and downvotes 2012-10-01 11:45:18 +09:00
Tom Coleman
e8bed27752 Route to user_edit page until the profile is complete. 2012-10-01 12:11:08 +10:00
Matt DeBergalis
e07daec6f3 Use currentUser builtin to simplify templates.
* {{currentUser.isAdmin}} instead of custom helpers.
* drop currentUserIsAdmin session variable.

relies on fix to meteor's handlebars evaluator in 0.4.2.
2012-09-27 23:33:08 -07:00
Sacha Greif
9cead70494 fixed conflicts using Matt's version over Julien's 2012-09-28 09:40:34 +09:00
Matt DeBergalis
5ed9296814 Simplify plumbing for voting 2012-09-27 13:13:55 -07:00
Julien Chaumond
1b6e18a1db Small error fix when mixpanel's not configured 2012-09-27 21:55:46 +02:00
Sacha Greif
eda774aea1 updated voting and scoring to give more "power" to admins 2012-09-26 06:51:38 +09:00
Sacha Greif
98acd4b3f0 do not re-queue comments after they've been opened once 2012-09-25 10:51:43 +09:00