Help with accessing system

2001-09-05 Thread Rasoul Hajikhani
I need some advice on implementing an accessing system. I have already implemented a few systems that now require some sort of advance accessing mechanism. I say advance because some parts of the systems that I have written are accessible by all, and some other parts should be accessible by

Re: Help with accessing system

2001-09-05 Thread Claudio Garcia
Hi Rasoul, You may want to try Metadot for a framework that takes care of all that for you. Metadot is a GPL'd mod_perl application that provides user management, content management and access control all in one package. It provides an API that allows for the creation of pluggable apps that

perl timestamps

2001-09-05 Thread will trillich
i didn't run into this until munging code via mod_perl and postgresql, so i figured this was a good place to ask a perl-generic question--if not, please point the way: print scalar localtime -123456789; Tue Feb 1 20:26:51 1966 print scalar localtime -1234567890;

cvs commit: modperl-2.0/t/protocol/TestProtocol eliza.pm

2001-09-05 Thread stas
stas01/09/05 19:45:13 Added: t/protocol eliza.t t/protocol/TestProtocol eliza.pm Log: now we have our own Rogerian psychotherapist overlooking our test suite :) Revision ChangesPath 1.1 modperl-2.0/t/protocol/eliza.t Index:

cvs commit: modperl-2.0/t/conf extra.conf.in

2001-09-05 Thread stas
stas01/09/05 21:58:43 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Added: t/conf extra.conf.in Log: put -T switch into the correct config file Revision ChangesPath 1.53 +0 -3

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-09-05 Thread stas
stas01/09/05 22:05:47 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm TestTrace.pm lib/Apache ParseSource.pm todo missing_old_features.txt xs/tables/current/Apache ConstantsTable.pm

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-09-05 Thread stas
stas01/09/05 22:16:25 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: reverting a

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.h

2001-09-05 Thread stas
stas01/09/05 23:00:08 Modified:src/modules/perl modperl_cmd.h Log: new TAKE wrappers for the Perl{Set|Pass}Env and a new DECLARE wrapper for 'directive key val' Revision ChangesPath 1.6 +11 -0 modperl-2.0/src/modules/perl/modperl_cmd.h Index: