Commit graph

1040 commits

Author SHA1 Message Date
Anthony Mayer
603c5fee92 Fixes #719. Allowing mobile nav to close if user clicks anywhere outside of it.
Also, adding test.
2015-01-26 00:46:43 -08:00
Sacha Greif
6868a69f3e Fix “post awaiting moderation” message 2015-01-21 11:09:18 +09:00
Sacha Greif
201af43cf9 adding upvote and down vote callbacks 2015-01-21 10:38:59 +09:00
Sacha Greif
3b51d0ef1c bunch of small fixes 2015-01-20 16:18:27 +09:00
Sacha Greif
c6befe9b19 publish post author on single comment pages 2015-01-20 16:08:10 +09:00
Sacha Greif
c9693436c3 fixing context issues on comment form 2015-01-20 12:35:09 +09:00
Sacha Greif
cf01d01dbd adding subscribe-to-posts package 2015-01-20 11:59:12 +09:00
Sacha Greif
0b3cfeabed add thread modules zone 2015-01-20 11:42:03 +09:00
Anthony Mayer
2bafca52e3 Fixing style issues.
Also, switching Router.routes[].path to Router.path
2015-01-19 00:48:17 -08:00
Anthony Mayer
f197b930e6 Cleaning up vote click handling functions and adding tests.
Also combining can.upvote and can.downvote and deleting unused permissions function and random cleanup.
2015-01-19 00:04:41 -08:00
Sacha Greif
35ae630ebd working on grid layout; added callback for injecting CSS classes for post items 2015-01-19 11:40:27 +09:00
Sacha Greif
ff1d92f977 clean up post and settings schema, and i18n labels 2015-01-18 10:56:01 +09:00
Sacha Greif
9c5bd4ce4d extract postRank into its own post module 2015-01-16 16:11:36 +09:00
Sacha Greif
83cd0d579e various css tweaks 2015-01-14 09:45:18 +09:00
Sacha Greif
c2118954b2 prevent logo from getting crushed on mobile + various other small fixes 2015-01-12 12:02:48 +09:00
Sacha Greif
f135ca4937 use markdown in footer 2015-01-12 11:35:53 +09:00
Sacha Greif
e7e64be5f6 added missing this.next() 2015-01-10 12:46:44 +09:00
Sacha Greif
b9df5c9100 refactor post list markup 2015-01-10 11:38:19 +09:00
Sacha Greif
36888a0880 only show "no posts" message if there actually are no posts 2015-01-10 11:05:45 +09:00
Sacha Greif
ae9c1fa59b Add load more days link 2015-01-09 16:05:00 +09:00
Sacha Greif
56b53e9026 make load more template work again for regular post list 2015-01-08 17:07:17 +09:00
Sacha Greif
338e251e97 get rid of unnecessary router subscriptions; make day to day nav work 2015-01-08 16:01:51 +09:00
Sacha Greif
535acb9da8 refactoring singleDay package and postsList module 2015-01-08 15:38:07 +09:00
Sacha Greif
18c63f9886 Merge branch 'master' into devel
Conflicts:
	server/publications/posts_list.js
2015-01-07 16:53:36 +09:00
Anthony Mayer
f9d9891fba Getting rid of redundant permissions functions
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.

Conflicts:
	client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
ae2214d7b4 move posts_list files into their own directory 2015-01-06 14:46:20 +09:00
Sacha Greif
c9d13c3159 show message when user cannot comment; redirect to sign in form when not logged in 2015-01-05 16:32:26 +09:00
Sacha Greif
b3f2d3ec08 remove nested comments check 2015-01-05 16:18:26 +09:00
Sacha Greif
c03aac379c Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2015-01-05 10:37:22 +09:00
Sacha Greif
f5354bf69d renaming viewNav to viewsMenu and adminNav to adminMenu 2015-01-05 10:06:30 +09:00
Sacha Greif
e789511d8b css tweaks 2015-01-04 12:51:18 +09:00
Sacha Greif
3c853d0ebe fix mobile nav 2015-01-03 10:14:07 +09:00
Anthony Mayer
77dd6ffba9 Adding nav client unit test
Added testing dependencies, added test case, removing unused nav code, and adding travis file
2015-01-02 21:27:09 +01:00
Sacha Greif
6a8a6ee8bb working on getting started package 2014-12-31 17:44:21 +09:00
Sacha Greif
a49161dc17 get rid of toolbox 2014-12-31 11:55:09 +09:00
Sacha Greif
ecad51bbbd make release notes into a package 2014-12-31 11:05:25 +09:00
Sacha Greif
ed03fa38a1 working on release notes 2014-12-30 19:14:44 +09:00
Sacha Greif
778c08d544 clean-up 2014-12-30 18:18:00 +09:00
Sacha Greif
a7ad1572c3 make primary and secondary nav sortable (fix #642) 2014-12-30 17:44:33 +09:00
Sacha Greif
4a415c6ebb css fixes 2014-12-30 17:36:37 +09:00
Sacha Greif
03922286e1 refactoring comment form code and fixing upvote issue 2014-12-28 12:13:13 +09:00
Sacha Greif
7d7a3939fc working on comment form latency compensation 2014-12-28 11:45:35 +09:00
Sacha Greif
e91d60ecc9 fix child comment bug 2014-12-27 22:12:01 +09:00
Sacha Greif
c74a9ae8b0 add loading indicators to forms 2014-12-27 18:34:01 +09:00
Sacha Greif
f2760f9168 refactoring comment submit method 2014-12-24 10:13:48 +09:00
Sacha Greif
a85e09f9ad make post-submit callbacks run on server only 2014-12-22 11:49:35 +09:00
Sacha Greif
6fc3bb7092 use type=method for submit and edit forms 2014-12-22 09:49:28 +09:00
Sacha Greif
1aa86994f7 using this.autorun 2014-12-18 10:36:41 +09:00
Sacha Greif
36b0b3b18b colorize category tags 2014-12-16 15:19:29 +09:00
Sacha Greif
1615eb726b limit commenter avatars to first 4 people 2014-12-16 14:25:38 +09:00