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
29 Aug, 2026
1 commit
  • [+] add role(String) helper for CoreAttrs
    da54755a
    David RENÉ authored
    2026-08-29 10:23:04 +0900  
    Browse Dir »

02 Aug, 2026
2 commits
  • add href (helper) with only WEB_Action_Name argument
    53bb3143
    David RENÉ authored
    2026-08-02 16:34:45 +0900  
    Browse Dir »
  • remove HTML_In_Form from awesome since the type HTML_Off_Form and the type HTML_… ...
    74c38518
    …In_Form was unified as HTML type.
    David RENÉ authored
    2026-08-02 15:46:35 +0900  
    Browse Dir »

10 May, 2026
4 commits
  • [~] revert the removed of empty for attribute because it was need. So I prefer t… ...
    bdce9bd6
    …o rename it with an another name for avoiding confusion for compiler
    David RENÉ authored
    2026-05-10 15:45:31 +0900  
    Browse Dir »
  • [+] more helper functions for hidden attribute
    1e9a6085
    David RENÉ authored
    2026-05-10 13:39:45 +0900  
    Browse Dir »
  • [~] remove the empty HTML core attribute. It's no need anymore since we made man… ...
    37a7e604
    …y helper function to let have HTML tag without attribute
    David RENÉ authored
    2026-05-10 13:39:05 +0900  
    Browse Dir »
  • [*] BIG CHANGE. Maybe that xlib will become 2.0 ...
    8fcf167e
    Removed all HTML_In_Form, HTML_Off_Form, HTML_Partial_Content  type and replaced it by the new type HTML.
    
    Update all library according to that change.
    
    [-] removed the generic_form.anubis and generic_table.anubis which was obsolete.
    David RENÉ authored
    2026-05-10 10:51:30 +0900  
    Browse Dir »

27 Apr, 2026
1 commit
  • [>] start the work on the 1.19.1 version. ...
    8dc27220
    There are lot of modification which make incompatible with secondary module whom rely on 1.19 version. These modules must be compiled again with that new version.
    David RENÉ authored
    2026-04-27 17:00:12 +0900  
    Browse Dir »

19 Apr, 2026
1 commit
  • [-] remove some comments
    e6752e02
    David RENÉ authored
    2026-04-19 15:07:56 +0900  
    Browse Dir »

16 Apr, 2026
1 commit
  • [+] add html th tag without any argument
    56e530ab
    David RENÉ authored
    2026-04-16 10:30:24 +0900  
    Browse Dir »

28 Mar, 2026
1 commit
  • [+] add function for html th(CoreAttrs attr). Let add th with only attributes
    9b054f81
    David RENÉ authored
    2026-03-28 12:35:29 +0900  
    Browse Dir »

16 Oct, 2025
1 commit
  • comment debug print
    f248dfbb
    David RENÉ authored
    2025-10-16 22:39:03 +0900  
    Browse Dir »

14 Oct, 2025
2 commits
  • comment debug print
    33ade359
    David RENÉ authored
    2025-10-14 14:04:06 +0900  
    Browse Dir »
  • Fix the attribute name to correct one "action".
    3d2028cd
    David RENÉ authored
    2025-10-14 14:03:40 +0900  
    Browse Dir »

21 Sep, 2025
7 commits
  • [!] fix a long standing annoyance message (should not happen in substring). ...
    4684f599
    So fix the read_www_url_encoded_web_args to let the function to search after the end of the string.
    David RENÉ authored
    2025-09-21 12:10:28 +0900  
    Browse Dir »
  • [~] refactor and improve the speed of the separate_uri_from_query_string() function
    28f30726
    David RENÉ authored
    2025-09-21 12:07:09 +0900  
    Browse Dir »
  • [~] improve read from connection and add fill buffer which can called from everywhere
    0cf37d9c
    David RENÉ authored
    2025-09-21 12:04:16 +0900  
    Browse Dir »
  • [+] add l3 files with helper to construct dropdown for available languages and c… ...
    2d68d527
    …hapters present in collection
    David RENÉ authored
    2025-09-21 09:38:08 +0900  
    Browse Dir »
  • [+] create CoreAttrs size(Int value)
    dae3d228
    David RENÉ authored
    2025-09-21 09:38:08 +0900  
    Browse Dir »
  • HTML_Off_Form ...
    16555932
    [+] checkbox
    [+] more option
    David RENÉ authored
    2025-09-21 09:38:08 +0900  
    Browse Dir »
  • [~] refactor read from connection
    efbef67a
    David RENÉ authored
    2025-09-21 08:55:35 +0900  
    Browse Dir »

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