Logo white

David RENÉ / hayamiki_lib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 5
  • Tags 0
  • hayamiki_lib
  • controller
15 May, 2022
1 commit
  • add get_show_string as entry into HK_Table_controller
    121721e0
    David RENÉ authored
    2022-05-15 22:54:06 +0200  
    Browse Dir »

10 Apr, 2022
1 commit
  • [+] get_db_ids_by_clause helper to get list of DB_id from table and column. For … ...
    c91bcb7a
    …example this help to get list of foreign keys
    David RENÉ authored
    2022-04-10 18:17:48 +0200  
    Browse Dir »

26 Oct, 2021
1 commit
  • [+] add get_count_float_by_full_clause
    456d0986
    David RENÉ authored
    2021-10-26 23:52:43 +0200  
    Browse Dir »

16 Oct, 2021
1 commit
  • [+] add get_db_ids_by_clause which return a list of DB_id according to provided clause
    25fea527
    David RENÉ authored
    2021-10-16 20:45:12 +0200  
    Browse Dir »

11 Feb, 2021
1 commit
  • update to xlib with renamed files and references
    e7921b1c
    David RENÉ authored
    2021-02-11 16:58:20 +0900  
    Browse Dir »

20 May, 2020
1 commit
  • add update row from lwa according to provided VTM
    a64900e4
    David RENÉ authored
    2020-05-20 16:17:01 +0900  
    Browse Dir »

17 Apr, 2020
2 commits
  • Load_hayamiki_web_controller is now working
    77230f8d
    David RENÉ authored
    2020-04-17 22:36:54 +0900  
    Browse Dir »
  • add load_hayamiki_web_controller for any application which need use Hayamiki
    6f2ce522
    David RENÉ authored
    2020-04-17 17:28:52 +0900  
    Browse Dir »

04 Apr, 2020
1 commit
  • replace calexium_lib by xlib
    ece42708
    David RENÉ authored
    2020-04-04 01:38:27 +0900  
    Browse Dir »

03 Apr, 2020
1 commit
  • replace calexium_lib by xlib
    1135a10f
    David RENÉ authored
    2020-04-03 16:11:02 +0900  
    Browse Dir »

26 Jan, 2020
1 commit
  • add name of the transaction according to the new definition
    dc4137e5
    David RENÉ authored
    2020-01-26 17:38:38 +0100  
    Browse Dir »

19 Dec, 2019
1 commit
  • Change the db_get_XX to new format. db_get_integer became db_get_Int and db_get_… ...
    afa08ba6
    …integer_list became db_get_List_Int
    David RENÉ authored
    2019-12-19 17:32:42 +0100  
    Browse Dir »

31 Oct, 2019
1 commit
  • [~] add some missing read due to cxm lib rearrangement ...
    c4e83b95
    [+] add upload and download action
    David RENÉ authored
    2019-10-31 11:32:04 +0900  
    Browse Dir »

02 Jun, 2019
1 commit
  • use making_a_web_site declaration file instead of the definition
    d3d2685b
    David RENÉ authored
    2019-06-02 13:13:22 +0200  
    Browse Dir »

02 Feb, 2019
1 commit
  • Change the copyright to the right person
    7d0ef786
    David RENÉ authored
    2019-02-02 22:11:11 +0100  
    Browse Dir »

29 Sep, 2018
2 commits
  • add more helper in sql_utils: ...
    16f88339
    - update_with_clause (make conditional update)
    - get_all_to_json (extract only fields by given extractors from the table cursor result to a list of JSON value)
    totoro authored
    2018-09-29 23:55:27 +0200  
    Browse Dir »
  • added in table controller : ...
    f80bd32b
    - select_fields (all columns name of the datatable separated with coma)
    - make_json_extractor
    totoro authored
    2018-09-29 23:48:24 +0200  
    Browse Dir »

15 Sep, 2018
1 commit
  • Add list of the column's name of the table
    67283d2a
    totoro authored
    2018-09-15 19:15:55 +0200  
    Browse Dir »

