[BlueOnyx:25646] Re: Blueonyx Digest, Vol 166, Issue 8

george hall hallgeorge1951 at gmail.com
Thu Oct 13 14:13:57 -05 2022


Well done Michael im sure this next release will be another great success
for you, im looking forward to trying it
George

On Thu, 13 Oct 2022, 18:02 , <blueonyx-request at mail.blueonyx.it> wrote:

> Send Blueonyx mailing list submissions to
>         blueonyx at mail.blueonyx.it
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://mail.blueonyx.it/mailman/listinfo/blueonyx
> or, via email, send a message with subject or body 'help' to
>         blueonyx-request at mail.blueonyx.it
>
> You can reach the person managing the list at
>         blueonyx-owner at mail.blueonyx.it
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Blueonyx digest..."
>
>
> Today's Topics:
>
>    1. [BlueOnyx:25639] Re: BlueOnyx 5211R development - progress
>       report (Michael Stauber)
>    2. [BlueOnyx:25640] Wish List (Colin Jack)
>    3. [BlueOnyx:25641] Re: Wish List (Michael Stauber)
>    4. [BlueOnyx:25642] Re: Wish List (Colin Jack)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 12 Oct 2022 17:46:13 -0500
> From: Michael Stauber <mstauber at blueonyx.it>
> To: blueonyx at mail.blueonyx.it
> Subject: [BlueOnyx:25639] Re: BlueOnyx 5211R development - progress
>         report
> Message-ID: <899b53a5-3361-e011-84c1-1e199d04fbb7 at blueonyx.it>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hi all,
>
> Another progress report on the BlueOnyx 5211R development:
>
> The two most complicated GUI modules have just been ported entirely to
> the new GUI format:
>
> base-vsite
> base-user
>
> These two aren't the only finished modules so far, but they took the
> most time due to plenty of complications. Most of the GUI pages of these
> two modules use Extensions. Which are modular page snippets to insert
> into main GUI pages in a modular fashion to display and handle form data
> for individual elements.
>
> The whole extension management had to be ported first and then all
> extensions and next the individual GUI pages.
>
> That also brought up some fundamental issues like the fact that the PHP
> functions each() and strftime() are either deprecated or have been
> outright removed from PHP-8.1. We used each() in a few ancient libraries
> form the Cobalt days in a while <-> each fashion. Which was even slower
> than simply using for(...) instead. That was easy to fix.
>
> However, the deprecation of strftime() was a real bummer. I mean: COME
> ON! Converting date and times from one format to another like from Linux
> timestamp to a date formatted in German, Danish, Spanish or English
> (etc.) is already an endeavor in itself. But doing so in the new
> IntlDateFormatter() (the function that replaced it) is even more
> ridiculous. <sigh>
>
> I lost two days over that one alone, until I said "Fuck it!" and used
> the composer-package php81_bc/strftime that replicates the deprecated
> strftime() as closely as possible via a PHP Class.
>
> With that out of the way the whole Vsite and User management is now
> working in 5211R, including the more exotic stuff like ImapSync,
> vacation messages, autoresponders and reseller management.
>
> There are still plenty of pages left to convert, but these are mostly
> straight up wham/bam jobs with simple forms and simple submit
> transactions. So that should get finished fairly soon.
>
> So ... it's moving forward at a pretty good pace right now.
>
> --
> With best regards
>
> Michael Stauber
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 13 Oct 2022 11:04:22 +0000
> From: Colin Jack <colin at mainline.co.uk>
> To: BlueOnyx General Mailing List <blueonyx at mail.blueonyx.it>
> Subject: [BlueOnyx:25640] Wish List
> Message-ID: <C7294AB4-76BF-44FB-9C99-F9009BEFFEB8 at mainline.co.uk>
> Content-Type: text/plain; charset="utf-8"
>
> Just a minor idea to make my life easier. ?
> Would it be possible to have either a check box or drop down for each
> vsite to force https like we can for the server itself?
> No big deal but it makes it easier rather than using .htaccess or php to
> redirect as we do at the moment.
> Quite a few customers now like to force it.
>
> Colin
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.blueonyx.it/pipermail/blueonyx/attachments/20221013/c42f60f2/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Thu, 13 Oct 2022 09:00:30 -0500
> From: Michael Stauber <mstauber at blueonyx.it>
> To: blueonyx at mail.blueonyx.it
> Subject: [BlueOnyx:25641] Re: Wish List
> Message-ID: <882c48d8-be95-b069-3c31-de4f6ffb51e8 at blueonyx.it>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hi Colin,
>
> > Just a minor idea to make my life easier. ?
> >
> > Would it be possible to have either a check box or drop down for each
> > vsite to force https like we can for the server itself?
> >
> > No big deal but it makes it easier rather than using .htaccess or php to
> > redirect as we do at the moment.
> >
> > Quite a few customers now like to force it.
>
>
> Good thinking. I'll add it.
>
>
> --
> With best regards
>
> Michael Stauber
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 13 Oct 2022 14:22:40 +0000
> From: Colin Jack <colin at mainline.co.uk>
> To: BlueOnyx General Mailing List <blueonyx at mail.blueonyx.it>
> Subject: [BlueOnyx:25642] Re: Wish List
> Message-ID: <92ECA2E9-9FB5-4C73-89D5-664243CA80E9 at mainline.co.uk>
> Content-Type: text/plain; charset="utf-8"
>
> __
>
> ?On 13/10/2022, 15:07, "Blueonyx on behalf of Michael Stauber" <
> blueonyx-bounces at mail.blueonyx.it on behalf of mstauber at blueonyx.it>
> wrote:
>
>     Hi Colin,
>
>     > Just a minor idea to make my life easier. ?
>     >
>     > Would it be possible to have either a check box or drop down for
> each
>     > vsite to force https like we can for the server itself?
>     >
>     > No big deal but it makes it easier rather than using .htaccess or
> php to
>     > redirect as we do at the moment.
>     >
>     > Quite a few customers now like to force it.
>
>
>     Good thinking. I'll add it.
>
>
>     --
>     With best regards
>
>     Michael Stauber
>     _______________________________________________
>     Blueonyx mailing list
>     Blueonyx at mail.blueonyx.it
>     http://mail.blueonyx.it/mailman/listinfo/blueonyx
>
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
>
>
> ------------------------------
>
> End of Blueonyx Digest, Vol 166, Issue 8
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20221013/a548abd8/attachment.html>


More information about the Blueonyx mailing list