Log of /trunk/webwork
Directory Listing
Revision
130 -
Directory Listing
Modified
Mon Aug 13 20:42:26 2001 UTC (18 years, 3 months ago) by
sh002i
moved latex2html init files to lib.
Revision
129 -
Directory Listing
Modified
Mon Aug 13 20:42:12 2001 UTC (18 years, 3 months ago) by
sh002i
moved latex2html init files into lib.
Changed $Global::externalLatex2HTMLPath.
Revision
128 -
Directory Listing
Modified
Mon Aug 13 20:41:26 2001 UTC (18 years, 3 months ago) by
sh002i
Fixed makeL2H to use $Global::externalLatex2HTML{Path,Version,Init} vars.
Revision
127 -
Directory Listing
Modified
Mon Aug 13 20:29:42 2001 UTC (18 years, 3 months ago) by
apizer
removed all reference to courseScripts directory (which is no longer used
by individual courses). Also the default now in setting up a course is to
have the macros directory implemented. Added comments on the
webworkCourse.ph file explaining how the macros directory works.
Revision
126 -
Directory Listing
Modified
Mon Aug 13 18:26:55 2001 UTC (18 years, 4 months ago) by
sh002i
Moved from blankCourse, changed index.html from 0644 to 0664.
Revision
125 -
Directory Listing
Modified
Mon Aug 13 18:12:32 2001 UTC (18 years, 4 months ago) by
gage
Updating pod documentation
Revision
124 -
Directory Listing
Modified
Mon Aug 13 16:09:14 2001 UTC (18 years, 4 months ago) by
gage
Updating pod documentation
Revision
123 -
Directory Listing
Modified
Mon Aug 13 16:07:32 2001 UTC (18 years, 4 months ago) by
gage
Removed warning message about avg_problem_grader, since now
avg_problem_grader is also installed in PGtranslator and can
be used as a default grader. (std_problem_grader can also be
used as a default).
Revision
122 -
Directory Listing
Modified
Sat Aug 11 03:17:43 2001 UTC (18 years, 4 months ago) by
gage
More adjustments to documentation for answer evaluators
Revision
121 -
Directory Listing
Modified
Sat Aug 11 02:26:08 2001 UTC (18 years, 4 months ago) by
gage
The pod documentation is now read from the mainDirectory as
defined in Global.
Revision
120 -
Directory Listing
Modified
Sat Aug 11 02:25:08 2001 UTC (18 years, 4 months ago) by
gage
More documentation added.
Revision
119 -
Directory Listing
Modified
Sat Aug 11 01:48:05 2001 UTC (18 years, 4 months ago) by
gage
Added pod comments to PGanswermacros for some of the filters.
I also rearranged the structure of the file slightly to make it
easier to add the pod documentation.
Revision
118 -
Directory Listing
Modified
Sat Aug 11 01:46:39 2001 UTC (18 years, 4 months ago) by
gage
Added code to handle warning messages for the paperHeader.pg file
as well as the problems.
Made sure that the warning messages are protected for TeX ONLY when
the output will be hard copy (i.e. when the list @PG_COMPILE_ERRORS
is empty.) otherwise the warning messages are left as HTML
Revision
117 -
Directory Listing
Modified
Sat Aug 11 00:25:14 2001 UTC (18 years, 4 months ago) by
gage
Added logPrint to error messages when the TeX code cannot be
converted into a .dvi file. This allows useful feedback when
there is a pure tex error -- i.e. the .pg file compiles correctly
but the resulting TeX is not well formed.
Also added some code that adds warning messages after each problem (except
the screen/pageheader file) with some extra formatting so that messages
can be handled by the TeX processor.
If this latter code is adequate it should probably be abstracted and moved
to Global near where the PG warnings handler is defined. Currently the
code modifies the Global::WARNINGS variable VERY far away from the
definition of that variable. It would be better to have a couple of
subroutines in Global that "print" the WARNINGS string, perhaps protecting
the characters that upset TeX, and another subroutine which clears the
WARNINGS variable.
Meantime keep testing the error output -- it's looking better.
Revision
116 -
Directory Listing
Modified
Fri Aug 10 19:29:56 2001 UTC (18 years, 4 months ago) by
sh002i
> STRANGE BUG
fixed the strange bug!
Revision
115 -
Directory Listing
Modified
Fri Aug 10 19:03:37 2001 UTC (18 years, 4 months ago) by
sh002i
Rewrote downloadAllSets to mak sense, fixed error reporting, fixed several
"used only once" warnings, enhanced filename handling for downloaded files
(this is very nice -- it can tell whether we're getting one set for
multiple students or multiple sets for one student :), changed temp file
naming scheme. what fun!
Revision
114 -
Directory Listing
Modified
Fri Aug 10 18:58:31 2001 UTC (18 years, 4 months ago) by
ch003i
Edited l2h_sticky_answers to stop unwanted combining when answers used multiple fields.
Revision
113 -
Directory Listing
Modified
Fri Aug 10 15:38:29 2001 UTC (18 years, 4 months ago) by
sh002i
No longer needed since welcomeAction.pl version 1.9
Revision
112 -
Directory Listing
Modified
Fri Aug 10 15:35:24 2001 UTC (18 years, 4 months ago) by
sh002i
1. Fixed prepareHardcopy. Actually works now.
2. Incorporated old error reporting code into downloadAllSets
This file is incredibly hairy and should be cleaned up/split up a.s.a.p...
Revision
111 -
Directory Listing
Modified
Fri Aug 10 14:34:02 2001 UTC (18 years, 4 months ago) by
sh002i
added variables for paths to hardcopy generation programs
Revision
110 -
Directory Listing
Modified
Thu Aug 9 21:39:26 2001 UTC (18 years, 4 months ago) by
gage
Changes made to best approximation parameters -- added
set_default_options call. Removed some warning messages.
Revision
109 -
Directory Listing
Modified
Thu Aug 9 21:37:29 2001 UTC (18 years, 4 months ago) by
gage
AnswerEvaluators can now handle ans_hash as an input (this allows
the answerevaluator to be used as a filter in another answer evaluator
Cosmetic changes made to the error reporting when the debug
flag is set.
Revision
108 -
Directory Listing
Modified
Thu Aug 9 16:25:05 2001 UTC (18 years, 4 months ago) by
ch003i
Edited check_eigenvector to include debug option and fixed post-filter to prevent crashing.
Revision
107 -
Directory Listing
Modified
Wed Aug 8 23:43:43 2001 UTC (18 years, 4 months ago) by
gage
Made small corrections at lines 417 and 484 which were
causing compile time errors in /ww/logs/error_log. (One
was redefining rh_flags subroutine, the other was an
uncommented fragment of a print statement.
Revision
106 -
Directory Listing
Modified
Wed Aug 8 16:26:11 2001 UTC (18 years, 4 months ago) by
sh002i
This was an unreferenced copy of latex2html.init.96.1
Revision
105 -
Directory Listing
Modified
Wed Aug 8 16:17:10 2001 UTC (18 years, 4 months ago) by
gage
Modified warning so that warnings when end in \n (or in ~~n for .pg files) do not have the extra
stack information appended. This may sometimes make for cleaner output messages.
Revision
104 -
Directory Listing
Modified
Wed Aug 8 15:29:51 2001 UTC (18 years, 4 months ago) by
gage
Made sure that the error handlers have Global:: prefixes
Revision
103 -
Directory Listing
Modified
Wed Aug 8 02:29:05 2001 UTC (18 years, 4 months ago) by
gage
Changed names in calculate difference vector subroutine to make the
process a bit clearer. There is still more work to be done.
Revision
102 -
Directory Listing
Modified
Wed Aug 8 02:24:16 2001 UTC (18 years, 4 months ago) by
gage
Minor changes to the #!/usr/bin/perl line
Revision
101 -
Directory Listing
Modified
Wed Aug 8 02:17:35 2001 UTC (18 years, 4 months ago) by
gage
Changed package name for error handlers to Global:: (from main::) to match
the change which occured in Global.pm version 1.6 where the handlers were moved
inside the Global.pm package.
$SIG{'FPE'} = \&Global::PG_floating_point_exception_handler;
$SIG{__WARN__}=\&Global::PG_warnings_handler;
Warning messages from within problems and from within macros should now work again.
Revision
100 -
Directory Listing
Modified
Wed Aug 8 02:13:25 2001 UTC (18 years, 4 months ago) by
gage
replaced \&main::PG_floating_point_exception_handler by
&Global::PG_floating_point_exception_handler
since the exception handler was moved under the package Global section of Global.pm
when the BEGIN block was moved in version 1.6
It's possible that the floating point exception handler available for bad answers
hasn't been working
properly for awhile.
Revision
99 -
Directory Listing
Modified
Wed Aug 8 02:04:44 2001 UTC (18 years, 4 months ago) by
gage
removed commented out copy of subroutine longmess
Revision
98 -
Directory Listing
Modified
Tue Aug 7 18:33:48 2001 UTC (18 years, 4 months ago) by
sam
Changed $tthpath to pull path from %envir rather than hardcoded path. Yay!
Revision
97 -
Directory Listing
Modified
Tue Aug 7 18:33:14 2001 UTC (18 years, 4 months ago) by
sam
Added $envir{'externalTTHPath'} to defineProblemEnvir in each file. This
will work with dangerousMacros.pl to specify the path to TTH.
Revision
96 -
Directory Listing
Modified
Tue Aug 7 17:14:13 2001 UTC (18 years, 4 months ago) by
sam
forgot to save
Revision
95 -
Directory Listing
Modified
Tue Aug 7 17:13:25 2001 UTC (18 years, 4 months ago) by
sam
Added variables for TTH path and LaTeX2HTML path, version, and init file
path, as part of an effort to de-hardcode paths.
Revision
94 -
Directory Listing
Modified
Tue Aug 7 16:17:14 2001 UTC (18 years, 4 months ago) by
sam
Disabled documentation file mangling -- the documentation files no longer
need to me mangled!
Revision
93 -
Directory Listing
Modified
Tue Aug 7 16:11:09 2001 UTC (18 years, 4 months ago) by
sam
Added index.html file as a placeholder for removed docs. This allows
browser requests for the directory to yield a useful error message rather
than "FORBIDDEN"
Revision
92 -
Directory Listing
Modified
Tue Aug 7 16:05:31 2001 UTC (18 years, 4 months ago) by
sam
1. Set all "WeBWorK docs" links to http://webwork.math.rochester.edu
(rather than /webwork_development_html/docs/)
2. Changed IMG link for logo to be relative (../images/)
Revision
91 -
Directory Listing
Modified
Wed Aug 1 16:32:51 2001 UTC (18 years, 4 months ago) by
gage
Bringing the common courseScripts version of PGcomplexmacros.pl up to date with the version of PGcomplexmacros.pl found
in the WW_Prob_Lib2 macros directory.
Revision
90 -
Directory Listing
Modified
Tue Jul 31 14:42:18 2001 UTC (18 years, 4 months ago) by
sam
fixed section that writes webworkConfig.pm so that setting $cgiDebugMode=1
(in Global.pm) actually turns on debugging.
Revision
89 -
Directory Listing
Modified
Tue Jul 31 14:38:29 2001 UTC (18 years, 4 months ago) by
sam
added additional comments regarding $cgiDebugMode.
Revision
88 -
Directory Listing
Modified
Thu Jul 12 14:53:58 2001 UTC (18 years, 5 months ago) by
apizer
Fixed bug so that now functions with negative values are handled correctly
Line 2451 has been replaced by line 2452
Revision
87 -
Directory Listing
Modified
Tue Jul 3 18:21:06 2001 UTC (18 years, 5 months ago) by
apizer
Now script checks if problem set data exists before deleting classlist data
Revision
86 -
Directory Listing
Modified
Tue Jul 3 16:51:09 2001 UTC (18 years, 5 months ago) by
apizer
added check tp prevent deleting a classlist record if problem set data exists
Revision
85 -
Directory Listing
Modified
Tue Jul 3 16:43:47 2001 UTC (18 years, 5 months ago) by
apizer
initial setNumber to '' if not defined to prevent a pink screen
Revision
84 -
Directory Listing
Modified
Tue Jul 3 12:54:15 2001 UTC (18 years, 5 months ago) by
apizer
added line 3618 so that only capital E's will be used in scientific notation
Revision
83 -
Directory Listing
Modified
Mon Jul 2 19:40:24 2001 UTC (18 years, 5 months ago) by
sam
moved config stuff to the top of the file
moved BEGIN block to the bottom of the file
added comments
added $cgiDebugMode flag and explanation
Revision
82 -
Directory Listing
Modified
Mon Jul 2 19:39:17 2001 UTC (18 years, 5 months ago) by
sam
modified section that writes webworkConfig.pm so that it respects the
$Global::cgiDebugMode flag.
Revision
81 -
Directory Listing
Modified
Mon Jul 2 19:13:35 2001 UTC (18 years, 5 months ago) by
chris
Continuing standardizing spacing and fixing comments.
Revision
80 -
Directory Listing
Modified
Mon Jul 2 19:04:34 2001 UTC (18 years, 5 months ago) by
maria
added Regression.pm
Revision
79 -
Directory Listing
Modified
Mon Jul 2 19:02:06 2001 UTC (18 years, 5 months ago) by
maria
initial report
Revision
78 -
Directory Listing
Modified
Thu Jun 28 16:59:20 2001 UTC (18 years, 5 months ago) by
maria
modified documentation
Revision
77 -
Directory Listing
Modified
Thu Jun 28 16:12:58 2001 UTC (18 years, 5 months ago) by
maria
updated from version 0.06 to version 0.07
Revision
76 -
Directory Listing
Modified
Thu Jun 28 13:33:38 2001 UTC (18 years, 5 months ago) by
chris
Fixed bug in the reading fields. Added defaultfrom and defaultreply addresses from Global.pm
Revision
75 -
Directory Listing
Modified
Thu Jun 28 13:30:23 2001 UTC (18 years, 5 months ago) by
chris
Added defaultreply and defaultfrom addresses which are used by Profsendmail.pl
Revision
74 -
Directory Listing
Modified
Wed Jun 27 21:04:59 2001 UTC (18 years, 5 months ago) by
maria
modified documentation
Revision
73 -
Directory Listing
Modified
Mon Jun 25 20:14:44 2001 UTC (18 years, 5 months ago) by
apizer
peviewing empty an empty answer no loger gives a pick screen
Revision
72 -
Directory Listing
Modified
Mon Jun 25 19:23:12 2001 UTC (18 years, 5 months ago) by
gage
Change MatrixReal to MatrixReal1
Revision
71 -
Directory Listing
Modified
Mon Jun 25 19:22:49 2001 UTC (18 years, 5 months ago) by
gage
Changed references to MatrixReal to MatrixReal1
This might break problems involving matrices or ones involving
answering questions with arbitrary constants (e.g. indefinite integral)
I believe I have caught all of the instances in which this name is used.
Revision
70 -
Directory Listing
Modified
Mon Jun 25 18:20:05 2001 UTC (18 years, 5 months ago) by
sam
Removed unneeded scripts (as per discussion with gage, apizer). Added
BEGIN-block method for library inclusion to command-line scripts.
Revision
68 -
Directory Listing
Modified
Mon Jun 25 18:18:32 2001 UTC (18 years, 5 months ago) by
sam
Renamed MatrixReal.pm to MatrixReal1.pm
Revision
67 -
Directory Listing
Modified
Mon Jun 25 16:07:17 2001 UTC (18 years, 5 months ago) by
maria
corrected a misprint
Revision
66 -
Directory Listing
Modified
Mon Jun 25 14:38:56 2001 UTC (18 years, 5 months ago) by
sam
changed comments
Revision
65 -
Directory Listing
Modified
Sun Jun 24 03:55:24 2001 UTC (18 years, 5 months ago) by
gage
Replaced $piece1 with $piece3 in line 336 and following to avoid a
"my" conflict. I also commented out oldivy which contained a print
statement and therefore wouldn't compile within the problems.
These are temporary fixes, for this file in order to enable it to compile.
Revision
64 -
Directory Listing
Modified
Sun Jun 24 02:38:31 2001 UTC (18 years, 5 months ago) by
maria
just corrected spelling
Revision
63 -
Directory Listing
Modified
Sat Jun 23 21:22:33 2001 UTC (18 years, 5 months ago) by
maria
Renamed normal to normal_prob, and inv_normal to normal_distr (modified all the problems in the library accordingly.)
----------------------------------------------------------------------
Revision
62 -
Directory Listing
Modified
Sat Jun 23 20:32:08 2001 UTC (18 years, 5 months ago) by
maria
Added .cvsignore telling CVS to ignore all *_log files in the logs directory.
Revision
61 -
Directory Listing
Modified
Fri Jun 22 21:29:58 2001 UTC (18 years, 5 months ago) by
gage
Fixed errors in sourceAlias
Modified parts of alias so that PG_restricted_eval was not used.
(This is unnecessary as long as we use forking to create a child
with the same namespace.)
Revision
60 -
Directory Listing
Modified
Fri Jun 22 20:03:01 2001 UTC (18 years, 5 months ago) by
gage
Added _PGgraphmacros_init subroutine
Revision
59 -
Directory Listing
Modified
Fri Jun 22 19:39:04 2001 UTC (18 years, 5 months ago) by
gage
Added Distributions to the module list
Revision
58 -
Directory Listing
Modified
Fri Jun 22 19:38:28 2001 UTC (18 years, 5 months ago) by
gage
Corrected the #!/usr/local/bin/webwork-perl
line
Revision
57 -
Directory Listing
Modified
Fri Jun 22 19:36:13 2001 UTC (18 years, 5 months ago) by
gage
Added a commented out line which, when uncommented, can be used to debug
the evaluation of modules.
Revision
56 -
Directory Listing
Modified
Fri Jun 22 19:31:16 2001 UTC (18 years, 5 months ago) by
maria
initial report
Revision
55 -
Directory Listing
Modified
Fri Jun 22 19:28:28 2001 UTC (18 years, 5 months ago) by
maria
added -PGstatisticsmacros_init; cosmetic changes
Revision
54 -
Directory Listing
Modified
Fri Jun 22 18:45:00 2001 UTC (18 years, 5 months ago) by
chris
Continuing to edit the file to fix spacing and ordering of subroutines.
Revision
53 -
Directory Listing
Modified
Fri Jun 22 17:34:13 2001 UTC (18 years, 5 months ago) by
chris
Removed already-commented-out routines which were no longer needed.
Revision
52 -
Directory Listing
Modified
Fri Jun 22 01:06:52 2001 UTC (18 years, 5 months ago) by
maria
made 'infty' an acceptable limit of integration for normal function
Revision
51 -
Directory Listing
Modified
Thu Jun 21 20:53:03 2001 UTC (18 years, 5 months ago) by
sam
Fixed headers to include $Id$
Revision
50 -
Directory Listing
Modified
Thu Jun 21 20:38:56 2001 UTC (18 years, 5 months ago) by
chris
Split evalutesToNumber into subroutine is_a_numeric_expression. No changes in functionality.
Revision
49 -
Directory Listing
Modified
Thu Jun 21 19:53:59 2001 UTC (18 years, 5 months ago) by
chris
Added "evaluatesToNumber" subroutine. In conjunction with fix_answer_for_display filter, this now fixes a bug with displaying student_ans in a problem that allows strings for valid answers.
Revision
48 -
Directory Listing
Modified
Thu Jun 21 19:45:24 2001 UTC (18 years, 5 months ago) by
sam
Added system_webwork_setup functionality to ask for the group under which
the webserver runs and chgrp the logs/ directory to that group. Thus,
logfiles have been taken out of cvs, and only the directory remains. You
can add the line
$serverGroupName = "webwork";
to your system_webwork_setup.defaults file if you like.
Revision
47 -
Directory Listing
Modified
Thu Jun 21 19:02:29 2001 UTC (18 years, 5 months ago) by
chris
Same as PG163macros.pl with a new name. subroutine ivy updated to improve readability.
Revision
46 -
Directory Listing
Modified
Thu Jun 21 19:00:53 2001 UTC (18 years, 5 months ago) by
amanda
fixed fact and step functions so they are recognizable functions again.i
Revision
45 -
Directory Listing
Modified
Thu Jun 21 16:58:25 2001 UTC (18 years, 5 months ago) by
gage
Added PGcomplexmacros.pl and PGmatrixmacros.pl to CVS
Revision
44 -
Directory Listing
Modified
Thu Jun 21 15:38:33 2001 UTC (18 years, 5 months ago) by
chris
Corrected "unrecognizable units" error message so it is displayed correctly.
Revision
43 -
Directory Listing
Modified
Thu Jun 21 15:00:33 2001 UTC (18 years, 5 months ago) by
maria
fixed inv_romberg
Revision
42 -
Directory Listing
Modified
Thu Jun 21 14:57:19 2001 UTC (18 years, 5 months ago) by
maria
new macros
Revision
41 -
Directory Listing
Modified
Thu Jun 21 14:40:51 2001 UTC (18 years, 5 months ago) by
chris
Added postfilter fix_answers_for_display which incorporates all changes made in previous version.
Revision
40 -
Directory Listing
Modified
Thu Jun 21 13:33:27 2001 UTC (18 years, 5 months ago) by
gage
Changed NUM_CMP so that the calculated versions of the student's answer
and the professor's remain in the answer hash to be displayed by
displayMacros.
There are now slight clues, when using num_str_cmp that the
instructor's answer is a string. I'm not sure anyone can find them
easily. Further refinements should be able to remove them in any case.
Revision
39 -
Directory Listing
Modified
Thu Jun 21 10:21:28 2001 UTC (18 years, 5 months ago) by
maria
added inv_romberg function which, given a function, a, and value computes b s.t. integral from a to b is equal
to value.
Revision
38 -
Directory Listing
Modified
Thu Jun 21 01:07:21 2001 UTC (18 years, 5 months ago) by
maria
added back the fact (factorial) function that has been accidentally deleted
Revision
37 -
Directory Listing
Modified
Thu Jun 21 01:03:14 2001 UTC (18 years, 5 months ago) by
apizer
Hints and Solutions now use basically the same mechanism. Fixed hugs in hints
and minor bugs in solutions.
Revision
36 -
Directory Listing
Modified
Wed Jun 20 20:01:26 2001 UTC (18 years, 5 months ago) by
gage
Simplified some of the scripts. Using forking there is no need
to evaluate $main:: everytime, since it remains the same for both
the parent (where the script is compiled) and in the child where
the script is executed.
There were other minor fixes to work around bugs in 5.6.0 which were
fixed in 5.6.1
Revision
35 -
Directory Listing
Modified
Wed Jun 20 19:04:08 2001 UTC (18 years, 5 months ago) by
chris
Modified num_cmp to use filters for string comparsions. Routed std_num_str_cmp through num_cmp routines.
Revision
34 -
Directory Listing
Modified
Wed Jun 20 02:02:49 2001 UTC (18 years, 5 months ago) by
gage
Fixed problem in std_num_cmp arising from an earlier merge.
Revision
33 -
Directory Listing
Modified
Wed Jun 20 00:40:30 2001 UTC (18 years, 5 months ago) by
gage
Corrected error in _PGanswermacros_init
Revision
32 -
Directory Listing
Modified
Wed Jun 20 00:32:01 2001 UTC (18 years, 5 months ago) by
gage
Added _PGanswermacros_init subroutine
Revision
31 -
Directory Listing
Modified
Wed Jun 20 00:29:58 2001 UTC (18 years, 5 months ago) by
gage
Added _PG......_init subroutines to these two files
.
Revision
30 -
Directory Listing
Modified
Tue Jun 19 22:29:01 2001 UTC (18 years, 5 months ago) by
gage
More refinement of the initialization routines in PGbasicmacros.pl and the
way it is called from dangerousMacros.pl
Revision
29 -
Directory Listing
Modified
Tue Jun 19 21:56:35 2001 UTC (18 years, 5 months ago) by
gage
Fixed an evaluation which was being done at compile time rather than at
run time. This could cause the definition of 'main' to be incorrect.
The evaluation was in an error message, so it has probably not been noticed.
Revision
28 -
Directory Listing
Modified
Tue Jun 19 20:56:08 2001 UTC (18 years, 5 months ago) by
gage
Fixed problem in dangerousMacros.pl defining i so that it can be used
as a complex number.
Fixed htmlLink so that it gives a friendly error message about broken links
when fed an undefined url.
Revision
27 -
Directory Listing
Modified
Tue Jun 19 20:31:39 2001 UTC (18 years, 5 months ago) by
gage
Many modifications to courseScript scripts which will insure that the
routines are re-entrant (i.e. they can be called via mod_perl and don't
need to be re-compiled for every execution run.)
Minor modifications to processProblem8.pl and to PGtranslator.pm
Revision
26 -
Directory Listing
Modified
Tue Jun 19 16:49:09 2001 UTC (18 years, 5 months ago) by
gage
Fixed bug in rhomberg.
Revision
25 -
Directory Listing
Modified
Tue Jun 19 16:29:17 2001 UTC (18 years, 5 months ago) by
sam
added two wrapper scripts
Revision
24 -
Directory Listing
Modified
Tue Jun 19 16:04:33 2001 UTC (18 years, 5 months ago) by
sam
added POD
script now works when invoked via perl (axed "use strict" and "our" vars)
fixed bug in pager function
Revision
23 -
Directory Listing
Modified
Tue Jun 19 15:37:34 2001 UTC (18 years, 5 months ago) by
gage
Modified the documentation for the trapezoid function.
Revision
22 -
Directory Listing
Modified
Tue Jun 19 13:07:28 2001 UTC (18 years, 5 months ago) by
chris
Added unix-style filters to NUM_CMP and re-routed all numerical answer evaluators to num_cmp. Combined numerical_compare_with_units and NUM_CMP.
Revision
21 -
Directory Listing
Modified
Tue Jun 19 12:14:14 2001 UTC (18 years, 5 months ago) by
apizer
Added code giving students the choice whether or not to "show my old
answers", i.e. to show storred sticky answers. The default for practice users
and all users after the answer date is not to show these. Otherwise the
default is to show them. This required a change everywhere processProblem
is called.
Revision
20 -
Directory Listing
Modified
Tue Jun 19 01:50:35 2001 UTC (18 years, 5 months ago) by
gage
Removing from dev 1-7-01
the files numericalmethods.pl and unit_processor.pl which are
no longer used. They have been replaced by Units.pm and PGnumericalmacros.pl
respectively.
Revision
19 -
Directory Listing
Modified
Mon Jun 18 19:38:16 2001 UTC (18 years, 5 months ago) by
amanda
added fact function to list of functions accepted
fixed step and fact function so that they are seen properly in 'preview answer'
usa
Revision
18 -
Directory Listing
Modified
Mon Jun 18 19:16:59 2001 UTC (18 years, 5 months ago) by
sam
MAKEDEBUG now doesn't overwrite existing debug scripts.
Revision
17 -
Directory Listing
Modified
Mon Jun 18 18:55:18 2001 UTC (18 years, 5 months ago) by
sam
added MAKEDEBUG and MAKEDEBUG.template to generate a debug cgi for each
cgi-script. Ran MAKEDEBUG.
Revision
16 -
Directory Listing
Modified
Mon Jun 18 17:54:53 2001 UTC (18 years, 5 months ago) by
sam
added test comment at top.
Revision
15 -
Directory Listing
Modified
Mon Jun 18 17:53:18 2001 UTC (18 years, 5 months ago) by
sam
fixed cgi url in webworkConfig.pm: uses cgi/cgi-scripts instead of cgi/
Revision
14 -
Directory Listing
Modified
Mon Jun 18 17:32:39 2001 UTC (18 years, 5 months ago) by
amanda
added fact function
Revision
13 -
Directory Listing
Modified
Mon Jun 18 15:33:16 2001 UTC (18 years, 5 months ago) by
sam
fixed logs/CVS chmod problem
Revision
12 -
Directory Listing
Modified
Mon Jun 18 15:23:29 2001 UTC (18 years, 5 months ago) by
sam
fixed &fixFile to only write when changes were made (really this time)
Revision
11 -
Directory Listing
Modified
Mon Jun 18 15:21:51 2001 UTC (18 years, 5 months ago) by
sam
another setup script test (changed #! lines)
Revision
10 -
Directory Listing
Modified
Fri Jun 15 21:06:18 2001 UTC (18 years, 5 months ago) by
sam
nothing should change
Revision
9 -
Directory Listing
Modified
Fri Jun 15 20:55:02 2001 UTC (18 years, 5 months ago) by
sam
init file is now put in cgi/ and courseScripts/
files are only written if they have been changed
Revision
8 -
Directory Listing
Modified
Fri Jun 15 16:24:03 2001 UTC (18 years, 5 months ago) by
gage
modified use lib lines in cgi-scripts, scripts, courseScripts
removed Global.pm updating and use lib line code from system_webwork_setup
modified Global.pm to use webworkConfig (which is not in the repository!)
Revision
7 -
Directory Listing
Modified
Fri Jun 15 15:16:23 2001 UTC (18 years, 5 months ago) by
gage
tthPath set to /usr/local/bin/tth
Revision
6 -
Directory Listing
Modified
Fri Jun 15 14:29:57 2001 UTC (18 years, 5 months ago) by
gage
development version dev-1-7-01 from /ww/webwork/development 15-June-2001
Revision
5 -
Directory Listing
Modified
Thu Jun 14 23:45:41 2001 UTC (18 years, 5 months ago) by
gage
dev-1-7-01
Revision
4 -
Directory Listing
Modified
Thu Jun 14 23:27:51 2001 UTC (18 years, 5 months ago) by
gage
dev-1-7-1
Revision
2 -
Directory Listing
Added
Thu Jun 14 17:08:51 2001 UTC (18 years, 5 months ago) by
sam
initial import