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
30 Sep, 2018
2 commits
  • introduce the load_content action
    8b1c73d0
    totoro authored
    2018-09-30 00:03:35 +0200  
    Browse Code »
  • replace html_wave_box String class_id by List(CoreAttrs) attrs. With that it's a… ...
    81e70bce
    …llow to add more attribute than only html id before
    totoro authored
    2018-09-30 00:00:37 +0200  
    Browse Code »

29 Sep, 2018
1 commit
  • add more helper in span
    ace9e448
    totoro authored
    2018-09-29 23:57:37 +0200  
    Browse Code »

21 Aug, 2018
1 commit
  • add helper for "a" HTML balise
    e759f375
    totoro authored
    2018-08-21 23:14:22 +0200  
    Browse Code »

06 Aug, 2018
4 commits
  • Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.calexium.com:33022/calexium/c… ...
    1a856467
    …alexium_lib into release/ANUBIS_1_14
    totoro authored
    2018-08-06 00:49:16 +0200  
    Browse Code »
  • add Maybe(target_id) in left menu. If target_id is present, this is means we wan… ...
    ab0a36e7
    …t to use load_content function (loading HTML from server) and put the result in that target_id div
    totoro authored
    2018-08-06 00:44:30 +0200  
    Browse Code »
  • add some helper for functions which took list of CoreAttrs to make available wit… ...
    c74f1371
    …h only one CoreAttrs argument. This make the source more readable
    totoro authored
    2018-08-06 00:41:53 +0200  
    Browse Code »
  • add some helper for functions which took list of CoreAttrs to make available wit… ...
    b39b4e86
    …h only one CoreAttrs argument. This make the source more readable
    totoro authored
    2018-08-06 00:41:27 +0200  
    Browse Code »

28 Jul, 2018
1 commit
  • add helper for table with only one option and row ...
    290f8559
    add helper for strong with only one CoreAtrrs
    totoro authored
    2018-07-28 15:11:48 +0200  
    Browse Code »

21 Apr, 2018
1 commit
  • avoid warning with possible hidden value by another with same name
    d130dc26
    totoro authored
    2018-04-21 13:30:02 +0200  
    Browse Code »

15 Apr, 2018
2 commits
  • add helper for cell when there is only one Cell_option and one content ...
    a2608ea0
    fix the retrieving session from disk and change the method to determine the saving filename. Now the filename is determined by the session id.
    totoro authored
    2018-04-15 23:20:21 +0200  
    Browse Code »
  • add db_get_Float
    d4860695
    totoro authored
    2018-04-15 23:15:39 +0200  
    Browse Code »

27 Mar, 2018
2 commits
  • add some helper for : ...
    8d1c12d2
    - span
    - button
    - div
    which allow to accept only one CareAttrs instead a list.
    totoro authored
    2018-03-27 13:16:37 +0200  
    Browse Code »
  • add formatter for WEB_Action_Name as javascript argument. This is means the surr… ...
    73f7b692
    …ounded with simple quote.
    totoro authored
    2018-03-27 13:14:28 +0200  
    Browse Code »

20 Mar, 2018
3 commits
  • add encode_HTML_entities function which get an HTML text and encode it into esca… ...
    595bd840
    …ped HTML. This allows to transmit HTML to HTML element i.e. input text area with text in HTML format must be encoded to avoid error.
    totoro authored
    2018-03-20 14:44:37 +0100  
    Browse Code »
  • add converter to Web_arg from Int, DB_id
    160d0690
    totoro authored
    2018-03-20 14:41:06 +0100  
    Browse Code »
  • add converter from ...
    b770c5c9
    - DB_id -> Maybe(Int)
    - String -> Maybe(DB_id)
    - Maybe(String) -> Maybe(DB_id)
    totoro authored
    2018-03-20 14:40:13 +0100  
    Browse Code »

08 Mar, 2018
1 commit
  • add cxm_form(form_id, options, fields) ...
    b051b4cb
    add id in web_session, not yet used
    totoro authored
    2018-03-08 16:36:40 +0100  
    Browse Code »

24 Feb, 2018
2 commits
  • add brightness function which calculate the brightness of the given color. This … ...
    713eb632
    …is helpful for determine which color can readable with this color.
    totoro authored
    2018-02-24 14:59:31 +0100  
    Browse Code »
  • add convert from DB_id to Word32
    a1b77a92
    totoro authored
    2018-02-24 14:55:55 +0100  
    Browse Code »

