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
Sacha Greif
b932506f56
more style tweaks
2014-12-16 13:52:23 +09:00
Sacha Greif
6723a532da
alternate layout for post items
2014-12-16 13:34:01 +09:00
Sacha Greif
41ecd48e7c
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2014-12-16 09:01:20 +09:00
Viktorminator
81e485eca2
Some lexicon en, ru fixes
2014-12-15 17:58:03 +02:00
Sacha Greif
c2421a8e9d
small css tweaks
2014-12-15 16:00:35 +09:00
Sacha Greif
f8cb992069
Adding descriptions in post list pages and showing them in menus.
2014-12-15 09:46:51 +09:00
Sacha Greif
49e3694214
remove post author ID from commenters to avoid showing author's avatar again
2014-12-14 15:19:53 +09:00
Sacha Greif
f5eb356ac1
adding commenters avatars
2014-12-14 15:15:34 +09:00
Sacha Greif
fb91613cfe
refactor all the things!
...
- changed the layout CSS for post modules
- changed order of modules
- changed markup of modules
2014-12-14 12:38:48 +09:00
Sacha Greif
fb0cd210b3
refactoring post module markup and CSS
2014-12-13 17:43:52 +09:00
Sacha Greif
d69fd70883
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2014-12-13 11:58:51 +09:00
Sacha Greif
2a316ea798
fix sign-out route
2014-12-13 11:58:47 +09:00
Charlie DeTar
45ddd0fbe1
Remove now-obsolete title from page controller
...
Title is set via ``PostPageController.getTitle`` in https://github.com/TelescopeJS/Telescope/blob/master/lib/router/filters.js#L170
2014-12-12 11:16:47 -07:00
Sacha Greif
09885700b0
set page title at router controller level
2014-12-11 12:38:53 +09:00
Anthony Mayer
e71be66c57
Should fix various url problems by taking siteUrl into account when getting route urls.
...
Trying to make as much use of path as possible on the client side.
2014-12-09 09:29:17 -08:00
Sacha Greif
eacc891bca
fix user posts limit bug
2014-12-09 13:16:34 +09:00
Sacha Greif
6d817fc421
using Reactive Var for user comments as well
2014-12-09 11:19:49 +09:00
Sacha Greif
05ab190016
cannot have helper in main.html
2014-12-09 10:58:34 +09:00
Sacha Greif
07bc61e938
started extracting invites into their own package
2014-12-09 10:17:16 +09:00
Sacha Greif
0c6150371b
refactoring invites publication
2014-12-08 22:17:43 +09:00
Sacha Greif
755451b394
modularising the user edit page
2014-12-08 20:36:46 +09:00