From: Chris W. <la...@us...> - 2005-02-28 00:56:03
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_security In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29585/base_security Modified Files: MANIFEST Changes Added Files: package.ini Removed Files: package.conf Log Message: OIN-137: replace 'package.conf' with 'package.ini' --- NEW FILE: package.ini --- [package] name = base_security version = 2.19 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ sql_installer = OpenInteract2::SQLInstall::Security description = Package implementing security in OpenInteract. (Also see \ SPOPS::Secure, which does the heavy lifting.) Includes the object \ representing a security status in the system and the methods used \ for it and handlers to set security on a module/task basis as well \ as to set security on individual objects. Includes templates that \ list the various modules and that allow you (as the admin) to set security for various tasks. Also includes the component(s) for \ security on a object-level basis. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_security/MANIFEST,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MANIFEST 13 Feb 2004 05:20:14 -0000 1.5 --- MANIFEST 28 Feb 2005 00:55:41 -0000 1.6 *************** *** 1,5 **** MANIFEST MANIFEST.SKIP ! package.conf Changes conf/action.ini --- 1,5 ---- MANIFEST MANIFEST.SKIP ! package.ini Changes conf/action.ini Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_security/Changes,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Changes 5 Dec 2004 08:51:19 -0000 1.18 --- Changes 28 Feb 2005 00:55:41 -0000 1.19 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package base_security. + 2.19 Sun Feb 27 16:07:21 EST 2005 + + OIN-137: change package.conf -> package.ini + 2.18 Sat Dec 4 00:28:45 EST 2004 --- package.conf DELETED --- |