log

age author description
2019-05-26 Goffi server (pages): on_data_post can now raise an exceptions.DataError to reload the page with a warning message (without validating data posted)
2019-05-26 Goffi server (pages): added raise_on_missing arguments in getPostedData:
2019-05-26 Goffi server: added a generic way to have notification messages in pages
2019-05-26 Goffi server: moved generic classes definitions (only WebsocketMeta for now) to new "classes" module
2019-05-14 Goffi server: show BridgeException traceback on unknown registering status
2019-05-14 Goffi we are in dev version again
2019-05-14 Goffi server: fixed typo resuling in crash on unknown registering error status
2019-05-05 Goffi Added tag 0.7.0b1 for changeset cc16d93d4181
2019-05-05 Goffi 0.7.0b1 release 0.7.0b1
2019-05-03 Goffi pages (g): retrieve interests for events/photo albums/file sharing + only set "include_url" if "main_uri" is set
2019-05-03 Goffi pages (events): moved get interests code in prepare_render + use image as thumb_url if it does not already exist
2019-05-03 Goffi server: catch "not-allowed" error from bridge and show the appropriate error page in this case
2019-05-03 Goffi pages (photos): moved code getting interests in prepare_render
2019-05-03 Goffi server: fixed getPagePathFromURI
2019-05-03 Goffi pages (g/e): use redirect instead of duplicating code of "event_view"
2019-05-03 Goffi server: replaced wrong usage of C.HTTP_UNAUTHORIZED by C.HTTP_FORBIDDEN
2019-05-03 Goffi pages (photos): retrieve photo albums from list of interests, and fill "interests" template data.
2019-04-26 Goffi pages (blog, u): added atom feed link in "links" template data.
2019-04-12 Goffi doc: use "sourcecode" directive instead of "code" + small mistakes fixes:
2019-04-12 Goffi pages (i18n): if locale is not specified, "accept-language" header is used to try to determine the best one
2019-04-12 Goffi pages (i18n): check presence of u"/" in locale:
2019-04-12 Goffi pages (cache): separate cached pages using locales, to avoid having a page cache in a specific locale used for an other one.
2019-04-10 Goffi server (tasks): fixed crash when --dev_mode is used
2019-04-10 Goffi pages: locale handling: