log src/server/blog.py @ 950:67a59552f3e3

age author description
Sat, 03 Jun 2017 22:27:04 +0200 Goffi server (blog): fixed avatars handling, there is now a well-known URL to SERVICE_PROFILE cache
Sun, 05 Mar 2017 23:16:32 +0100 Goffi server (blog): fixed static blog generation:
Sun, 05 Mar 2017 23:15:09 +0100 Goffi server: renamed getProfileName to profileNameGet following core change and new conventions.
Sun, 26 Feb 2017 18:32:47 +0100 Goffi server, browser: partial Libervia fix
Fri, 25 Mar 2016 12:17:53 +0100 Goffi server (blog): use unicode character for ellispsis in atom feed's microblog title
Thu, 24 Mar 2016 19:43:17 +0100 Goffi blog(atom): added categories (tags) in Atom feed
Tue, 22 Mar 2016 22:45:39 +0100 Goffi blog, browser: updated imports to reflect renaming of common.py to common/data_format.py
Sun, 20 Mar 2016 22:03:10 +0100 Goffi blog: no unicode here we said!
Sun, 20 Mar 2016 21:15:49 +0100 Goffi blog: don't use unicode for _urlencode
Sun, 20 Mar 2016 20:34:21 +0100 Goffi blog: changed MIME type for xmpp: link, forgotten in rev dc27e29b7c22
Sun, 20 Mar 2016 20:06:28 +0100 Goffi blog: escape "&" when encoding URL, so they can be used without escaping in the HTML template
Sun, 20 Mar 2016 18:51:55 +0100 Goffi blog: changed xmpp: alternate links MIME type for application/atom+xml
Fri, 18 Mar 2016 14:29:24 +0100 Goffi server (blog): set HTTP status code to 500 on renderError
Thu, 17 Mar 2016 18:42:15 +0100 Goffi blog (atom feed): fixed forgotten content keyword, resulting in content published as namespace
Thu, 17 Mar 2016 18:42:15 +0100 Goffi blog (atom feed): handle proxy headers like x-forwarded-host to adjust absolute URL in atom feed
Fri, 11 Mar 2016 10:18:59 +0100 souliane server (blog): fixes displaying default avatar
Wed, 09 Mar 2016 21:58:05 +0100 Goffi blog: OK, OK, I forgot the _quote method, it's better now :)
Wed, 09 Mar 2016 21:21:15 +0100 Goffi blog: fixed forgotten encode with urllib.quote
Wed, 09 Mar 2016 20:40:27 +0100 Goffi blog (atom): base_url_ext can now only specify scheme, or netloc, or path, it will be used to complete data coming from request's path
Wed, 09 Mar 2016 20:40:25 +0100 Goffi blog (atom): removed hard ATOM_MAX_ITEMS value as it need to be used with MAM, may come back in the future
Wed, 09 Mar 2016 18:38:52 +0100 Goffi server: added base_url_ext option to handle different external URLs (e.g.: if there is a proxy)
Wed, 09 Mar 2016 17:56:19 +0100 Goffi blog, themes(default): added <link> element referencing xmpp: uri of the item
Wed, 09 Mar 2016 17:33:00 +0100 Goffi blog (atom feed): fixed atom handling:
Fri, 22 Jan 2016 20:22:30 +0100 Goffi server (blog): fixed atom feed link
Fri, 22 Jan 2016 20:22:30 +0100 Goffi server (blog): fixes:
Fri, 15 Jan 2016 12:30:21 +0100 souliane server (blog): call fixXHTMLLinks on XHTML content
Sat, 09 Jan 2016 13:00:31 +0100 souliane server (blog/themes): sanitize tags + display tags URLs
Sat, 09 Jan 2016 12:14:39 +0100 souliane server (blog): fixes typo in a dict declaration
Sat, 09 Jan 2016 12:59:07 +0100 Goffi server (blog): fixed unicode handling for query args
Fri, 08 Jan 2016 19:58:08 +0100 Goffi server (blog): implemented tag/category filtering:
Fri, 08 Jan 2016 19:53:51 +0100 Goffi server (blog): moved _quote and _unquote to module functions, and use them in BlogMessage.url
Fri, 08 Jan 2016 19:50:40 +0100 Goffi server (blog): added unhandler errback in getItemById
Fri, 08 Jan 2016 19:48:29 +0100 Goffi server (blog): removed another max_items
Fri, 08 Jan 2016 18:09:49 +0100 Goffi server (blog): better handling of mbGetFromManyWithCommentsRTResult in getItems
Fri, 08 Jan 2016 14:42:39 +0100 Goffi server (blog): cleaning & improvments:
Sun, 03 Jan 2016 16:24:27 +0100 Goffi copyright update
Tue, 01 Dec 2015 23:57:28 +0100 souliane server_side (blog): pubsub item ID doesn't need to be an UUID
Tue, 24 Nov 2015 23:31:41 +0100 Goffi static blog: replaced mbdata2tags by sat.tools.common.dict2iter
Mon, 23 Nov 2015 22:02:18 +0100 souliane server_side (blog): fixes avatar callback
Mon, 23 Nov 2015 15:57:15 +0100 Goffi static blog: fixed bad use of JID
Mon, 23 Nov 2015 14:19:25 +0100 Goffi server side: special handling of Connection/JabberID and Connection/autoconnect parameter which has needed by QuickApp but restricted by security limit
Sat, 21 Nov 2015 17:03:46 +0100 souliane server_side: display tags in static blogs
Tue, 06 Oct 2015 16:38:41 +0200 souliane server_side (blog): clean error message when unknown profile is requested
Mon, 05 Oct 2015 09:15:47 +0200 souliane server side (blog): fixes displaying the avatar
Mon, 21 Sep 2015 12:01:34 +0200 souliane server side (blog): fixes unicode error
Thu, 10 Sep 2015 15:17:18 +0200 souliane server (blog): update to the new mechanism in XEP-0277 + improvement:
Wed, 19 Aug 2015 16:04:30 +0200 souliane server (blog): remove accidently added (and unused) import
Mon, 13 Jul 2015 18:11:38 +0200 souliane server_side: use Jinja2 template engine for static blog
Mon, 08 Jun 2015 08:51:41 +0200 souliane server_side: fixes static blog navigation links
Thu, 04 Jun 2015 12:03:45 +0200 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
Thu, 04 Jun 2015 12:39:27 +0200 souliane server_side: static blog uses the default template
Mon, 11 May 2015 14:54:41 +0200 souliane server_side: give a better look to the static blog
Thu, 16 Apr 2015 14:57:02 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:28:47 +0200 Goffi 2015 copyright dates update
Wed, 18 Mar 2015 16:15:18 +0100 Goffi merged branch frontends_multi_profiles
Mon, 09 Feb 2015 21:55:16 +0100 Goffi browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author frontends_multi_profiles
Mon, 15 Dec 2014 16:03:01 +0100 souliane server_side: static blog: convert \n in raw text message to <br/>
Fri, 28 Nov 2014 00:31:27 +0100 souliane browser and server side: uses RSM (XEP-0059)
Thu, 19 Jun 2014 19:28:17 +0200 souliane browser and server side: force lower case for the profile name at new account creation + fixes CSS for textarea
Tue, 17 Jun 2014 17:13:56 +0200 souliane server side (blog): manage our own avatars cache because existing entity data are not updated