From 9f98cc5dd4354f61f55218c8e4ea679c0cf6fa4d Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 26 Oct 2021 23:37:03 +0200 Subject: [PATCH] some update to 1.19 --- hayamiki_lib | 2 +- minimal_web_site.aproj | 4 ++++ xlib | 2 +- xlib_web_controllers.aproj | 4 ++++ xlib_web_controllers/language/controller.anubis | 6 +++--- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/hayamiki_lib b/hayamiki_lib index a64900e..f9fd3a1 160000 --- a/hayamiki_lib +++ b/hayamiki_lib @@ -1 +1 @@ -Subproject commit a64900e4b5e04eaf0850b5d9cf65bd1558eb4912 +Subproject commit f9fd3a1bf6706094fb2050a2ab138f0b38cac84d diff --git a/minimal_web_site.aproj b/minimal_web_site.aproj index cfb478d..ebeb13a 100644 --- a/minimal_web_site.aproj +++ b/minimal_web_site.aproj @@ -8,6 +8,10 @@ minimal_web_site xlib_examples\web\minimal_web_site_vc.anubis ./%3b./../ + False + False + False + c:\anubis\1.19 bin\Debug\ diff --git a/xlib b/xlib index 28d9354..1cfeb79 160000 --- a/xlib +++ b/xlib @@ -1 +1 @@ -Subproject commit 28d9354a10a9e2667e76d63ee76995c16f438218 +Subproject commit 1cfeb79a339090ab869238df96d267371ea1118d diff --git a/xlib_web_controllers.aproj b/xlib_web_controllers.aproj index 8827816..1dfecd4 100644 --- a/xlib_web_controllers.aproj +++ b/xlib_web_controllers.aproj @@ -8,6 +8,10 @@ xlib_web_controllers xlib_web_controllers\language\controller.anubis ./ + False + False + False + c:\anubis\1.19\ bin\Debug\ diff --git a/xlib_web_controllers/language/controller.anubis b/xlib_web_controllers/language/controller.anubis index d26e213..f4ab1af 100644 --- a/xlib_web_controllers/language/controller.anubis +++ b/xlib_web_controllers/language/controller.anubis @@ -114,13 +114,13 @@ define Maybe(HTML_Partial_Content) failure . -global define WEB_Plugin - l3_lib +module WEB_Plugin + l3_lib_1_19 = web_plugin( "L3", "BASE", - "1.14.0", + "1.19.0", _Int_to_ISO_8601_datetime(to_Int(__TIME__)), plugin_get_controller, plugin_get_typed_content -- libgit2 0.21.4