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
20 Sep, 2017
3 commits
  • fix jqgrid jscolor CSS class
    1aa79ba3
    Julien Verneuil authored
    2017-09-20 13:47:57 +0200  
    Browse Code »
  • add hayamiki CSS
    8c3d9216
    Julien Verneuil authored
    2017-09-20 11:48:22 +0200  
    Browse Code »
  • fix jscolor input in jqgrid
    2ecafeae
    Julien Verneuil authored
    2017-09-20 11:37:53 +0200  
    Browse Code »

19 Sep, 2017
1 commit
  • add phone (better management), email and url ...
    1ea67eb5
    try to debug color edit !! (seems to work with dialog but not in jqgrid)
    totoro authored
    2017-09-19 09:48:46 +0900  
    Browse Code »

16 Sep, 2017
3 commits
  • manage the __HK_SHOW_STRING__ in ajax_combo. ...
    a8e062d5
    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
    totoro authored
    2017-09-16 11:08:26 +0900  
    Browse Code »
  • add generic get_DB_id_by_clause
    c6986bdf
    totoro authored
    2017-09-16 11:08:26 +0900  
    Browse Code »
  • change phone_field and remove mobile_phone. ...
    974c8566
    Now phone_field has attribute for describing the phone number type like (cellphone, landline, fax, etc)
    totoro authored
    2017-09-16 10:54:08 +0900  
    Browse Code »

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

30 Jul, 2017
1 commit
  • replace image by img according to latest calexium_lib
    9ee1c57d
    totoro authored
    2017-07-30 22:18:03 +0200  
    Browse Code »

23 Jul, 2017
2 commits
  • remove the dependency to web_site_directory
    924b60ab
    totoro authored
    2017-07-23 22:59:28 +0200  
    Browse Code »
  • add constraint definition on table model ...
    c0af45f7
    add mobile_field and url_field
    totoro authored
    2017-07-23 22:39:36 +0200  
    Browse Code »

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 Code »

04 Jul, 2017
2 commits
  • 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 Code »
  • some cleanup
    57345f2a
    totoro authored
    2017-07-04 23:07:44 +0200  
    Browse Code »

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 Code »

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 Code »

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 Code »

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 Code »
  • 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 Code »

17 Jun, 2017
2 commits
  • add crud web action ...
    601f9714
    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
    totoro authored
    2017-06-17 21:34:58 +0200  
    Browse Code »
  • 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 Code »

12 Jun, 2017
1 commit
  • add new way to load selector by ajax call ...
    23bb1d76
    remove writer_list and move the writer into hk_controller call_back collection
    totoro authored
    2017-06-12 02:12:34 +0200  
    Browse Code »

11 Jun, 2017
2 commits
  • make [+] button beside the selector aligned in same line
    ac7be478
    totoro authored
    2017-06-11 16:29:26 +0200  
    Browse Code »
  • add "+" icon near the selector to be able to create a new entry if needs
    30bcc5df
    totoro authored
    2017-06-11 04:12:07 +0200  
    Browse Code »

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 Code »

24 May, 2017
3 commits
  • add helper for viewing table without foreign clause and referer
    c35a0960
    totoro authored
    2017-05-24 09:32:15 +0200  
    Browse Code »
  • add hk_controller to replace little by little old controllers in VTM (virtual table manager) ...
    5dc2618d
    start to implement the combo search, still not finished
    totoro authored
    2017-05-24 09:23:26 +0200  
    Browse Code »
  • add searchable fields list in foreign key
    b947f1f0
    totoro authored
    2017-05-24 02:01:00 +0200  
    Browse Code »

21 May, 2017
2 commits
  • manage the hk_filter for rendreing table in list ...
    bba31ce5
    add order_by parameter in get_all_XXX_by_clause
    totoro authored
    2017-05-21 11:14:54 +0200  
    Browse Code »
  • add hk_filter
    ea8ac774
    totoro authored
    2017-05-21 11:08:15 +0200  
    Browse Code »

19 May, 2017
2 commits
  • add autoresize in in jqgrid
    17c955e7
    totoro authored
    2017-05-19 13:14:17 +0900  
    Browse Code »
  • add hk_filter in list view
    ee7a1e4b
    totoro authored
    2017-05-19 12:37:32 +0900  
    Browse Code »

12 May, 2017
4 commits
  • --
    e2de30a5
    totoro authored
    2017-05-12 00:34:15 +0900  
    Browse Code »
  • Merge branch 'master' of ssh://gitlab.calexium.com:33022/calexium/hayamiki_lib
    7e6b7651
    totoro authored
    2017-05-12 00:30:10 +0900  
    Browse Code »
  • add import
    e52bb077
    totoro authored
    2017-05-12 00:26:19 +0900  
    Browse Code »
  • add import
    bb93deea
    totoro authored
    2017-05-12 00:25:23 +0900  
    Browse Code »

06 May, 2017
4 commits
  • add the number of record in show apps
    b8aa6172
    totoro authored
    2017-05-06 09:24:55 +0900  
    Browse Code »
  • add phone and email fields in entry
    3948b4f1
    totoro authored
    2017-05-06 09:23:21 +0900  
    Browse Code »
  • 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 Code »
  • add email and phone fields in the renderer. ...
    d5159c4a
    Jqrid now show 30 lines as default and the editing can be made by double click on the line
    totoro authored
    2017-05-06 09:18:45 +0900  
    Browse Code »