log

age author description
2020-06-19 Goffi base/base.html: expose CSRF token to script + fixed script content
2020-06-19 Goffi bulma: set bulma minimum version to 0.9.0
2020-05-29 Goffi chat, ticket: use `pre-wrap` instead of `pre` for whitespaces
2020-05-19 Goffi (bulma) chat: fixed typo in classname
2020-05-19 Goffi components/avatar: fixed avatar if `identity.avatar_basename` is None
2020-05-19 Goffi (bulma) pagination: fixed label for pagination-next
2020-05-18 Goffi theme (default): various fixes:
2020-05-18 Goffi theme: bulma theme first draft:
2020-04-26 Goffi base: `scripts` variable can be used to create suitable tags + new `body_onload` variable
2020-04-19 Goffi updated identities/avatar use, following backend changes
2020-01-08 Goffi install: fixed package data installation
2020-01-07 Goffi install: added `i18n` in `package_data`
2019-12-06 Goffi css: increased line-height
2019-11-09 Goffi install (setup.py): setup.py is now Python 3
2019-10-03 Goffi install: removed misplaced __init__.py
2019-10-03 Goffi install: added forgotten MANIFEST.in
2019-10-03 Goffi install: fixed setup.py by using find_packages + MANIFEST.in
2019-08-13 Goffi python 3 port: replaced iteritems() by items() for dictionaries
2019-08-13 Goffi 0.8 development starts
2019-07-24 Goffi Added tag 0.7.0 for changeset 6219562a1c5f
2019-07-24 Goffi 0.7.0 « La Commune » release 0.7.0
2019-07-19 Goffi i18n (fr): updated translation
2019-07-19 Goffi base: if `atom_url` is defined, a "subscribe" link is added to footer:
2019-07-14 Goffi css (chat): remove extra left padding on messages
2019-07-14 Goffi css: added right margin for avatar--float-left
2019-07-09 Goffi css (noscript): fixed blog not visible without javascript:
2019-06-28 Goffi css: added classes for text block (warning, emphasis, light-emphasis) + heading-paper + fixed padding on grids
2019-06-28 Goffi i18n (fr): typo
2019-06-14 Goffi blog: fixed setting of title:
2019-06-14 Goffi css (ticket): no need to hide "author" anymore, it's ignored again in Libervia following updating fix.
2019-06-14 Goffi input (xmlui): don't use <textarea> in xhtmlbox_widget if we are not in a form
2019-06-12 Goffi css (tickets): hide "author" field when editing a ticket
2019-06-12 Goffi input (xmlui): add "readonly" attribute in string_widget when suitable.
2019-05-26 Goffi css: misc changes
2019-05-26 Goffi input/field: added "select" field for <select> inputs + "id" attribute can now be specified for submit button
2019-05-26 Goffi base: handle notifications through "notifications" variable
2019-05-05 Goffi Added tag 0.7.0b1 for changeset a3bdb41fd23b
2019-05-05 Goffi 0.7.0b1 release 0.7.0b1
2019-05-05 Goffi css: removed margin in box--hollow
2019-05-03 Goffi i18ni (fr): translation update/typos fixes
2019-05-03 Goffi invitation: show events/photo albums/file sharing from list of interests + removed specific CSS file
2019-05-03 Goffi event, photo, components: moved interests grid in a macro (in components/block)
2019-05-03 Goffi error: created 403.html error page + use a more adapted text for 401.html
2019-05-03 Goffi photo/discover: show albums in "interests"
2019-04-27 Goffi css (photo): fixed width on small screens (mobiles) for album__item
2019-04-27 Goffi photo (album): vignettes are now clickable
2019-04-26 Goffi i18n (fr): fixed typo
2019-04-26 Goffi base: "links" template variable can now be used:
2019-04-25 Goffi css: do not zero margin for <p> element
2019-04-14 Goffi css (grid): added `overflow: hidden` on items + added .grid__item--small and .grid__item--auto
2019-04-14 Goffi components (menu): disable cache when importing "menu_labels":
2019-04-14 Goffi i18n: fr update
2019-04-14 Goffi login: typo
2019-04-12 Goffi i18n (babel.ini): specify "encoding" and use "trimmed"
2019-04-10 Goffi base: implemented language button:
2019-04-10 Goffi css: minor style mprovment for page footer
2019-03-26 Goffi css (ticket): removed "pre-wrap" and "justify" as the content is not plain text anymore
2019-03-26 Goffi css (merge-request_item): do no import anymore "highlight.css", as it is now imported automatically by template engine
2019-03-03 Goffi login/register: display message for invalid certificate
2019-03-03 Goffi we are in dev version again