-
…an be use to manage menu entry.
-
…te3 for the moment). This generate automatically the web content for viewing data in table, editing and writing into database.
-
Those functions return Maybe(DB_XXXX) according to their type. This is useful when we parsing web_arg and the argument doesn't exist. For type constructor we need all component to be able to construct it. Hence these functions assume the role of getting argument value with dummy value. Generally the missing argument are optional or autonomous value (generated) during the insert or update like created_datetime or updated_datetime. + add now which return DB_datetime
-
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
-
In sending process the client invoke RSET between each recipient. With that method we don't need to disconnect from the server and reconnect to it for each send.
-
The conf line format can be: blank line, comment only, name, value and maybe comment format. Read, Write, add_entry and replace_entry is already supported in that first version
-
add mb_get_ip which return failure if can't resolve address instead of get_ip which return 127.0.0.1 in error case
-
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
-
[~] change the location of the tiptip lib