Commit graph

140 commits

Author SHA1 Message Date
Sacha Greif
3b4ee38f99 add util for adding "http" to URL; add isVideo posts helper 2015-07-27 15:15:38 +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
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
3e87fd3c98 putting banners and errors styles in base theme 2015-07-20 16:30:23 +09:00
Sacha Greif
b02b5688b3 removing module template to simplify template structure 2015-07-20 10:11:55 +09:00
Sacha Greif
3f6be9e15b various CSS and template tweaks 2015-07-17 16:17:26 +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
b6c8c8df80 refresh highlights on debug mode trigger; various template tweaks 2015-07-15 14:56:04 +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
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
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
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
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
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
ac2aa803c8 Merge branch 'i18n' of https://github.com/TelescopeJS/Telescope into i18n 2015-07-07 16:40:53 +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
a8a8a61e09 Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-07-03 15:26:15 +09:00
Sacha Greif
9837824860 version bump (0.21.1) 2015-07-01 15:51:27 +09:00
Sacha Greif
082b704371 Merge branch 'devel' into i18n 2015-07-01 15:32:58 +09:00
Sacha Greif
79e8b6c75d Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-07-01 15:31:54 +09:00
Sacha Greif
511847c944 remove unneeded event.preventDefault() 2015-07-01 15:27:46 +09:00
Sacha Greif
38b4296755 use modified post object in callbacks 2015-06-30 19:31:23 +09:00
Sacha Greif
59b56d79df fix wrong slug bug (#1047) 2015-06-30 19:31:09 +09:00
Sacha Greif
7e518007f1 Disallow $rename 2015-06-30 19:11:25 +09:00
Sacha Greif
ffe1cf3316 only add trailing slash to siteUrl, not other url fields 2015-06-25 12:03:10 +09:00
Sacha Greif
18d8a962ac do not use onBeforeAction for loading on post page (fix screen refresh bug) 2015-06-25 11:26:56 +09:00
Sacha Greif
c206230ee5 completely refactor notifications code 2015-06-24 15:38:14 +09:00
Sacha Greif
31f3384e85 Split out own comment and post upvote into separate callbacks to make them easier to remove 2015-06-21 11:58:46 +09:00
Sacha Greif
0c492e3012 added canonical link 2015-06-19 16:39:13 +09:00
Sacha Greif
11444271ab Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-06-19 15:35:36 +09:00
Sacha Greif
f437153d63 handle deleted users better in email newsletter (thanks @johnthepink) 2015-06-19 12:09:03 +09:00
Sacha Greif
b098a26a19 using better URLs 2015-06-19 12:00:47 +09:00
Sacha Greif
b15d9095c0 add email testing routes for post approved, new comment, and new reply; clean up notifications; clean up posts, comments, user, utils helpers; change post URL format to /id/slug 2015-06-19 11:52:57 +09:00
Sacha Greif
d3058cf908 use replaceState instead of Router.go to avoid messing with history 2015-06-19 11:50:59 +09:00
Sacha Greif
0029e8b9a4 fix issues with absolute/relative URLs 2015-06-19 09:48:59 +09:00
Sacha Greif
b913de25d9 Merge branch 'i18n' into devel 2015-06-18 16:47:02 +09:00
Sacha Greif
05f656a407 working on post downvote setting 2015-06-18 16:46:45 +09:00
Sacha Greif
7e48d49366 working on post URL slugs 2015-06-18 13:04:38 +09:00
Sacha Greif
9b7edf4687 version bump 2015-06-17 17:58:07 +09:00