From owner-cvs-all@FreeBSD.ORG  Thu Oct 25 21:30:37 2007
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D319B16A417;
	Thu, 25 Oct 2007 21:30:37 +0000 (UTC)
	(envelope-from miwi@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B8BB213C491;
	Thu, 25 Oct 2007 21:30:37 +0000 (UTC)
	(envelope-from miwi@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9PLUbiH092183;
	Thu, 25 Oct 2007 21:30:37 GMT
	(envelope-from miwi@repoman.freebsd.org)
Received: (from miwi@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9PLUbKN092182;
	Thu, 25 Oct 2007 21:30:37 GMT (envelope-from miwi)
Message-Id: <200710252130.l9PLUbKN092182@repoman.freebsd.org>
From: Martin Wilke <miwi@FreeBSD.org>
Date: Thu, 25 Oct 2007 21:30:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: ports/www/py-prewikka Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Oct 2007 21:30:37 -0000

miwi        2007-10-25 21:30:37 UTC

  FreeBSD ports repository

  Modified files:
    www/py-prewikka      Makefile distinfo pkg-plist 
  Log:
  - Update to 0.9.13
  
  Changelog:
          - Only perform additional database request when using Sensor localtime:
            this bring a performance improvement of about 36% on aggregated query,
            when using either frontend localtime (the default), or UTC time.
          - JQuery support: Port most of the javascript code to make use of JQuery.
            Add show/hide effect to CSS popup. More filtering functionality in the
            SensorListing view.
          - Cleanup the Authentication class, so that uper Prewikka layer can act
            depending whether the backend support user creation / deletion. Anonymous
            authentication is nowa plugin.
          - Better integration of CGI authentication allowing user listing and
            deletion.
          - Report template exception directly to the user.
          - Fix exception if an alert analyzer name is empty.
          - Fix problem when adding new Prewikka users (#262).
          - Fix exception when user has no permission set.
          - When changing password, we didn't try to match an empty 'current password'
            (which is a minor issue since the user is already authenticated). Thanks
           to Helmut Azbest <helmut.azbest@gmail.com> for the fix.
          - Fix a typo making mod_python use the parent method (patch from
            Helmut Azbest <helmut.azbest@gmail.com>).
          - In the configuration file, recognize section even if there are whitespace
            at the beginning of the line.
          - Localization fixes, by Sebastien Tricaud <toady@gscore.org>, and
            Bjoern Weiland.
  
  PR:             117471
  Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
  
  Revision  Changes    Path
  1.17      +1 -2      ports/www/py-prewikka/Makefile
  1.12      +3 -3      ports/www/py-prewikka/distinfo
  1.10      +1 -0      ports/www/py-prewikka/pkg-plist