Commit graph

442 commits

Author SHA1 Message Date
Sacha Greif
3f9955bdb3 Merge branch 'master' of github.com:SachaG/Telescope 2012-12-05 11:37:23 +09:00
Sacha Greif
840cfdacc7 updated readme with license info 2012-12-05 11:27:02 +09:00
Sacha Greif
efb2401364 fixed share buttons css bug 2012-12-05 11:25:57 +09: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
070381dbd9 fixing mobile nav 2012-12-05 11:05:05 +09:00
SachaG
b94c3b158e Merge pull request #54 from tomkruijsen/queue-avatar
Use generic getAvatarUrl instead of Gravatar.
2012-12-03 17:45:45 -08:00
Tom Kruijsen
7665a1be79 Use generic getAvatarUrl instead of Gravatar. 2012-12-03 17:36:47 +01:00
SachaG
a78adff61c Merge pull request #47 from amasad/master
Add post link to mobile nav
2012-11-28 22:27:21 -08:00
Amjad Masad
63e82652b7 Add post button to mobile nav. 2012-11-29 01:02:25 -05:00
SachaG
b34a998888 Merge pull request #46 from imikay/patch-1
Update README.md
2012-11-27 23:14:01 -08:00
Mikay Gao
4b7e5e9293 Update README.md
I think these two more steps should be clear for newcomers. Please correct me it I am wrong, I am rather new to Meteor.
2012-11-28 15:04:18 +08:00
Sacha Greif
ecb4a0bcd4 added digest posts limit back in 2012-11-28 09:04:31 +09:00
Sacha Greif
20065be2f3 add "/" to router redirection 2012-11-28 08:57:44 +09:00
Sacha Greif
e364aa3fbb title -> headline 2012-11-26 18:08:14 +09:00
Sacha Greif
02ae749f4e bugfix 2012-11-26 17:39:23 +09:00
Sacha Greif
903274b98f rework post edit 2012-11-26 17:37:47 +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
Sacha Greif
eca3a10c5b fix keyboard shortcut day switching bug 2012-11-26 12:18:29 +09:00
Sacha Greif
fabecc7609 posts digest tweaks 2012-11-26 11:27:27 +09:00
Sacha Greif
aa678bf839 improved readme 2012-11-25 19:50:29 +09:00
Tom Coleman
9211c60495 Simplified subscriptions greatly (I think). 2012-11-25 19:10:10 +11:00
Tom Coleman
d984d0ebf6 Whoops! I didn't mean to comment that out.
I was just bugfixing :/
2012-11-25 19:01:52 +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
1f6720aee4 stop screen from jumping back to top 2012-11-22 15:52:08 +09: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
Sacha Greif
720373f30c using router permissions for admin area 2012-11-22 08:13:43 +09:00
Sacha Greif
f626f635d0 Merge branch 'new_router' 2012-11-21 14:32:22 +09:00
Sacha Greif
0646caeea1 tweaking permissions 2012-11-21 14:31:58 +09:00
Sacha Greif
4e582acbaf moved permissions to own file 2012-11-21 14:18:30 +09:00
Sacha Greif
6c2589ab90 transformed window vars in Session vars 2012-11-21 13:44:03 +09:00
Sacha Greif
cf8a433b0c repressRecursion -> showChildComments 2012-11-21 13:41:27 +09:00
Sacha Greif
e871171769 fixed conflicts 2012-11-21 13:34:08 +09:00
Sacha Greif
92c57121ed userLoaded -> userId 2012-11-21 13:32:58 +09:00
Tom Coleman
8641d52674 Moved canEdit logic into the router too. 2012-11-21 15:28:29 +11:00
Tom Coleman
628001eb50 Some more small fixes. 2012-11-21 15:15:30 +11:00
Tom Coleman
91c7da215c Updated to latest router. 2012-11-21 14:56:17 +11:00
Sacha Greif
31cb9cd595 Merge branch 'new_router' of github.com:SachaG/Telescope 2012-11-21 12:33:20 +09:00
Tom Coleman
22ff9bcb2b whoops 2012-11-21 14:32:21 +11:00
Sacha Greif
130970903f Merge branch 'new_router' of github.com:SachaG/Telescope 2012-11-21 12:30:58 +09:00
Sacha Greif
cc61f38d7c tweaks 2012-11-21 12:30:45 +09:00
Tom Coleman
72d8115b1b New router is working, to some degree.
I switched over to router 2.0, and refactored the permissions a bit.
There's still a bit of work needed to get the permissions fully up to speed.
2012-11-21 14:28:18 +11:00
SachaG
d2dcaf23bc Merge pull request #31 from lyudmil/master
Towards generic forms
2012-11-20 16:20:50 -08:00
Lyudmil Angelov
1d2422b3b3 Merge main line. 2012-11-20 16:00:27 +01:00
Lyudmil Angelov
c346015912 Refactor settings view code to apply correct naming conventions and use the compact helper syntax. 2012-11-20 15:52:27 +01:00