log

age author description
Tue, 13 Aug 2019 09:39:33 +0200 Goffi 0.8 development starts
Wed, 24 Jul 2019 20:56:13 +0200 Goffi Added tag 0.7.0 for changeset 889e8d07e957
Wed, 24 Jul 2019 20:43:11 +0200 Goffi 0.7.0 « La Commune » release 0.7.0
Wed, 24 Jul 2019 20:50:00 +0200 Goffi install (setup.py): updated sat version
Wed, 24 Jul 2019 20:54:22 +0200 Goffi install (MANIFEST.in): added VERSION
Wed, 24 Jul 2019 20:44:53 +0200 Goffi install: added doc to MANIFEST.in
Wed, 24 Jul 2019 07:52:30 +0200 Goffi doc: added installation instructions
Fri, 19 Jul 2019 18:01:38 +0200 Goffi pages: display a warning instead or raising exception if write fails:
Fri, 19 Jul 2019 18:01:25 +0200 Goffi pages (blog/view, u): added atom feed URL to "atom_url" in template
Sun, 14 Jul 2019 17:25:53 +0200 Goffi server (websocket): don't crash if self.page doesn't exist while onClose is called
Sun, 14 Jul 2019 17:18:48 +0200 Goffi pages: show rendered html on failed renderAndUpdate
Sun, 14 Jul 2019 14:48:31 +0200 Goffi server: handle unexpected exceptions on connect:
Sun, 14 Jul 2019 14:45:51 +0200 Goffi server (websockets): fixed websocket handling on HTTPS connections:
Fri, 12 Jul 2019 14:58:11 +0200 Goffi server: if "redirections" is not set, use "/login" page as default
Wed, 10 Jul 2019 08:32:49 +0200 Goffi install: set minimal version of sat to dev one:
Tue, 09 Jul 2019 20:41:50 +0200 Goffi browser (contact_group): fixed bad property name used in closeAndSave:
Tue, 09 Jul 2019 20:20:46 +0200 Goffi server: don't raise error anymore if themes_dir is invalid or legacy blog can't be created:
Sat, 06 Jul 2019 14:11:10 +0200 Goffi pages: don't put error pages in cache
Fri, 05 Jul 2019 16:49:20 +0200 Goffi install: set minimal sat version to 0.7.0b4
Wed, 26 Jun 2019 20:36:50 +0200 Goffi server: changed defaultType for File resources to "application/octet-stream" instead of "text/html"
Fri, 14 Jun 2019 12:51:03 +0200 Goffi pages (tickets/edit): "author" can be ignored again now that updating has been fixed
Fri, 14 Jun 2019 12:50:59 +0200 Goffi pages (merge-requests/edit, tickets/edit, tickets/new): use serialised extra following backend change + fixed use of "update" when editing ticket:
Wed, 12 Jun 2019 20:05:45 +0200 Goffi pages: fixed cached data when `url_cache` is used:
Wed, 12 Jun 2019 09:12:09 +0200 Goffi pages (tickets/edit): don't ignore "author" anymore, to keep it when owner/admin modify a ticket
Mon, 27 May 2019 21:10:44 +0200 Goffi server: fixed sites alias:
Mon, 27 May 2019 09:27:15 +0200 Goffi doc: added forgotten conf.py and index.rst files
Mon, 27 May 2019 09:06:45 +0200 Goffi server (tasks): fixed findCommand when first name can't be found
Sun, 26 May 2019 22:19:42 +0200 Goffi server (pages): on_data_post can now raise an exceptions.DataError to reload the page with a warning message (without validating data posted)
Sun, 26 May 2019 22:18:04 +0200 Goffi server (pages): added raise_on_missing arguments in getPostedData:
Sun, 26 May 2019 22:16:07 +0200 Goffi server: added a generic way to have notification messages in pages