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