- Settings now have their own
telescope-settings
package (thanks @delgermurun!). - Swedish translation (thanks @Alekzanther!)
- Various fixes (thanks @azizur, @ndarilek, @kai101, @saimeunt, @Kikobeats!).
- Added
telescope-pages
module for managing static pages.
- Added new
postListTop
zone that only appears on post lists. - Now showing tagline on every post list.
- Added the Side Nav layout.
- New Admin menu layout.
- Added the Post Views setting.
- Changed color settings names.
- Added field for optional category image (thanks @dtsepelev!).
- Added
telescope-sitemap
package (thanks @yourcelf!). - Added improved SEO support (thanks @yourcelf!).
- Added field for SEO site image.
- Improved performance when loading comments for long threads (thanks @dandv!).
- Usernames are now case and space insensitive.
John Smith
,JohnSmith
, andjohnsmith
are now all considered to be the same username (thanks @splendido!). - Now using
feedparser
instead ofhtmlparser2
to parse RSS feeds (thanks @delgermurun!). - Now supporting RSS categories (thanks @delgermurun).
- Refactored dropdowns into menu components.
- New
{{{icon}}}
helper for icons, using FontAwesome. - New accent color customization API.
- Fixed various bugs (thanks @webyak, @yourcelf, @ywang28, @delgermurun!).
- Now publishing upvoters and downvoters on single post page.
- Added Arabic translation (thanks @nwabdou85!).
- Added missing translations in Brazilian Portuguese (thanks @alanmeira!).
- Improved French translation (thanks @klamzo!).
- Romanian translation (thanks @razvansky!).
- Added Dutch translation (thanks @reneras!).
- Implemented Reactive Table for the Users dashboard (thanks @jshimko!).
- Upgraded Herald package (thanks @kestanous!).
- Upgraded Avatar package (thanks @bengott!).
- Upgraded Autoform package.
- Added Greek translation (thanks @portokallidis!).
- Improved Spanish translation (thanks @brayancruces!).
- Added new callbacks for upvoting and downvoting (thanks @Baxter900 !).
- OP comments now get the
author-comment
CSS class.
- Added settings for auth methods.
- Added setting for external fonts.
- Use site tagline as homepage title.
- Make favicon customizable.
- Making webfont customizable. To get previous font back, use:
https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic
. - Fix juice issue.
- Non-admins should not be able to access rejected posts.
- Bulgarian translation (thanks @durrrr91!)
- Fix double notification bug.
- Fix singleday view bug.
- Fix post approval date bug.
- Don't let non-admins access pending posts.
- Give search field a border on white backgrounds.
- Spanish, Brazilian, Turkish, Vietnamese, Polish translations (thanks everybody!).
- Do not put comment reply page behind log-in wall.
- Various CSS tweaks.
- Added tagline banner package.
- You can now assign a category to posts generated from feeds (thanks @Accentax!).
- Use tagline as title on homepage.
- Refactor default view route controller code.
- Fixed security issue with post editing.
- Added Grid Layout option.
- Cleaned up vote click handling functions and added tests (thanks @anthonymayer!).
- Added
threadModules
zone. - Added
upvoteCallbacks
anddownvoteCallbacks
callback arrays. - Fix “post awaiting moderation” message bug.
- You can now subscribe to comment threads (thanks @delgermurun!).
- Added
postApproveCallbacks
callback array. - Added notifications for pending and approved posts, for admins and end users.
- Renaming "digest" view to "singleday".
- Make sure only valid properties can be added to posts and comments.
- Added newsletter time setting (thanks @anthonymayer!).
- Change "sign up" to "register" (thanks @Kikobeats!).
- Tweaked comments layout in Hubbble theme.
- Added Bulgarian translation (thanks @toome123!).
- Cleaned up permission functions (thanks @anthonymayer!).
- Various fixes (thanks @comerc and @Kikobeats!).
- Stopped synced-cron message logging.
- Limit all posts lists to 200 posts.
- Refactored posts lists to use the template-level subscription pattern when appropriate.
- Refactored
single day
anddaily
packages. - Footer field now accepts Markdown instead of HTML.
- Feeds can now be assigned to a user.
- Various CSS tweaks.
- Fixing newsletter issue.
- Post rank now has its own module.
- Changed how field label i18n works.
Important: existing newsletters and feeds need to be manually enabled in the Settings panel
- Added "Enable Newsletter" setting. Note: existing newsletters must be re-enabled.
- Added "Enable Feeds" settings. Note: existing feeds must be re-enabled.
- Now showing release notes for latest version right inside the app.
- Added dummy posts, users, and comments.
- Added new Events collection for keeping track of important events.
- Log first run event.
MAIL_URL
environment variable can now be set from Settings.- Renamed
viewNav
toviewsMenu
. - Renamed
adminNav
toadminMenu
. - Improvements to the Post by Feed package.
- Added tests for nav bar (thanks @anthonymayer!).
- New and improved documentation.
- Post submit and edit forms now submit to their respective methods directly.
- Removed
postSubmitRenderedCallbacks
andpostEditRenderedCallbacks
. telescope-post-by-feed
package now lets you import posts from RSS feeds.- Adding limit of 200 posts to post list request.
- Refactoring post and comment submit to fix latency compensation issues.
- Tags package now using Autoform.
- Added new
userCreatedCallbacks
callback hook. - Added new setting to subscribe new user to mailing list automatically.
- Added new
debug
setting. siteUrl
setting now affectsMeteor.absoluteUrl()
.- Added new
clog
function that only logs ifdebug
setting is true. - Simplified post module system, modules are not split in three zones anymore.
- Added new
postThumbnail
hook to show Embedly thumbnail. - Simplified Hubble theme CSS for both desktop and mobile.
- Many CSS tweaks for Hubble mobile.
- Show author and commenters avatars on post item.
- Adding description to post list pages and showing them in menus.
- Improved Russian translation (thanks @Viktorminator!).
- Now using
editorconfig
(thanks @erasaur!). - Upgraded to
useraccounts:unstyled@1.4.0
(thanks @splendido!).
- Renaming Errors to Messages (thanks @yourcelf!).
- Adding
fast-render
(thanks @arunoda!). - Extracted digest into its own package.
- Adding "scheduled" view that shows upcoming scheduled posts.
- Bringing back "delete post" link that was removed by mistake.
- Made user profile display page modular.
- Made user profile edit page modular.
- Started extracting invites into their own package.
- Now using Autoform's quickform feature to generate post submit and edit forms.
- Various fixes by @anthonymayer.
- Now using fourseven:scss to directly compile SCSS files.
- Renamed
post
method tosubmitPost
. - Post editing now happens via a
postEdit
method. - Categories are now normalized (only the
_id
is stored on the post object, not the whole category object). - Refactored Embedly package; now fills in description as well (thanks @kvindasAB!).
- Thumbnail height and width are now customizable in settings panel.
- Settings and Post forms now i18n'ized.
- Now using tap:i18n for internationalization (thanks a ton to @theosp).
- Each package is now i18n'd invididually.
- Chinese i18n code is now
zh-CN
, notzh
. - Various fixes (thanks @anthonymayer).
- Upgrade Avatar package (thanks @bengott).
- Updating to Meteor 1.0.
- Updating to Iron Router 1.0.
- Adding view counter (thanks @steffenstraetz! See PR #489)
- Splitting out
router.js
in multiple files. - URL can now be removed when editing a post (thanks @massimilianomarini! See PR 484).
- Now waiting on
allUsersAdmin
subscription for post submit page (thanks @kai101! See PR 508) - Putting server-side routes for email template tests in their own respective packages.
- Fixing #457 (pending posts view not working).
- Added German translation (thanks @Helmi!).
- Added
?q=
parameter to searches (thanks @yourcelf!). - Abstracting
isAdmin
(thanks @yourcelsf!). - Refactoring
getPostsParameters
(thanks @delgermurun!). - Using
bengott:avatar
package for avatars (thanks @bengott!). - Upgrading to Meteor 0.9.3.1.
- Updating to Meteor 0.9.3.
- Improving RSS feed (thanks @delgermurun!).
- Fixed redirection issues on sign-up (thanks @steffenstraetz!)
- Fixed bug on Twitter sign-in.
- Splitting up the settings form into sub-sections.
- Adding help text to settings form.
- Fixing problem with daily view theming.
- Improving avatar stuff (thanks @shaialon and @bengott!).
- Fixed security hole in user update.
- Kadira is now included by default.
- Comments now have their own feed (thanks @delgermurun!).
- Fixed URL collision bug (thanks @GoodEveningMiss!).
- Now using
account-templates
(thanks @splendido!). - Retinizing avatar sizes (thanks @shaialon!).
- Fixed
/settings
bug (thanks @steffenstraetz!). - Code cleanup (thanks @wulfmeister!).
- Fixed upvote/downvote concurrency bug (thanks @spifd!).
- Renamed
SubmitServerCallbacks
toSubmitMethodCallbacks
for posts and comments. - Added
AfterSubmitMethodCallbacks
for posts and comments. - Made notifications into their own
telescope-notifications
package. telescope-update-prompt
package now sends user, post, and comment count when phoning home.
- Removed unneeded allow insert on Posts and Comments.
- Renaming
postMeta
template topostInfo
to avoid ambiguity. - Fixing avatar code.
- Adding update prompt package.
- Upgrading to Meteor 0.9.2.
- Do not remove deleted comments from database, use
isDeleted
flag instead. - Now showing "X new posts" instead of just displaying them. Thanks @dburles!
- Show user comments on user profile page.
- Move votes to their own
user.votes
object. - Add daily view.
- Default root view is now customizable.
- Updated app to 0.9.0.
- Updated all packages to be 0.9.0-compatible.
- Fixed XSS bug (CVE ID: CVE-2014-5144) by sanitizing user input server-side.
- Now storing both markdown and HTML versions of content.
- Added new invite features (thanks @callmephilip!)
- Changed
navItems
toprimaryNav
and addedsecondaryNav
. - Added new
themeSettings
object for storing theme-level settings. - Notifications is now a nav menu item.
- Renamed
comments
tocommentsCount
onPost
model. - Now tracking list of commenters
_id
s onPost
model. - Rerun interrupted migrations.
- Now keeping track of upvoted/downvoted posts & comments.
- Using accounts-entry for accounts stuff.
- Split out part of the Hubble theme into a new “base” theme.
- Use handlebars-server for all email templates.
- Refactored email system to use global HTML email wrapper.
- Added routes to preview email templates.
- Changed how notifications are stored in db.
- Added
deleteNotifications
migration to delete all existing notifications. - Now using templates for on-site notifications too.
- Added
heroModules
andfooterModules
hooks. - Added telescope-newsletter package.
- Sending emails from within
setTimeout
s to fix latency compensation issue.
- Added
lastCommentedAt
property to posts. - Added hooks to
post_edit
andpost_submit
'srendered
callback. - Embedly module now supports video embedding in a lightbox.
- Updated to Meteor 0.8.3.
- Updated packages.
- Using Arunoda's Subscription Manager.
- Updating mobile version.
- Made the background color setting into a more general background CSS setting.
- Added
postHeading
andpostMeta
hooks.
- See blog post for changelog.
- Refactored the way dating and timestamping works with pending/approved posts.
- Cleaned up unused/old third-party code.
- Migrated "submitted" property to "postedAt".
- Added a "postedAt" property to comments.
- Improved migrations with timestamps and number of rows affected.
- Created
telescope-lib
andtelescope-base
pacakge. - Pulled out search into its own
telescope-search
package. - Made menu and views modular.
- Using SimpleSchema and Collection2 for models.
- Extracted part of the tags feature into its own package.
- Made subscription preloader more flexible.
- Made navigation menu dynamic.
- Updated for Meteor 0.8.1.1/Blaze compatibility.
- Using Collection2/SimpleSchema/Autoforms for Settings form.
- Added basic internationalization (thanks Toam!).
- Added search logging.
- Refactored notifications.
- Added notifications for new users creation.
- Added basic search (thanks Ry!).
- Added karma redistribution.
- Improved user dashboard.
- Improved user profiles.
Note: run the "update user profile" script from the toolbox after updating.
- Switched to IronRouter.
- Added new invite system.
- Made nested comments optional.
- Reworked notifications settings.
- Stopped publishing all users.
- Added URL slugs for user profiles.
- Using nProgress to show loading.
- Paginating users dashboard.
- Filtering users dashboard.
Note: If you're upgrading from a previous version of Telescope, you'll need to run the "update user slugs" method from within the Admin Toolbox panel inside the web app to get user profiles to work.
- Fixed bug where anybody could delete any comment.
- Added option to add new users to a MailChimp list.
- Added Bitly integration.
- Fixed Twitter avatars.
- Refactoring allow/deny code.
- Added click tracking on links.
- Refactoring RSS and API code to use server-side routing.
- Added categories
- Cleaned up file structure.
- Added simple JSON API showing the 100 last posts.
- Added Google Analytics pageview tracking.
- Added RSS feed for /new
- Added email notifications for approved users.
- Added delete users link.
- Added basic color customization.
- Fixed Flush bug.
- Added email notifications of new comments and new replies for all users (along with unsubcribe link) and notifications of new posts for admin users.
-
Added a second
createdAt
timestamp. Score calculations still use thesubmitted
timestamp, but it only gets set when (if) a post gets approved. -
Started keeping track of versions and changes.