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
19 Feb, 2017
1 commit
  • enhance the Action_Name management ...
    56ebceb2
    Add WEB_Session
    totoro authored
    2017-02-19 22:07:51 +0100  
    Browse Code »

15 Feb, 2017
1 commit
  • replace String action_name by WEB_Action_Name ...
    f715c0d9
    introduce WEB_Session management
    add database/types generated by densaku
    totoro authored
    2017-02-15 16:12:13 +0100  
    Browse Code »

11 Feb, 2017
1 commit
  • start working on web controller version
    1dcf554d
    totoro authored
    2017-02-11 21:50:26 +0100  
    Browse Code »

04 Feb, 2017
1 commit
  • add minimal web site as example with calexium_lib
    3bada934
    totoro authored
    2017-02-04 18:30:50 +0100  
    Browse Code »

03 Feb, 2017
2 commits
  • Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.calexium.com:33022/calexium/c… ...
    bb25ec02
    …alexium_lib into release/ANUBIS_1_14
    totoro authored
    2017-02-03 18:22:04 +0100  
    Browse Code »
  • remove global from xml_rpc lib. It must be move to inpendant file.
    5621be1f
    totoro authored
    2017-02-03 18:12:20 +0100  
    Browse Code »

14 Jan, 2017
1 commit
  • Add AnubiX core message constants
    a3acb343
    totoro authored
    2017-01-14 23:30:23 +0100  
    Browse Code »

30 Dec, 2016
1 commit
  • add narrow_small in predefined Width input size which correspond to 20 characters ...
    7d4afbd6
    add html_tooltip_ext without class suffix when we intend to use awesome font
    totoro authored
    2016-12-30 18:23:12 +0900  
    Browse Code »

04 Dec, 2016
1 commit
  • send mail without taking care about dot at beginning of each line. It's a respon… ...
    56c44e4d
    …sibility of the application to give the file to the right format. Hence adding dot if need. This increase the speed of sending email
    totoro authored
    2016-12-04 23:27:09 +0100  
    Browse Code »

19 Nov, 2016
1 commit
  • add missing text() with integer for HMTL_In_Form ...
    49aaa6dd
    add get_Int_list() from web arg
    totoro authored
    2016-11-19 19:12:54 +0100  
    Browse Code »

13 Nov, 2016
1 commit
  • add SQLITE3 db_get_integer and simplified version of db_get_string_list
    62698969
    totoro authored
    2016-11-13 21:58:30 +0100  
    Browse Code »

01 Oct, 2016
1 commit
  • add json_object function with type_name of the object. Hence that function will … ...
    ef333ee7
    …automatically add a json member with name "obj_type".
    This function help to find the right object in the json tree
    totoro authored
    2016-10-01 22:33:18 +0200  
    Browse Code »

27 Aug, 2016
1 commit
  • Remove vtm from Calexium lib and move it to Hayamiki in view part
    64fc7e3c
    totoro authored
    2016-08-27 20:03:46 +0200  
    Browse Code »

24 Jul, 2016
1 commit
  • Maybe the provided column name is reserved SQL keyword hence we protect the colu… ...
    6c24007c
    …mn name by surrounding it with ".
    totoro authored
    2016-07-24 23:33:24 +0200  
    Browse Code »

23 Jul, 2016
1 commit
  • add choice_int and password editor
    6c7ef284
    totoro authored
    2016-07-23 17:45:06 +0200  
    Browse Code »

30 Jun, 2016
3 commits
  • Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.calexium.com:33022/calexium/c… ...
    5ae5c66a
    …alexium_lib into release/ANUBIS_1_14
    Julien Verneuil authored
    2016-06-30 16:12:40 +0200  
    Browse Code »
  • add known issues
    ff004d8b
    Julien Verneuil authored
    2016-06-30 16:12:15 +0200  
    Browse Code »
  • add https or http to Piwik tracker url ...
    4eee4bb6
    make setSiteId value enclosed in double quotes for safety
    Julien Verneuil authored
    2016-06-30 10:51:46 +0200  
    Browse Code »

28 Jun, 2016
2 commits
  • make "piwik_js_code" function return HTML_Head_Tag (meta) instead of a String
    86e928ba
    Julien Verneuil authored
    2016-06-28 14:21:18 +0200  
    Browse Code »
  • add CXM_piwik.anubis
    a98b83da
    Julien Verneuil authored
    2016-06-28 12:27:42 +0200  
    Browse Code »

