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 Oct, 2021
1 commit
  • [!] fix sms by adding the missing phone number
    74411f8f
    David RENÉ authored
    2021-10-26 23:22:00 +0200  
    Browse Code »

16 Oct, 2021
9 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 »
  • [+] add jq_dialog_confirm ...
    cabe3224
    [!] remove extra blank line button source
    David RENÉ authored
    2021-10-16 21:00:59 +0200  
    Browse Code »
  • [!] fix js file name
    12ea9fdd
    David RENÉ authored
    2021-10-16 20:59:04 +0200  
    Browse Code »
  • [+] add html_tag <canvas> in many form
    358bd560
    David RENÉ authored
    2021-10-16 20:58:29 +0200  
    Browse Code »
  • [+] get list of DB_id from given SQLite 3 cursor. the DB_id must the first element in the row
    6df60761
    David RENÉ authored
    2021-10-16 20:57:41 +0200  
    Browse Code »
  • [!] in alter_table fix the pragma foreign_keys with OFF and ON instead of 0 and 1 which not working
    1def082f
    David RENÉ authored
    2021-10-16 20:55:05 +0200  
    Browse Code »
  • [+] 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 Code »

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

25 May, 2021
4 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 Code »
  • introduce the translate function with list of a key value which will be used to … ...
    d63a4132
    …replace the key into translated sentence by the values associated with this key.
    example:
    the key = "{1}" , value = "404"
    the sentence = "The load result code is {1}"
    after call of the translate_with_key_value_function the result sentence will be "The load result code is 404"
    David RENÉ authored
    2021-05-25 08:56:15 +0900  
    Browse Code »
  • 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 Code »
  • add caller_id in ami_originate_call to let show the called name.
    3032f641
    David RENÉ authored
    2021-05-25 08:28:12 +0900  
    Browse Code »

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

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 Code »
  • start refactoring filename without CXM prefix
    4cc8efb4
    David RENÉ authored
    2021-02-15 14:59:42 +0900  
    Browse Code »
  • continue renaming to Xlib into the javascript and functions which call it.
    bbf52ca4
    David RENÉ authored
    2021-02-15 14:26:48 +0900  
    Browse Code »

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

01 Feb, 2021
5 commits
  • Merge branch 'release/ANUBIS_1_19' of ssh://gitlab.anubis-lang.com:33000/anubis/… ...
    1cfeb79a
    …xlib into release/ANUBIS_1_19
    
    # Conflicts:
    #	web/CXM_multihost_http_server.anubis
    David RENÉ authored
    2021-02-01 18:24:49 +0900  
    Browse Code »
  • The write function has now a timeout argument in third position
    ab6ce4f1
    David RENÉ authored
    2021-02-01 17:52:44 +0900  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • add logger get_WEB_plugin instead of print
    e22df702
    David RENÉ authored
    2021-02-01 17:44:26 +0900  
    Browse Code »

06 Jan, 2021
2 commits
  • The write function has now a timeout argument in third position
    5948c7b2
    David RENÉ authored
    2021-01-06 18:45:45 +0900  
    Browse Code »
  • in Anubis 1.19 the syscall dns doesn't exists anymore. Now we use anubis dns fun… ...
    86040786
    …ction resolve_address in network/dns.anubis
    David RENÉ authored
    2021-01-06 18:44:48 +0900  
    Browse Code »

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 Code »
  • the dictionaries based on avl tree is renamed to avlt_dictionaries
    00ba34f0
    David RENÉ authored
    2021-01-05 15:10:43 +0900  
    Browse Code »
  • 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 Code »

03 Jan, 2021
1 commit
  • Merge branch 'release/ANUBIS_1_14'
    28d9354a
    David RENÉ authored
    2021-01-03 00:07:18 +0900  
    Browse Code »

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

22 Dec, 2020
1 commit
  • add missing data attribute which contain phone number
    6f771698
    David RENÉ authored
    2020-12-22 10:47:53 +0900  
    Browse Code »

05 Oct, 2020
1 commit
  • update the read (according to current xlib and remove unneeded read (http_server… ...
    83512cdb
    ….anubis, html.anubis)
    David RENÉ authored
    2020-10-05 08:50:19 +0900  
    Browse Code »

20 Aug, 2020
1 commit
  • add img_button_load_dialog and jq_dialog_load. This allows to open jquery dialog… ...
    0eadd7a3
    … by loading the HTML content with an ajax call
    David RENÉ authored
    2020-08-20 14:58:17 +0900  
    Browse Code »

08 Jun, 2020
5 commits
  • change the plugin format by adding version and date as component of the type
    6f6feb06
    David RENÉ authored
    2020-06-08 11:53:03 +0900  
    Browse Code »
  • working version of the Stepper
    3b01c02a
    David RENÉ authored
    2020-06-08 11:51:14 +0900  
    Browse Code »
  • replace get_String by get_mb_String according to change in Session type
    9f88d4ed
    David RENÉ authored
    2020-06-08 11:50:37 +0900  
    Browse Code »
  • add get_List_DB_id, get_List_String
    2e8980a8
    David RENÉ authored
    2020-06-08 11:49:11 +0900  
    Browse Code »
  • add dump_Session_Field, dump_Session ...
    8ccc5ad5
    add get_mb_DB_id, get_List_DB_id, put_List_DB_id, replace_List_DB_id
    add get_List_String, put_List_String, replace_List_String
    David RENÉ authored
    2020-06-08 11:47:39 +0900  
    Browse Code »