From 2dbd2059f5a18db7f3fce0721948fd3e7d7680f8 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 2 May 2016 10:21:59 +0200 Subject: [PATCH 1/3] Fix new V8 version number here too. --- 3rdParty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/CMakeLists.txt b/3rdParty/CMakeLists.txt index 75cb2c4eed..74e553872e 100644 --- a/3rdParty/CMakeLists.txt +++ b/3rdParty/CMakeLists.txt @@ -26,7 +26,7 @@ option(USE_PRECOMPILED_V8 "use a precompiled V8" OFF) if (USE_PRECOMPILED_V8) set(V8_VERSION - "V8-4.9.391" + "V8-5.0.71.39" CACHE INTERNAL "${PROJECT_NAME}: Version" FORCE From 081a6f6a7ffe97eb0a216f16adec6d6331f88a6d Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Mon, 2 May 2016 10:28:58 +0200 Subject: [PATCH 2/3] Collection session storage should autoUpdate by default --- .../modules/@arangodb/foxx/sessions/storages/collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/server/modules/@arangodb/foxx/sessions/storages/collection.js b/js/server/modules/@arangodb/foxx/sessions/storages/collection.js index bbe9effdb5..593b91cfac 100644 --- a/js/server/modules/@arangodb/foxx/sessions/storages/collection.js +++ b/js/server/modules/@arangodb/foxx/sessions/storages/collection.js @@ -36,7 +36,7 @@ module.exports = function collectionStorage(cfg) { if (!cfg) { cfg = {}; } - const autoUpdate = Boolean(cfg.autoUpdate); + const autoUpdate = Boolean(cfg.autoUpdate !== false); const pruneExpired = Boolean(cfg.pruneExpired); const ttl = (cfg.ttl || 60 * 60) * 1000; const collection = ( From ebfa590e7633f985383a9ffd86615b8489b0b4e4 Mon Sep 17 00:00:00 2001 From: hkernbach Date: Mon, 2 May 2016 10:33:54 +0200 Subject: [PATCH 3/3] query view template --- .../_admin/aardvark/APP/frontend/js/templates/queryView2.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/queryView2.ejs b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/queryView2.ejs index e153ab658a..c3f40e9971 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/queryView2.ejs +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/queryView2.ejs @@ -9,8 +9,8 @@ -
- +
+