-
- DB_id -> Maybe(Int) - String -> Maybe(DB_id) - Maybe(String) -> Maybe(DB_id)
-
* produce path from db_id to optimize fs access and never have more than 100 folders
-
change migration according to that type
-
improve the library to compatible with last HTML_Off_Form definition
-
add parameter to specialized element phone to show only the image the get_mb_bool from web arg check the presence of the arg_name with prefixed '~'. If this ~name exists this means that comes from a form and the checkbox is not checked. I made this hack on web form which always create the hidden input with prefixed ~ name. This method allow to determine if the arg name was really sent or not. add more ajax possibilities in web_controller_result. the div can has list of partial_content
-
String + DB_time, DB_time + String, DB_datetime + String, String + DB_datetime ,
-
db_bind which contain many helper for db_bind, like Datetime, DB_Id, etc db_updatefield which contain a helper for construction of SQL query and his bind for insert or update
-
add Anubix authentication message constant add get_message_queue_to_net_service. Which connect to remote net_service, apply the given function (like authentication process) and return the message_queue if every thing is success add generic_request_for_service and generic_send_message with logger name instead of logger function (String s) -> One. This means the UDP logger must be already started by the main application add class for one_line_fields in CXM_form
-
introduce WEB_Session management add database/types generated by densaku
-
Those functions return Maybe(DB_XXXX) according to their type. This is useful when we parsing web_arg and the argument doesn't exist. For type constructor we need all component to be able to construct it. Hence these functions assume the role of getting argument value with dummy value. Generally the missing argument are optional or autonomous value (generated) during the insert or update like created_datetime or updated_datetime. + add now which return DB_datetime
-
add get_DB_date, get_DB_time and get_DB_datetime function into web_arg_utils