changelog.rst 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. .. _changelog:
  2. Changelog
  3. =========
  4. `trunk (saas-3)`
  5. ++++++++++++++++
  6. - created ``website_blog`` menu, build on defunct document_page module.
  7. - added new feature ``Inline Discussion`` , that will allow a user to comment
  8. on every paragraph on blog post
  9. - added new feature ``Select to Tweet``, that will alllow a user tweet a
  10. selected text from blog to post , directly on twitter.
  11. WebsiteBlog(controller)
  12. =======================
  13. Methods
  14. +++++++
  15. - ``blog`` : remove routing related to date.
  16. - ``blog_post`` : updated with , suggestion of next post to the user based on
  17. cookie and number of views.
  18. - ``discussion`` : added method , contains a detail of discussion on every
  19. paragraph, if count is true it only return len of ids else return full
  20. detail.
  21. - ``post_discussion`` : added methodt, that allow to post discussion on any
  22. paragraph.
  23. - ``change_bg`` : added method allow a user to change background image on blog
  24. post from front-end.
  25. - ``get_user`` : added method , that will return True if user is public else False.