Commit graph

44 commits

Author SHA1 Message Date
Sacha Greif
78f440e8cd refactoring email templates 2014-08-03 11:50:10 +09:00
Sacha Greif
ff1c8850eb fix #347 2014-07-31 08:58:40 +09:00
Arunoda Susiripala
74c76a8526 revert to the orignal post waiton logic
but corrected 404 template name and uses waitOn (FR needs it)
2014-07-08 11:24:59 +05:30
Arunoda Susiripala
8a1bf9dc7f fixed posts 404 implementation 2014-07-08 11:07:11 +05:30
Arunoda Susiripala
10e38bc455 added subscriptions-manager support 2014-07-08 11:07:11 +05:30
Sacha Greif
7b5528b59f cleaning up router file 2014-07-08 11:09:10 +09:00
Sacha Greif
63e2db0d60 experimenting with new pattern for postPageController 2014-07-08 09:34:38 +09:00
Sacha Greif
608a163ac1 merging comment_page and comment_reply templates 2014-07-07 09:36:38 +09:00
Sacha Greif
1be5035c56 add waitOn to root path 2014-07-05 11:57:41 +09:00
Sacha Greif
8cf7446860 routing to dynamic templates 2014-07-05 11:28:05 +09:00
Sacha Greif
abe8f45cbc fixing loading more posts bug 2014-07-04 14:22:21 +09:00
Sacha Greif
f24dee88cb setting post limit through session 2014-07-04 12:10:09 +09:00
Sacha Greif
bdb166c829 debugging loading bug 2014-07-04 11:49:52 +09:00
Sacha Greif
51c6278657 fixed click tracking 2014-07-03 17:13:22 +09:00
Sacha Greif
b6e26f634e removed autocomplete, fixed bugs with dropdown 2014-07-03 10:28:27 +09:00
Sacha Greif
fb279cc13c adding rss and api packages 2014-06-27 19:57:30 +09:00
Sacha Greif
30d1fa073d cleaning up and refactoring 2014-06-27 19:42:33 +09:00
Sacha Greif
21998aa012 putting search in its own package 2014-06-23 11:05:06 +09:00
Sacha Greif
26646f22aa added preloadSubscriptions to telescope-base 2014-06-22 17:15:21 +09:00
Sacha Greif
83561ec28d fixing digest to work with Date() objects 2014-06-22 15:54:54 +09:00
Sacha Greif
c118aaf8b4 fixing errors 2014-06-22 14:12:10 +09:00
Sacha Greif
b91f6ff6fc Merge branch 'tags-package' 2014-05-30 10:35:36 +09:00
Sacha Greif
01cf53d88a cleaning up setTitle filter 2014-05-30 10:32:30 +09:00
Sacha Greif
2b37fd1359 fixing canPost and canView filters; only publish invited users to admin 2014-05-23 13:32:52 +09:00
Sacha Greif
1598511dc3 fixing getUsername; fixing site title 2014-05-23 13:08:40 +09:00
Sacha Greif
8773c23a6a making subscription preloader more flexible 2014-05-21 16:01:15 +09:00
Sacha Greif
2a57a261d9 fixing post edit bug 2014-05-19 09:09:39 +09:00
Sacha Greif
ba3e5e2ca2 Factoring out the tags/categories feature into its own package 2014-05-09 11:05:33 +09:00
Sacha Greif
26cb654bde fixing settings bug 2014-05-09 09:39:49 +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
11b4750534 use iron-router-progress 2014-05-07 11:03:53 +09:00
Sacha Greif
65795bcc1f don't throw error for isAdmin hook 2014-05-07 10:57:12 +09:00
Sacha Greif
5a7adbac43 added isReady hook 2014-05-07 10:48:47 +09:00
Sacha Greif
4e5f26d49c using simpleSchema for settings 2014-05-01 19:34:24 -07:00
Sacha Greif
b10df80e4d adding packages 2014-05-01 13:10:34 -07:00
Sacha Greif
379c002698 working on 0.8 2014-04-30 16:58:11 -07:00
Sacha Greif
0c8ba253ed remove console.log 2014-02-24 18:42:27 +09:00
Sacha Greif
8bcece0956 encoding url 2014-02-24 18:41:59 +09:00
Sacha Greif
e622c11286 cleaning up subscriptions 2014-02-18 14:46:53 +09:00
Sacha Greif
6b00f4402d use spin package instead of including code in the app 2014-02-06 15:45:43 +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
Arunoda Susiripala
64a0f7eec2 uses waitOn function in the Router.configure 2014-01-12 23:36:03 +05:30
Arunoda Susiripala
0e57794f47 added complete fast-render support 2014-01-12 22:58:07 +05:30
Renamed from client/helpers/router.js (Browse further)