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
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
3 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 »
  • enhance the visual style of generic jquery_button by wrapping the content inside… ...
    5312282e
    … a table and adding "cellspacing" attribute to the table
    Julien Verneuil authored
    2016-05-03 11:33:55 +0200  
    Browse Code »

29 Apr, 2016
2 commits
  • add scrollx parameter to jquery_datatable call
    6f62d60d
    Julien Verneuil authored
    2016-04-29 16:08:27 +0200  
    Browse Code »
  • include minified version of "datetimepicker.js" and remove the non minified version ...
    d2fa065f
    call to "CalexiumToolBox.jq_tab_activate" if it exist whenever a jquery ui tab is activated
    add scrollx parameter to jquery_datatable call
    change initialization call from dataTable to DataTable (non-deprecated version)
    Julien Verneuil authored
    2016-04-29 15:49:54 +0200  
    Browse Code »

28 Apr, 2016
4 commits
  • enhance code formatting ...
    0f60e502
    add optimized an optimized version of "img_button_confirm" function
    Julien Verneuil authored
    2016-04-28 14:57:53 +0200  
    Browse Code »
  • Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.calexium.com:33022/calexium/c… ...
    c0c76e0f
    …alexium_lib into release/ANUBIS_1_14
    Julien Verneuil authored
    2016-04-28 14:56:24 +0200  
    Browse Code »
  • enhance code formatting
    2b9fd7b5
    Julien Verneuil authored
    2016-04-28 14:55:34 +0200  
    Browse Code »
  • add support to link_id_action in view table
    510e96da
    totoro authored
    2016-04-28 14:06:30 +0200  
    Browse Code »

26 Apr, 2016
4 commits
  • add automatically an id on "checkbox_hide_show" and "radio_button_hide_show" ele… ...
    f22102f8
    …ments to permit selecting by clicking on the label
    Julien Verneuil authored
    2016-04-26 16:07:26 +0200  
    Browse Code »
  • deprecate the DB_id to DB_ID
    df15cf4f
    totoro authored
    2016-04-26 09:14:44 +0200  
    Browse Code »
  • add more default constructor for text_input
    3b23eec0
    totoro authored
    2016-04-26 08:37:00 +0200  
    Browse Code »
  • update datatable to use 1.10.x features instead of the legacy features (note: st… ...
    2ecb5f16
    …ill force legacy Ajax)
    Julien Verneuil authored
    2016-04-26 08:21:27 +0200  
    Browse Code »

21 Apr, 2016
2 commits
  • Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.calexium.com:33022/calexium/c… ...
    6f6bfbd7
    …alexium_lib into release/ANUBIS_1_14
    Julien Verneuil authored
    2016-04-21 18:12:32 +0200  
    Browse Code »
  • make jquery tabs retain the previously active tab for all forms submit action in the tab content
    4d9c716e
    Julien Verneuil authored
    2016-04-21 18:11:49 +0200  
    Browse Code »

20 Apr, 2016
1 commit
  • replace "htmlId" by "html_Id", "init" by "wav", string label by "label" due to recent changes
    1b046e7c
    Julien Verneuil authored
    2016-04-20 15:48:17 +0200  
    Browse Code »

18 Apr, 2016
1 commit
  • Create HTML_Label with tooltip in the input label ...
    bc9219ca
    change HtmlId by HTML_Id
    totoro authored
    2016-04-18 17:02:40 +0200  
    Browse Code »

15 Apr, 2016
2 commits
  • add img_button with action
    7437969b
    totoro authored
    2016-04-15 16:48:13 +0200  
    Browse Code »
  • add "show_id" data attribute to all selected "hide_show" widgets like the select… ...
    ac53fdfd
    …or_hide_show (checkbox and radio_button)
    Julien Verneuil authored
    2016-04-15 10:50:01 +0200  
    Browse Code »

14 Apr, 2016
1 commit
  • the hidden alternative now use WebArgValue instead of InitialValue
    48c3322a
    totoro authored
    2016-04-14 08:21:46 +0200  
    Browse Code »

13 Apr, 2016
1 commit
  • add foreign link "jqflink" to JQuery_Actioner_type ...
    00f5906e
    add missing "make_state_cookie_headers" call if no actions are specified
    Julien Verneuil authored
    2016-04-13 19:37:12 +0200  
    Browse Code »

07 Apr, 2016
1 commit
  • add forward icon as icn16_forward
    454773bb
    Julien Verneuil authored
    2016-04-07 19:18:58 +0200  
    Browse Code »