log

age author description
2019-07-10 Goffi install: set minimal version of sat to dev one:
2019-07-09 Goffi browser (contact_group): fixed bad property name used in closeAndSave:
2019-07-09 Goffi server: don't raise error anymore if themes_dir is invalid or legacy blog can't be created:
2019-07-06 Goffi pages: don't put error pages in cache
2019-07-05 Goffi install: set minimal sat version to 0.7.0b4
2019-06-26 Goffi server: changed defaultType for File resources to "application/octet-stream" instead of "text/html"
2019-06-14 Goffi pages (tickets/edit): "author" can be ignored again now that updating has been fixed
2019-06-14 Goffi pages (merge-requests/edit, tickets/edit, tickets/new): use serialised extra following backend change + fixed use of "update" when editing ticket:
2019-06-12 Goffi pages: fixed cached data when `url_cache` is used:
2019-06-12 Goffi pages (tickets/edit): don't ignore "author" anymore, to keep it when owner/admin modify a ticket
2019-05-27 Goffi server: fixed sites alias:
2019-05-27 Goffi doc: added forgotten conf.py and index.rst files
2019-05-27 Goffi server (tasks): fixed findCommand when first name can't be found
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:
2019-03-03 Goffi handle invalid certificate on registration + fixed error handling on registration
2019-03-02 Goffi we are in dev version again
2019-03-01 Goffi Added tag 0.7.0a4 for changeset caa8747b1bb1
2019-03-01 Goffi 0.7.0a4 release 0.7.0a4
2019-02-26 Goffi server (legacy blog): fixed items deserialisation
2019-02-23 Goffi page (u): fixed blog posting
2019-02-23 Goffi backend: fixed args transmission on page redirection.
2019-02-23 Goffi pages: fixed children retrieval in onFileChange
2019-02-23 Goffi server, browser: changed blog items serialisation following changes in backend
2019-02-22 Goffi server (tasks): tasks can now be automatically ran when something happen in a watched dir:
2019-02-22 Goffi server (tasks): task can now use a "prepare" method to prepare data before running (e.g. WATCH_DIRS)
2019-02-22 Goffi pages: auto reloading
2019-02-22 Goffi server: iNotify support:
2019-02-22 Goffi server: added "dev_mode" boolean option (not used yet but will be soon)
2019-02-06 Goffi Added tag 0.7.0a3 for changeset b290f21e8466
2019-02-06 Goffi 0.7.0a3 release 0.7.0a3
2019-01-26 Goffi pages: use absolute path for build_path + added page_url to template (which is getURL() without argument)
2019-01-26 Goffi server, pages, tasks: moved getConfig to backend, and added shorcut version in LiberviaPage and TasksManager
2019-01-25 Goffi server: tasks manager first draft:
2019-01-25 Goffi pages: set __name__ for imported pages
2019-01-19 Goffi dates update
2019-01-19 Goffi pages (tickets, merge-requests): convert body from/to markdown while editing/creating new ticket:
2019-01-11 Goffi pages (tickets): use the new getPubsubExtra and setPagination methods to handle pagination