log

age author description
Fri, 03 May 2019 20:52:56 +0200 Goffi server: fixed getPagePathFromURI
Fri, 03 May 2019 20:52:13 +0200 Goffi pages (g/e): use redirect instead of duplicating code of "event_view"
Fri, 03 May 2019 20:51:22 +0200 Goffi server: replaced wrong usage of C.HTTP_UNAUTHORIZED by C.HTTP_FORBIDDEN
Fri, 03 May 2019 13:08:41 +0200 Goffi pages (photos): retrieve photo albums from list of interests, and fill "interests" template data.
Fri, 26 Apr 2019 08:42:27 +0200 Goffi pages (blog, u): added atom feed link in "links" template data.
Fri, 12 Apr 2019 14:12:53 +0200 Goffi doc: use "sourcecode" directive instead of "code" + small mistakes fixes:
Fri, 12 Apr 2019 14:08:02 +0200 Goffi pages (i18n): if locale is not specified, "accept-language" header is used to try to determine the best one
Fri, 12 Apr 2019 14:06:50 +0200 Goffi pages (i18n): check presence of u"/" in locale:
Fri, 12 Apr 2019 13:58:02 +0200 Goffi pages (cache): separate cached pages using locales, to avoid having a page cache in a specific locale used for an other one.
Wed, 10 Apr 2019 21:06:35 +0200 Goffi server (tasks): fixed crash when --dev_mode is used
Wed, 10 Apr 2019 21:06:34 +0200 Goffi pages: locale handling:
Sun, 03 Mar 2019 17:14:27 +0100 Goffi handle invalid certificate on registration + fixed error handling on registration
Sat, 02 Mar 2019 18:44:20 +0100 Goffi we are in dev version again
Fri, 01 Mar 2019 19:47:34 +0100 Goffi Added tag 0.7.0a4 for changeset caa8747b1bb1
Fri, 01 Mar 2019 19:40:27 +0100 Goffi 0.7.0a4 release 0.7.0a4
Tue, 26 Feb 2019 20:24:20 +0100 Goffi server (legacy blog): fixed items deserialisation
Sat, 23 Feb 2019 21:05:48 +0100 Goffi page (u): fixed blog posting
Sat, 23 Feb 2019 21:05:06 +0100 Goffi backend: fixed args transmission on page redirection.
Sat, 23 Feb 2019 21:04:31 +0100 Goffi pages: fixed children retrieval in onFileChange
Sat, 23 Feb 2019 21:03:21 +0100 Goffi server, browser: changed blog items serialisation following changes in backend
Fri, 22 Feb 2019 18:50:33 +0100 Goffi server (tasks): tasks can now be automatically ran when something happen in a watched dir:
Fri, 22 Feb 2019 18:42:47 +0100 Goffi server (tasks): task can now use a "prepare" method to prepare data before running (e.g. WATCH_DIRS)
Fri, 22 Feb 2019 16:57:37 +0100 Goffi pages: auto reloading
Fri, 22 Feb 2019 16:57:37 +0100 Goffi server: iNotify support:
Fri, 22 Feb 2019 16:56:58 +0100 Goffi server: added "dev_mode" boolean option (not used yet but will be soon)
Wed, 06 Feb 2019 09:19:33 +0100 Goffi Added tag 0.7.0a3 for changeset b290f21e8466
Wed, 06 Feb 2019 09:17:03 +0100 Goffi 0.7.0a3 release 0.7.0a3
Sat, 26 Jan 2019 20:15:24 +0100 Goffi pages: use absolute path for build_path + added page_url to template (which is getURL() without argument)
Sat, 26 Jan 2019 20:14:09 +0100 Goffi server, pages, tasks: moved getConfig to backend, and added shorcut version in LiberviaPage and TasksManager
Fri, 25 Jan 2019 08:58:41 +0100 Goffi server: tasks manager first draft: