log

age author description
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
2019-03-01 Goffi Added tag 0.7.0a4 for changeset 8917cd9e9282
2019-03-01 Goffi 0.7.0a4 release 0.7.0a4
2019-02-27 Goffi ticket/item: removed "urlize" filter from body, as we now use XHTML
2019-02-06 Goffi Added tag 0.7.0a3 for changeset 221cd8f0c9d5
2019-02-06 Goffi 0.7.0a3 release 0.7.0a3
2019-01-26 Goffi css (styles): various styles improvments:
2019-01-25 Goffi js (common): added fitHeightToContent to fit <iframe> to its content + <iframe> CSS
2019-01-19 Goffi style improvment
2019-01-19 Goffi input (xmlui): added support for XHTMLBox
2019-01-11 Goffi ticket/overview: added pagination
2019-01-11 Goffi navigation, CSS: use "previous" and "next" instead of "older" and "newer" for previous and next pages
2018-10-03 Goffi small refactoring/redesign, better BEM integration:
2018-09-14 Goffi base/base.html: don't show menu if main_menu is defined but none or empty
2018-09-10 Goffi multi-sites handling (moved templates to "templates" sub-directory) + noscript styles handling.