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
  • resources
  • web
14 Jun, 2025
4 commits
  • 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 Dir »
  • fix some typo
    1c2f62e1
    David RENÉ authored
    2025-06-14 17:24:45 +0900  
    Browse Dir »
  • add some class for better handling the class drop-flag
    b0a69e68
    David RENÉ authored
    2025-06-14 17:23:33 +0900  
    Browse Dir »
  • add english name for class "bold"
    9a7b7a37
    David RENÉ authored
    2025-06-14 17:21:56 +0900  
    Browse Dir »

26 Dec, 2021
2 commits
  • refactoring of the language flag management and use the new location of the flags
    dc6bdead
    David RENÉ authored
    2021-12-26 02:26:18 +0100  
    Browse Dir »
  • [+] create a resources directory where are located all necessary files for Xlib … ...
    9ca3fbc5
    …and his web controllers. This allows to unify the location on where are residing the necessaries files for Xlib. Before this, these files was in application resources files. So it was annoying because when a modification was made on CSS or JS files we was forced to hand copy these files, and if we had forgot some application to update this make the application to be buggy.
    In the future we must to have to think to a automatic copy management of the necessaries files belonging to the Xlib and needed in the application.
    David RENÉ authored
    2021-12-26 01:28:47 +0100  
    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
3 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 »
  • remove some alternative from HTML_Off_Form to move it as html_tag or some are co… ...
    272e47b2
    …mpletely removed due to their useless
    preformated move to html_tag pre
    progress move to html_tag progress
    center removed
    mail_to removed
    scroller removed
    fixed_size removed
    fixed_size_2 removed
    David RENÉ authored
    2021-12-12 01:01:11 +0100  
    Browse Dir »

05 Dec, 2021
2 commits
  • [+] add left_menu_entry_js to call javascript when a click event occur on menu e… ...
    0a3b5fb1
    …ntry. Add also variant function as helper without all the arguments
    David RENÉ authored
    2021-12-05 21:33:55 +0100  
    Browse Dir »
  • [+] add img button for load page
    2549d33e
    David RENÉ authored
    2021-12-05 21:31:36 +0100  
    Browse Dir »

27 Nov, 2021
3 commits
  • [+] add 2 functions helper to create web_arg for bool and for float argument
    929a1c45
    David RENÉ authored
    2021-11-27 08:05:57 +0100  
    Browse Dir »
  • [+] add some helper for div with one String and with or without CoreAttrs ...
    1ab9aac6
    [+] add to_String function from HTML_Off_Form
    [~] some cleanup and remove dead code
    David RENÉ authored
    2021-11-27 08:03:14 +0100  
    Browse Dir »
  • [+] create load_page with WEB_Action_Name. like the load_content, load_page is a… ...
    293b4efa
    …n url where is located the page to load
    David RENÉ authored
    2021-11-27 07:55:25 +0100  
    Browse Dir »

26 Oct, 2021
2 commits
  • [-] remove unused label from HTML_Off_form. This break the type HTML_Off_form, a… ...
    e701df09
    …ll source use this type must be recompiled
    [+] add some helper in html_tag to use String directly instead of "text"
    David RENÉ authored
    2021-10-26 23:24:51 +0200  
    Browse Dir »
  • [!] fix sms by adding the missing phone number
    74411f8f
    David RENÉ authored
    2021-10-26 23:22:00 +0200  
    Browse Dir »

16 Oct, 2021
7 commits
  • [!] add parenthesis surrounding the if condition to clearly separate it from the… ...
    94414f36
    … rest of the string composition. if didn't do that the right part of the "else" will be added with end of the string, which is not the intention.
    David RENÉ authored
    2021-10-16 21:12:11 +0200  
    Browse Dir »
  • [!] fix empty string in JSON object in non json lib extension call.
    0bd74a2a
    David RENÉ authored
    2021-10-16 21:06:52 +0200  
    Browse Dir »
  • [+] action aspect can be html content
    86b31c14
    David RENÉ authored
    2021-10-16 21:02:13 +0200  
    Browse Dir »
  • [+] add jq_dialog_confirm ...
    cabe3224
    [!] remove extra blank line button source
    David RENÉ authored
    2021-10-16 21:00:59 +0200  
    Browse Dir »
  • [!] fix js file name
    12ea9fdd
    David RENÉ authored
    2021-10-16 20:59:04 +0200  
    Browse Dir »
  • [+] add html_tag <canvas> in many form
    358bd560
    David RENÉ authored
    2021-10-16 20:58:29 +0200  
    Browse Dir »
  • [+] javascript type as JSValue like JSON type. The main difference with JSON typ… ...
    43d0c386
    …e is js_code alternative which allows to write js code directly. This is intend to help to write js object in anubis, when we write js object config for generated web page
    David RENÉ authored
    2021-10-16 20:54:18 +0200  
    Browse Dir »

