Commit graph

358 commits

Author SHA1 Message Date
Sacha Greif
b454f59d53 added icons for left and right arrows 2012-10-22 09:45:26 +09:00
Sacha Greif
fc855e5fc8 added keyboard nav for digest 2012-10-22 09:28:42 +09:00
Sacha Greif
9aa75df069 Merge branch 'master' of github.com:SachaG/Telescope 2012-10-21 12:07:50 +09:00
Sacha Greif
fba0375f7a git fetch merge test 2012-10-21 12:07:24 +09:00
Julien Chaumond
bbafe9a840 Update README.md 2012-10-19 13:39:11 +03:00
Sacha Greif
a886b00123 refactored part of the app to be clearer 2012-10-19 19:20:14 +09:00
Sacha Greif
339d45fc3f Merge branch 'master' of github.com:SachaG/Telescope 2012-10-19 14:09:56 +09:00
Tom Coleman
d89b9a3202 Fixed problem with overlapping subscriptions. 2012-10-19 15:53:26 +11:00
Sacha Greif
dc29fde89f Merge branch 'master' of github.com:SachaG/Telescope 2012-10-19 13:36:23 +09:00
Tom Coleman
c14741d232 Subscribe to the 3 days surrounding 'currentDate'. 2012-10-19 15:35:46 +11:00
Sacha Greif
d29c82347d added favicon 2012-10-19 12:59:35 +09:00
Sacha Greif
2a6e2a1dd2 updated readme 2012-10-19 12:50:37 +09:00
Sacha Greif
8de6e38226 set first user as admin 2012-10-19 12:42:28 +09:00
Sacha Greif
988e5f0460 workaround for overlapping subscriptions bug 2012-10-19 12:33:47 +09:00
Tom Coleman
5937b4f0bd Simplified the logic of post_item placement a little. 2012-10-19 12:53:33 +11:00
Sacha Greif
3f54acc137 add message if the digest is empty for a day 2012-10-19 09:05:02 +09:00
Sacha Greif
b9c11a94ce mobile css tweaks 2012-10-18 17:47:56 +09:00
Sacha Greif
939b823df0 simplify onCreateUser, publish email_hash 2012-10-18 17:43:03 +09:00
Sacha Greif
60524e4c05 fixed wrong arguments 2012-10-18 17:20:20 +09:00
Sacha Greif
e9c3d1c297 don't animate the first render 2012-10-18 16:11:08 +09:00
Sacha Greif
bb9bd50eab calculate posts distance from top better 2012-10-18 15:59:21 +09:00
Sacha Greif
196205cce8 bugfix 2012-10-18 15:04:31 +09:00
Sacha Greif
32332983cf adding padding 2012-10-18 14:56:51 +09:00
Sacha Greif
f515c552dc use Meteor.userLoaded() 2012-10-18 14:53:37 +09:00
Sacha Greif
cf3cb355d1 hide rank on post page 2012-10-18 14:51:15 +09:00
Sacha Greif
f2b893bded switching to 0.5 2012-10-18 14:24:36 +09:00
Sacha Greif
0ba8bcda57 added user subscriptions back in 2012-10-18 12:34:13 +09:00
Sacha Greif
10ff711d1d fixed conflicts with post_edit 2012-10-18 11:50:56 +09:00
Sacha Greif
a8e0bb0029 fixed conflicts 2012-10-18 11:48:38 +09:00
Sacha Greif
c5f2b8669b added constant to post_edit 2012-10-18 11:46:35 +09:00
Tom Coleman
13840c397b Achieve a spinner more idiomatically. 2012-10-18 13:44:03 +11:00
Tom Coleman
9b9435333b Don't need to do anything tricky any more.
Don't need to do 'constantOnceLoaded' as we can now just do
 - wait until loaded -- then constant.
2012-10-18 13:40:11 +11:00
Sacha Greif
2ee0028140 Merge branch 'master' of github.com:SachaG/Telescope 2012-10-18 11:30:11 +09:00
Sacha Greif
f419987345 added datepicker 2012-10-18 11:26:42 +09:00
Tom Coleman
218f76347b Refactored the subscriptions to be all separate.
Probably still a bit of work to do to get things up to scratch, but looking good.
2012-10-18 13:07:10 +11:00
Tom Coleman
ea5b50fc73 Single post has it's own subscription.
Works _only_ on the post_page and breaks the other lists right now.
2012-10-18 12:01:17 +11:00
Tom Coleman
f2be21d496 Pull out instrumentation stuff. 2012-10-18 11:53:59 +11:00
Tom Coleman
8d4682a558 One way of achieving a 404 page... 2012-10-18 10:53:57 +11:00
Sacha Greif
d8fef4581a made sticky control a checkbox 2012-10-17 18:36:41 +09:00
Sacha Greif
2af19fbb18 fixing mobile layout 2012-10-17 17:25:10 +09:00
Sacha Greif
43f85e3a81 added spinner 2012-10-17 16:04:47 +09:00
Sacha Greif
0fb31b1bf5 let admin users edit posts again 2012-10-12 08:27:59 +09:00
Sacha Greif
23122b2393 fixed typo in userId var 2012-10-11 13:50:17 +09:00
Sacha Greif
cf5e186b8c only make headline mandatory, not url 2012-10-11 13:21:10 +09:00
Sacha Greif
159492d12e cleaned up router 2012-10-11 08:23:52 +09:00
Sacha Greif
ad9fca0d4a added date in url to digest view 2012-10-10 13:54:48 +09:00
Sacha Greif
721e1fb02d fixed load more button position 2012-10-10 11:25:00 +09:00
Sacha Greif
cab993ba21 added a way to load a specific comment in the server-side publish method 2012-10-10 11:03:09 +09:00
Sacha Greif
b3c932b2ab adding permission check for post and comment edit 2012-10-10 10:48:14 +09:00
Sacha Greif
1b4d48577c finished adding categories 2012-10-10 08:32:49 +09:00