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
26 Apr, 2026
2 commits
  • Merge tag 'ANUBIS_1_19' into develop ...
    3d1205e1
    1.19.0.0
    David RENÉ authored
    2026-04-26 13:10:13 +0900  
    Browse Code »
  • Merge branch 'release/ANUBIS_1_19'
    e655c6ca
    David RENÉ authored
    2026-04-26 13:10:08 +0900  
    Browse Code »

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

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

28 Mar, 2026
4 commits
  • [+] add inoscript for installing xlib. Very early stage
    13c4daf2
    David RENÉ authored
    2026-03-28 12:43:19 +0900  
    Browse Code »
  • [!] replace "NULL" string by an empty string in conversion of DB_datetime
    5b43f135
    David RENÉ authored
    2026-03-28 12:42:07 +0900  
    Browse Code »
  • [~] add display: initial; in class .in, input.in and div.form_field
    a2e3f8ec
    David RENÉ authored
    2026-03-28 12:38:53 +0900  
    Browse Code »
  • [+] 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 Code »

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

14 Oct, 2025
4 commits
  • comment debug print
    33ade359
    David RENÉ authored
    2025-10-14 14:04:06 +0900  
    Browse Code »
  • Fix the attribute name to correct one "action".
    3d2028cd
    David RENÉ authored
    2025-10-14 14:03:40 +0900  
    Browse Code »
  • add flags for countries and languages in different sizes
    49c4fd88
    David RENÉ authored
    2025-10-14 14:02:06 +0900  
    Browse Code »
  • add dark line on top of menu. This allows to show the separation between the bro… ...
    5a5b958b
    …wser tool bar and html area.
    David RENÉ authored
    2025-10-14 14:00:28 +0900  
    Browse Code »

21 Sep, 2025
8 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 Code »
  • [~] 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 Code »
  • [~] 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 Code »
  • [+] 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 Code »
  • [~] change the path to the png flags from "xlib/flags/24x24" to "xlib/flags/lang/24"
    fa529690
    David RENÉ authored
    2025-09-21 09:38:08 +0900  
    Browse Code »
  • [+] create CoreAttrs size(Int value)
    dae3d228
    David RENÉ authored
    2025-09-21 09:38:08 +0900  
    Browse Code »
  • HTML_Off_Form ...
    16555932
    [+] checkbox
    [+] more option
    David RENÉ authored
    2025-09-21 09:38:08 +0900  
    Browse Code »
  • [~] refactor read from connection
    efbef67a
    David RENÉ authored
    2025-09-21 08:55:35 +0900  
    Browse Code »

08 Aug, 2025
3 commits
  • [-] 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 Code »
  • add timezone in date
    b26fda29
    David RENÉ authored
    2025-08-08 07:35:36 +0900  
    Browse Code »
  • 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 »