26 Sep, 2017
1 commit
  • add delete_by_clause
    fc59f9af
    totoro authored
    2017-09-26 20:45:30 +0200  
    Browse Dir »

16 Sep, 2017
1 commit
  • add generic get_DB_id_by_clause
    c6986bdf
    totoro authored
    2017-09-16 11:08:26 +0900  
    Browse Dir »

14 Aug, 2017
1 commit
  • add get_count_by_full_clause
    e8b05959
    totoro authored
    2017-08-14 13:02:34 +0200  
    Browse Dir »

08 Jul, 2017
1 commit
  • add trigger in all database action create, update, delete
    7c2a7fd3
    totoro authored
    2017-07-08 15:42:44 +0200  
    Browse Dir »

04 Jul, 2017
1 commit
  • add all management of relation ...
    5b262572
    HK_Form_Action has DB_id in edit_entry instead of String
    totoro authored
    2017-07-04 23:31:49 +0200  
    Browse Dir »

27 Jun, 2017
1 commit
  • update to be compatible with calexium_lib and checkbox without wav (web arg value)
    0e255eaa
    totoro authored
    2017-06-27 00:09:27 +0200  
    Browse Dir »

24 Jun, 2017
1 commit
  • add get_relation to get final type in relation A <-> B, just choose which side … ...
    55c024e5
    …you need and provide the type get_all function
    totoro authored
    2017-06-24 01:37:45 +0200  
    Browse Dir »

21 Jun, 2017
1 commit
  • write from type now return maybe int which is the row_id of the updated or inserted row ...
    b1ffa9d4
    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.
    totoro authored
    2017-06-21 23:19:15 +0200  
    Browse Dir »

20 Jun, 2017
2 commits
  • update access to lwa from web_request which is now in Var
    2e229c53
    totoro authored
    2017-06-20 18:12:24 +0200  
    Browse Dir »
  • add dynamic trigger ...
    529092e0
    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.
    totoro authored
    2017-06-20 10:03:53 +0200  
    Browse Dir »

17 Jun, 2017
1 commit
  • add function for deleting multiple records with a list of id on specified table_name ...
    135b0bfd
    add function for getting a list of ids from where clause on specified table_name
    totoro authored
    2017-06-17 21:26:58 +0200  
    Browse Dir »

10 Jun, 2017
1 commit
  • continuation of the refactoring, and gather database call back in hk_table_controller ...
    8116ce4b
    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
    totoro authored
    2017-06-10 17:36:42 +0200  
    Browse Dir »

12 May, 2017
1 commit
  • add import
    e52bb077
    totoro authored
    2017-05-12 00:26:19 +0900  
    Browse Dir »

06 May, 2017
1 commit
  • add get_count and get_count_by_clause in hk_sql_utils which is better than to ha… ...
    788cff0c
    …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.
    totoro authored
    2017-05-06 09:21:38 +0900  
    Browse Dir »

03 Apr, 2017
1 commit
  • fix the empty WHERE clause by (1 = 1) which always true
    a5ad7778
    totoro authored
    2017-04-03 22:38:40 +0200  
    Browse Dir »

02 Apr, 2017
1 commit
  • get and set HK_Referer for Web arg functions ...
    0f7b5806
    Add argument HK_Referer in get_rows_json
    rename web action view_table in list_view
    totoro authored
    2017-04-02 19:51:13 +0200  
    Browse Dir »

27 Aug, 2016
1 commit
  • move vtm from calexium_lib to view part of Hayamiki
    0acd0629
    totoro authored
    2016-08-27 20:04:32 +0200  
    Browse Dir »

21 Mar, 2016
1 commit
  • fix the orthographic mistake on controller folder name
    32c3ae42
    totoro authored
    2016-03-21 12:58:25 +0100  
    Browse Dir »

20 Mar, 2016
2 commits
  • rename folder to correct orthography
    2fb07b3f
    totoro authored
    2016-03-20 14:22:53 +0100  
    Browse Dir »
  • rename folder to correct orthography
    c5edca7e
    totoro authored
    2016-03-20 14:22:03 +0100  
    Browse Dir »