gozer 2004/11/08 21:44:12
Modified:src/docs/2.0/api/Apache CmdParms.pod Const.pod Module.pod
src/docs/2.0/user/config custom.pod
Log:
Remove magicness of PerlLoadModule and implement Apache::Module::add()
for modules that implement their own configuration directive
stas2004/09/14 13:47:23
Modified:src/docs/2.0/api/Apache Const.pod
src/docs/2.0/user/config custom.pod
Log:
- more xrefs
- more style fixes
Revision ChangesPath
1.26 +42 -14modperl-docs/src/docs/2.0/api/Apache/Const.pod
Index: Const.pod
gozer 2004/09/14 13:11:16
Modified:src/docs/2.0/user/config custom.pod
Log:
That feature was logged as a missing_feature, no need to tease about it.
Revision ChangesPath
1.12 +0 -3 modperl-docs/src/docs/2.0/user/config/custom.pod
Index: custom.pod
=
gozer 2004/09/13 15:36:44
Modified:src/docs/2.0/api/Apache Module.pod
src/docs/2.0/user/config custom.pod
Log:
Apache::Module top_module() and get_config() changed from class
methods to regular subroutines
Revision ChangesPath
1.19 +6 -6 modpe
gozer 2004/03/08 13:54:05
Modified:src/docs/2.0/user/config custom.pod
Log:
Fix a small typo:
foreach my $k (keys %a, %b) {
does not work as expected, must be written as:
foreach my $k (keys %a, keys %b) {
Revision ChangesPath
1.9 +1 -1 modperl
stas2003/08/05 10:00:45
Modified:src/docs/2.0/user/config custom.pod
Log:
s|^| |' on the code sections
Revision ChangesPath
1.8 +5 -5 modperl-docs/src/docs/2.0/user/config/custom.pod
Index: custom.pod
geoff 2003/08/05 09:48:37
Modified:src/docs/2.0/user/config custom.pod
Log:
formatting fixes
Revision ChangesPath
1.7 +3 -5 modperl-docs/src/docs/2.0/user/config/custom.pod
Index: custom.pod
=
geoff 2003/07/31 08:01:56
Modified:src/docs/2.0/user/config custom.pod
Log:
add cmd_data and $parms->info docs
Submitted by: geoff
Revision ChangesPath
1.6 +50 -0 modperl-docs/src/docs/2.0/user/config/custom.pod
Index: custom.pod
=
stas2003/02/19 18:50:02
Modified:src/docs/2.0/user/coding coding.pod
src/docs/2.0/user/config custom.pod
Log:
don't use NONFATAL in examples, as it works only with 5.8
Revision ChangesPath
1.17 +3 -0 modperl-docs/src/docs/2.0/user/coding/codin
stas2002/12/13 09:50:29
Modified:src/docs/2.0/user/config custom.pod
Log:
the custom configuration directives doc is almost complete
Revision ChangesPath
1.3 +310 -117 modperl-docs/src/docs/2.0/user/config/custom.pod
Index: custom.pod
===
stas2002/12/12 02:17:27
Modified:src/docs/2.0/user/config custom.pod
Log:
got the big example working (core fixes were pending), now need to add
explainations
Revision ChangesPath
1.2 +316 -0modperl-docs/src/docs/2.0/user/config/custom.pod
Index: cust
11 matches
Mail list logo