log

age author description
2020-08-01 Goffi bulma (invitation): invitation manager first draft
2020-08-01 Goffi bulma (components/common, input/field, input/form): use `xmlattr` for `id`
2020-08-01 Goffi bulma (photo/album): only show upload area/button if user is owner of the album
2020-08-01 Goffi bulma (photo/item): only show delete icon if user is owner of the item
2020-08-01 Goffi bulma (photo/slideshow): added `click_to_hide` class to controls
2020-08-01 Goffi bulma (css): fixed overflow in slideshow
2020-08-01 Goffi bulma (css): new `is-not-selectable` class
2020-08-01 Goffi bulma (css): fixed tab/spacing
2020-07-16 Goffi bulma (photo): slideshow
2020-07-16 Goffi bulma (blog): more padding
2020-07-16 Goffi bulma (input/textbox): fixed unregular spaces use
2020-07-16 Goffi bulma (input/field): don't use kwargs anymore:
2020-07-16 Goffi css (bulma): use a variable for grey light
2020-07-16 Goffi updated code to handle blog items following data structure change in backend/Libervia
2020-06-19 Goffi bulma: replaced custom styles by new spacing helpers
2020-06-19 Goffi bulma (photo/discover): design for the new theme + create button + delete button
2020-06-19 Goffi bulma: added a notification area + first dialog template for confirmation request
2020-06-19 Goffi bulma (photo/album): change for dynamic content:
2020-06-19 Goffi bulma (css): some styles to handle dynamic content + misc
2020-06-19 Goffi photo/create: photo album creation
2020-06-19 Goffi bulma (invitation/welcome): design for the welcome page
2020-06-19 Goffi js (common): prevent default behaviour for drag and drop:
2020-06-19 Goffi bulma (components/common): fixed language dropdown
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
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.
2018-07-15 Goffi Added tag 0.7.0a2 for changeset 001c9855e747
2018-07-15 Goffi 0.7.0a2 release 0.7.0a2
2018-07-15 Goffi install (setup.py): unset zip_safe, as Libervia or jp need to access files and don't handle zip
2018-07-04 Goffi Added tag 0.7.0a1 for changeset 8c88aca13d96
2018-07-04 Goffi 0.7.0a1 release 0.7.0a1
2018-07-04 Goffi install (setup.py): use VERSION + added description
2018-07-02 Goffi css: use inline-flex only for avatar--generated + added avatar--float-left
2018-07-02 Goffi css: set max_width for box--medium
2018-06-20 Goffi css: styles improvments + following a bit more BEM conventions
2018-06-20 Goffi events: added admin, create and overview templates
2018-06-20 Goffi macros (field, form, textbox): general improvments:
2018-06-20 Goffi blog/articles: work around for titles
2018-06-04 Goffi components (common/menu): added events menu
2018-06-04 Goffi static (css): set overflow for menu
2018-06-03 Goffi forum/overview.html: classes modification + better global design
2018-06-03 Goffi installation (setup.py, i18n): moved i18n directory to sat_templates + removed data_files which is not used anymore
2018-06-02 Goffi install: setup.py fix + moved "default" dir in a "sat_templates" dir:
2017-12-30 Xavier Maillard Instal sat_templates the python's way
2018-06-02 Goffi added basic README informations
2018-06-01 Goffi login/logged.html: changed phrasing for logging time
2018-06-01 Goffi login/logged.html: show a different message when user is guest + show how long the session has been run for
2018-06-01 Goffi merge-request, ticket: added "edit.html" pages
2018-06-01 Goffi static (ticket.css): hide published if present in data