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
08 Aug, 2025
1 commit
  • Fix typo for xlib
    27afe199
    David RENÉ authored
    2025-08-08 07:35:36 +0900  
    Browse Code »

25 Jun, 2025
1 commit
  • [~] remove debug print in get_mb_DB_id()
    397d9122
    David RENÉ authored
    2025-06-25 17:42:47 +0900  
    Browse Code »

15 Jun, 2025
3 commits
  • [+] add form name for many actioner function. This allows to have <input> instea… ...
    bd0c017e
    …d of <a> tag and let javascript transform input in decorated button
    David RENÉ authored
    2025-06-15 11:21:21 +0900  
    Browse Code »
  • [+] add wrap_lines and read_only CoreAttrributes for textarea
    b2719426
    David RENÉ authored
    2025-06-15 11:18:39 +0900  
    Browse Code »
  • [+] add init in CoreAttrs, which add value attribute
    bc3738d4
    David RENÉ authored
    2025-06-15 11:17:25 +0900  
    Browse Code »

14 Jun, 2025
5 commits
  • [~] use compact form of aws_contoller and aws_action (aws_c and aws_c) ...
    6b9755ee
    [+] load_to_clipboard(url) The url request to server to provide the html content by ajax call
    [+] jq_query has new argument "after_callback" which will be executed at the end of the query
    David RENÉ authored
    2025-06-14 17:36:43 +0900  
    Browse Code »
  • add xlib_selector function to get selected element and open url with that select… ...
    660f5f43
    …ed element in new window
    David RENÉ authored
    2025-06-14 17:27:23 +0900  
    Browse Code »
  • fix some typo
    1c2f62e1
    David RENÉ authored
    2025-06-14 17:24:45 +0900  
    Browse Code »
  • add some class for better handling the class drop-flag
    b0a69e68
    David RENÉ authored
    2025-06-14 17:23:33 +0900  
    Browse Code »
  • add english name for class "bold"
    9a7b7a37
    David RENÉ authored
    2025-06-14 17:21:56 +0900  
    Browse Code »

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 »