Logo white

Anubis / Xlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 12
  • Tags 6
  • xlib
12 Jun, 2025
1 commit
  • add load_to_clipboard function to be able to copy html into the OS clipboard
    94db3a15
    David RENÉ authored
    2025-06-12 15:36:26 +0900  
    Browse Code »

10 Jun, 2025
1 commit
  • Add parameter in phone_icon to allow or not the click to dial
    5ab6864e
    David RENÉ authored
    2025-06-10 15:58:43 +0900  
    Browse Code »

05 Jun, 2025
2 commits
  • Destroy the previous dialog with same ID before creating a new one with that same id ...
    87db844b
    Maybe fix a long time bug.
    David RENÉ authored
    2025-06-05 19:41:18 +0900  
    Browse Code »
  • Add DB_datetime less '<' comparator
    04a1561e
    David RENÉ authored
    2025-06-05 19:39:51 +0900  
    Browse Code »

04 May, 2024
3 commits
  • [+] choose_lang_dropdown() ...
    1dc4cd2b
    [~] update choose_lang_dialod() to add the list of excluded language to not to be shown on the list
    [+] add random number to div id into the language line. This allows to have multiples languages selector in same page
    David RENÉ authored
    2024-05-04 12:11:57 +0900  
    Browse Code »
  • [~] to_String from DB_id return NULL instead of none. This allow to use it direc… ...
    1fb914b9
    …tly in SQL query instead of "none" which produce an error
    [+] add to_SQL from DB_id wich return result as to_String
    David RENÉ authored
    2024-05-04 12:05:41 +0900  
    Browse Code »
  • add encode_HTML_quote
    fa876ec4
    David RENÉ authored
    2024-05-04 12:02:29 +0900  
    Browse Code »

20 Aug, 2023
1 commit
  • [+] add dialog showing available language. The argument 'action' is a call back … ...
    cebdf6b7
    …for action when one of the flag is clicked. Generally it's javascript function call during onclick event. So this function action let add at the end the language argument into javascript calling function.
    David RENÉ authored
    2023-08-20 11:17:35 +0200  
    Browse Code »

12 Jun, 2023
1 commit
  • [-] fix the web action name. Add "aws_a" as valid name
    e782d548
    David RENÉ authored
    2023-06-12 10:00:12 +0900  
    Browse Code »

10 May, 2023
1 commit
  • [~] remove multiple declaration of helpers for CoreAttrs
    42dd94b5
    David RENÉ authored
    2023-05-10 18:45:23 +0900  
    Browse Code »

05 May, 2023
5 commits
  • Merge branch 'release/ANUBIS_1_19' into HEAD ...
    4e513d3a
    Resolve Conflicts:	web/making_a_web_site.anubis
    David RENÉ authored
    2023-05-05 11:31:26 +0900  
    Browse Code »
  • merge
    0c55d6c8
    David RENÉ authored
    2023-05-05 11:28:03 +0900  
    Browse Code »
  • [!] fix the the get_DB_id() function from web arguments to considerate the the e… ...
    bf445a58
    …mpty string "" as none DB_id
    David RENÉ authored
    2023-05-05 11:07:09 +0900  
    Browse Code »
  • [+] add many helpers for CoreAttrs and html_tag
    eccfbd57
    David RENÉ authored
    2023-05-05 11:06:51 +0900  
    Browse Code »
  • [!] fix the the get_DB_id() function from web arguments to considerate the the e… ...
    37b9bddb
    …mpty string "" as none DB_id
    David RENÉ authored
    2023-05-05 11:05:13 +0900  
    Browse Code »

04 May, 2023
1 commit
  • add helper (formaction, formmethod, main) for html_tag ...
    75265fb5
    add button with a String as argument
    add form without CoreAttrs as argument
    
    add helper as CoreAttrs for (width, height, width_px, height_px, alt, for, type, placeholder, name, role)
    David RENÉ authored
    2023-05-04 12:07:56 +0900  
    Browse Code »

