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
03 Apr, 2020
3 commits
  • add img_submit_button_load which is submitting form and the result is loaded int… ...
    db28ee03
    …o target_id by using (ajax_load_content)
    David RENÉ authored
    2020-04-03 12:31:15 +0900  
    Browse Dir »
  • add hidden HTML tag
    f9b10d0d
    David RENÉ authored
    2020-04-03 12:29:54 +0900  
    Browse Dir »
  • rename the WEB_Session_Field to Session_Field
    ec90cdf7
    David RENÉ authored
    2020-04-03 12:29:12 +0900  
    Browse Dir »

02 Apr, 2020
1 commit
  • split WEB_Session to generic part which is Session type. This Session type is mo… ...
    b4832bd7
    …ved to folder generic and his definition into generic/types/session.anubis. This allow to use the Session type to many pourposes
    David RENÉ authored
    2020-04-02 17:15:30 +0900  
    Browse Dir »

01 Apr, 2020
4 commits
  • 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 Dir »
  • add jqload as new alternative of the JQuery_Actioner_type. jqload let manage act… ...
    e04d167e
    …ion with load_content
    David RENÉ authored
    2020-04-01 10:06:23 +0900  
    Browse Dir »
  • make img_button with load_content
    50e33f38
    David RENÉ authored
    2020-04-01 10:06:23 +0900  
    Browse Dir »
  • remove read of app_constants.anubis because plugin.anubis was came from an application source
    313825c8
    David RENÉ authored
    2020-04-01 09:52:51 +0900  
    Browse Dir »

17 Mar, 2020
1 commit
  • add sub_entry and subtitle in left menu entry
    6ee7fd04
    David RENÉ authored
    2020-03-17 14:08:34 +0900  
    Browse Dir »

26 Jan, 2020
3 commits
  • img_button_confirm take a new argument which is the target_id of load_content. S… ...
    e5f23786
    …o the behavior of this function change as follow. When the target_id is empty the jq_query function is use to submit the result else this is the ajax_load_content.
    David RENÉ authored
    2020-01-26 17:37:41 +0100  
    Browse Dir »
  • add load_content_init function to load_content. This function return HTML_Partia… ...
    5714863d
    …l_Content with script which make an autoload web_action, extra_args to target. This is useful when this is an answer with ajax (load_content)
    David RENÉ authored
    2020-01-26 17:35:00 +0100  
    Browse Dir »
  • 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 Dir »

18 Jan, 2020
1 commit
  • remove unnecessary message
    78757779
    David RENÉ authored
    2020-01-18 13:51:44 +0100  
    Browse Dir »

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 Dir »
  • add img_button with with extra_operands arguments
    c92db005
    David RENÉ authored
    2019-12-29 23:31:30 +0100  
    Browse Dir »
  • 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 »