Skip to content

Commit 18ba93e

Browse files
RELEASE: 3.23.05.30
Improving productivity, layout, performance and administration. Productivity: * Coding fragments - visual cues for selected fragment - suggestions of already created codes - fragment groundings can be removed * Hints and tips for tables and graphs * Reverting a memo to a previous version * Creating cohorts of users * Orienting and situating connections between dimensions Layout: * Explicit `confirm`/`save` and `cancel` buttons (in addition to implicit the `return` validation) * Improved responsive design, with icons and tooltips Performance: Optimized design for faster loading, even under heavy usage: * Function scripts mutualized in static js files * Multiple design documents * Incremental/lazy loading indicated by spinners Installation and administration: The installation and administration now take advantages from Docker, AAAforREST and CouchDB updates: * Docker facilitates installation procedure and allows to choose the amount of server memory to allocate * AAAforREST 2 provides detailed logs * CouchDB 3 includes automatic compaction/clean up features Admin also can henceforth easily customize: * navbars color * sponsors (for LDAP/local users) * duration in maintenance messages
1 parent 282045b commit 18ba93e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/ddocs/cassandre/shows/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function(o, req) {
77
return {
88
body: JSON.stringify({
99
service: 'Cassandre',
10-
revision: '3.23.05.28',
10+
revision: '3.23.05.30',
1111
update_seq: req.info.update_seq
1212
})
1313
}

0 commit comments

Comments
 (0)