gozer 2004/10/19 12:50:58
Modified:src/docs/2.0/user/porting compat.pod
Log:
Implement Apache->unescape_url_info in Apache::compat and drop it
from the official API for CGI::Util::unescape() as a suggested
replacement
Revision ChangesPath
1.69 +13 -0 modper
stas2004/10/05 18:04:53
Modified:src/docs/2.0/user/porting compat.pod
Log:
Apache::Util::escape_html is not supported in mp2
Revision ChangesPath
1.68 +10 -3 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
==
gozer 2004/09/24 12:55:33
Modified:src/docs/2.0/api/Apache Log.pod
src/docs/2.0/user/porting compat.pod
Log:
$r->log_reason has been ported and moved out of Apache::compat
Revision ChangesPath
1.18 +34 -0 modperl-docs/src/docs/2.0/api/Apache/Log.
stas2004/09/16 18:06:55
Modified:src/docs/2.0/user/porting compat.pod
Log:
Apache::Log compat methods
Revision ChangesPath
1.66 +22 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
stas2004/09/14 13:37:05
Modified:src/docs/2.0/user/config custom.pod
src/docs/2.0/user/porting compat.pod
Log:
wrapping
Revision ChangesPath
1.13 +4 -3 modperl-docs/src/docs/2.0/user/config/custom.pod
Index: custom.pod
=
gozer 2004/09/14 13:18:18
Modified:src/docs/2.0/user/porting compat.pod
Log:
Document the now deprecated Apache::ModuleConfig->get()
Revision ChangesPath
1.64 +12 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
gozer 2004/09/13 17:06:56
Modified:src/docs/2.0/api/Apache compat.pod
src/docs/2.0/user/porting compat.pod
Log:
Apache::Module get_config & top_module didn't need to be overriden
methods, keep it simple with smart wrappers instead
Revision ChangesPath
1
geoff 2004/08/23 14:16:03
Modified:src/docs/2.0/api/Apache PerlSections.pod
src/docs/2.0/user/intro overview.pod
src/docs/2.0/user/porting compat.pod
Log:
$Apache::Server::SaveConfig is now $Apache::PerlSections::Save
Reviewed by: gozer
Revisio
stas2004/08/05 10:17:16
Modified:src/docs/2.0/user/porting compat.pod
Log:
tweaks
Revision ChangesPath
1.60 +5 -2 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
===
stas2004/07/21 22:37:30
Modified:src/docs/2.0/user/config config.pod
src/docs/2.0/user/handlers intro.pod server.pod
src/docs/2.0/user/porting compat.pod
Log:
new sections:
# Startup Process
# PerlLoadModule
# PerlModule
# PerlRequire
Re
stas2004/07/15 18:11:03
Modified:src/docs/2.0/api/Apache RequestUtil.pod ServerUtil.pod
src/docs/2.0/api/ModPerl RegistryLoader.pod
src/docs/2.0/user/handlers http.pod server.pod
src/docs/2.0/user/install install.pod
src/doc
stas2004/07/15 13:51:09
Modified:src/docs/2.0/api Apache.pod
src/docs/2.0/api/Apache RequestUtil.pod ServerUtil.pod
src/docs/2.0/user/config config.pod
src/docs/2.0/user/handlers http.pod server.pod
src/docs/2.0/user/porting
stas2004/07/07 14:52:25
Modified:src/docs/2.0/api/Apache RequestUtil.pod
src/docs/2.0/user/porting compat.pod
Log:
slurp_filename() returns a SCALAR ref
Revision ChangesPath
1.22 +5 -3 modperl-docs/src/docs/2.0/api/Apache/RequestUtil.pod
stas2004/07/04 21:37:20
Modified:src/docs/2.0/api/Apache RequestUtil.pod
src/docs/2.0/user/handlers http.pod
src/docs/2.0/user/porting compat.pod
Log:
- finish Apache::RequestUtil
- update related manpages
Revision ChangesPath
1.20
stas2004/07/04 10:11:26
Modified:src/docs/2.0/user/porting compat.pod
Log:
sort items
Revision ChangesPath
1.53 +6 -6 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
stas2004/07/04 10:09:26
Modified:src/docs/2.0/user/porting compat.pod
Log:
- document the removed Apache::File->new()
- add the new idiom to slurp the contents of the file
Revision ChangesPath
1.52 +19 -3 modperl-docs/src/docs/2.0/user/porting/compat.pod
stas2004/07/02 16:17:53
Modified:src/docs/2.0/api/Apache RequestIO.pod
src/docs/2.0/user/porting compat.pod
Log:
complete Apache::RequestIO
Revision ChangesPath
1.5 +294 -141 modperl-docs/src/docs/2.0/api/Apache/RequestIO.pod
Index: RequestI
stas2004/04/27 10:49:22
Modified:src/docs/2.0/user/porting compat.pod
Log:
how to trigger an early server startup
Revision ChangesPath
1.48 +33 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
geoff 2004/03/23 17:12:24
Modified:src/docs/2.0/user/porting compat.pod
Log:
remove revisions 1.33 through 1.37
Revision ChangesPath
1.47 +7 -7 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
stas2004/03/23 10:22:52
Modified:src/docs/2.0/user/porting compat.pod
Log:
plenty of xrefs
Revision ChangesPath
1.46 +12 -5 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2004/03/03 15:37:20
Modified:src/docs/2.0/user/porting compat.pod
Log:
a better explanation
Revision ChangesPath
1.44 +10 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
===
stas2004/03/03 15:33:53
Modified:src/docs/2.0/api/ModPerl Registry.pod
src/docs/2.0/user/coding coding.pod
src/docs/2.0/user/install install.pod
src/docs/2.0/user/porting compat.pod
Log:
$ENV{GATEWAY_INTERFACE} is no longer special
stas2004/02/23 18:22:28
Modified:src/docs/2.0/api/Apache Util.pod
src/docs/2.0/user/porting compat.pod
Log:
complete the docs for ht_time and its compat friend
Revision ChangesPath
1.3 +36 -13modperl-docs/src/docs/2.0/api/Apache/Util.pod
stas2004/02/21 20:04:32
Modified:src/docs/2.0/user/porting compat.pod
Log:
corrections
Revision ChangesPath
1.41 +3 -3 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2004/02/09 12:28:39
Modified:src/docs/2.0/user/porting compat.pod
Log:
merge two duplicated entries into one
Revision ChangesPath
1.39 +3 -11 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
==
stas2004/02/09 10:44:58
Modified:src/docs/2.0/user/porting compat.pod
Log:
Since Apache::SubProcess is now part of the mp2 API, add
$r->cleanup_for_exec as a noop in Apache::compat. That function is no
longer needed in Apache2.
Revision ChangesPath
1.38 +14 -
geoff 2004/01/19 12:04:32
Modified:src/docs/2.0/api/Apache ServerUtil.pod
src/docs/2.0/api/ModPerl RegistryLoader.pod
src/docs/2.0/user/handlers http.pod server.pod
src/docs/2.0/user/install install.pod
src/docs/2.0/user/perfo
geoff 2004/01/19 11:00:51
Modified:src/docs/2.0/api/Apache ServerUtil.pod
src/docs/2.0/user/config config.pod
src/docs/2.0/user/porting compat.pod porting.pod
Log:
Apache::exists_config_define is now Apache::Server::exists_config_define
Revision
geoff 2004/01/19 10:16:58
Modified:src/docs/2.0/api/Apache ServerUtil.pod
src/docs/2.0/user/porting compat.pod
Log:
Apache::get_server_version() is now Apache::Server::get_server_version()
Apache::get_server_built() is now Apache::Server::get_server_built()
Re
geoff 2004/01/19 07:17:04
Modified:src/docs/2.0/user/porting compat.pod
Log:
Apache::unescape_url() is now Apache::URI::unescape_url()
Revision ChangesPath
1.34 +1 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
==
geoff 2004/01/15 06:33:40
Modified:src/docs/2.0/api/Apache ServerUtil.pod
src/docs/2.0/api/ModPerl RegistryLoader.pod
src/docs/2.0/user/porting compat.pod
Log:
updates for server_root_relative()
Revision ChangesPath
1.8 +1 -1 mod
stas2004/01/11 20:30:47
Modified:src/docs/2.0/user/config config.pod
src/docs/2.0/user/handlers intro.pod
src/docs/2.0/user/porting compat.pod
Log:
-=head1 Single Phase's Multiple Handlers Behavior
+=head1 Stacked Handlers
adjust links
Revis
stas2003/12/18 22:28:54
Modified:src/docs/2.0/user/porting compat.pod
Log:
APR::URI::unparse is now overridable from compat
Revision ChangesPath
1.31 +21 -7 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
===
stas2003/12/18 11:01:09
Modified:src/docs/2.0/user/porting compat.pod
Log:
now need to load Apache::RequestRec to get $r->finfo
Revision ChangesPath
1.30 +1 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
===
stas2003/12/17 13:20:02
Modified:src/docs/2.0/user/porting compat.pod
Log:
mention that $r->finfo now returns an APR::Finfo object
Revision ChangesPath
1.29 +4 -2 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/12/17 13:04:12
Modified:src/docs/2.0/api/Apache compat.pod
src/docs/2.0/user/porting compat.pod
Log:
- document the new overridable mechanism in Apache::compat
- document the four new overridable functions in Apache::compat (2
existed before but now no
stas2003/12/11 10:06:55
Modified:src/docs/2.0/user/porting compat.pod
Log:
typo in the example
Revision ChangesPath
1.27 +1 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/12/11 10:06:38
Modified:src/docs/2.0/user/porting compat.pod
Log:
temp solution for uid/gid calls
Revision ChangesPath
1.26 +26 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/11/19 11:46:11
Modified:src/docs/2.0/user/porting compat.pod
Log:
document Apache->httpd_conf
Revision ChangesPath
1.25 +14 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/11/19 11:33:29
Modified:src/docs/2.0/user/porting compat.pod
Log:
document Apache->can_stack_handlers
Revision ChangesPath
1.24 +5 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/10/19 12:20:00
Modified:src/docs/2.0/user/porting compat.pod
Log:
document @INC compat issues
Revision ChangesPath
1.23 +21 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/09/26 12:17:21
Modified:src/docs/2.0/user/porting compat.pod
Log:
$r->cleanup_for_exec is not in the mp2 api
Revision ChangesPath
1.22 +12 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
stas2003/09/22 15:38:12
Modified:src/docs/2.0/user/porting compat.pod
Log:
grammar fix
Submitted by: Finn Hakansson <[EMAIL PROTECTED]>
Revision ChangesPath
1.21 +1 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
stas2003/08/12 22:17:19
Modified:src/docs/2.0/user/porting compat.pod
Log:
remove a redundant code
Revision ChangesPath
1.20 +0 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
geoff 2003/08/12 11:06:05
Modified:src/docs/2.0/user/handlers intro.pod
src/docs/2.0/user/porting compat.pod
Log:
document new stacked handler behavior in porting
document. fix PerlChildExitHandler run-type.
Submitted by: geoff
Revision ChangesPath
1
stas2003/08/04 23:34:46
Modified:src/docs/2.0/user/porting compat.pod
Log:
it's password_validate
Revision ChangesPath
1.18 +1 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
stas2003/07/30 04:26:17
Modified:src/docs/2.0/user/porting compat.pod
Log:
correction
Revision ChangesPath
1.17 +1 -23 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
stas2003/07/30 02:53:49
Modified:src/docs/2.0/user/porting compat.pod
Log:
here is a better temp solution for chdir, doesn't require Apache::Registry
from mod_perl 1.x
Revision ChangesPath
1.16 +51 -13modperl-docs/src/docs/2.0/user/porting/compat.pod
I
stas2003/07/28 03:36:46
Modified:src/docs/2.0/user/porting compat.pod
Log:
cgi_var and cgi_env items
Revision ChangesPath
1.15 +9 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
==
stas2003/07/25 02:27:10
Modified:src/docs/2.0/user/porting compat.pod porting.pod
Log:
add examples on how to have : method and ($$) coexist
Revision ChangesPath
1.14 +5 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
==
stas2003/07/25 02:08:03
Modified:src/docs/2.0/user/porting compat.pod
Log:
sendfile is a replacement for send_fd. Thanks to Elizabeth for reminding me
to mention that.
Revision ChangesPath
1.13 +14 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
I
stas2003/07/25 01:56:33
Modified:src/docs/2.0/user/porting compat.pod
Log:
more on constants
Revision ChangesPath
1.12 +25 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
==
stas2003/06/09 18:11:25
Modified:src/docs/2.0/user/porting compat.pod
Log:
new section: mod_perl 1.0 and 2.0 Constants Coexistence
Revision ChangesPath
1.11 +28 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/06/05 22:52:19
Modified:src/docs/2.0/user/porting compat.pod
Log:
s/addr/ip/ as a better var name in the example
Revision ChangesPath
1.10 +4 -4 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
=
stas2003/06/05 22:51:26
Modified:src/docs/2.0/user/porting compat.pod
Log:
document the changes in the apis of: $connection->local_addr and
$connection->remote_addr
Revision ChangesPath
1.9 +27 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Inde
stas2003/05/25 21:41:18
Modified:src/docs/2.0/user/porting compat.pod
Log:
typo
Revision ChangesPath
1.8 +1 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
===
R
stas2003/05/25 20:31:11
Modified:src/docs/2.0/user/porting compat.pod
Log:
add a reference to ex::threads::cwd
Revision ChangesPath
1.7 +6 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/04/28 20:06:59
Modified:src/docs/2.0/user/porting compat.pod
Log:
explain that the example is an authen phase handler
Revision ChangesPath
1.6 +6 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
stas2003/04/28 19:54:54
Modified:src/docs/2.0/user/porting compat.pod
Log:
clarify the issues with Apache->request under mp2
Revision ChangesPath
1.5 +79 -6 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
==
59 matches
Mail list logo