CVS log for loncom/xml/run.pm
Up to [LON-CAPA] / loncom / xml
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Mar 12 20:20:13 2020 UTC (4 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
HEAD
Diff to previous 1.65: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.65: +2 -2
lines
- Bug 6925. Support complex data structures, e.g., $hash{a}{b}{c} when
evaluating variable refs. (Existing regex was collapsing this to $hash{c})
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Nov 10 20:40:59 2019 UTC (4 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.64: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.64: +2 -2
lines
- Suppress "Use of uninitialized value" (Config.pm line 62) warnings in logs
from reval of perl special hash: %!, in call to &Apache::run::dump()
when creating ScriptVars display for answer target.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jun 23 02:52:20 2015 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2
Diff to previous 1.63: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.63: +2 -2
lines
- perl 5.10 and newer include a var named ^RE_TRIE_MAXBUF, where ^R is the
control character \022. (default value is 65536).
- Hide this from vars gathered for ScriptVars display to eliminate error log
messages of the type: "Missing operator before E_TRIE_MAXBUF?",
logged when a Script block is parsed and the target is answer.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Dec 15 17:45:16 2014 UTC (9 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1
Diff to previous 1.62: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.62: +4 -4
lines
- Coding style: keys(), sort()
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Dec 4 15:57:15 2013 UTC (10 years, 10 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0
Diff to previous 1.61: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.61: +36 -32
lines
Proper internationalization of "Code ran too long" and other runtime error messages:
- Added missing &mt() calls
- Translate only after concatenation
- Re-use same phrases
- Updated related phrases in translation files
Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Dec 18 18:27:43 2012 UTC (11 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.60: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.60: +3 -3
lines
- For perl 5.16 use of deprecated defined(@array) and defined(%hash)
generates warnings.
- eliminate use.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Nov 24 18:55:01 2008 UTC (15 years, 11 months ago) by jms
Branches: MAIN
CVS tags: version_2_9_X,
version_2_9_99_0,
version_2_9_1,
version_2_9_0,
version_2_8_99_1,
version_2_8_99_0,
version_2_10_X,
version_2_10_1,
version_2_10_0_RC2,
version_2_10_0_RC1,
version_2_10_0,
loncapaMITrelate_1,
language_hyphenation_merge,
language_hyphenation,
bz6209-base,
bz6209,
bz5969,
bz2851,
PRINT_INCOMPLETE_base,
PRINT_INCOMPLETE,
GCI_3,
GCI_2,
BZ5971-printing-apage,
BZ5434-fox,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse
Diff to previous 1.59: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.59: +27 -1
lines
Added/modified POD comments
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Sep 11 14:47:24 2008 UTC (16 years, 1 month ago) by bisitz
Branches: MAIN
CVS tags: version_2_8_X,
version_2_8_2,
version_2_8_1,
version_2_8_0,
version_2_7_X,
version_2_7_99_1,
version_2_7_99_0,
version_2_7_1,
GCI_1
Diff to previous 1.58: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.58: +2 -2
lines
Past tense of "occur" is "occurred" (rr!)
Also added some missing &mt() calls and corrected some other little typos
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Mar 16 15:47:37 2006 UTC (18 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_7_0,
version_2_6_X,
version_2_6_99_1,
version_2_6_99_0,
version_2_6_3,
version_2_6_2,
version_2_6_1,
version_2_6_0,
version_2_5_X,
version_2_5_99_1,
version_2_5_99_0,
version_2_5_2,
version_2_5_1,
version_2_5_0,
version_2_4_X,
version_2_4_99_0,
version_2_4_2,
version_2_4_1,
version_2_4_0,
version_2_3_X,
version_2_3_99_0,
version_2_3_2,
version_2_3_1,
version_2_3_0,
version_2_2_X,
version_2_2_99_1,
version_2_2_99_0,
version_2_2_2,
version_2_2_1,
version_2_2_0,
version_2_1_99_3,
version_2_1_99_2,
version_2_1_99_1,
version_2_1_99_0
Diff to previous 1.57: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.57: +3 -3
lines
- bug #4702
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Feb 20 23:52:20 2006 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.56: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.56: +5 -3
lines
- don't try to highlight non existant lines BUG#4671
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jan 11 08:56:13 2006 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X,
version_2_1_3,
version_2_1_2,
version_2_1_1
Diff to previous 1.55: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.55: +2 -2
lines
- didn't mean to include &i in that list
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jan 11 08:52:58 2006 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.54: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.54: +2 -1
lines
- Math::Complex defines the functions &theta, &rho, &pi but we don't want to call them when doing evaluates
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Nov 15 20:50:26 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_0,
version_2_0_99_1
Diff to previous 1.53: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.53: +3 -2
lines
- remove other internal vars from the script vars link
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Nov 8 18:59:03 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.52: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.52: +4 -4
lines
- math::complex apparently creates a var name ^WARNING_BITS where ^W is the control character \027. hiding it
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Oct 4 16:30:23 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X,
version_2_0_2
Diff to previous 1.51: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.51: +2 -2
lines
- need to replace all of the \n
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Feb 28 22:17:09 2005 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_1,
version_2_0_0,
version_1_99_3,
version_1_99_2,
version_1_99_1_tmcc,
version_1_99_1,
version_1_99_0_tmcc,
version_1_99_0
Diff to previous 1.50: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.50: +6 -6
lines
- stop allowing infinte loops to cause havoc, nesting alram() doesn't work so we need to fake the ability to do it.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Feb 26 06:10:30 2005 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.49: preferred, unified
Changes since revision 1.49: +4 -2
lines
- hide the perl inter variables like $'
Revision
1.49:
download - view:
text,
markup,
annotated -
[selected for diffs]
Tue Aug 10 19:16:40 2004 UTC (20 years, 2 months ago) by
albertel
Branches:
MAIN
CVS tags:
version_1_3_X,
version_1_3_3,
version_1_3_2,
version_1_3_1,
version_1_3_0,
version_1_2_X,
version_1_2_99_1,
version_1_2_99_0,
version_1_2_1,
version_1_2_0,
version_1_1_99_5,
version_1_1_99_4
Diff to previous 1.48:
preferred,
unified
Changes since revision 1.48: +16 -12
lines
- BUG#3283 was internally using $result when doing evaluates,
- also fixed the case where the script vars link failed to properly show when @var and $var and %var all had values
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jul 19 16:53:46 2004 UTC (20 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.47: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.47: +1 -3
lines
- turn off the reuire is run::evaluate since they are on by default now
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jul 13 19:12:46 2004 UTC (20 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_3
Diff to previous 1.46: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.46: +23 -2
lines
- can't do this in a subroutine the $decls are my scoped and therefore not visibile in the subroutine, Need to move it back into the regexp, which mean enabling require opcode when doing run::evaluate might be able to get around this in a future release.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Mar 31 05:24:00 2004 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_2,
version_1_1_99_1,
version_1_1_99_0
Diff to previous 1.45: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.45: +9 -9
lines
- trying to be UTF8 transparent
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Feb 26 23:39:04 2004 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.44: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.44: +21 -6
lines
- BUG#2414, okay $$a should work when only $a is defined.
- commented the regexp of doom some
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Feb 26 22:08:54 2004 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.43: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.43: +2 -2
lines
- BUG#2414
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 29 18:46:25 2004 UTC (20 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.42: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.42: +3 -3
lines
- BUG#2656, wrong #of sceconds displayed when timingout
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Nov 9 01:17:35 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_X,
version_1_1_3,
version_1_1_2,
version_1_1_1,
version_1_1_0,
version_1_0_99_3,
version_1_0_99_2,
version_1_0_99_1,
version_1_0_99
Diff to previous 1.41: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.41: +23 -23
lines
- retabinate
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Oct 1 21:34:53 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.40: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.40: +1 -3
lines
- removing some debugs
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Oct 1 21:27:35 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.39: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.39: +15 -5
lines
- BUG#2239, the bad line is highlighted in red and bolded, may I should add blink?
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jun 18 21:04:42 2003 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_1_0_3,
version_1_0_2,
version_1_0_1,
version_1_0_0,
version_0_99_5,
version_0_99_4,
version_0_99_3
Diff to previous 1.38: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.38: +2 -2
lines
- IS can't handle multi 1000 character hrefs.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jun 9 21:45:23 2003 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_2
Diff to previous 1.37: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.37: +1 -2
lines
- didn't want to commit this
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jun 9 21:37:54 2003 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.36: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.36: +2 -1
lines
- how about this instead then.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Apr 3 21:58:40 2003 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_1,
version_0_99_0,
conference_2003
Diff to previous 1.35: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.35: +1 -2
lines
- removing debug message
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Apr 3 14:35:59 2003 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.34: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.34: +3 -3
lines
- shift to using a pervar timeout
- add perlvar for scantron dir
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Mar 28 23:32:46 2003 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.33: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.33: +18 -7
lines
- error messages generated by instructor scripts was being hidden
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Mar 25 03:00:31 2003 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6_2
Diff to previous 1.32: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.32: +3 -3
lines
- cleaner way to kill the eval
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 24 22:43:31 2003 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.31: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.31: +60 -43
lines
- hard_timeout wasn't a good idea, now setting alarms and more gracefully exit
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jun 24 21:23:26 2002 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6,
version_0_5_1,
version_0_5,
version_0_4,
stable_2002_july,
STABLE
Diff to previous 1.30: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.30: +2 -2
lines
- fixes BUG#494 (Don't interpolate students reponse)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 24 16:48:50 2002 UTC (22 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.29: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.29: +2 -3
lines
- local variable declations override the global ones, don't use $i as a local counter.BUG#471
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu May 23 21:15:34 2002 UTC (22 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.28: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.28: +9 -3
lines
- do timeout checking for variable evaluations too
- check if $Apache::lonxml::request is valid first (in case undef was passed in instead)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu May 23 21:12:44 2002 UTC (22 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.27: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.27: +3 -1
lines
- &Apache::lonxml::xmlparse now wants a request obect passed along
- modified all known calls of xmlparse to take pass a request object
- added code to timeout a <script> block that runs more that the configured timeout parameter of seconds. (LON-CAPA defaults to 300)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri May 3 22:30:54 2002 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.26: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.26: +9 -7
lines
- better protection of output
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Apr 10 15:22:02 2002 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.25: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.25: +12 -5
lines
- should improve errormessages quite a bit.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 10 14:46:30 2002 UTC (22 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.24: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.24: +3 -2
lines
Changes to make <script> errors print out cleaner.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 29 18:21:00 2002 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.23: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.23: +6 -26
lines
- do no more than 10 rounds of substitutions before exiting.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Feb 15 21:33:12 2002 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.22: +4 -6
lines
- should only create 1 merror message to the instructor
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 11 15:48:51 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.21: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.21: +5 -5
lines
- defined needs to use ()
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Nov 29 19:03:58 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.20: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.20: +25 -0
lines
GPL
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Nov 7 22:29:17 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.19: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.19: +1 -1
lines
- need paranthese after defined
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Oct 5 22:27:41 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.18: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.18: +24 -0
lines
- added dump function, returns a listing of variables from the safe space
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jul 20 21:19:38 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.17: +4 -4
lines
- modified &run() to take an optional arg that hides errors in scripts.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 21 03:28:24 2001 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.16: +0 -1
lines
- that line shouldn't be there
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri May 4 21:17:24 2001 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.15: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.15: +1 -0
lines
- large changes to start generating a editing enviroment
- <script> <scriptlib> <parserlib> work in edit in envrioment
- callsub needs to be reorganized
- added evaluate global to lonxml, turns off evaluation of $var
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Feb 19 20:43:00 2001 UTC (23 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.14: +1 -1
lines
- <br> -> <br /> cleanup
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 4 19:14:10 2001 UTC (23 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.13: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.13: +7 -2
lines
- now run() returns either in list or scaler context properly.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Nov 20 17:34:05 2000 UTC (23 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.12: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.12: +2 -2
lines
safe chop and generalized function arguments (latter not tested)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 16 14:20:05 2000 UTC (23 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.11: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.11: +1 -0
lines
- removed extra newline generated
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 15 15:29:33 2000 UTC (23 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.10: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.10: +12 -1
lines
- fixed Apache::run::evaluate so it actually does work
- it also now properly Quotes the expression so we shouldn't have anymore
problems with quoting
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 14 22:24:38 2000 UTC (23 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.9: +16 -2
lines
- new Apache::run::evaluate() still has quoting problems.
These probably can be gotten around by safe->share()ing a var?
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 30 20:05:19 2000 UTC (24 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.8: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.8: +2 -2
lines
- no longer allowing variables to refereneced by ${varname}
- changed the expression delimiter to |
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 11 13:33:33 2000 UTC (24 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.7: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.7: +1 -1
lines
enged a little bit line $safeeval->reval('$_=q{ /q{ } instead of \' /
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 2 22:20:18 2000 UTC (24 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.6: +21 -3
lines
- added code to check for and report errors
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 19 18:05:21 2000 UTC (24 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.5: +1 -1
lines
- fixed bug with poorly formed xml documents
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 29 20:27:44 2000 UTC (24 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.4: +3 -2
lines
- does parameter substitution in evaluate now
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 29 18:53:24 2000 UTC (24 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.3: +2 -2
lines
- evaluate puts argument variables in, in proper scope
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jun 29 13:58:23 2000 UTC (24 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.2: +7 -1
lines
- evaluate now works as expected
- lonxml hands evaluates properly in start tags
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 28 19:52:20 2000 UTC (24 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, unified to selected 1.49: preferred, unified
Changes since revision 1.1: +13 -8
lines
- packaged it for use
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 28 13:01:52 2000 UTC (24 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to selected 1.49: preferred, unified
*** empty log message ***
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>