06 Jan, 2018
1 commit
  • add sms icon option with cellphone
    e9b2d3fb
    totoro authored
    2018-01-06 17:28:47 +0100  
    Browse Code »

27 Dec, 2017
1 commit
  • make timeout more longer and log error query
    747ce77c
    totoro authored
    2017-12-27 20:20:14 +0900  
    Browse Code »

18 Dec, 2017
1 commit
  • add openvox gsm send sms (working will all openvox gw appliance GW1202, GW1600, etc.)
    45ddb5e9
    totoro authored
    2017-12-18 16:19:33 +0900  
    Browse Code »

12 Dec, 2017
2 commits
  • remove the "item" and title_id+"_icon" class if the entry is title.
    611bb3c3
    totoro authored
    2017-12-12 11:12:07 +0900  
    Browse Code »
  • fix getting bool from web_arg with default value which the found value case was … ...
    2235d756
    …not evaluated to the right boolean value. Because the name was found the previous version always return 'true' as value, but it's not necessary the right value.
    totoro authored
    2017-12-12 11:12:07 +0900  
    Browse Code »

07 Dec, 2017
2 commits
  • add the list of the constant additional header to always put in HTML header. ...
    d937aea4
    make "javascript" event_name public
    totoro authored
    2017-12-07 10:16:44 +0900  
    Browse Code »
  • move the logger_port definition into config/logger_config.anubis this avoid mult… ...
    51afb363
    …iple definition when the file is use multiple time for generating multiple adm.
    PLEASE BE SURE to create a folder config with logger_config.anubis in it with "public define Word32 logger_port = xxxxx. (xxxxx must be replace by the effective logger port)
    totoro authored
    2017-12-07 10:12:56 +0900  
    Browse Code »

19 Sep, 2017
7 commits
  • set time out to 1 day for dropzone
    977d6b04
    totoro authored
    2017-09-19 09:46:28 +0900  
    Browse Code »
  • add to_fs_folder from DB_id ...
    e03b5a08
    * produce path from db_id to optimize fs access and never have more than 100 folders
    totoro authored
    2017-09-19 09:46:06 +0900  
    Browse Code »
  • add get_DB_id with default value which can be use if the db_id is not found
    a15f8ef2
    totoro authored
    2017-09-19 09:44:59 +0900  
    Browse Code »
  • add some icons
    dcdc3e88
    totoro authored
    2017-09-19 09:43:18 +0900  
    Browse Code »
  • url_quote the value of the web_arg. This prevent to break the argument with valu… ...
    8b5f5b49
    …e which contain some = or ' etc... like in sql query
    totoro authored
    2017-09-19 09:42:42 +0900  
    Browse Code »
  • add url as specialized widget for edit, show and go to. ...
    72f464e5
    add the option in all element email, phone and url the option (Bool show_text). If set to false only the icon is shown
    totoro authored
    2017-09-19 09:40:00 +0900  
    Browse Code »
  • add all HTML5 event
    e45144c2
    totoro authored
    2017-09-19 09:37:15 +0900  
    Browse Code »

14 Aug, 2017
6 commits
  • add to_Content_Disposition function which get a string and transform it to the c… ...
    3c4d7fe5
    …orresponding alternative. If the disposition string is not know the default type is inline
    totoro authored
    2017-08-14 22:25:43 +0200  
    Browse Code »
  • add Content_Disposition for send file. This allow to determine how the file is p… ...
    b5f08a36
    …rocess by the browser inline (to be displayed) or attachment (to be downloaded)
    totoro authored
    2017-08-14 21:54:49 +0200  
    Browse Code »
  • fix dropzone helper
    e91d9dd5
    totoro authored
    2017-08-14 13:12:54 +0200  
    Browse Code »
  • add html tag: ...
    63b2c11b
    - select
    - option
    - datalist
    totoro authored
    2017-08-14 13:12:54 +0200  
    Browse Code »
  • add filename (content-disposition) in headers_for_send_file ...
    3cd6e937
    search for correct MIME type for sending file
    totoro authored
    2017-08-14 13:12:54 +0200  
    Browse Code »
  • add icon22 and implement to_HTML for icon16, icon22, icon32 and icon
    f9a8f3a8
    totoro authored
    2017-08-14 13:12:54 +0200  
    Browse Code »