Commit graph

102 commits

Author SHA1 Message Date
Sacha Greif
6b4064f6b3 adding toolbox page 2013-04-05 12:22:00 +09:00
Sacha Greif
8ff81251ec using paginated-subscription package 2013-04-05 12:14:29 +09:00
Sacha Greif
d87ac1ab1e merging and fixing conflicts 2013-04-05 12:03:18 +09:00
Sacha Greif
79ec81076e make Telescope compatible with 0.6.0 2013-04-05 11:58:37 +09:00
Tom Coleman
1974ac0386 Moved paginated sub into a package 2013-03-23 16:58:28 +11:00
Sacha Greif
17304f3f1a merged with master 2013-03-19 15:24:29 +09:00
Sacha Greif
96b353dc03 remove Meteor.flush() to fix digest 2013-03-19 15:15:22 +09:00
Tom Coleman
4e8e169a28 Ok, this isn't nested autoruns but it works. 2013-03-15 20:21:05 +11:00
Tom Coleman
b40b53f119 Checking if this fixes it. 2013-03-15 18:44:43 +11:00
Sacha Greif
540a7ed265 cleaning up router autorun 2013-03-15 16:09:58 +09:00
Tom Coleman
af9e4893fe Use the beforeRouting branch of the router. 2013-03-15 17:58:22 +11:00
Sacha Greif
6fb64a991e reset categorySlug Session variable 2013-03-15 15:38:01 +09:00
Sacha Greif
a7e05f54f5 merging with master 2013-03-14 09:22:11 +09:00
Tom Coleman
9a5f743ef3 Updated to work with 0.5.8 2013-03-14 09:45:57 +11:00
Tom Coleman
710ba94a5b This should work, but doesn't due to
https://github.com/meteor/meteor/issues/785
2013-03-07 11:54:27 +11:00
Sacha Greif
527b43f959 added google analytics integration 2013-02-28 09:19:08 +09:00
Sacha Greif
13660c526f added tagline in settings 2013-02-22 19:21:35 +09:00
Sacha Greif
029fe03ab6 tweaks 2013-02-18 13:59:48 +09:00
Sacha Greif
694f72af99 denormalizing categories and refactoring findQuery 2013-02-18 13:38:15 +09:00
Sacha Greif
a7f2cf4b9a implementing category UI 2013-02-18 12:13:27 +09:00
Sacha Greif
0c98936902 merging with /development and fixing conflicts 2013-02-04 12:06:07 +09:00
Lyudmil Angelov
7d7137527a Extract database-forms into an Atmosphere package and remove it from the source code. 2013-02-01 00:41:01 +01:00
Sacha Greif
78c0e22583 adding unsubscribe code 2013-01-19 21:37:46 +09:00
Sacha Greif
4105708b6a working on new createdAt timestamp 2013-01-13 08:52:35 +09:00
Sacha Greif
50825e0179 cleaned up unusued js files 2012-12-22 10:57:52 +01:00
Sacha Greif
29d379d3f9 Set Session variable to signal posts list pages 2012-12-16 18:58:57 +01:00
Sacha Greif
3cd255da55 unbind keyboard shortcut to prevent duplicate bindings 2012-12-16 14:25:46 +01:00
Tom Coleman
e2d164d593 Fixed problem where directly loading a digest page could stay spinning. 2012-12-13 18:51:42 +11:00
Tom Coleman
15c2550828 Fix for not yet loaded digest handles. 2012-12-13 18:33:46 +11:00
Tom Coleman
f36d68451c Sorted out digests in a nice clean way. 2012-12-13 18:13:52 +11:00
Sacha Greif
f23e26f6b6 CSS fixes 2012-12-13 15:22:28 +09:00
Tom Coleman
0be912db24 Massively simplified all the posts_lists using the paginatedSub. 2012-12-13 17:06:13 +11:00
Sacha Greif
77de206046 Strip HTML from comments and posts to prevent code injections 2012-12-13 10:58:17 +09:00
Sacha Greif
c5bff7fb5c finished improving analytics and event tracking 2012-12-12 11:15:27 +09:00
Sacha Greif
19143689d0 deactivating goSquared for now 2012-12-11 11:39:06 +09:00
Sacha Greif
5149f4cd4b clicky fix 2012-12-11 11:35:29 +09:00
Sacha Greif
8da6f5ca94 disabling gosquared 2012-12-11 11:24:58 +09:00
Sacha Greif
87681aae02 improving analytics 2012-12-11 10:47:11 +09:00
Sacha Greif
5ab5cb30ff added /best subscription and templates 2012-12-10 13:22:48 +09:00
Tom Coleman
6ff27ae383 Created paginatedSubscription, use it for topPosts. 2012-12-06 23:46:20 +11:00
Sacha Greif
f74a8396f6 when upvoting while not logged in, redirect instead of just throwing error 2012-12-05 11:22:14 +09:00
Sacha Greif
4bf2e3bf46 reworking signin/signup and even tracking 2012-11-26 17:11:21 +09:00
Sacha Greif
6f51459eb7 stop returning all the site's post for single post collection 2012-11-26 14:12:38 +09:00
Tom Coleman
31c1c7f7ff Be more manual about checking if the digest is ready.
The digest data can be there even while the subscription is still loading, as the subscription window is over 3 days.

I'm not sure if this is the best solution, but it seems to work.
2012-11-26 15:04:58 +11:00
Lyudmil Angelov
739adaafcf More FormModel comment improvements. 2012-11-22 18:39:46 +01:00
Lyudmil Angelov
a5d2c20e82 Improve FromModel comments slightly. 2012-11-22 18:26:39 +01:00
Lyudmil Angelov
84f58b6526 Add comments to explain what DatabaseForm and FormModel do. 2012-11-22 18:22:42 +01:00
Lyudmil Angelov
2dfbf220ac Use more descriptive names for classes used to generate forms automatically. 2012-11-22 17:48:31 +01:00
Sacha Greif
b43ac5bd56 fixed comment timestamp bug 2012-11-22 09:08:12 +09:00
Tom Coleman
7a59ccf773 The startRequest function should only run when the page of the router changes. 2012-11-22 10:26:23 +11:00