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
  • web
08 Aug, 2025
1 commit
  • [-] fix the delete out of state. Don't try to delete file "." and ".." which are… ...
    b43ac9a0
    … undeletable directories
    David RENÉ authored
    2025-08-08 07:35:36 +0900  
    Browse Dir »

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

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 Dir »
  • [+] add wrap_lines and read_only CoreAttrributes for textarea
    b2719426
    David RENÉ authored
    2025-06-15 11:18:39 +0900  
    Browse Dir »
  • [+] add init in CoreAttrs, which add value attribute
    bc3738d4
    David RENÉ authored
    2025-06-15 11:17:25 +0900  
    Browse Dir »

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

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

05 Jun, 2025
1 commit
  • 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 Dir »

04 May, 2024
1 commit
  • add encode_HTML_quote
    fa876ec4
    David RENÉ authored
    2024-05-04 12:02:29 +0900  
    Browse Dir »

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

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

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 Dir »
  • merge
    0c55d6c8
    David RENÉ authored
    2023-05-05 11:28:03 +0900  
    Browse Dir »
  • [!] 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 Dir »
  • [+] add many helpers for CoreAttrs and html_tag
    eccfbd57
    David RENÉ authored
    2023-05-05 11:06:51 +0900  
    Browse Dir »
  • [!] 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 Dir »

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

13 Mar, 2023
5 commits
  • [-] 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 Dir »
  • [+] add svg as html tag
    e544971f
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »
  • [+] 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 Dir »
  • [~] typo
    aaad265b
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »
  • [+] add some CoreAttrs helper for colspan(value) and rowspan(value)
    d0da75ac
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »

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

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

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

15 Oct, 2022
1 commit
  • [+] add bold html tag <b>
    a39cd37a
    David RENÉ authored
    2022-10-15 13:33:44 +0200  
    Browse Dir »

17 Sep, 2022
2 commits
  • fix typo
    a2bc97d9
    David RENÉ authored
    2022-09-17 15:40:45 +0900  
    Browse Dir »
  • [+] 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 Dir »

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

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 Dir »
  • merge conflict resolved
    89d1649f
    David RENÉ authored
    2022-08-20 11:04:35 +0900  
    Browse Dir »
  • switch to xlib
    109beea1
    David RENÉ authored
    2022-08-20 10:55:17 +0900  
    Browse Dir »

03 Aug, 2022
1 commit
  • add a set of shortcut functions for path of the icons ...
    56b76ecc
    icnX(String icon) which return the full path to the icon. X must be replaced by the size of the icon. For example  icn8("foo.png") will return "icons/8x8/foo.png"
    the list of the sizes is: 8, 16, 22, 24, 32, 48, 64, 128, 256
    David RENÉ authored
    2022-08-03 15:30:12 +0900  
    Browse Dir »

10 Apr, 2022
2 commits
  • [~] make_menu return an HTML_Off_Form instead of List(HTML_Off_Form) and don't u… ...
    aa085f22
    …se anymore the literal for the <nav> and <span> whom now exist as HTML tag
    David RENÉ authored
    2022-04-10 18:27:01 +0200  
    Browse Dir »
  • [+] load_in_tab load in browser tab a WEB_Action_Name with his arguments
    6a265e88
    David RENÉ authored
    2022-04-10 18:24:00 +0200  
    Browse Dir »

19 Dec, 2021
1 commit
  • some adjustment made to be compatible with Anubis 1.19 and some forgotten change… ...
    af97febd
    … when it become Xlib (some reference to CXM was still there)
    David RENÉ authored
    2021-12-19 04:03:53 +0100  
    Browse Dir »

12 Dec, 2021
2 commits
  • add the managment of the overlay in load_content and change the code accordingly. ...
    0555931c
    in same time add a new alternative into left_menu type with "left_menu_entry_load_content". This is better to understand when constructing a menu
    David RENÉ authored
    2021-12-12 01:04:39 +0100  
    Browse Dir »
  • start to remove HTML_Row and cell and replace it by tr and td
    1167a13b
    David RENÉ authored
    2021-12-12 01:01:24 +0100  
    Browse Dir »