-
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
-
remove the CXM_form_field.anubis because the content was already in CXM_form
-
Add new HTTP_ANSWER which is json. This is useful when there is a need to return json only i.e. in ajax call
-
…untain development. I decided to integrate it into calexium_lib.
-
+ 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
-
…can allow to show link or anything else
-
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
-
…bis. The icons can have different use than button.
-
- 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
-
Conflicts: web/jQuery/CXM_jquery_button.anubis
-
…a JQuery_Actioner instead and update subsequent code thorough the project, some whitespaces may have been added to some files...
-
[+] add some icons url as string constant [~] change_list doesn't show icon if the icon class is empty
-
[~] change the the in_progress of mailt_type from 'IN PROGRESS' into "IN_PROGRESS" with an underscore in place of white space
-
[+] Add img_submit_button