Subject: CVS commit: pkgsrc/security/py-prewikka
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 10/29/2007 21:59:00
Module Name: pkgsrc
Committed By: shannonjr
Date: Mon Oct 29 21:59:00 UTC 2007
Modified Files:
pkgsrc/security/py-prewikka: Makefile PLIST distinfo
Log Message:
Update to 0.9.13. Changes:
- 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.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/security/py-prewikka/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/security/py-prewikka/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/security/py-prewikka/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.