Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6Qc7-000qvr-Jn for pgsql-www@arkaria.postgresql.org; Fri, 24 Nov 2023 07:28:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r6Qc5-008hHP-B8 for pgsql-www@arkaria.postgresql.org; Fri, 24 Nov 2023 07:28:33 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6Qc5-008hHA-3C for pgsql-www@lists.postgresql.org; Fri, 24 Nov 2023 07:28:33 +0000 Received: from imp.madness.at ([2a02:16a8:dc41::218]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6Qc2-008FkR-47 for pgsql-www@lists.postgresql.org; Fri, 24 Nov 2023 07:28:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kaltenbrunner.cc; s=20190215; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender :Reply-To:Content-ID:Content-Description; bh=o5efS3JXmL9AxDGVlQppZudDrYUF/2mv2DQGTOWDUHE=; b=YS6bNgl5dHVmli/xJ+goxBItcH y1z3/jR6TbNRneI7Xewlh6HuFpqmq/qdmCnm4SWhSdDPi1FBeFdYt4zLPgC8u8ntogd6UoCRbI/Jy uAtkE+WHV0Eyy30Z1uXpBjxVnpFhZ8UY08HIWoonYg5LmpguMS+xS+qyedGd8bcBUKWfLBnC0Eq3u FhsNLrTGoRr9gqyaaCRRf/gOFsf1cp7z7XeVW/cXZQG1NHKzG6cWocawC3kKjZlLAGwgCMusU+M1Q T+XOHQSPB5WWFhAIFTpxh/0AlMMBq0rGHnzDiZoHT06FD+6FAnlY8ZYdpYvA3IMtpD9xTAiPO7ils M3CStZGg==; Received: from 83-215-245-171.p2p.cablelink.at ([83.215.245.171] helo=[192.168.8.138]) by imp.madness.at with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96) (envelope-from ) id 1r6Qby-003PEx-2N; Fri, 24 Nov 2023 08:28:29 +0100 Message-ID: <09d99f59-64f2-4604-935f-4a3e272a2975@kaltenbrunner.cc> Date: Fri, 24 Nov 2023 08:28:25 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Improve our wiki To: =?UTF-8?Q?C=C3=A9dric_Villemain?= Cc: "pgsql-www@lists.postgresql.org" References: <6cca3b98-e883-59e5-32b3-2ff52e0209a4@abcsql.com> Content-Language: en-US From: Stefan Kaltenbrunner In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 11/24/23 08:11, Cédric Villemain wrote: > Le 23/11/2023 à 21:40, Stefan Kaltenbrunner a écrit : >> On 10/2/23 16:40, Cédric Villemain wrote: >>> Hi, >> >> Hi Cédric! > > Hi Stefan ! > >>> is someone against adding CategoryTree to our mediawiki installation ? >>> ( https://www.mediawiki.org/wiki/Extension:CategoryTree ) >>> >>> >>> If no one is opposed, can pginfra update the configuration please ? >>> >>> ---------8<------8<--------- >>> Add the following code in LocalSettings.php file: >>>     wfLoadExtension( 'CategoryTree' ); >>> >>> ---------8<------8<--------- >> >> >> Sorry for the the somewhat long response time on this request but this >> extension has now been turned on. > > > Thank you for taking care of this request! > > However CategoryTree should have appear here [1] in "Parser hooks" > table, like on mediawiki [2] > > Doc is explicit: «This extension comes with MediaWiki 1.31 and above. > Thus you do not have to download it again. However, you still need to > follow the other instructions provided.» (the setting and you're done) > > Maybe we have a custom install (1.35.13) without the extension file ? > > [1] https://wiki.postgresql.org/wiki/Special:Version > [2] https://www.mediawiki.org/wiki/Special:Version Sorry for that - While I had commited that change to our configuration management I had forgotten to deploy it, so the extension was active for a while but the config got reverted automatically later on... Should be fixed now... Stefan