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

22 Dec, 2019
2 commits
  • add create_default_loggers
    db40b9c4
    David RENÉ authored
    2019-12-22 21:11:22 +0100  
    Browse Dir »
  • add boolean for CoreAttrs
    827f9010
    David RENÉ authored
    2019-12-22 21:09:29 +0100  
    Browse Dir »

16 Dec, 2019
2 commits
  • add form as html_tag
    79bcb348
    David RENÉ authored
    2019-12-16 03:07:01 +0100  
    Browse Dir »
  • add _CXM_MAILING_CHECK_CONTACT in message constant ...
    b50929bb
    move db_get_xxx helpers into db_get_helpers.anubis
    add add_DB_id and find_DB_id functions to able to add and find DB_id in Muscle Message
    web controller web argument has 2 names versions. The legacy "aws_controller" and the short version"aws_c"
    web action web argment has 2 names versions. The legacy "aws_action" and the short version "aws_a"
    add detect_browser_language in /web/CXM_common.anubis
    David RENÉ authored
    2019-12-16 02:54:20 +0100  
    Browse Dir »

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

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

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 Dir »
  • continue the make web site with controllers independent.
    245d2efe
    David RENÉ authored
    2019-10-31 11:36:42 +0900  
    Browse Dir »

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

17 Aug, 2019
4 commits
  • just some cleanup
    5ba7d13c
    David RENÉ authored
    2019-08-17 10:50:26 +0900  
    Browse Dir »
  • comment global define to try to speed up the compilation
    bedfeb30
    David RENÉ authored
    2019-08-17 10:50:02 +0900  
    Browse Dir »
  • 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 Dir »
  • add function to get http header value with default value
    8667334b
    David RENÉ authored
    2019-08-17 10:43:48 +0900  
    Browse Dir »

14 Jul, 2019
1 commit
  • add helper for CXM_Form_Field inpit with missing HTML_Id
    7223ccb9
    David RENÉ authored
    2019-07-14 21:35:36 +0200  
    Browse Dir »

13 Jul, 2019
1 commit
  • the restore to text area the class removed long time ago. Without the class the … ...
    d386b8ad
    …text area was aligned to left, this is means mixed with label column (this was not beautiful)
    David RENÉ authored
    2019-07-13 14:13:12 +0200  
    Browse Dir »

07 Jul, 2019
2 commits
  • [+] add 2 helpers for "ul" HTML balise with 1 CoreAttrs as parameter
    7e1cc96e
    David RENÉ authored
    2019-07-07 23:17:45 +0200  
    Browse Dir »
  • [+] add bool_to_img which return the right HTML_Off_Form img corresponding to Bool value.
    f4662313
    David RENÉ authored
    2019-07-07 23:16:25 +0200  
    Browse Dir »

06 Jul, 2019
4 commits
  • helper for href with only one extra operand
    62e20330
    David RENÉ authored
    2019-07-06 13:36:37 +0200  
    Browse Dir »
  • the web plugin return a list of WEB_Controller
    7158a6c4
    David RENÉ authored
    2019-07-06 13:35:51 +0200  
    Browse Dir »
  • fix typo and made more readable the source
    335818e9
    David RENÉ authored
    2019-07-06 13:35:09 +0200  
    Browse Dir »
  • 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 Dir »

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

20 May, 2019
2 commits
  • [ADD] add more helper for html_wave_box and typo
    457fc6c9
    David RENÉ authored
    2019-05-20 16:05:04 +0900  
    Browse Dir »
  • [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 Dir »

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

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

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

04 Feb, 2019
1 commit
  • add management of pager
    0fa08cdc
    David RENÉ authored
    2019-02-04 00:53:18 +0100  
    Browse Dir »

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

11 Nov, 2018
1 commit
  • add img button with confirmation with WEB_Action_Name and extra ops
    13f21b89
    totoro authored
    2018-11-11 21:00:26 +0900  
    Browse Dir »

23 Oct, 2018
2 commits
  • add empty alternative into CoreAttrs
    03a43f2d
    totoro authored
    2018-10-23 00:13:32 +0200  
    Browse Dir »
  • add img_button_ajax which fire WEB_action on click on button
    fac0e891
    totoro authored
    2018-10-23 00:12:54 +0200  
    Browse Dir »

30 Sep, 2018
2 commits
  • introduce the load_content action
    8b1c73d0
    totoro authored
    2018-09-30 00:03:35 +0200  
    Browse Dir »
  • 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 Dir »

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

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

06 Aug, 2018
2 commits
  • 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 Dir »
  • 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 Dir »

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