-
harmonize cxm_form arguments
-
add helper functions due to the addition of class list as parameter to "left_menu_entry" and "title"
-
make "jquery_button_html" function produce a button element instead of a div so tab can be used to focus it and the enter key work when the button is in a form
-
…alexium_lib into release/ANUBIS_1_14
-
…alexium_lib into release/ANUBIS_1_14 Conflicts: database/vtm/view_table_renderer.anubis
-
…ock icon depending on the picker type next to the date input
-
…o disconnect between request, when we want to restart gracefully the anubis adm "restart(true)", we wait for all tcp, udp server are down. If a web browser keep a connection with the http server, the server will never shutdown until the browser close the browsing window. So the shutdown_required is emitted by the application core to request to quit. In that case the http server stop to maintain socket and close it after sending last request.
-
…alexium_lib into release/ANUBIS_1_14
-
…o button is selected or not
-
Remove the dead code for creating jpeg buttons with relief (Nowadays with a sip of css it's 100 times more beautiful).
-
add helper to construct left_menu_entry without web arg
-
Now in add of ?a= (which means action =) we defined the ?aws_action= (which means 'Anubis Web Server Action = ') the 'a=' will be deprecated in the future because 'a' can be web argument name too easily. In addition of the new name for action, there is an action which is special for not using session stored in cookie. When ...?aws_action=none this means don't restore session state for this action like action name which starting "ajax_".
-
add view_name in VTM_view add management of icon in VT_view_entry
-
add some icon add to_Icon for bool value which become red cross for false and green check for true
-
…evious web_arg (with help of the wan "web arg name"). If the value doesn't exist on that lwa (list web arg) the default value given in init(xx) is use instead.
-
[!] fix the parsing of empty struct and array
-
+ to_XML_RPC_array, which convert Anubis String list into XML_RPC array + get_first_parameter, which return Maybe(XML_RPC_parameter) + get_first_struct, which return Maybe(XML_RPC_struct). Failure if not found else the struct + get_member(member_name), return maybe the member_name if found else failure
-
…an be use to manage menu entry.
-
add get_DB_date, get_DB_time and get_DB_datetime function into web_arg_utils
-
add get_DB_id. Use in relation with database
-
remove the use of dead_line, DenialOfService and SState which was no longer in use in the Calexium lib