Commit graph

710 commits

Author SHA1 Message Date
Sacha Greif
6894de3d2f working on new admin menu 2015-03-18 17:22:43 +09:00
Sacha Greif
ab8ce6f2d8 Merge branch 'devel' into sidenav 2015-03-18 10:14:59 +09:00
Sacha Greif
2f5a72e8f2 Merge branch 'razvansky-master' into devel 2015-03-18 09:10:36 +09:00
Sacha Greif
578c201ede Merge branch 'devel' into lowercase-usernames 2015-03-18 08:43:16 +09:00
Sacha Greif
ea24b5242d Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2015-03-16 10:01:22 +09:00
Sacha Greif
95cd46cbcb sort hero modules by order 2015-03-16 10:00:11 +09:00
Sacha Greif
d3665b9895 refactoring sidebar menu to use main nav 2015-03-13 15:27:24 +09:00
Sacha Greif
a516c7a99d added message about signing in to reply 2015-03-13 10:18:24 +09:00
Sacha Greif
a1d304445d highlight OP's comments 2015-03-13 09:41:15 +09:00
Sacha Greif
5088f8e195 order items in mobile nav as well 2015-03-12 18:15:59 +09:00
Sacha Greif
d50ca78e0b order items in mobile nav too 2015-03-12 18:15:34 +09:00
Luca Mussi
73bb536c52 profile.name -> profile.username 2015-03-12 10:12:47 +01:00
Sacha Greif
63e2acabf5 side nav prototype 2015-03-12 18:07:23 +09:00
Sacha Greif
ce4b357abd fix for non-admin users 2015-03-11 11:34:01 +09:00
Sacha Greif
340c9c61ce updating settings form 2015-03-11 08:34:44 +09:00
Sacha Greif
b7ad74e6e6 Use new set of arguments for methods and hooks 2015-03-10 14:24:05 +09:00
Sacha Greif
7ac82b579d couple tweaks to make getFormSchema work 2015-03-10 14:09:06 +09:00
Sacha Greif
49c034c6e1 Using AutoForm.getFormSchema() 2015-03-10 13:37:12 +09:00
Sacha Greif
288ce9eee8 fix #790 2015-03-10 11:50:21 +09:00
Sacha Greif
440c96e98b Merge pull request #785 from jshimko/extra-code-helper
extraCode helper in layout template was not defined
2015-03-10 10:51:36 +09:00
Sacha Greif
bdc3e4eba4 Merge pull request #766 from ndarilek/master
Various accessibility fixes, mainly hiding unnecessary elements from scr...
2015-03-10 10:49:20 +09:00
Sacha Greif
b1bb4b5e96 Merge branch 'users-list' of https://github.com/jshimko/Telescope into jshimko-users-list 2015-03-10 09:32:13 +09:00
Jeremy Shimko
9960792995 add missing extraCode helper 2015-02-24 14:07:58 -05:00
Jeremy Shimko
467fc494f2 switch to "this" instead of "instance.data" 2015-02-16 17:57:05 -05:00
Jeremy Shimko
16d56d197c pass user object to profileUrl helper instead of id
Because the allUsers publication is no longer available outside of reactive-table data context.
2015-02-16 17:56:14 -05:00
Jeremy Shimko
5997aafe87 switch to ReactiveTable.publish for all-users table 2015-02-16 17:54:33 -05:00
Sacha Greif
dd59d3aba6 make favicon customizable 2015-02-14 19:03:22 +09:00
Sacha Greif
c8e1d60811 auth methods are now a setting 2015-02-14 10:55:04 +09:00
Jeremy Shimko
3c61cf981d custom template for createdAt field
also fixes date sorting in table
2015-02-13 01:47:36 -05:00
Nolan Darilek
f89e8ff7e2 Various accessibility fixes, mainly hiding unnecessary elements from screen readers, adding screen-reader-only content and using live regions for real-time content. 2015-02-12 23:44:59 -06:00
Jeremy Shimko
8fd9de3266 rebuild user management page with reactive-table 2015-02-12 23:28:14 -05:00
Sacha Greif
a44199e247 actually, do not load font file if not specified 2015-02-13 11:56:24 +09:00
Sacha Greif
bd623f80e0 adding setting for font family 2015-02-13 11:37:09 +09:00
Sacha Greif
4d40664d08 Show approve link for all pending posts no matter the setting 2015-02-11 19:29:07 +09:00
Sacha Greif
b9ca31ffa9 give search field a border when header has a white background 2015-02-11 18:02:56 +09:00
Sacha Greif
19a961faea small CSS fixes 2015-02-11 09:44:08 +09:00
Sacha Greif
31d8997cea Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-02-05 09:21:08 +09:00
Sacha Greif
34d6dfacd6 tweak button color specificity so that social sign-in button color is not affected (fix #481) 2015-02-03 15:51:30 +09:00
Sacha Greif
9a23f144d3 do not put comment reply page behind log-in 2015-02-03 15:43:57 +09:00
Sacha Greif
e155e73034 use displayName instead of userName 2015-02-03 10:22:42 +09:00
Sacha Greif
1aefbea3cd fixing mobile version for grid layout 2015-01-27 11:44:06 +09:00
Sacha Greif
058d9878e2 Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2015-01-27 11:12:23 +09:00
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
Kiko Beats
d53a41cf2f change sign in for register 2015-01-25 17:38:54 +01: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