-
…le if the date was 2000-12-25 the returned date was 2000-12-2
-
icnX(String icon) which return the full path to the icon. X must be replaced by the size of the icon. For example icn8("foo.png") will return "icons/8x8/foo.png" the list of the sizes is: 8, 16, 22, 24, 32, 48, 64, 128, 256
-
[+] db extractor for SQLite3 from int -> DB_id
-
…se anymore the literal for the <nav> and <span> whom now exist as HTML tag
-
[+] datetime_to_date return DB_date from DB_datetime [+] mb_datetime_to_mb_date convert a Maybe(DB_datetime) to Maybe(Date)
-
…and his web controllers. This allows to unify the location on where are residing the necessaries files for Xlib. Before this, these files was in application resources files. So it was annoying because when a modification was made on CSS or JS files we was forced to hand copy these files, and if we had forgot some application to update this make the application to be buggy. In the future we must to have to think to a automatic copy management of the necessaries files belonging to the Xlib and needed in the application.
-
… when it become Xlib (some reference to CXM was still there)
-
in same time add a new alternative into left_menu type with "left_menu_entry_load_content". This is better to understand when constructing a menu
-
…mpletely removed due to their useless preformated move to html_tag pre progress move to html_tag progress center removed mail_to removed scroller removed fixed_size removed fixed_size_2 removed
-
…ntry. Add also variant function as helper without all the arguments
-
[+] add to_String function from HTML_Off_Form [~] some cleanup and remove dead code
-
…n url where is located the page to load
-
…ll source use this type must be recompiled [+] add some helper in html_tag to use String directly instead of "text"
-
… rest of the string composition. if didn't do that the right part of the "else" will be added with end of the string, which is not the intention.
-
[!] remove extra blank line button source
-
…e is js_code alternative which allows to write js code directly. This is intend to help to write js object in anubis, when we write js object config for generated web page
-
…essed during elapsed time)
-
…replace the key into translated sentence by the values associated with this key. example: the key = "{1}" , value = "404" the sentence = "The load result code is {1}" after call of the translate_with_key_value_function the result sentence will be "The load result code is 404" -
… return a Maybe(Bool) which the following values are: success(true) = checked, success(false) = unchecked, failure = intermediate.
-
…WEB_Action_Name in redirect instead of the Controller_Name and Controller_Action
-
…xlib into release/ANUBIS_1_19