Commit graph

2974 commits

Author SHA1 Message Date
Sacha Greif
3dfebb6af2 updated history 2015-07-22 15:32:44 +09:00
Sacha Greif
1353f0a74d version bump (0.22.1) 2015-07-22 15:23:51 +09:00
Sacha Greif
8659d8a2e0 various layout and css tweaks 2015-07-22 15:06:53 +09:00
Sacha Greif
b64945418d set data context for post page inside post property, not on root 2015-07-22 15:06:45 +09:00
Sacha Greif
836e95bb49 fix thumbnail dimensions 2015-07-22 15:06:03 +09:00
Sacha Greif
06711f365d update kadira 2015-07-22 14:08:57 +09:00
Sacha Greif
3e87fd3c98 putting banners and errors styles in base theme 2015-07-20 16:30:23 +09:00
Sacha Greif
ee649f74c1 update email package 2015-07-20 16:29:01 +09:00
Sacha Greif
5fd24a7585 Merge branch 'master' into devel 2015-07-20 10:14:45 +09:00
Sacha Greif
b02b5688b3 removing module template to simplify template structure 2015-07-20 10:11:55 +09:00
Sacha Greif
62459bfb8e make lightbox video responsive using fitvids 2015-07-20 09:15:12 +09:00
Sacha Greif
66ce026949 Merge pull request #1077 from frabrunelle/emailNewUser
use absolute URL for Users.getProfileUrl
2015-07-19 19:19:36 +09:00
Francis Brunelle
043c7c93c7 use absolute URL for Users.getProfileUrl 2015-07-19 05:29:29 -04:00
Sung Won Cho
5914afc808 Display popular comments 2015-07-18 15:31:06 +10:00
Sung Won Cho
b765982a9e Display trimmed down version of htmlBody and fix #1069 2015-07-18 15:31:00 +10:00
Sacha Greif
fe9f5c17bc add setting for pointing RSS links to discussion page; add pageUrl to API (fix #1038) 2015-07-18 12:12:55 +09:00
Sacha Greif
8b5ce74622 add images to API too 2015-07-18 11:55:16 +09:00
Sacha Greif
75d5f521a6 upgrade rss package; support images in feed 2015-07-18 11:44:53 +09:00
Sacha Greif
10055e5058 make number of columns in grid layout adapt to width 2015-07-17 16:17:41 +09:00
Sacha Greif
3f6be9e15b various CSS and template tweaks 2015-07-17 16:17:26 +09:00
Sacha Greif
715716f64d use "submitted_posts" string in user profile 2015-07-17 12:03:25 +09:00
Sacha Greif
d2aa8a73f0 added menu.removeAll() 2015-07-17 12:03:12 +09:00
Sacha Greif
a8f4fc6fae fix bug preventing non-logged in users from signing up to newsletter 2015-07-17 08:46:10 +09:00
Sacha Greif
cef678811c small tweaks 2015-07-17 08:40:02 +09:00
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