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
29 Dec, 2019
3 commits
  • the get_typed_content is also called with database as first argument. This must … ...
    a4757878
    …be revised in the future with better thinking of generalization for passing database or others type through the API call
    David RENÉ authored
    2019-12-29 23:35:09 +0100  
    Browse Code »
  • add img_button with with extra_operands arguments
    c92db005
    David RENÉ authored
    2019-12-29 23:31:30 +0100  
    Browse Code »
  • 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 Code »

23 Dec, 2019
1 commit
  • remove find_DB_id which was duplicate in db_type
    3b29cef2
    David RENÉ authored
    2019-12-23 00:31:49 +0100  
    Browse Code »

22 Dec, 2019
5 commits
  • add create_default_loggers
    db40b9c4
    David RENÉ authored
    2019-12-22 21:11:22 +0100  
    Browse Code »
  • add boolean for CoreAttrs
    827f9010
    David RENÉ authored
    2019-12-22 21:09:29 +0100  
    Browse Code »
  • change the logger from sendmail to cxm_lib ...
    82217d22
    During sending email, if RSET fail, give up of sending
    David RENÉ authored
    2019-12-22 20:51:38 +0100  
    Browse Code »
  • Change the timeout value of sql_query_statement_timeout
    f14db237
    David RENÉ authored
    2019-12-22 20:51:38 +0100  
    Browse Code »
  • add find_DB_id from Message with default value
    d37b5efb
    David RENÉ authored
    2019-12-22 20:51:38 +0100  
    Browse Code »

19 Dec, 2019
1 commit
  • add find_DB_id in find message
    21ff3407
    David RENÉ authored
    2019-12-19 23:27:58 +0100  
    Browse Code »

16 Dec, 2019
4 commits
  • Make anb_log more verbose
    f1b7c0e0
    David RENÉ authored
    2019-12-16 03:12:03 +0100  
    Browse Code »
  • replace logger_client.anubis by app_loggers.anubis
    7b8d0f7d
    David RENÉ authored
    2019-12-16 03:11:24 +0100  
    Browse Code »
  • add form as html_tag
    79bcb348
    David RENÉ authored
    2019-12-16 03:07:01 +0100  
    Browse Code »
  • 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 Code »

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

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

13 Nov, 2019
2 commits
  • [+] make get_ip as public function
    81ab652c
    David RENÉ authored
    2019-11-13 14:43:17 +0900  
    Browse Code »
  • [+] add logLevel into logger
    8552e180
    David RENÉ authored
    2019-11-13 11:28:19 +0900  
    Browse Code »

31 Oct, 2019
4 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 Code »
  • continue the make web site with controllers independent.
    245d2efe
    David RENÉ authored
    2019-10-31 11:36:42 +0900  
    Browse Code »
  • comment unnecessary print
    246a5bad
    David RENÉ authored
    2019-10-31 11:36:42 +0900  
    Browse Code »
  • add MF API message ID for get mailing
    63153ab8
    David RENÉ authored
    2019-10-31 10:30:15 +0900  
    Browse Code »

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

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

27 Jul, 2019
1 commit
  • [~] change the caller id from internal extension to calling number
    825d93bf
    David RENÉ authored
    2019-07-27 02:20:34 +0200  
    Browse Code »

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

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

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 Code »
  • [+] 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 Code »

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

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

27 May, 2019
2 commits
  • change command id from the _CXM_FTP_GET_FILE to _CXM_GET_FILE_REF
    3ea7aa40
    David RENÉ authored
    2019-05-27 13:19:36 +0900  
    Browse Code »
  • finish the get_file independent command command based on long time ago FTP_* protocol
    1d4718c6
    David RENÉ authored
    2019-05-27 13:17:52 +0900  
    Browse Code »