15 Aug, 2021
1 commit
  • init and options for javascript typewatch (trigger event when the key are not pr… ...
    935d54fb
    …essed during elapsed time)
    David RENÉ authored
    2021-08-15 00:13:49 +0200  
    Browse Dir »

25 May, 2021
2 commits
  • add dump(new_web_session) in comment. So this commit do nothing except to make a reminder
    72990664
    David RENÉ authored
    2021-05-25 08:57:21 +0900  
    Browse Dir »
  • add get_tristate from web_arg. This let use the jquery.tristate.js. get_tristate… ...
    a2431db2
    … return a Maybe(Bool) which the following values are: success(true) = checked, success(false) = unchecked, failure = intermediate.
    David RENÉ authored
    2021-05-25 08:49:01 +0900  
    Browse Dir »

21 Feb, 2021
1 commit
  • add helper for redirect in WEB_Controller_Result. This helper allows to use the … ...
    4152ce3a
    …WEB_Action_Name in redirect instead of the Controller_Name and Controller_Action
    David RENÉ authored
    2021-02-21 01:53:05 +0900  
    Browse Dir »

15 Feb, 2021
3 commits
  • Merge branch 'release/ANUBIS_1_19' of ssh://gitlab.anubis-lang.com:33000/anubis/… ...
    48495d18
    …xlib into release/ANUBIS_1_19
    David RENÉ authored
    2021-02-15 15:00:16 +0900  
    Browse Dir »
  • start refactoring filename without CXM prefix
    4cc8efb4
    David RENÉ authored
    2021-02-15 14:59:42 +0900  
    Browse Dir »
  • continue renaming to Xlib into the javascript and functions which call it.
    bbf52ca4
    David RENÉ authored
    2021-02-15 14:26:48 +0900  
    Browse Dir »

11 Feb, 2021
1 commit
  • start to remove CXM_ prefix for nothing, since the files are located in folder x… ...
    61e55d80
    …lib. No need to have redundant name
    David RENÉ authored
    2021-02-11 16:56:47 +0900  
    Browse Dir »

01 Feb, 2021
4 commits
  • The write function has now a timeout argument in third position
    ab6ce4f1
    David RENÉ authored
    2021-02-01 17:52:44 +0900  
    Browse Dir »
  • remove the timeout in read_from_connexion because the anubis behaviour has changed.
    67036330
    David RENÉ authored
    2021-02-01 17:48:54 +0900  
    Browse Dir »
  • add html tag (table, thead, tbody, tfoot, th, td tr) as alternative to table, ce… ...
    60bb2cdc
    …ll, row from making_a_web_site definition.
    David RENÉ authored
    2021-02-01 17:47:37 +0900  
    Browse Dir »
  • add logger get_WEB_plugin instead of print
    e22df702
    David RENÉ authored
    2021-02-01 17:44:26 +0900  
    Browse Dir »

05 Jan, 2021
3 commits
  • in Anubis 1.19 read from file or connection now return a Maybe(ByteArray) instead of a ReadResult
    949610f9
    David RENÉ authored
    2021-01-05 15:12:23 +0900  
    Browse Dir »
  • the dictionaries based on avl tree is renamed to avlt_dictionaries
    00ba34f0
    David RENÉ authored
    2021-01-05 15:10:43 +0900  
    Browse Dir »
  • remove the format for DNS_Result which is not exists anymore in Anubis v 1.19
    292e1bee
    David RENÉ authored
    2021-01-05 15:08:00 +0900  
    Browse Dir »

02 Jan, 2021
1 commit
  • add missing data attribute which contain phone number ...
    b223a43c
    remove force_nth which is now in anubis standard library
    David RENÉ authored
    2021-01-02 23:49:39 +0900  
    Browse Dir »