cvs commit: modperl-2.0 Changes

2004-08-08 Thread gozer
gozer 2004/08/08 21:31:21 Modified:.Changes Log: Forgot to note this bugfix in Changes Revision ChangesPath 1.430 +3 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/m

cvs commit: modperl-2.0/todo api_status

2004-08-08 Thread stas
stas2004/08/08 17:33:02 Modified:todo api_status Log: Apache::Access is done Revision ChangesPath 1.22 +1 -1 modperl-2.0/todo/api_status Index: api_status === RCS file: /home/cvs/mo

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

2004-08-08 Thread stas
stas2004/08/08 17:23:25 Modified:t/hooks/TestHooks authen_digest.pm t/protocol/TestProtocol pseudo_http.pm Log: config polish Revision ChangesPath 1.2 +4 -3 modperl-2.0/t/hooks/TestHooks/authen_digest.pm Index: authen_digest.pm ===

cvs commit: modperl-2.0/lib/Apache PerlSections.pm

2004-08-08 Thread gozer
gozer 2004/08/08 17:17:05 Modified:lib/Apache PerlSections.pm Log: Fix a bug in sections with multiple aliases in a virtualhost container. Thread: http://marc.theaimsgroup.com/?t=10917643062 Reported by : Kim Goldov <[EMAIL PROTECTED]> Revision ChangesPath

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

2004-08-08 Thread gozer
gozer 2004/08/08 16:50:49 Modified:t/conf extra.last.conf.in Log: authen was recently renamed to authen_basic and authen_digest, fixing 2 little rename omissions Revision ChangesPath 1.23 +2 -2 modperl-2.0/t/conf/extra.last.conf.in Index: extra.last.c

cvs commit: modperl-2.0/t/response/TestAPI access2.pm

2004-08-08 Thread stas
stas2004/08/08 16:45:40 Modified:t/apiaccess2.t t/response/TestAPI access2.pm Log: test $r->satisfies when Satisfy is set Revision ChangesPath 1.2 +1 -1 modperl-2.0/t/api/access2.t Index: access2.t =

cvs commit: modperl-2.0/t/response/TestAPI access2.pm

2004-08-08 Thread stas
stas2004/08/08 16:01:39 Modified:t/response/TestAPI access2.pm Log: test: $r->some_auth_required when it's required Revision ChangesPath 1.3 +3 -0 modperl-2.0/t/response/TestAPI/access2.pm Index: access2.pm ===

cvs commit: modperl-2.0/t/htdocs/api auth-groups auth-users

2004-08-08 Thread stas
stas2004/08/08 14:35:03 Added: t/htdocs/api auth-groups auth-users Log: missing files Revision ChangesPath 1.1 modperl-2.0/t/htdocs/api/auth-groups Index: auth-groups === bar:

cvs commit: modperl-2.0/t/response/TestAPI access2.pm

2004-08-08 Thread stas
stas2004/08/08 14:34:18 Modified:t/response/TestAPI access2.pm Log: missing use Apache::RequestRec (); Revision ChangesPath 1.2 +1 -0 modperl-2.0/t/response/TestAPI/access2.pm Index: access2.pm

cvs commit: modperl-2.0/t/response/TestAPI access.pm

2004-08-08 Thread stas
stas2004/08/08 14:32:29 Modified:t/response/TestAPI access.pm Log: missing method test Revision ChangesPath 1.6 +2 -0 modperl-2.0/t/response/TestAPI/access.pm Index: access.pm === RCS

cvs commit: modperl-2.0/t/response/TestAPI request_rec.pm

2004-08-08 Thread stas
stas2004/08/08 14:32:01 Modified:t/response/TestAPI request_rec.pm Log: fix method name Revision ChangesPath 1.30 +1 -1 modperl-2.0/t/response/TestAPI/request_rec.pm Index: request_rec.pm ===

cvs commit: modperl-2.0/t/response/TestAPI access2.pm

2004-08-08 Thread stas
stas2004/08/08 14:30:07 Added: t/apiaccess2.t t/response/TestAPI access2.pm Log: extensive $r->requires tests Revision ChangesPath 1.1 modperl-2.0/t/api/access2.t Index: access2.t ===

cvs commit: modperl-2.0/t/hooks/TestHooks authz.pm

2004-08-08 Thread stas
stas2004/08/08 12:06:31 Modified:t/hooks/TestHooks authz.pm Log: test: $r->note_auth_failure; Revision ChangesPath 1.5 +3 -1 modperl-2.0/t/hooks/TestHooks/authz.pm Index: authz.pm ===

cvs commit: modperl-2.0 Changes

2004-08-08 Thread stas
stas2004/08/08 11:05:22 Modified:.Changes Log: unchange method/method_number Revision ChangesPath 1.429 +3 -4 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2

cvs commit: modperl-2.0/xs/maps apache_structures.map

2004-08-08 Thread stas
stas2004/08/08 11:04:55 Modified:xs/maps apache_structures.map Log: method, method_number are now set-able again (thanks to Fred Moyer for this spot) Revision ChangesPath 1.36 +2 -2 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.m

cvs commit: modperl-2.0/t/hooks/TestHooks authen_basic.pm authen.pm

2004-08-08 Thread stas
stas2004/08/08 10:57:57 Added: t/hooks authen_basic.t t/hooks/TestHooks authen_basic.pm Removed: t/hooks authen.t t/hooks/TestHooks authen.pm Log: s/authen/authen_basic/ as now we have authen_digest as well Revision ChangesPath

cvs commit: modperl-2.0/t/hooks/TestHooks authen_digest.pm

2004-08-08 Thread stas
stas2004/08/08 10:56:53 Added: t/hooks authen_digest.t t/hooks/TestHooks authen_digest.pm Log: digest auth test Revision ChangesPath 1.1 modperl-2.0/t/hooks/authen_digest.t Index: authen_digest.t ==