Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113999 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94153 invoked from network); 8 Apr 2021 10:25:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Apr 2021 10:25:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EB727180533 for ; Thu, 8 Apr 2021 03:24:33 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from forward106o.mail.yandex.net (forward106o.mail.yandex.net [37.140.190.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 8 Apr 2021 03:24:32 -0700 (PDT) Received: from sas2-683e4e1232d9.qloud-c.yandex.net (sas2-683e4e1232d9.qloud-c.yandex.net [IPv6:2a02:6b8:c14:289d:0:640:683e:4e12]) by forward106o.mail.yandex.net (Yandex) with ESMTP id 8604E5060DCC; Thu, 8 Apr 2021 13:24:30 +0300 (MSK) Received: from sas2-e7f6fb703652.qloud-c.yandex.net (sas2-e7f6fb703652.qloud-c.yandex.net [2a02:6b8:c14:4fa6:0:640:e7f6:fb70]) by sas2-683e4e1232d9.qloud-c.yandex.net (mxback/Yandex) with ESMTP id WlKfpeqSBh-OUIOtdbh; Thu, 08 Apr 2021 13:24:30 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=s-panteleev.ru; s=mail; t=1617877470; bh=GS9uT95D0ZWs3nIodipZ8V8D+PP8LDBwIZe6C/tA6SE=; h=In-Reply-To:Subject:To:From:Message-ID:CC:References:Date; b=lhgHYy/NRmbcNN9/ChruldgDOp9/QoemzpPPIzjeUtxQeAI/d1T04uRukx65KGcUe wLvcNvyf3dsZ0RCiD+cgI3/KVUPL9AdYpT4dFJRYnyQx410JatwWMNWpYm9idnbxSJ EKvoWgofmD/cRvOxFXlwfSuI3Ot/pC6xAiCKAI0k= Authentication-Results: sas2-683e4e1232d9.qloud-c.yandex.net; dkim=pass header.i=@s-panteleev.ru Received: by sas2-e7f6fb703652.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id G12tjRqFGl-OTKWBV85; Thu, 08 Apr 2021 13:24:29 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) To: Niklas Keller , Stanislav Malyshev CC: PHP internals Thread-Topic: [PHP-DEV] wiki.php.net upgrade Thread-Index: AWRkMTYyzhmfF/ULmAMvNBNtxMmtpDMwMzRlMDcyYjV3ZkhqT96534iGgAAP9ACAAAId2w== X-MS-Exchange-MessageSentRepresentingType: 1 Date: Thu, 8 Apr 2021 10:24:28 +0000 Message-ID: References: <84b6179e-19ab-4325-4933-937205953433@php.net> <6884cd05-7d9e-b4fb-1b2c-02d27863bfb0@gmail.com> , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-Exchange-Organization-SCL: -1 X-MS-TNEF-Correlator: X-MS-Exchange-Organization-RecordReviewCfmType: 0 Content-Type: multipart/alternative; boundary="_000_AM9PR09MB502800C0F5812AD29FB1E8D4AE749AM9PR09MB5028eurp_" MIME-Version: 1.0 Subject: Re: [PHP-DEV] wiki.php.net upgrade From: sergey@s-panteleev.ru (Sergey Panteleev) --_000_AM9PR09MB502800C0F5812AD29FB1E8D4AE749AM9PR09MB5028eurp_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hmm=85 > I've tried the same yesterday, but the auth plugin does no longer work fo= r me. I get a 404 after trying to sign in. Can you also check the .htaccess file? IMO, it should fail on /start page without additional settings. I deployed for the test here: https://wiki.s-panteleev.ru/ =97 wbr, Sergey Panteleev From: Niklas Keller Date: Thursday, 8 April 2021, 13:15 To: Sergey Panteleev , Stanislav Malyshev Cc: PHP internals Subject: Re: [PHP-DEV] wiki.php.net upgrade Hey Sergey, I've tried the same yesterday, but the auth plugin does no longer work for = me. I get a 404 after trying to sign in. 2692 files changed, 35365 insertions(+), 102210 deletions(-) Dokuwiki changed a lot in the latest release, e.g. namespacing and refactor= ing quite a bit. I'll need to have a look at the plugin. @Stanislav Malyshev: We're only one release beh= ind, the other three yellow bars are about release candidates. However, Dok= uwiki might not be PHP 8 compatible, yet, at least the latest release only = says it fixes PHP 7.4 compatibility. I'd be open to replace the wiki with a Git repository and markdown. I prepa= red that a long time ago by writing a Dokuwiki -> Markdown converter. The main challenges I see are: - Voting - Voting access for people without VCS account Voting could probably be moved into main.php.net (exce= pt for people without a VCS account, but we could probably approve an accou= nt there without any further access?) Best, Niklas Am Do., 8. Apr. 2021 um 11:16 Uhr schrieb Sergey Panteleev >: Hi there! Oops .. for some reason an empty message came, try again =3D( I prepared an upgrade to the last release [1]. I tested locally, it seems ok. Can we test it in the production environment, but not yet release it? [1] https://github.com/php/web-wiki/pull/15 =97 wbr, Sergey Panteleev From: Joe Watkins > Date: Thursday, 8 April 2021, 11:23 To: Stanislav Malyshev > Cc: PHP internals > Subject: Re: [PHP-DEV] wiki.php.net upgrade Any use case we have for content or collaboration is best served by whomever or whatever is going to secure that content or ability to collaborate. Nobody has updated the wiki in several years, despite warnings, and two very public breaches of security that we know about. We don't have the people to maintain our own infrastructure, let's stop pretending we do. Cheers Joe On Thu, 8 Apr 2021 at 08:15, Stanislav Malyshev > wrote: > Hi! > > > If we want to keep using wiki.php.net then, sure, = we should update it. > > We could also migrate the wiki to GitHub. > > > > We also already have https://github.com/php/php-rfcs which we could use > > for RFCs instead of a wiki going forward. > > Wiki isn't used only for RFCs, there's more content there than that. I > personally think wiki serves these use cases much better than Github woul= d. > > -- > Stas Malyshev > smalyshev@gmail.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > --_000_AM9PR09MB502800C0F5812AD29FB1E8D4AE749AM9PR09MB5028eurp_--