log src/pages/common/blog/page_meta.py @ 1031:4ba7df23b976

age author description
2018-01-22 Goffi pages (common/blog): if background is set in user preferences, use it
2018-01-21 Goffi pages (common/blog): fixed bad variable name
2018-01-21 Goffi pages (common/blog): if "reverse=1" is set in URL query, items will be reversed
2018-01-21 Goffi pages (common/blog): handle tags filtering using "/tag/[tag]" in path
2018-01-19 Goffi pages (blog_new, common/blog): various blog improvments:
2018-01-12 Goffi pages (blog): added pagination using RSM and blog now fill older_url and newer_url in template_data
2018-01-03 Goffi pages (chat): implementation of chat page using new dynamic pages, first draft
2017-05-22 Goffi pages (common/blog): use request data to indicate if comments are allowed
2017-05-22 Goffi pages (common/blog): don't fail if an error is raised while getting comment
2017-05-22 Goffi pages: cache identities identities in session + get identities for comments in blog
2017-04-26 Goffi pages (common/blog): check posted data type for comments
2017-04-17 Goffi pages (common/blog): data post (i.e. new comments) is now handled
2017-04-17 Goffi pages (common/blog): new show_comments variable is used in session data, if True comments are grabbed and chained to items
2017-04-16 Goffi pages (common): added common hierarchy for reusable pages (blog is the first)