-
Add WEB_Session
-
introduce WEB_Session management add database/types generated by densaku
-
add html_tooltip_ext without class suffix when we intend to use awesome font
-
add get_Int_list() from web arg
-
…le attribute for each one
-
…alexium_lib into release/ANUBIS_1_14
-
change HtmlId by HTML_Id
-
add missing "make_state_cookie_headers" call if no actions are specified
-
harmonize cxm_form arguments
-
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
-
…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.
-
Remove the dead code for creating jpeg buttons with relief (Nowadays with a sip of css it's 100 times more beautiful).
-
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 new HTTP_ANSWER which is json. This is useful when there is a need to return json only i.e. in ajax call
-
+ Merge all immediate_selector together and create some immediate_selector function with less argument. These functions call the master function with default value for the arguments which are removed from the call + Add HTML_partial_content to HTTP_answer. This allow to send small part of html without body and header. Need for Ajax call + Change the HTML DOCTYPE from old xhtml to html 5 + Add autoOpen argument on jq_dialog_create
-
remove alt attribute on html generation if the alt text is empty
-
[+] add CoreAttrs option for img_button and img_button_flink [+] add group icon into icons_set
-
- first make 1 line into table cell from list of cells - second make 1 column into table cell from list of cells [~] add format in datetime picker
-
[+] add br and progress html element in making_a_web_site
-
[+] Add "empty" alternative in HTML_Off_Form and HTML_In_Form. This avoid to use literal with an empty content
-
…alexium_lib into release/ANUBIS_1_14
-
…of HTML_Off_Form instead of sequence(...)