Commit graph

2950 commits

Author SHA1 Message Date
Sacha Greif
2d13f42c75 enable using template as menuLabel; icon tweaks 2015-07-16 12:03:15 +09:00
Sacha Greif
38aa0c1433 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-07-16 08:37:34 +09:00
Sacha Greif
65e949dfab small css tweaks 2015-07-15 22:48:42 +09:00
Sacha Greif
4892ef2e72 simplify template highlighting logic 2015-07-15 22:44:47 +09:00
Sacha Greif
7fa932874b use flexbox for top header layout 2015-07-15 15:26:25 +09:00
Sacha Greif
b6c8c8df80 refresh highlights on debug mode trigger; various template tweaks 2015-07-15 14:56:04 +09:00
Sacha Greif
f8c1cb7c6e add keyboard shortcut for refresh 2015-07-15 13:26:57 +09:00
Sacha Greif
53fad7f3db renamed "postsListTop" zone to "top"; removed footer template; added Telescope.debug.refresh() function; improved debugging 2015-07-15 12:33:06 +09:00
Sacha Greif
e493ced63e rerun highlighter on route change 2015-07-15 10:50:54 +09:00
Sacha Greif
63f701ad12 fix completeUserProfile check 2015-07-15 10:11:29 +09:00
Sacha Greif
dc8a0fb1e2 make template highlighting code more flexible, tweak header layout; revert a couple changes 2015-07-15 10:06:44 +09:00
Sacha Greif
6c10a8e4df renamed nav template to header; more template and CSS tweaks 2015-07-14 21:45:18 +09:00
Sacha Greif
793019297e more work on debug package; started restructuring templates to wrap them all in an outer HTML element and avoid text nodes 2015-07-14 19:39:37 +09:00
Sacha Greif
66bf156169 working on debug package 2015-07-14 16:47:46 +09:00
Sacha Greif
af55ad222e refactor notifications menu code; add hasNotifications helper 2015-07-14 12:57:40 +09:00
Sacha Greif
d0b43d5899 removed button.submit from colors since it's already a button 2015-07-14 12:45:04 +09:00
Sacha Greif
5718df0827 add class to outer wrapper of newsletter banner 2015-07-14 12:33:38 +09:00
Sacha Greif
a3f7a69bc8 make trimWords work with empty string 2015-07-14 12:01:32 +09:00
Sacha Greif
297d6c844b updating history; small tweaks 2015-07-14 11:40:58 +09:00
Sacha Greif
afbc0fc8e3 remove regEx validation for now to work around SimpleSchema bug 2015-07-14 11:40:24 +09:00
Sacha Greif
52fb0f9f56 when body is empty, unset htmlBody in hook 2015-07-14 11:39:58 +09:00
Sacha Greif
dc0b2282f1 Merge pull request #1067 from mpauly/devel
Title Links on Avatars
2015-07-13 10:56:25 +09:00
Martin Pauly
5e078f833e Added a title attribute to the avatar links to give an overview who has posted on a topic even if no avatars are available. 2015-07-11 12:26:02 +02:00
Sacha Greif
b5bf6b26c4 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-07-10 13:53:29 +09:00
Sacha Greif
e75df20cc6 Merge pull request #1065 from jshimko/full-width-hero
allow hero modules to be full width of viewport
2015-07-10 13:53:20 +09:00
Sacha Greif
3a5117069a more checks 2015-07-10 11:40:11 +09:00
Sacha Greif
9b8bbaeed3 calling vote methods with id and not whole object 2015-07-10 11:06:40 +09:00
Sacha Greif
bfd36c5213 using audit-argument-check and adding check to all methods 2015-07-10 11:05:13 +09:00
Jeremy Shimko
8e3c5218da allow hero modules to be full width of viewport
and constrain current internal hero modules back into the .content-wrapper max-width
2015-07-09 10:26:33 -04:00
Sacha Greif
07f5995559 fix stupid bug (route.path -> route.view) 2015-07-08 17:05:36 +09:00
Sacha Greif
92d44bf445 working on limit parameter 2015-07-08 16:23:12 +09:00
Sacha Greif
d8d28fd28e remove sleep (whoops!) 2015-07-08 16:03:33 +09:00
Sacha Greif
f9842277cd implement fastRender for post lists + daily views 2015-07-08 16:00:27 +09:00
Sacha Greif
3142da417b preload pages subscription; get rid of global subscriptions fastRender code since that's done automatically 2015-07-08 15:37:55 +09:00
Sacha Greif
dda6faecb8 fix invite i18n 2015-07-07 18:51:39 +09:00
Sacha Greif
9f3e227358 enable cache for daily and single day 2015-07-07 18:50:09 +09:00
Sacha Greif
ac2aa803c8 Merge branch 'i18n' of https://github.com/TelescopeJS/Telescope into i18n 2015-07-07 16:40:53 +09:00
Sacha Greif
1058d49956 load translations for daily and single day package 2015-07-07 16:40:30 +09:00
Sacha Greif
9fe989b5b3 load polish translations for newsletter package 2015-07-07 16:36:33 +09:00
Sacha Greif
249fb3fcf8 fix subscriptionsReady 2015-07-07 13:15:35 +09:00
Sacha Greif
9eef5fdf07 use Subs Manager for some template-level subscriptions to fix post page content flash issue 2015-07-07 12:54:23 +09:00
Sacha Greif
8fa0507a65 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-07-07 11:52:08 +09:00
Sacha Greif
5f59b7c4f3 fix upvote/downvote for grid layout 2015-07-07 11:52:01 +09:00
Sacha Greif
2b7f573217 fixing bug where video kept playing when closing lightbox 2015-07-07 10:55:09 +09:00
Sacha Greif
db5c07f73d Merge pull request #1054 from badibouteraa/master
Fix decrease inviteCount
2015-07-03 16:48:27 +09:00
Sacha Greif
a8a8a61e09 Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-07-03 15:26:15 +09:00
badibouteraa
1f09999ce0 Fix decrease inviteCount 2015-07-02 03:46:50 +01:00
Sacha Greif
570e99cdc0 Merge branch 'johnthepink-update-newsletter-schedule' into devel 2015-07-02 11:09:35 +09:00
Sacha Greif
99f663845c do not migrate if setting doesn't exist; add console.log 2015-07-02 11:09:30 +09:00
Sacha Greif
372ad2d3b3 Merge branch 'update-newsletter-schedule' of https://github.com/johnthepink/Telescope into johnthepink-update-newsletter-schedule 2015-07-02 10:32:17 +09:00