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
16 Oct, 2022
1 commit
  • 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 »

30 Sep, 2022
1 commit
  • get message header from list of Data_IO
    f4fb6836
    David RENÉ authored
    2022-09-30 20:38:34 +0200  
    Browse Code »

18 Sep, 2022
1 commit
  • [+] the send mail error message report add message header
    d83c67e5
    David RENÉ authored
    2022-09-18 11:20:49 +0900  
    Browse Code »

17 Sep, 2022
3 commits
  • fix typo
    a2bc97d9
    David RENÉ authored
    2022-09-17 15:40:45 +0900  
    Browse Code »
  • [+] 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 Code »
  • [+] add db_get_mb_float from table cursor.
    cb97098d
    David RENÉ authored
    2022-09-17 15:38:51 +0900  
    Browse Code »

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

22 Aug, 2022
1 commit
  • [*] in the database migration, in case of an empty database we execute all migra… ...
    6cc206ce
    …tion instead the last like before, because during migration, there is some stuff to do like filling table with default data, etc. That's why we need to execute the migration loop.
    David RENÉ authored
    2022-08-22 10:24:26 +0900  
    Browse Code »

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

03 Aug, 2022
2 commits
  • fix bug in get_date which returned date without last digit of the day. For examp… ...
    4d6dfe86
    …le if the date was 2000-12-25 the returned date was 2000-12-2
    David RENÉ authored
    2022-08-03 15:32:17 +0900  
    Browse Code »
  • 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 Code »

24 Jul, 2022
1 commit
  • [+] constructor of DB_id from Maybe(Int) ...
    a78dae8b
    [+] db extractor for SQLite3 from int -> DB_id
    David RENÉ authored
    2022-07-24 08:54:02 +0900  
    Browse Code »

10 Apr, 2022
3 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 Code »
  • [+] 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 Code »
  • [+] get_date return String from DB_datetime ...
    ab57e435
    [+] datetime_to_date return DB_date from DB_datetime
    [+] mb_datetime_to_mb_date convert a Maybe(DB_datetime) to Maybe(Date)
    David RENÉ authored
    2022-04-10 18:22:24 +0200  
    Browse Code »

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 Code »
  • [+] 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 Code »

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

17 Dec, 2021
1 commit
  • [+] in migration common transmit sqlite3 settings because it can be used here or by caller file
    9a272509
    David RENÉ authored
    2021-12-17 16:30:37 +0100  
    Browse Code »

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

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 Code »
  • [+] add img button for load page
    2549d33e
    David RENÉ authored
    2021-12-05 21:31:36 +0100  
    Browse Code »

27 Nov, 2021
6 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 Code »
  • [+] 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 Code »
  • [+] 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 Code »
  • [+] datetime_not_null check and return not null value.
    744eff85
    David RENÉ authored
    2021-11-27 07:52:49 +0100  
    Browse Code »
  • [+] add update_settings with Int value
    8cffeabc
    David RENÉ authored
    2021-11-27 07:50:30 +0100  
    Browse Code »
  • [-] fix the bind_String_or_NULL to not handle the empty string as NULL
    49c7a1fd
    David RENÉ authored
    2021-11-27 07:48:44 +0100  
    Browse Code »

26 Oct, 2021
3 commits
  • remove unneeded comment and sources
    a66ad216
    David RENÉ authored
    2021-10-26 23:47:19 +0200  
    Browse Code »
  • [-] 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 Code »
  • [!] fix sms by adding the missing phone number
    74411f8f
    David RENÉ authored
    2021-10-26 23:22:00 +0200  
    Browse Code »

16 Oct, 2021
3 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 Code »
  • [!] fix empty string in JSON object in non json lib extension call.
    0bd74a2a
    David RENÉ authored
    2021-10-16 21:06:52 +0200  
    Browse Code »
  • [+] action aspect can be html content
    86b31c14
    David RENÉ authored
    2021-10-16 21:02:13 +0200  
    Browse Code »