log

age author description
Mon, 22 Jan 2018 22:22:11 +0100 Goffi pages (u/blog): new user_blog page which redirect to blog but using profile instead of service/node
Mon, 22 Jan 2018 22:21:13 +0100 Goffi pages (u): top page (blog) is now cached
Mon, 22 Jan 2018 22:19:26 +0100 Goffi pages: cache is now working even after pageRedirect
Mon, 22 Jan 2018 22:18:47 +0100 Goffi pages: path arguments can now be specified in pageRedirect
Mon, 22 Jan 2018 22:17:20 +0100 Goffi pages: new method getURLByNames to retrieve URL from list of page names/path arguments
Mon, 22 Jan 2018 22:16:07 +0100 Goffi pages: moved code getting subpage from getSubPageURL to new getSubPageByName method.
Mon, 22 Jan 2018 08:53:06 +0100 Goffi pages (common/blog): if background is set in user preferences, use it
Mon, 22 Jan 2018 08:53:06 +0100 Goffi pages (g/e): replaced background_image by new dynamic_style template variable
Mon, 22 Jan 2018 08:53:03 +0100 Goffi server (utils): added "safe" attribute to quote
Sun, 21 Jan 2018 21:08:38 +0100 Goffi pages (common/blog): fixed bad variable name
Sun, 21 Jan 2018 20:50:49 +0100 Goffi pages (common/blog): if "reverse=1" is set in URL query, items will be reversed
Sun, 21 Jan 2018 20:23:33 +0100 Goffi pages (common/blog): handle tags filtering using "/tag/[tag]" in path
Sun, 21 Jan 2018 20:21:46 +0100 Goffi server (utils): use quote instead of quote_plus
Sun, 21 Jan 2018 13:17:49 +0100 Goffi pages (common/blog/atom.xml): use cache
Sun, 21 Jan 2018 13:17:21 +0100 Goffi pages (tickets): check cache in prepare_render instead of parse_url
Sun, 21 Jan 2018 13:15:57 +0100 Goffi pages (u): activated URL caching, avoiding bridge calls on each request.
Sun, 21 Jan 2018 13:14:06 +0100 Goffi pages: HTTP cache headers handling:
Sun, 21 Jan 2018 13:08:54 +0100 Goffi Pages: added url_cache setting:
Fri, 19 Jan 2018 18:14:28 +0100 Goffi pages (blog/atom.xml, u/atom.xml): Atom feed implementation:
Fri, 19 Jan 2018 18:09:39 +0100 Goffi pages (blog_new, common/blog): various blog improvments:
Fri, 19 Jan 2018 18:01:58 +0100 Goffi pages: fixed redirection
Fri, 19 Jan 2018 18:01:01 +0100 Goffi pages: ignore empty or unset arguments in getURL
Fri, 19 Jan 2018 18:00:04 +0100 Goffi pages: fixed str representation of LiberviaPage
Fri, 19 Jan 2018 17:59:18 +0100 Goffi server: set default content type to text/html in utf-8
Fri, 12 Jan 2018 22:04:33 +0100 Goffi pages (blog): added pagination using RSM and blog now fill older_url and newer_url in template_data
Fri, 12 Jan 2018 22:04:30 +0100 Goffi pages: added getCurrentURL and getParamURL:
Fri, 12 Jan 2018 22:00:28 +0100 Goffi pages: added "multiple" argument to getAllPostedData
Fri, 12 Jan 2018 18:03:34 +0100 Goffi server: reconnect SERVICE_PROFILE if it has been disconnected:
Fri, 12 Jan 2018 15:42:58 +0100 Goffi pages(tickets): use bridgeCall instead of bridge
Sat, 06 Jan 2018 12:37:56 +0100 Goffi server: moved code to retrieve external server from legacy blog to server.py, and use it to find websocket URL