summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2006-07-15 04:56:24 +0000
committerPreston Cody <codeman@gentoo.org>2006-07-15 04:56:24 +0000
commitbd86d9a4cffbdb890fcac17b9f1ebe5f61b94b50 (patch)
tree3a48a0e9ddd36194f19b19f6c285fc0b2aafc877 /ChangeLog
parentadding in the permcategory line. (diff)
downloadscire-bd86d9a4cffbdb890fcac17b9f1ebe5f61b94b50.tar.gz
scire-bd86d9a4cffbdb890fcac17b9f1ebe5f61b94b50.tar.bz2
scire-bd86d9a4cffbdb890fcac17b9f1ebe5f61b94b50.zip
Adding a Python-port of PHP-GACL's acl_check function,
written by Brian Coca. This is submitted with his permission. this will take an ADOdb object (or config info), and then return the result of acl_check() queries as in PHP. Many thanks to Brian for the port svn path=/; revision=126
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8afc734..b878e0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 15 Jul 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
+ Adding a Python-port of PHP-GACL's acl_check function,
+ written by Brian Coca. This is submitted with his permission.
+ this will take an ADOdb object (or config info), and then return
+ the result of acl_check() queries as in PHP. Many thanks to
+ Brian for the port.
+
14 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
various updates around the board. mainly focusing on client and user
pages. some DB updates and asthetic changes.