27 Jun, 2016
2 commits
  • Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.calexium.com:33022/calexium/c… ...
    8bc205ab
    …alexium_lib into release/ANUBIS_1_14
    Julien Verneuil authored
    2016-06-27 17:07:55 +0200  
    Browse Code »
  • add support for quoted strings value ...
    464ffddd
    add more boolean values (true/false)
    fix parsing bug related to missing "unput_byte" leading to erroneous symbols name
    fix parsing bug related to missing items on special case in lists
    fix parsing bug related to comments in between list items
    fix parsing bug related to comment in a list item
    Julien Verneuil authored
    2016-06-27 17:07:42 +0200  
    Browse Code »

26 Jun, 2016
1 commit
  • add to_CRLF_String call in json adl
    f60d92b8
    totoro authored
    2016-06-26 01:57:03 +0200  
    Browse Code »

24 Jun, 2016
2 commits
  • add "dash_board" function which display only one large dashboard content
    2ac800d6
    Julien Verneuil authored
    2016-06-24 17:08:41 +0200  
    Browse Code »
  • improve "eol" function ...
    c6a745b4
    improve "print_yaml_data" function to print lists
    add list parsing (WIP, fail in some conditions)
    fix parsing stuff
    Julien Verneuil authored
    2016-06-24 17:07:15 +0200  
    Browse Code »

23 Jun, 2016
2 commits
  • add support for CR for "eol" function ...
    bc99be1d
    minor add to "print_yaml_map" to make the output less ambiguous
    Julien Verneuil authored
    2016-06-23 17:27:21 +0200  
    Browse Code »
  • add support for parsing keys/values (WIP for lists and non block map/list) ...
    d98711a4
    add "print_yaml_data" function to print a human readable representation of the parser result
    add "null" alternative to YAML_Value type
    Julien Verneuil authored
    2016-06-23 17:16:09 +0200  
    Browse Code »

22 Jun, 2016
2 commits
  • change the principle of reading by get bytes instead of whole line
    17019850
    totoro authored
    2016-06-22 10:28:48 +0200  
    Browse Code »
  • add indentation blank count (must update anubis lib)
    7cbc8ced
    totoro authored
    2016-06-22 06:35:45 +0200  
    Browse Code »

21 Jun, 2016
1 commit
  • add yaml processing
    c172a9cf
    totoro authored
    2016-06-21 15:51:34 +0200  
    Browse Code »

10 Jun, 2016
1 commit
  • add "icn16_unlocked" and change filename for "icn16_locked"
    7d062617
    Julien Verneuil authored
    2016-06-10 18:28:55 +0200  
    Browse Code »

24 May, 2016
1 commit
  • fix double calendar icon added in case of multiple datetimepicker widgets used
    bd3f11a0
    Julien Verneuil authored
    2016-05-24 16:57:17 +0200  
    Browse Code »

15 May, 2016
1 commit
  • move the Send_tries from MailFountain to Calexium_lib
    56458d00
    totoro authored
    2016-05-15 15:18:54 +0200  
    Browse Code »

08 May, 2016
2 commits
  • Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.calexium.com:33022/calexium/c… ...
    0900ff93
    …alexium_lib into release/ANUBIS_1_14
    totoro authored
    2016-05-08 11:39:05 +0200  
    Browse Code »
  • transmit css_helper instead of read
    e54117fa
    totoro authored
    2016-05-08 11:37:13 +0200  
    Browse Code »

07 May, 2016
1 commit
  • fix cookies read values. Now read all allowed char like :/= etc...
    bf4f26d5
    totoro authored
    2016-05-07 15:02:59 +0200  
    Browse Code »

06 May, 2016
2 commits
  • change "moment.min.js" and datatable "datetime-moment.js" path
    08e3d89e
    Julien Verneuil authored
    2016-05-06 10:51:42 +0200  
    Browse Code »
  • made database query less verbose
    97a5ea9e
    totoro authored
    2016-05-06 10:01:52 +0200  
    Browse Code »

03 May, 2016
2 commits
  • make format_attrs function for CoreAttrs assemble classes and styles into a sing… ...
    6b53abab
    …le attribute for each one
    Julien Verneuil authored
    2016-05-03 18:33:23 +0200  
    Browse Code »
  • change translation folder for DataTables from "DataTables-1.10.7" to "DataTables" ...
    a34deddd
    move "datetimepicker" plugin initialization js into another function so it can be used elsewhere
    replace "lang" option for datetimepicker to "setLocale" (this option was removed in the latest version of the plug-in, breaking translations)
    optimize further a "img_button_confirm" function
    replace the usage of "image" in a "img_button_confirm" function by literal, because there was no "cursor: pointer" being applied
    Julien Verneuil authored
    2016-05-03 17:37:05 +0200  
    Browse Code »