From 2c1e02c9096f000a6244caf66cbe1b51f117383a Mon Sep 17 00:00:00 2001 From: totoro Date: Mon, 8 Jun 2020 12:03:50 +0900 Subject: [PATCH] update the plugin information according to the new component (version and date) --- src/web_controller/hayamiki.anubis | 8 ++++---- src/web_controller/hayamiki_plugin.anubis | 2 ++ xlib | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/web_controller/hayamiki.anubis b/src/web_controller/hayamiki.anubis index 8ded324..e6f300b 100644 --- a/src/web_controller/hayamiki.anubis +++ b/src/web_controller/hayamiki.anubis @@ -271,9 +271,9 @@ define (WEB_Session) -> WEB_Controller_Result success(page) then with - search_words = get_String_list(lwa, "q_word[]"), - search_fields = get_String_list(lwa, "search_field[]"), - active_filters = get_String_list(lwa, "active_filter[]"), //active filter format is "column_name,id" + search_words = get_List_String(lwa, "q_word[]"), + search_fields = get_List_String(lwa, "search_field[]"), + active_filters = get_List_String(lwa, "active_filter[]"), //active filter format is "column_name,id" limit = get_Int(lwa, "per_page", 10), //limit and_or = get_String(lwa, "and_or", "OR"), sidx = get_String(lwa, "sidx", "id"), @@ -519,7 +519,7 @@ define (WEB_Session) -> WEB_Controller_Result error_result, success(controller) then //get the name of editor to use - with select_fields = get_String_list(lwa, "select_fields"), + with select_fields = get_List_String(lwa, "select_fields"), // with view_name = get_String(lwa, "view_name", "default"), // _filter_name = get_String(lwa, "filter_name", ""), search = get_String(lwa, "_search", "false"), diff --git a/src/web_controller/hayamiki_plugin.anubis b/src/web_controller/hayamiki_plugin.anubis index b7061ce..4ce6e7e 100644 --- a/src/web_controller/hayamiki_plugin.anubis +++ b/src/web_controller/hayamiki_plugin.anubis @@ -34,6 +34,8 @@ global define WEB_Plugin web_plugin( "HAYAMIKI", "BASE", + "1.14.0", + _Int_to_ISO_8601_datetime(to_Int(__TIME__)), plugin_get_controller, plugin_get_typed_content ) diff --git a/xlib b/xlib index 85496d9..6f6feb0 160000 --- a/xlib +++ b/xlib @@ -1 +1 @@ -Subproject commit 85496d9ff3cacf322513b9e210d95636f0c1030c +Subproject commit 6f6feb0696be82594640c4faa812d13c57eb8ce7 -- libgit2 0.21.4