-
move db_get_xxx helpers into db_get_helpers.anubis add add_DB_id and find_DB_id functions to able to add and find DB_id in Muscle Message web controller web argument has 2 names versions. The legacy "aws_controller" and the short version"aws_c" web action web argment has 2 names versions. The legacy "aws_action" and the short version "aws_a" add detect_browser_language in /web/CXM_common.anubis
-
[-] fix the html img tag helper size by adding px after the number. previous width="100" now width="100px"
-
…e to compile old source
-
add helper for HTML "a" with list of (HTML_Off_Form)
-
…text area was aligned to left, this is means mixed with label column (this was not beautiful)
-
…urn full draw html. When we need to redraw the html content in case of language change we can redirect to that draw_web_request. Since we have an heavy use of load content redirect to previous can cause a drawing of the content of the ajax return during the load content. This fix that behavior.
-
better management of the web plugin extend logger dump from 1024 to 2048 bytes
-
…llow to add more attribute than only html id before
-
…t to use load_content function (loading HTML from server) and put the result in that target_id div
-
…h only one CoreAttrs argument. This make the source more readable
-
add helper for strong with only one CoreAtrrs
-
fix the retrieving session from disk and change the method to determine the saving filename. Now the filename is determined by the session id.