Log of /perl/embperl/trunk/MANIFEST
Parent Directory
|
Revision Log
Revision
580573 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 29 11:05:54 2007 UTC
(2 years, 1 month ago)
by
richter
File length: 15634 byte(s)
Diff to
previous 498924
(
colored)
- Include patch from Mark D. Anderson to make SSI syntax
behave more like mod_include.
- Improve XHTML/XML support. Tags that are parsed by Embperl
like input, are now only have one slash at the end, if there
is already a slash in the source and output_mode is set to
xml. In addition checked attributes for input tags are now
added as checked="checked" to be valid xml.
Spotted by Villu Roogna.
- Add Embperl::Form stuff
- Set version to 2.3.0
- Included patch from Andrew O'Brian to correctly retrieve
Cookie header when running under Apache 2.
Revision
498924 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 23 05:31:44 2007 UTC
(2 years, 10 months ago)
by
richter
File length: 15505 byte(s)
Diff to
previous 396795
(
colored)
- Fixed segfault that might occurs when an value of an input
attribute is removed. Spotted by Andrew Sitnikov.
Revision
354348 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 6 07:45:12 2005 UTC
(3 years, 11 months ago)
by
richter
File length: 15235 byte(s)
Diff to
previous 344310
(
colored)
- Added new command [$ dump $] which can be used
to dump variables to logfiles or to the output
for debugging purpose.
- [$ sub $] return value is handled now corretly
in scalar and array context
- Start of Embperl::Form implementation
Revision
331953 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 9 05:11:19 2005 UTC
(4 years ago)
by
richter
File length: 14666 byte(s)
Diff to
previous 330373
(
colored)
- Added better UTF-8 support:
- Output escaping now takes Perl's UTF-8 flags into
account and will not escape UTF-8 chars anymore
- Diretive Embperl_Output_Esc_Charset allows to
generaly switch between Latin1, Latin2 and UTF-8.
(For UTF-8 this is not necessary when Perl's UTF-8
Flag is correctly set, but this is not the case
for all datasources)
Revision
330373 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 2 22:00:14 2005 UTC
(4 years ago)
by
richter
File length: 14641 byte(s)
Diff to
previous 328785
(
colored)
- Added Module Embperl::Inline, which allows to embed
Embperl code in an ordinary Perl module. This makes
is easy to install system wide libraries, which need
to contain Embperl code/markup. See perldoc Embperl::Inline
- [$ sub $] now can takes arguments and inital code like:
[$ sub foo ($self, $a, $b) my $c = $self -> {bar} $]
- Embperl subroutines are now called in array context, to
allow to return multiple return values.
- Added validate type TimeValue, which is a numeric value
followed by s, m, h, d or w.
- Added validate type PosInteger, which is a positiv integer
value
- Fixed Segfault that could occur when a Embperl sub does
not contain anything.
Revision
294749 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 6 21:47:38 2005 UTC
(4 years, 3 months ago)
by
richter
File length: 14311 byte(s)
Diff to
previous 294738
(
colored)
- Fixed unresolved symbol when compiling under SuSE 9.3 (because SuSE
compiles Apache 2 in maintainer mode)
- Fixed strange output when Perl code inside of [$ sub $] returns
before any output.
- Documentation cleanup
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
294734 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 28 06:31:00 2005 UTC
(4 years, 8 months ago)
by
richter
File length: 14111 byte(s)
Diff to
previous 294732
(
colored)
- If optReturnError is set in the httpd.conf it is now reseted
for all sub components, to make sure all errors are reported
back. (It can still be set via the options argument of
Execute).
- Using ErrorDocument by setting optReturnError now also works
under EmbperlObject. Reported by Robert Noris.
Revision
294732 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 27 22:16:42 2005 UTC
(4 years, 8 months ago)
by
richter
File length: 14050 byte(s)
Diff to
previous 294726
(
colored)
- If an object is passed to die inside Execute the errors array
will receive this object and will not be stringified.
Requested by Robert Noris.
- $epreq -> errobj holds the last object passed to die during
the request.
- Added documentaion of Embperl's error handling and trapping.
Revision
294641 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 12 20:34:22 2003 UTC
(6 years, 5 months ago)
by
richter
File length: 13365 byte(s)
Diff to
previous 294637
(
colored)
- fixed various compiler warnings reported by Angus Lees.
- Added missing Form/Validate modules to distribution.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
294597 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 26 10:03:45 2002 UTC
(7 years ago)
by
richter
File length: 13384 byte(s)
Diff to
previous 294595
(
colored)
- website changes
- If no name is given for a key, Form::Validate now tries to lookup the correct
text via Embperl's gettext method.
- Fixed problem with message ids that are Perl keywords. Reported by Jaak.
- Added EMBPERL_COOKIE_SECURE option to transfer cookie only over a secure
connection.
- Added EMBPERL_OUTPUT_MODE that allows to change to XML output, which cause
generated tags to contains a closing slash, so they are valid XML/XHTML.
Revision
294082 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 27 04:26:45 2001 UTC
(8 years, 8 months ago)
by
richter
File length: 6571 byte(s)
Diff to
previous 294050
(
colored)
- Catch exceptions inside of Embperl.pm and correctly cleanup the
request. This avoids problems in further request in case anything
was really going wrong.
- If the base template in an EmbperlObject request is requested
directly the Execute ('*') does nothing, to avoid
endless recursion.
Revision
294050 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 7 08:21:28 2001 UTC
(8 years, 9 months ago)
by
richter
File length: 6488 byte(s)
Diff to
previous 294047
(
colored)
- Added new Introduction to EmbperlObject written by
Neil Gunton. See perldoc IntroEmbperlObject
- Added new Tips and Tricks pod written by
Neil Gunton. See perldoc TipsAndTricks. Anybody is invited
to send me their own Tips and Tricks!
- Fixed a problem that Embperl are in a wired state after an file upload
has been interrupted. Spotted by Dirk Lutzebaeck.
- Fixed a problem set @ISA is not correctly setup in case a file is
compiled in the same package as the base file of EmbperlObject.
Spotted by Neil Gunton.
- Fixed problem with including ../foo.html in EmbperlObject. Spotted
by Neil Gunton.
- Added warning if @ISA is not correctly setup/corrupted.
Revision
294047 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 15 20:17:38 2001 UTC
(8 years, 10 months ago)
by
richter
File length: 6281 byte(s)
Diff to
previous 294046
(
colored)
- Corrected a problem that leads to very strange errors when an
Embperl sub is called from an in memory source (that is passed
via the Execute input parameter). Spotted by Neil Gunton.
Revision
294044 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 23 20:13:28 2000 UTC
(8 years, 11 months ago)
by
richter
File length: 6110 byte(s)
Diff to
previous 294010
(
colored)
- Added object and isa parameters to Execute, which allows to get an
object reference for a certain file and set the Perl inherence
hierachive. Ideas from Neil Gunton and Agnus Lees.
Revision
294001 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 15 08:15:42 2000 UTC
(9 years ago)
by
richter
File length: 5917 byte(s)
Diff to
previous 293989
(
colored)
- Carridge Returns are only removed for Perl 5.004. This makes using of
HERE documents possible on Perl 5.005+, even if the documents has CRLF
as lineendings.
Revision
293976 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 7 11:28:39 2000 UTC
(9 years ago)
by
richter
File length: 5624 byte(s)
Diff to
previous 293953
(
colored)
- Fixed problem that call to close triggers error in Session.pm when using Store::File.
Spotted by Alvar Freude.
- Fixed problem that GetSession doesn't return a value for new session.
Spotted by Angus Lees.
- Added new function SetSessionCookie, which can be used to set the session cookie
header in case you use Embperl session management, but don't use a
Embperl page in that request. Suggested by Alex Schmelkin.
- Fixed problem that DeleteSession does not work outside the base template, when
used with EmbperlObject. Spotted by Angus Lees.
- Fixed problem when use multiple nested ../foo.htm inside EmbperlObject.
Spotted by Neil Gunton.
- Included patch from Angus Lees to ease building on debian.
Revision
293953 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 17 08:23:09 2000 UTC
(9 years, 1 month ago)
by
richter
File length: 5541 byte(s)
Diff to
previous 293951
(
colored)
- Embperl is now able to output binary data if EMBPERL_ESCMODE
and/or $escmode is zero. This also include that no CRLF is
added at the end of the file, if escmode is zero.
Revision
293951 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 17 07:02:11 2000 UTC
(9 years, 1 month ago)
by
richter
File length: 5500 byte(s)
Diff to
previous 293920
(
colored)
* Now Embperl also searches the path for files like
../foo.html, or bar/foo.html, which includes a relative path.
- ../* is now a shortcut for the requested file, but in the
parent directory (or upper depending on the search path)
- Added hash %CLEANUPFILE. All variables defined into the files given
in this hash, are also cleanup at the end of the request.
Patch from Todd Eigenschink.
Revision
293920 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 11 09:53:38 2000 UTC
(9 years, 2 months ago)
by
richter
File length: 5235 byte(s)
Diff to
previous 293919
(
colored)
- Embperl now runs on ActiveState Perl. With a lot of help
from Randy Korbes.
- embpcgi* and embpexec* are now geratated out of *.templ instead
of editied in place to avoid problems with cvs conflicts
and lower/uppercase on Win32. Suggest by Jens-Uwe Mager.
Revision
293919 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 7 20:14:15 2000 UTC
(9 years, 2 months ago)
by
richter
File length: 5241 byte(s)
Diff to
previous 293917
(
colored)
- Added access to Embperl session handling for modules and
calling scripts (see SetupSession and GetSession)
- Added method for deleting session data and cookie
- Added method for triggering resend of session cookie.
Revision
293916 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 24 05:43:41 2000 UTC
(9 years, 3 months ago)
by
richter
File length: 5060 byte(s)
Diff to
previous 293915
(
colored)
- Changed EmbperlObject search order:
* If EMBPERL_OBJECT_STOPDIR is set, this directory is taken as
the last directory in the normal search path, instead of the
directory where the base template (EMBPERL_OBJECT_BASE) is found.
* EMBPERL_OBJECT_ADDPATH is _always_ added to the search path
- Added Test for pnotes ('EMBPERL_ERRORS')
Revision
293915 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 21 04:22:50 2000 UTC
(9 years, 3 months ago)
by
richter
File length: 4745 byte(s)
Diff to
previous 293905
(
colored)
- Fixed a problem with importing files that contains foreach and
do until loops, which may caused a syntax error or endless
loop. Spotted by Steffen Geschke.
Revision
293905 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 17 05:16:28 2000 UTC
(9 years, 4 months ago)
by
richter
File length: 4690 byte(s)
Diff to
previous 293903
(
colored)
- correct spelling error and renamed ScanEnvironement to ScanEnvironment.
(ScanEnvironement still works).
- EmbperlObject can now be used also offline (via HTML::EmbperlObject::Execute)
- MailFormTo and HTML::Embperl::Mail::Execute now have a configuration
directive EMBPERL_MAILHELO, can be used to specify the host/domain for the
HELO/EHLO command. Suggested by Remco Brink.
- Fixed a bug that caused the default drive to be incorrectly set on Win 32.
Revision
293903 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 16 17:45:55 2000 UTC
(9 years, 4 months ago)
by
richter
File length: 4629 byte(s)
Diff to
previous 293902
(
colored)
- Added new debug flag dbgObjectSerach which logs the EmbperlObjects
work when searching the correct file.
- If import parameter is given to Execute, Perl code is compiled, but
only [! !] blocks are executed (to allow sub definitions on import)
- Space is converted to %20 instead of +, because that is more generic.
Suggested by Michael Blakely.
- EmbperlObject now automaticly defines all subs that are declared
inside the base template and inside the requested page, so it isn't
neccessary anymore to call Execute with import => 0 for them.
- Every Embperl Page now get passed a request object (which can be obtained
from $_[0]). The request object is a hash reference which is blessed
into the package HTML::Embperl::Req. Embperl itself don't uses the hash, so
you are free to populate it and pass data between different pages of one request.
- EmbperlObject now setup the inherence so that
request page -ISA->
base template -ISA->
EMBPERL_OBJECT_HANDLER_CLASS (if defined) -ISA->
HTML::Embperl::Req
and the Embperl request object is blessed into the packages of the
requested page, so you can do methods calls to subs that are defined
inside the requested page.
Revision
293902 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 8 17:09:41 2000 UTC
(9 years, 4 months ago)
by
richter
File length: 4326 byte(s)
Diff to
previous 293901
(
colored)
- Added new debug flag dbgObjectSerach which logs the EmbperlObjects
work when searching the correct file.
- If import parameter is given to Execute, Perl code is compiled, but
only [! !] blocks are executed (to allow sub definitions on import)
- New debug flag dbgObjectSearch can be set to see which files
EmbperlObject picksup and how it searches them.
- Space is converted to %20 instead of +, because that is more generic.
Suggested by Michael Blakely.
Revision
293812 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 2 06:47:10 2000 UTC
(9 years, 6 months ago)
by
richter
File length: 4261 byte(s)
Diff to
previous 293807
(
colored)
- emacs no longer part of the distribution, because newer versions of various editor modes are avialbale on the web. See Download.
Revision
293807 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 25 04:25:57 2000 UTC
(9 years, 7 months ago)
by
richter
File length: 4291 byte(s)
Diff to
previous 293804
(
colored)
- Added epchar.c.min which contains translation tables which
let's all chars above 128 untouched. This is usefull for
processing two byte charsets. Patch from Sangmook Yi.
- The searchpath (EMBPERL_PATH) now uses semikolons (';') instead
of colons (':') to avoid problems with Windows drive letters.
Colons still work on Unix.
Revision
293804 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 17 21:03:19 2000 UTC
(9 years, 7 months ago)
by
richter
File length: 4278 byte(s)
Diff to
previous 293802
(
colored)
- Rearrange Patch from Randy Kobes that makes Embperl compile with
Apache 1.3.12 and Perl 5.6 on Win32.
- Removed some -w warnings form EmbperlObject
- Added tests for EmbperlObject
Revision
293798 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 29 07:00:42 2000 UTC
(9 years, 8 months ago)
by
richter
File length: 3970 byte(s)
Diff to
previous 293782
(
colored)
- Applied a patch from Jens-Uwe Magner to make Embperl work
with mod_perl 1.22 on AIX. We now require mod_perl 1.22,
but I should now work as DSO and staticly linked.
- Applied a patch from Francis J. Lacoste that makes sure
that when a package name is given the file is always compiled
into this package. Note: This means that if you specify a
packagename and the packagename differs from request to
request, the page is compiled for every package and therfore
consuming memory on every request.
Revision
293780 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 6 08:33:00 2000 UTC
(9 years, 10 months ago)
by
richter
File length: 3967 byte(s)
Diff to
previous 293759
(
colored)
- added new mod_perl handler EmbperlObject, which helps to build whole
pages out of small objects, which can be overwritten in "derived"
pages.
- added EMBPERL_PATH (and path parameter to Execute), which can contain
a colon separated search path. Embperl uses it when a file, which does
not contain a path, is executed.
Revision
293757 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 3 07:53:32 1999 UTC
(10 years ago)
by
richter
File length: 3909 byte(s)
Diff to
previous 293755
(
colored)
- Test if mod_ssl.c if compiled to support SSLDisable, to avoid
Embperl unrelated errors in make test. Spotted by Roman Maeder.
Revision
293755 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 2 08:33:39 1999 UTC
(10 years ago)
by
richter
File length: 3883 byte(s)
Diff to
previous 293743
(
colored)
- Fixed an endless loop that occured when tainting is on and
the same document is called two times via Execute. With help
from Jason Holt.
- Changed access to addtional upload fileinfo. The old syntax
(${${$fdat{<name_of_field>}}}) isn't available anymore, because
it doesn't work with filenames that are not a vaild per
variable name. Now there is a second field which start with a
dash that's holds a hash ref to the file info. Spotted by
Huang-Ming Pan.
- The Embperl specific part of Apache session (former
Apache::Session::Embperl) is now part of the Embperl distribution
(as HTML::Embperl::Session). This makes Embperl independ of
new releases of Apache::Session. Embperl now works with
Apache::Session version 1.00 and higher. Apache::Session 0.17 is still
supported, but the documentation is removed, because it should no
longer be used.
- Apache::Session must not be preloaded prior to Embperl. It's
enought to set EMBPERL_SESSION_CLASSES and Embperl will bring
the right modules in memory for you.
- Removed the call to mod_perl_sent_header, which was an workaround
for an problem with (very) old mod_perl version, because it doesn't
resolve on (every) IRIX. Spotted by Jearanai Vongsaard.
- NOT_FOUND, FORBIDDEN now also logged thru Apache, so the LogLevel is
honoured and log message in Apache error log get a time stamp.
Spotted by Christian Gilmore.
- Removed warings that apears when compiling with -Wall.
Revision
293743 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 5 06:04:11 1999 UTC
(10 years, 1 month ago)
by
richter
File length: 3901 byte(s)
Diff to
previous 293737
(
colored)
- Fixed a great security whole in CGI mode. Because Apache passes
anything after the first '?' to the cgi script as commandline
arguments, embpexec.pl could be tricked into offline mode, where
it returned any file that is readable by the httpd! So if you are
using CGI mode, I strongly recommend to update to 1.2b10.
Now you must use embpcgi.pl instead of embpexec.pl in CGI mode.
Spotted by Jason Holt.
- Added EMBPERL_ALLOW. If the file doesn't EMBPERL_ALLOW Embperl
will return forbidden. This is primarly another security
feature, because dependig on the way you use Embperl in CGI mode,
it will not honour all Apache access restrictions. With
EMBPERL_ALLOW, you can now force it to serve only certain
files. Suggested by Jason Holt.
Revision
293737 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 17 04:25:09 1999 UTC
(10 years, 2 months ago)
by
richter
File length: 3817 byte(s)
Diff to
previous 293735
(
colored)
- Fixed a problem that had occured with magic SVs (tied scalar)
as source for the Execute function. Spotted by Todd Eigenshink.
Revision
293735 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 10 05:05:34 1999 UTC
(10 years, 2 months ago)
by
richter
File length: 3771 byte(s)
Diff to
previous 293731
(
colored)
- Fixed a problem with loading Apache::Session 1.01, when
Apache::Session 0.17 is not installed. Spotted by Volker Hess.
Revision
293731 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 8 05:11:37 1999 UTC
(10 years, 2 months ago)
by
richter
File length: 3724 byte(s)
Diff to
previous 293729
(
colored)
- Fix a memory leak which eats one SV per <OPTION> tag, introduced
in 1.2b6.
- German documentation (IntroD.pod, FeaturesD.pod and EmbperlD.pod)
are now included in the distribution.
Revision
293729 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 4 17:48:37 1999 UTC
(10 years, 2 months ago)
by
richter
File length: 3673 byte(s)
Diff to
previous 293721
(
colored)
- Fixed behaviour of <INPUT>. <INPUT> now does not overide
VALUE="" with the value from %fdat. This seems to has been
broken, since a couple of versions and the fix may break
pages that depends on that wrong behaviour. Anyway I have
to fix it before the release version is out!
- Fixed error in URL unescaping, spotted by Hartmut Palm.
- _WINSOCK2API_ gets defined on Win32, when compiling with
Apache 1.3.9. Spotted by Randy Korbes.
- Win32 test uses also embpexec.test.pl (instead of .bat),
so cgi test runs also with Apache 1.3.9. Spotted by Randy Korbes.
Revision
293721 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 10 13:37:05 1999 UTC
(10 years, 3 months ago)
by
richter
File length: 3660 byte(s)
Diff to
previous 293718
(
colored)
- '%' is escaped to %25 inside of URLs
- Inside the A tag only the HREF attribute is URL escaped, instead
of the whole tag.
- The SRC attribute of embed, frame, iframe, img, layer now are
also URL escaped.
- Giving a an array refernce inside an URL, cause Embperl expand
it to URL parameter syntax (i.e. [+ \@A +] becomes A=1&B=2, when
@A = (A, 1, B, 2) ).
- Embperl checks now for unclosed metacommands (if, while etc.) and
unclosed HTML tags (table etc.). Suggest by Todd Eigenshink.
- Fixed a problem when file was not found, which causes in some cases
a SIGSEGV.
- Added new configuration directive EMBPERL_MAIL_ERRORS_TO. If set
all error messages will be send to the given address.
- input_/output_func parameter can take a code reference as
argument. Based on a patch from Jon Tobey.
- Set force PERL_DL_NONLAZY to zero, so make test does not fail
if dynaloader was initialized with PERL_DL_NONLAZY set.
Patch from John Tobey.
- [$ foreach $i(x..y) $] does not require a space before the (
anymore. Suggested by Jonny Cavell.
Revision
293714 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 6 11:56:14 1999 UTC
(10 years, 4 months ago)
by
richter
File length: 3607 byte(s)
Diff to
previous 293705
(
colored)
- Embperl now never writes to the logfile if EMBPERL_DEBUG is zero
- make test now runs with newest version of mod_ssl (2.3.5)
- Added option optKeepSpaces which will disable the removing of spaces
and empty lines from the output. Suggested from Gary Shea.
- Added option optOpenLogEarly, which will cause Embperl to open the
logfile as soon as it is loaded into memory. You can use this when
you loaded Embperl via PerlModule under Apache, to open the log
as root instead of the non-privileged user Apache runs as.
Revision
293699 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 7 20:13:54 1999 UTC
(10 years, 6 months ago)
by
richter
File length: 3531 byte(s)
Diff to
previous 293698
(
colored)
- Added new parameter "import" to Execute, which let's you import subs
(defined with [$sub <name>$]) into the current page.
- Added emacs/embperl.el. It's a emacs minor mode for Embperl written
by Erik Arneson
- Output of dbgShowCleanup is now sorted by name
Revision
293697 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 20 09:25:04 1999 UTC
(10 years, 7 months ago)
by
richter
File length: 3268 byte(s)
Diff to
previous 293695
(
colored)
- Added epchar.c.iso-latin-2 from Jiri Novak, which contains the correct
escaping for the iso-8859-2 (iso-latin-2) character set. You may use it
to replace the standard epchar.c
- Added new metacommand [$ sub <name> $] and [$ endsub $] which allows
you to define blocks of code an call them mulitple times inside a page,
either a creating a subrequest Execute('#<name>') or by calling them
directly as a perl subroutine [- <name> -]. Read the docs for more
information on the details and differences.
- @ffld is filled with 'values %fdat' if the ffld parameter in the call
to the Execute funtion is missing.
- Filedata will held into memory until the end of the request, so a
second call to Execute for the same file will not reread the data
from disk.
Revision
293693 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 22 05:18:38 1999 UTC
(10 years, 8 months ago)
by
richter
File length: 3199 byte(s)
Diff to
previous 293684
(
colored)
- Fixed the problem that the output of Execute inside a table
didn't come out when optEarlyHttpHeader was set. Spotted by
Chris Alexander.
- %fdat of a Execute will not be overwritten anymore when the
%fdat of the main request was empty. Spotted by Chris Alexander.
Revision
293677 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 1 19:42:40 1999 UTC
(10 years, 10 months ago)
by
richter
File length: 3055 byte(s)
Diff to
previous 293674
(
colored)
- Added module Apache::Session::epDBI which is a subclass of
Apache::Session::DBI and corrects a problem with locking and
cares of serializing requests, so %mdat works correctly.
Please read IMPORTANT NOTE under Session Management in
Embperl.pod
Revision
293674 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 28 21:32:34 1998 UTC
(10 years, 11 months ago)
by
richter
File length: 2982 byte(s)
Diff to
previous 293669
(
colored)
- Makefile.PL checks now for required modules and versions and
generates warnings if necessary
- Do not CLEAR %udat and %mdat in cleanup, so Apache::Session
will not warn anymore about unsupported CLEAR operation.
- Added tests for session management (%udat, %mdat)
Revision
293653 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 27 21:50:57 1998 UTC
(11 years, 1 month ago)
by
richter
File length: 2727 byte(s)
Diff to
previous 293646
(
colored)
- req_rec param isn't necessary anymore for Execute
- added shortform of Execute
- fix a problem with setting $escmode inside a URL
Revision
293637 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 25 21:51:52 1998 UTC
(11 years, 2 months ago)
by
richter
File length: 2481 byte(s)
Diff to
previous 293631
(
colored)
- I have reworked the whole source code so Embperl is now
going to be an object. This means Embperl is reentrant, you
can call Execute within an Embperl page, for example to include
the same header on each page.
Revision
293629 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 28 15:44:47 1998 UTC
(11 years, 4 months ago)
by
richter
File length: 2366 byte(s)
Diff to
previous 293627
(
colored)
- fix compile error under win nt
- add support for testing mod_perl build with USE_DSO
-> version 1.1.0
Revision
293627 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 27 19:45:29 1998 UTC
(11 years, 4 months ago)
by
richter
File length: 2341 byte(s)
Diff to
previous 293626
(
colored)
- nesting of html and metacommand is independend now
- add test for post request
- add test for optUndefToEmptyValue
- fixed bug with optUndefToEmptyValue
Revision
293626 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 27 14:26:10 1998 UTC
(11 years, 4 months ago)
by
richter
File length: 2261 byte(s)
Diff to
previous 293621
(
colored)
- Added optUndefToEmptyString which will cause Embperl to treat non
existent values in %fdat as empty string in input tags, as suggested
by Steve Willer.
- Fixed a memory leak in foreach metacommand
- Added CVS.pod
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.