Commit graph

2789 commits

Author SHA1 Message Date
Sacha Greif
7bc3ea376e Merge pull request #1098 from srkirkland/patch-1
Correctly get url for sitemap using slug
2015-08-12 11:45:15 +09:00
Sacha Greif
c371851492 Merge pull request #1102 from srkirkland/patch-2
make sure the postView is a function
2015-08-12 11:25:02 +09:00
Scott Kirkland
bc65923d20 make sure the postView is a function
otherwise it'll hard crash on an unknown value, like "daily"
2015-08-09 18:14:11 -07:00
Scott Kirkland
008969e031 Correctly get url for sitemap using slug
This fixes the current error when using the telescope-sitemap package by using the Posts.getLink(post) function that all of the routers use, plus getting the slug field for all orders makes the url's pretty & SEO friendly.
2015-08-06 22:44:09 -07:00
Sacha Greif
346f50d52b only reset posts limit if terms have actually changed 2015-07-28 18:00:37 +09:00
Sacha Greif
e041c11368 fix last campaign selection syntax 2015-07-28 12:17:41 +09:00
Sacha Greif
5e3d2e3320 Sort email newsletter posts by baseScore (time-independent), not score. 2015-07-28 11:48:32 +09:00
Sacha Greif
f02a33315e Merge branch 'master' into devel 2015-07-28 11:21:22 +09:00
Sacha Greif
e78bf951b1 version bump (0.22.2) 2015-07-28 11:16:14 +09:00
Sacha Greif
8ac1ab68f3 make approvePost and unapprovePost methods take postId instead of post as argument. 2015-07-28 10:59:04 +09:00
Sacha Greif
1be9c9b0f8 update history 2015-07-27 15:16:38 +09:00
Sacha Greif
b8dd7257b7 implement post-specific SEO logic for open graph and Twitter tags 2015-07-27 15:15:57 +09:00
Sacha Greif
3b4ee38f99 add util for adding "http" to URL; add isVideo posts helper 2015-07-27 15:15:38 +09:00
Sacha Greif
1f14bcc08b update history 2015-07-27 15:11:01 +09:00
Sacha Greif
975439cdd9 fix user not defined issue in user menu 2015-07-27 15:10:48 +09:00
Sacha Greif
94b3b874d4 clean up email template styles 2015-07-27 15:10:33 +09:00
Sacha Greif
f9c5ef1f80 fix fast render missing code issue 2015-07-27 15:10:11 +09:00
Sacha Greif
044f210f13 link up "please log in to comment" message; fix Posts.current() helper 2015-07-23 12:00:40 +09:00
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
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