From owner-svn-src-user@freebsd.org Thu May 10 18:53:40 2018 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA607FD3550 for ; Thu, 10 May 2018 18:53:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7005181332; Thu, 10 May 2018 18:53:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BB0524617; Thu, 10 May 2018 18:53:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4AIrebQ058963; Thu, 10 May 2018 18:53:40 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4AIrdt5058961; Thu, 10 May 2018 18:53:39 GMT (envelope-from des@FreeBSD.org) Message-Id: <201805101853.w4AIrdt5058961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Thu, 10 May 2018 18:53:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r333468 - in user/des/fbce: lib/FBCE/Controller root/lib X-SVN-Group: user X-SVN-Commit-Author: des X-SVN-Commit-Paths: in user/des/fbce: lib/FBCE/Controller root/lib X-SVN-Commit-Revision: 333468 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 18:53:41 -0000 Author: des Date: Thu May 10 18:53:39 2018 New Revision: 333468 URL: https://svnweb.freebsd.org/changeset/base/333468 Log: Use the configured description instead of a hardcoded one. Reported by: sevan@ Modified: user/des/fbce/lib/FBCE/Controller/Root.pm user/des/fbce/root/lib/help Modified: user/des/fbce/lib/FBCE/Controller/Root.pm ============================================================================== --- user/des/fbce/lib/FBCE/Controller/Root.pm Thu May 10 17:57:46 2018 (r333467) +++ user/des/fbce/lib/FBCE/Controller/Root.pm Thu May 10 18:53:39 2018 (r333468) @@ -31,6 +31,7 @@ sub auto :Private { # Stash schedule information etc. $c->stash(title => $c->config->{'title'}); + $c->stash(descr => $c->config->{'descr'}); my $now = DateTime->now(); $c->stash(now => $now); my $schedule = $c->model('Schedule'); Modified: user/des/fbce/root/lib/help ============================================================================== --- user/des/fbce/root/lib/help Thu May 10 17:57:46 2018 (r333467) +++ user/des/fbce/root/lib/help Thu May 10 18:53:39 2018 (r333468) @@ -1,7 +1,7 @@ [%-# $FreeBSD$ -%]

What is this?

-

This is the website for the 2016 FreeBSD core team elections. See the bylaws and the schedule posted on the front page for additional information on the election rules.

+

This is the website for the [% descr | html %]. See the bylaws and the schedule posted on the front page for additional information on the election rules.

Who has access?