This repository was archived by the owner on Jul 22, 2025. It is now read-only.
SubScope
- Template modules now take
onlyandexceptoptions to only display on specific routes. - Now only caching first 15 days of
posts_dailyview. - Added
okgrow:iron-router-autoscrollpackage. - Small tweaks to search UX.
- [BREAKING] Use collection helpers instead of
postLinkandtargetinpost_titleandpost_thumbnail. - [BREAKING] Use collection helpers instead of
pathForinpost_comments_linkandpost_discuss. - Added new i18n strings.
- Modified custom template prefix system to accept multiple prefixes.
- [BREAKING] Changed
Telescope.config.customPrefix = "foo"toTelescope.config.addCustomPrefix("foo"). - Added new
facebookPagesetting. - Added category description to category menu, when it exists.
- Fixed post category and post thumbnail CSS classes.
- Switched back to
aldeed:autoforminstead ofsacha:autoform. - Updated to Meteor 1.1.0.3.
- Added support for menu hierarchies.
- Added hierarchical categories.
- Now only showing "play" button for actual videos.
- Not subscribing to
postsListUserson user profile page anymore. - Added per-category RSS routes (thanks @lewisnyman!)
- Now showing top comments in email newsletter (thanks @sungwoncho!)
- Fixed blank URL edit bug (thanks @johnthepink!)
- Added
.posts-daywrapper inposts-dailytemplate. - [BREAKING] menu label template must now be specified using
menuLabelTemplateoption in menu component. - Menu label template data context can now be specified using
menuLabelDataoption. user_menutemplate and its helpers moved fromtelescope:coretotelescope:users.- Now recalculating email hash whenever email changes.
- Added user avatar to user menu in nav.