2019-08-13 |
Goffi |
0.8 development starts
|
2019-07-24 |
Goffi |
Added tag 0.7.0 for changeset 889e8d07e957
|
2019-07-24 |
Goffi |
0.7.0 « La Commune » release
0.7.0
|
2019-07-24 |
Goffi |
install (setup.py): updated sat version
|
2019-07-24 |
Goffi |
install (MANIFEST.in): added VERSION
|
2019-07-24 |
Goffi |
install: added doc to MANIFEST.in
|
2019-07-24 |
Goffi |
doc: added installation instructions
|
2019-07-19 |
Goffi |
pages: display a warning instead or raising exception if write fails:
|
2019-07-19 |
Goffi |
pages (blog/view, u): added atom feed URL to "atom_url" in template
|
2019-07-14 |
Goffi |
server (websocket): don't crash if self.page doesn't exist while onClose is called
|
2019-07-14 |
Goffi |
pages: show rendered html on failed renderAndUpdate
|
2019-07-14 |
Goffi |
server: handle unexpected exceptions on connect:
|
2019-07-14 |
Goffi |
server (websockets): fixed websocket handling on HTTPS connections:
|
2019-07-12 |
Goffi |
server: if "redirections" is not set, use "/login" page as default
|
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
|