-
move css file in the new path (hayamiki/css/ or hayamiki/js/)
-
load_vtm and load_latest_vtm call arguments changed. Now we must provide the name of application and the path where to search the vtm file. the filename format of the vtm file are also changed. Now the vtm file name must follow the following rule: AAAA_vtm_vVVVV.adm where : AAAA = name of the application VVVV = version of database as example for application named "my_app" with version "1.2.0.0" the vtm file name must be "my_app_vtm_v1.2.0.0.adm"
-
[+] add upload and download action
-
[+] get hidden to add in form as value. if there is web arg with name starting with "hidden_", the name after "hidden_" will be add as hidden value in form. This allow to add necessaries values which are not especially exposed as editable but mandatory in database record. For example if there is database record editable by user and that user is not allowed to change or set some important information reserved to company's staff.
-
…ser is only allowed to select entry in selector
-
add init_value in ajax combo init
-
add helper for column, column_label, label and table
-
try to debug color edit !! (seems to work with dialog but not in jqgrid)
-
When search field has that name "__HK_SHOW_STRING__" this is means, we want ajax combo only show the Show_String instead of other search fields
-
Now phone_field has attribute for describing the phone number type like (cellphone, landline, fax, etc)
-
HK_Form_Action has DB_id in edit_entry instead of String
-
…you need and provide the type get_all function
-
some cleanup in view_table_renderer. replace form_id name from table_name to dialog_id + suffix "_form". This allow to have multiple form with the same table.
-
move the HK_Table_Controller into controller/hk_controller.anubis remove the old TM_delete and the TM_writer add generic insert_or_update in hk_sql_utils which replace the generated function for each table. hk_delete_row now use a generic delete function.
-
make uid more safe by adding _ as prefix. Sometime that uid is use as function name. This prevent that uid start with number which not allowed for function name fix ajax combo bug by initialize each with different uid add resolve_fk parameter in get_one_json and get_rows_json. that allows to retrieve the value of foreign instead of id
-
remove writer_list and move the writer into hk_controller call_back collection