• 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
    totoro authored
     
    Browse File »








  • add shortcut for row with only one cell as argument
    add shortcut for row with only one cell and one cell_option as arguments
    add shortcut for row with only one cell and list of cell_option as arguments
    
    add img_button with WEB_Action_Name as argument
    totoro authored
     
    Browse File »





















  • …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.
    totoro authored
     
    Browse File »







  • 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_".
    totoro authored
     
    Browse File »