OPNsense Forum

English Forums => Development and Code Review => Topic started by: matsukan on April 21, 2021, 09:46:03 pm

Title: development questions ...
Post by: matsukan on April 21, 2021, 09:46:03 pm

I doing some study work with opnsense development ...

Looks like that master branch of the core-repositoryalready have some phalcon4 -changes, how mature it's currently ? Should I focus work with previous released version ? Phalcon is not currently work properly Ubuntu 20.4/PHP7.4/Phalcon4 combination (ui_devtools).

Which Javascript standard do you follow in front endside ? ES5 ?
Title: Re: development questions ...
Post by: franco on April 22, 2021, 10:11:58 am
Do you have a chance to try PHP 7.3? We do not know how many PHP 7.4 migration issues still need to be taken care of.

We do not currently have a JS standard. Most compatibility is/should be covered by jQuery use in Safar/Firefox/Chrome/Edge. And we try to support IE11 too at the moment as a pet project. ;)


Cheers,
Franco
Title: Re: development questions ...
Post by: matsukan on April 28, 2021, 11:01:08 pm
Ok, thanks for info ... I'm currently working with cli and I'll update my plugin changes to by shell script but seems to that UI do not update changes even I try everything ... Should I work with only via tar package way when I update changes to the system ? If so is there prefer way to install from package from cli ?

Title: Re: development questions ...
Post by: matsukan on May 10, 2021, 10:08:31 pm

Where I can find a list of form/dialog fields ? It should be there at somewhere but I can't find that info any more.