13 Mar, 2023
6 commits
  • [+] add many function to be able to translate with different dictionary of the a… ...
    cdc104b7
    …pplication. For example countries dictionary is not a part of an application because it can be use in many applications.
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Code »
  • [-] remove the redraw and replace by partial_content, but I don't remember the r… ...
    004c6d11
    …eal reason for that and the purpose
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Code »
  • [+] add svg as html tag
    e544971f
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Code »
  • [+] add jquery.ui.touch-punch.min.js to let use browser under touch panel device
    f3786aca
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Code »
  • [~] typo
    aaad265b
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Code »
  • [+] add some CoreAttrs helper for colspan(value) and rowspan(value)
    d0da75ac
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Code »

05 Mar, 2023
1 commit
  • add the function to store and get the current left menu and the left menu select… ...
    78abf670
    …ed entry into the web_session
    David RENÉ authored
    2023-03-05 19:10:25 +0100  
    Browse Code »

29 Oct, 2022
1 commit
  • remove unused logger
    5023ed01
    David RENÉ authored
    2022-10-29 20:33:28 +0200  
    Browse Code »

23 Oct, 2022
2 commits
  • add function get_mb_String for getting the a Maybe(String) instead of previous o… ...
    23da1b61
    …ne named "get_String".
    David RENÉ authored
    2022-10-23 17:52:53 +0200  
    Browse Code »
  • add call back in img_button_confirm which be called after the web_action. For ex… ...
    50386923
    …ample after a web_action executed, refresh the page (which made by the call back)
    David RENÉ authored
    2022-10-23 17:50:30 +0200  
    Browse Code »

16 Oct, 2022
2 commits
  • add current_page, total_page and total_items in control_panel_pager
    5b6fb409
    David RENÉ authored
    2022-10-16 20:02:30 +0200  
    Browse Code »
  • replace aws_controller and aws_action by aws_c and aws_a (no functional change)
    d1b5d85b
    David RENÉ authored
    2022-10-16 19:23:05 +0200  
    Browse Code »

15 Oct, 2022
2 commits
  • [+] add make_translate_function with dictionary collection name as argument. For… ...
    fe4ac56c
    … example this is useful when you want to use general dictionary like country name with iso3611
    David RENÉ authored
    2022-10-15 13:33:44 +0200  
    Browse Code »
  • [+] add bold html tag <b>
    a39cd37a
    David RENÉ authored
    2022-10-15 13:33:44 +0200  
    Browse Code »

30 Sep, 2022
1 commit
  • get message header from list of Data_IO
    f4fb6836
    David RENÉ authored
    2022-09-30 20:38:34 +0200  
    Browse Code »

18 Sep, 2022
1 commit
  • [+] the send mail error message report add message header
    d83c67e5
    David RENÉ authored
    2022-09-18 11:20:49 +0900  
    Browse Code »

17 Sep, 2022
3 commits
  • fix typo
    a2bc97d9
    David RENÉ authored
    2022-09-17 15:40:45 +0900  
    Browse Code »
  • [+] add function load_in_window which open a new window in HTML browser
    db4f65fa
    David RENÉ authored
    2022-09-17 15:40:30 +0900  
    Browse Code »
  • [+] add db_get_mb_float from table cursor.
    cb97098d
    David RENÉ authored
    2022-09-17 15:38:51 +0900  
    Browse Code »

29 Aug, 2022
1 commit
  • update html_tooltip with the new format of data inside the attributes
    87fea19b
    David RENÉ authored
    2022-08-29 18:42:09 +0900  
    Browse Code »

22 Aug, 2022
1 commit
  • [*] in the database migration, in case of an empty database we execute all migra… ...
    6cc206ce
    …tion instead the last like before, because during migration, there is some stuff to do like filling table with default data, etc. That's why we need to execute the migration loop.
    David RENÉ authored
    2022-08-22 10:24:26 +0900  
    Browse Code »

20 Aug, 2022
3 commits
  • Change the library name of the webserver to the correct one "eXented Lib"
    18c01f91
    David RENÉ authored
    2022-08-20 11:21:59 +0900  
    Browse Code »
  • merge conflict resolved
    89d1649f
    David RENÉ authored
    2022-08-20 11:04:35 +0900  
    Browse Code »
  • switch to xlib
    109beea1
    David RENÉ authored
    2022-08-20 10:55:17 +0900  
    Browse Code »