Re: UEL migration

2024-04-10 Thread Florian Motteau
remote task. It may need its own thread (updating tomcat : yes ? no ? why ? how ? people insights about this subject). Your point stays valid though. On 4/10/24 08:31, Florian Motteau wrote: Hi Gaetan, I would ask if using the prometheus java client's embedded http server is such a bad thi

Re: UEL migration

2024-04-09 Thread Florian Motteau
.ee/specifications/expression-language/4.0/jakarta-expression-language-spec-4.0 PS: Thanks Gil for helping me get some clarity in this VAST subject -- Florian Motteau Co-entrepreneur Néréide informat...@nereide.fr 8 rue des Déportés 37000 TOURS Std: 02 47 50 30 54 www.nereide.fr Réseau Libre-Entreprise

Fix the Turkish locale bug for themes (OF-12660)

2022-07-18 Thread Florian Motteau
case Freemarker filter). I also cleaned up indentation in Header.ftl. I would have preferred to provide a fixed locale (en-EN, instead of current user locale) to "lower_case" (which relies on "toLowerCase" method, which can take a locale as parameter), but this would be much

Re: JS library dynamic import

2022-05-30 Thread Florian Motteau
easy, as you said already... HTH Jacques Le 25/05/2022 à 15:19, Florian Motteau a écrit : Hi all, I am currently working on replacing jGrowl (notification library) for a client project. I came across the importLibrary function in OfbizUtil.js (common-theme), which loads external JS/CSS file

JS library dynamic import

2022-05-25 Thread Florian Motteau
Hi all, I am currently working on replacing jGrowl (notification library) for a client project. I came across the importLibrary function in OfbizUtil.js (common-theme), which loads external JS/CSS files when needed. If I understand correctly, some of the JS libraries (inputmask, elrte, datet

Re: CSP HTTP header causes console errors

2022-05-09 Thread Florian Motteau
Java) SystemProperties would fit better (see common entitymodel.xml line 87 in trunk) because it allows dynamic interaction with the DB. HTH Jacques Le 06/05/2022 à 16:27, Florian Motteau a écrit : Hi Jacques, Thanks for the quick reply, really appreciated. I missed these tickets,

Re: CSP HTTP header causes console errors

2022-05-06 Thread Florian Motteau
s Le 06/05/2022 à 14:10, Florian Motteau a écrit : Hello everyone, I recently joined the awesome Néréide team, as a front end developper, discovering OFBiz (and basically discovering what an ERP is :)). I noticed that OFBiz throws a lot of errors about external resources in the browser co

CSP HTTP header causes console errors

2022-05-06 Thread Florian Motteau
(use a more permissive content) header to get rid of jsTree/jGrowl errors (allowing 'safe-inline' for script-src/ style-src I guess). I would be glad to help on this. Jacques I saw you worked on it, do you have any suggestion ? Thank you Florian Motteau [1] https://github.com/vak