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
20 Apr, 2020
2 commits
  • add support of + 'add sign' into email address
    25741a80
    David RENÉ authored
    2020-04-20 19:49:28 +0900  
    Browse Code »
  • 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 Code »

14 Apr, 2020
5 commits
  • add set_Page_Message with WEB_Session as argument. The function will call set_Pa… ...
    39ca95a4
    …ge_Message with fields as arguments
    David RENÉ authored
    2020-04-14 09:52:27 +0900  
    Browse Code »
  • add format_web_action_name with only one extra argument
    146ac75b
    David RENÉ authored
    2020-04-14 09:50:27 +0900  
    Browse Code »
  • using partial_empty instead of old manner litteral with empty string
    53d782c7
    David RENÉ authored
    2020-04-14 09:47:29 +0900  
    Browse Code »
  • add Serialized type to Session_Field. This is not a new type but a serialization… ...
    90690d21
    … of $T type which is stored into Session_Field in ByteArray
    David RENÉ authored
    2020-04-14 09:45:32 +0900  
    Browse Code »
  • now save in backup directory instead of db_backup
    db235768
    David RENÉ authored
    2020-04-14 09:42:03 +0900  
    Browse Code »

08 Apr, 2020
3 commits
  • Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.anubis-lang.com:33000/anubis/… ...
    b9893851
    …xlib into release/ANUBIS_1_14
    David RENÉ authored
    2020-04-08 16:03:48 +0900  
    Browse Code »
  • add "current page" in reserved key words for web session ...
    44eaa685
    remove Int x (mod Int y) which already exists somewhere else
    David RENÉ authored
    2020-04-08 16:02:03 +0900  
    Browse Code »
  • add some helper for html p tag
    cb41d3bb
    David RENÉ authored
    2020-04-08 15:56:04 +0900  
    Browse Code »

03 Apr, 2020
4 commits
  • replace calexium_lib path by xlib
    feda5839
    David RENÉ authored
    2020-04-03 16:02:59 +0900  
    Browse Code »
  • 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 Code »
  • add hidden HTML tag
    f9b10d0d
    David RENÉ authored
    2020-04-03 12:29:54 +0900  
    Browse Code »
  • rename the WEB_Session_Field to Session_Field
    ec90cdf7
    David RENÉ authored
    2020-04-03 12:29:12 +0900  
    Browse Code »

02 Apr, 2020
2 commits
  • 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 Code »
  • make mail/tools.anubis to be transmitted to let get_rfc822_date_format to be vis… ...
    eb344fcf
    …ible by compose_email.anubis source reader
    David RENÉ authored
    2020-04-02 10:00:25 +0900  
    Browse Code »

01 Apr, 2020
8 commits
  • back to previous behavior concerning database migration. update_db_version with … ...
    6923cbdd
    …only DB_Version parameter
    David RENÉ authored
    2020-04-01 12:04:14 +0900  
    Browse Code »
  • add the management of the alternative multipart according to new components of t… ...
    de89e4bf
    …he type (text_content, html_content)
    David RENÉ authored
    2020-04-01 11:13:00 +0900  
    Browse Code »
  • during db migration the database schema version is now get from database itself
    75d4dac8
    David RENÉ authored
    2020-04-01 10:06:23 +0900  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • make img_button with load_content
    50e33f38
    David RENÉ authored
    2020-04-01 10:06:23 +0900  
    Browse Code »
  • 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 Code »
  • data_to_send type has 2 content component (text and html)
    a65a9fde
    David RENÉ authored
    2020-04-01 09:52:51 +0900  
    Browse Code »

18 Mar, 2020
1 commit
  • change trace to debug in send_mail
    165ecd86
    David RENÉ authored
    2020-03-18 16:01:06 +0900  
    Browse Code »

17 Mar, 2020
2 commits
  • add sub_entry and subtitle in left menu entry
    6ee7fd04
    David RENÉ authored
    2020-03-17 14:08:34 +0900  
    Browse Code »
  • add date_not_nullwhich return the date from DB_date or default if date is NULL
    11ce5180
    David RENÉ authored
    2020-03-17 14:07:44 +0900  
    Browse Code »

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

18 Jan, 2020
3 commits
  • change the timeout in sql_query_xx
    e85764a7
    David RENÉ authored
    2020-01-18 13:51:44 +0100  
    Browse Code »
  • remove file if already exists
    2daa8a84
    David RENÉ authored
    2020-01-18 13:51:44 +0100  
    Browse Code »
  • remove unnecessary message
    78757779
    David RENÉ authored
    2020-01-18 13:51:44 +0100  
    Browse Code »

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