-
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
-
add function for getting a list of ids from where clause on specified table_name
-
remove writer_list and move the writer into hk_controller call_back collection
-
implement, insert or update, and update to CSV import make clickable the text on Apps view Fix bug on list view with filter which was not applied at first draw add reference to foreign table in foreign_text of HK_Form_Entry
-
start to implement the combo search, still not finished
-
add order_by parameter in get_all_XXX_by_clause
-
…ve same function with different name for all table. In the future the get_count of each table will use that function instead of make almost same function.
-
Jqrid now show 30 lines as default and the editing can be made by double click on the line
-
still working on refactoring of the view and from