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
  • web
  • CXM_making_a_web_site.anubis
05 Jan, 2021
1 commit
  • the dictionaries based on avl tree is renamed to avlt_dictionaries
    00ba34f0
    David RENÉ authored
    2021-01-05 15:10:43 +0900  
    Browse File »

20 May, 2020
1 commit
  • add 'dt', 'em', add some 'form', 'div' and 'hidden" as helper function for html tag
    c4ae354b
    David RENÉ authored
    2020-05-20 16:26:10 +0900  
    Browse File »

10 May, 2020
1 commit
  • add radio has preset of input ...
    38a122c7
    add label
    David RENÉ authored
    2020-05-10 01:53:02 +0900  
    Browse File »

20 Apr, 2020
1 commit
  • remove denial of service which is not serializable and not working since anubis … ...
    6dc16ef7
    …1.17 (Anubis 1.17 take more care about serializable type and warn about it if a non serializable type will is in serialization process)
    David RENÉ authored
    2020-04-20 19:47:30 +0900  
    Browse File »

08 Apr, 2020
1 commit
  • add some helper for html p tag
    cb41d3bb
    David RENÉ authored
    2020-04-08 15:56:04 +0900  
    Browse File »

03 Apr, 2020
2 commits
  • replace calexium_lib path by xlib
    feda5839
    David RENÉ authored
    2020-04-03 16:02:59 +0900  
    Browse File »
  • add hidden HTML tag
    f9b10d0d
    David RENÉ authored
    2020-04-03 12:29:54 +0900  
    Browse File »

01 Apr, 2020
1 commit
  • add alternative fields_set in WEB_Session. This let create some fields gathered … ...
    d0c372c0
    …into named fields_set.
    David RENÉ authored
    2020-04-01 10:06:23 +0900  
    Browse File »

26 Jan, 2020
1 commit
  • move js_file and css_file with one arguments to original definition location (ty… ...
    23f0de20
    …pes/making_a_web_site.anubis)
    David RENÉ authored
    2020-01-26 17:31:24 +0100  
    Browse File »

29 Dec, 2019
1 commit
  • add bool_attr boolean attribute in HTML CoreAttribute. This allow to attribute w… ...
    9446f71c
    …ithout value like 'checked'
    add helper for HTTP_Answer. no_content construct an answer with http_no_content (204)
    
    fix some typo
    David RENÉ authored
    2019-12-29 23:30:10 +0100  
    Browse File »

22 Dec, 2019
1 commit
  • add create_default_loggers
    db40b9c4
    David RENÉ authored
    2019-12-22 21:11:22 +0100  
    Browse File »

16 Dec, 2019
1 commit
  • add form as html_tag
    79bcb348
    David RENÉ authored
    2019-12-16 03:07:01 +0100  
    Browse File »

03 Dec, 2019
1 commit
  • remove dependency to logger_service
    cfcf018e
    David RENÉ authored
    2019-12-03 11:21:24 +0100  
    Browse File »

02 Dec, 2019
1 commit
  • Create stand alone logger server. Change all call to log according to this
    9510293f
    David RENÉ authored
    2019-12-02 00:19:26 +0100  
    Browse File »

31 Oct, 2019
2 commits
  • [+] add html tag helper "iframe" ...
    88fedcba
    [-] fix the html img tag helper size by adding px after the number.
    previous width="100"
    now width="100px"
    David RENÉ authored
    2019-10-31 11:36:42 +0900  
    Browse File »
  • continue the make web site with controllers independent.
    245d2efe
    David RENÉ authored
    2019-10-31 11:36:42 +0900  
    Browse File »

08 Oct, 2019
1 commit
  • start to split web site with controller and old fashioned web site way to be abl… ...
    55136886
    …e to compile old source
    David RENÉ authored
    2019-10-08 11:51:22 +0900  
    Browse File »

17 Aug, 2019
1 commit
  • add alternative "empty" for HTML_Row ...
    d9e8ff90
    add helper for HTML "a" with list of (HTML_Off_Form)
    David RENÉ authored
    2019-08-17 10:46:45 +0900  
    Browse File »

07 Jul, 2019
1 commit
  • [+] add 2 helpers for "ul" HTML balise with 1 CoreAttrs as parameter
    7e1cc96e
    David RENÉ authored
    2019-07-07 23:17:45 +0200  
    Browse File »

06 Jul, 2019
1 commit
  • Add draw_web_request in WEB_Session to allows to store the web request which ret… ...
    de116e9d
    …urn full draw html. When we need to redraw the html content in case of language change we can redirect to that draw_web_request.
    Since we have an heavy use of load content redirect to previous can cause a drawing of the content of the ajax return during the load content. This fix that behavior.
    David RENÉ authored
    2019-07-06 13:31:48 +0200  
    Browse File »

02 Jun, 2019
1 commit
  • move all making_a_web_site type declaration into a separate file. ...
    491c5383
    better management of the web plugin
    extend logger dump from 1024 to 2048 bytes
    David RENÉ authored
    2019-06-02 13:04:54 +0200  
    Browse File »

20 May, 2019
1 commit
  • [FIX] infinite loop on text(List(CoreAttrs) attrs, Int i) which called itself -> infinite loop
    14876efb
    David RENÉ authored
    2019-05-20 13:02:23 +0900  
    Browse File »

15 May, 2019
1 commit
  • add helper for Int in html text with only one CoreAttrs
    d0282a5e
    David RENÉ authored
    2019-05-15 16:02:12 +0900  
    Browse File »

28 Mar, 2019
1 commit
  • add logger in web site description to be able to report error into log
    fd42aebc
    David RENÉ authored
    2019-03-28 11:45:19 +0900  
    Browse File »

08 Mar, 2019
1 commit
  • add some CoreAttrs according to HTML5 and Anubis specific tooltip
    102790d5
    David RENÉ authored
    2019-03-08 14:08:54 +0900  
    Browse File »

02 Feb, 2019
1 commit
  • no message
    dad598c9
    David RENÉ authored
    2019-02-02 21:49:25 +0100  
    Browse File »

23 Oct, 2018
1 commit
  • add empty alternative into CoreAttrs
    03a43f2d
    totoro authored
    2018-10-23 00:13:32 +0200  
    Browse File »

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

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

06 Aug, 2018
1 commit
  • 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 File »

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

15 Apr, 2018
1 commit
  • 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 File »

27 Mar, 2018
1 commit
  • 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 File »

20 Mar, 2018
1 commit
  • 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 File »

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

07 Dec, 2017
1 commit
  • 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 File »

19 Sep, 2017
1 commit
  • add all HTML5 event
    e45144c2
    totoro authored
    2017-09-19 09:37:15 +0900  
    Browse File »

14 Aug, 2017
3 commits
  • 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 File »
  • add html tag: ...
    63b2c11b
    - select
    - option
    - datalist
    totoro authored
    2017-08-14 13:12:54 +0200  
    Browse File »
  • add hr helper with and without attributes
    acb19b60
    totoro authored
    2017-08-14 12:59:20 +0200  
    Browse File »