Log of /perl/embperl/trunk/Faq.pod
Parent Directory
|
Revision Log
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: 42709 byte(s)
Diff to
previous 294001
(
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
294001 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 15 08:15:42 2000 UTC
(9 years ago)
by
richter
File length: 42288 byte(s)
Diff to
previous 293938
(
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
293908 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 10 19:32:47 2000 UTC
(9 years, 3 months ago)
by
richter
File length: 41210 byte(s)
Diff to
previous 293810
(
colored)
- Fixed a problem with POSTed data, which had got lost for the first,
request when using EmbperlObject handler. Spotted by
Kaare Rasmussen.
- Fixed a typo in HTML::Embperl::Mail, spotted by Robert.
Revision
293810 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 2 04:41:41 2000 UTC
(9 years, 6 months ago)
by
richter
File length: 38250 byte(s)
Diff to
previous 293807
(
colored)
- New $escmode (or EMBPERL_ESCMODE) to disable the possiblilty
to turn off escaping with a leading backslash. Adding 4 to
any escmode will cause Embperl to do no special processing
on the backslash. This is mainly to avoid problems with
cross site scripting issuse, where people are able to enter
aribtary HTML.
- Characters between 128 and 159 are all HTML escaped now to
avoid problems with buggy browser, which were reported to
treat the chars 139 and 141 as < and >.
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: 38204 byte(s)
Diff to
previous 293806
(
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
293800 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 29 19:41:42 2000 UTC
(9 years, 7 months ago)
by
richter
File length: 34631 byte(s)
Diff to
previous 293746
(
colored)
- 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.
-> Part2 (save params)
Revision
293746 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 13 05:41:46 1999 UTC
(10 years, 1 month ago)
by
richter
File length: 37345 byte(s)
Diff to
previous 293745
(
colored)
- Added the Status: header to embpcgi.pl to let Apache return
the correct status line. Patch from Jason Holt.
- Add epchar.c.iso-lation.c to faq
- add embperl cvs web browse location to cvs
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: 36977 byte(s)
Diff to
previous 293715
(
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
293712 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 11 20:18:05 1999 UTC
(10 years, 5 months ago)
by
richter
File length: 34115 byte(s)
Diff to
previous 293700
(
colored)
- Fixed a problem that @ffld contains the same field more then
one time if posted from a select multiple with multiple items
selected. This caused problems with [$hidden$]. Spotted by
Martin Leja.
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: 34097 byte(s)
Diff to
previous 293697
(
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: 26229 byte(s)
Diff to
previous 293646
(
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.
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.