Log of /tags/rel-1-7-01
Directory Listing
Revision
236 -
Directory Listing
Modified
Tue Oct 16 00:43:36 2001 UTC (18 years, 1 month ago) by
Copied from:
trunk revision 235
This commit was manufactured by cvs2svn to create tag 'rel-1-7-01'.
Revision
235 -
Directory Listing
Modified
Tue Oct 16 00:43:35 2001 UTC (18 years, 1 month ago) by
apizer
Original Path:
trunk
modified permissions
Revision
234 -
Directory Listing
Modified
Tue Oct 16 00:34:33 2001 UTC (18 years, 1 month ago) by
apizer
Original Path:
trunk
minor changes
Revision
233 -
Directory Listing
Modified
Tue Oct 16 00:20:35 2001 UTC (18 years, 1 month ago) by
apizer
Original Path:
trunk
Change comment about the location og Globwal.pm
Revision
232 -
Directory Listing
Modified
Mon Oct 15 21:13:14 2001 UTC (18 years, 1 month ago) by
apizer
Original Path:
trunk
fixed bug. Originally didn't call pngtopnm but rather giftopnm
Revision
231 -
Directory Listing
Modified
Fri Oct 12 18:49:38 2001 UTC (18 years, 1 month ago) by
apizer
Original Path:
trunk
changed -print0 to -print in find to hopefully make script compatible with Solaris
Revision
230 -
Directory Listing
Modified
Tue Oct 9 01:19:47 2001 UTC (18 years, 2 months ago) by
voloshin
Original Path:
trunk
added print &htmlTOP("...
Revision
229 -
Directory Listing
Modified
Sun Oct 7 21:37:38 2001 UTC (18 years, 2 months ago) by
voloshin
Original Path:
trunk
moved </FORM> to the end (it was before the Delete Problem Set radio button) and added the line "print &htmlBOTTOM..."
Revision
228 -
Directory Listing
Modified
Wed Oct 3 20:59:46 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
Fixed bug. Need to write \$var in comments
Revision
227 -
Directory Listing
Modified
Tue Oct 2 13:55:21 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
Only replace e by E if the expression looks like a number. This could be made
more robust.
Revision
226 -
Directory Listing
Modified
Mon Oct 1 15:42:19 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
Now the main program will exit if there any child exits with an error
Revision
225 -
Directory Listing
Modified
Sat Sep 29 13:50:16 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
make all log files group writabe and error_log world writable
Revision
224 -
Directory Listing
Modified
Sat Sep 29 13:01:54 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
make error_log world writable
make access_log group writable
Revision
223 -
Directory Listing
Modified
Sat Sep 29 01:33:43 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
give a warning if can't open error_log
Revision
222 -
Directory Listing
Modified
Sat Sep 29 00:05:55 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
make the log files world readable
Revision
221 -
Directory Listing
Modified
Fri Sep 28 23:37:07 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
Log errors to error_log, not to access_log
Revision
220 -
Directory Listing
Modified
Thu Sep 27 13:55:49 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
set DEFAULT_PERL_PATH = '/usr/local/bin/perl'
Revision
219 -
Directory Listing
Modified
Mon Sep 24 16:52:17 2001 UTC (18 years, 2 months ago) by
gage
Original Path:
trunk
Added documentation and _PG....macros_int functions to these files.
In PGcomplexmacros.pl I removed the automatic exportation of log() from
PGcomplexmacros.pl since
this (and sqrt() ) cause conflicts with CORE::log() and CORE::sqrt().
-- Warnings of the form "Ambiguous call to ..... resolved in favor of
CORE::... " etc.
The functions can always be accessed by Complex::log() and Complex::sqrt()
when needed for complex numbers.
There may be a more sophisticated method of exporting these calls which
would avoid the warnings and remain transparent both to those who are
using complex numbers and those who are not. If anyone has any ideas they
will be welcome. The code to modify is at the top of the
PGcomplexmacros.pl file inside the _PGcomplexmacros_init subroutine.
Revision
218 -
Directory Listing
Modified
Fri Sep 21 20:43:58 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
removed cgiDebugMove code (it's now in webworkConfig.pm). It didn't work
when in Global. Added a comment on webworkConfig.pm.
Revision
217 -
Directory Listing
Modified
Fri Sep 21 20:29:00 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
The setup script now writes the cgiDebugMode code to webworkConfig.pm
This code did not work when in Global.pm
Revision
216 -
Directory Listing
Modified
Fri Sep 21 19:55:31 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
changed content-type to Content-type
Revision
215 -
Directory Listing
Modified
Fri Sep 21 12:54:46 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
profSendMail now always ends with a message listing all email that was
not sent and the reason. It will no longer just die with an internal error message.
Revision
214 -
Directory Listing
Modified
Thu Sep 20 14:41:18 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
fix To: undisclosed-recipients:;
bug
Revision
213 -
Directory Listing
Modified
Thu Sep 20 14:28:19 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
added a line to the feedback message explaining the Access Link
Revision
212 -
Directory Listing
Modified
Thu Sep 20 14:07:44 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
added a comment line.
Revision
211 -
Directory Listing
Modified
Thu Sep 20 00:24:13 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
changed BCENTER and ECENTER as per Mike's suggestion.
Revision
210 -
Directory Listing
Modified
Wed Sep 19 20:51:47 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
Fixed bug so that 0/3 works. Communucated by John Jones.
Revision
209 -
Directory Listing
Modified
Wed Sep 19 20:49:56 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
Fixed bug in gcd so that e.g. gcd(3,0) works. Communicated by John Jones.
Revision
208 -
Directory Listing
Modified
Wed Sep 19 20:32:53 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
added italic and center macros
Revision
207 -
Directory Listing
Modified
Tue Sep 18 14:59:09 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
Added links at top of page
Revision
206 -
Directory Listing
Modified
Fri Sep 14 20:21:52 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
added anstext_non_anonymous, a non anonymous version of anstext
Revision
205 -
Directory Listing
Modified
Fri Sep 14 20:13:23 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
added studentID to envir
Revision
204 -
Directory Listing
Modified
Fri Sep 14 20:07:15 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
fixed small bug in previous update
Revision
203 -
Directory Listing
Modified
Fri Sep 14 19:56:04 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
attached the CLRecord. Without this classlist data was not being passed
to defineProblemEnvir. Also added the studentID to the envir
Revision
202 -
Directory Listing
Modified
Tue Sep 11 19:00:54 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
Fixed bug which prevented TA's from using up button
Revision
201 -
Directory Listing
Modified
Tue Sep 11 17:58:20 2001 UTC (18 years, 2 months ago) by
apizer
Original Path:
trunk
The webwork DB is updated only if (1) the student login is changed
(2) the webwork DB exists (i.e. some sets have been built) and
(3) sets have been built for the (original) student login.
Revision
200 -
Directory Listing
Modified
Mon Sep 10 18:18:37 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Made small change to NUM_CMP which insures that
$correctVal is defined when the answer is a string.
Revision
199 -
Directory Listing
Modified
Mon Sep 10 17:07:36 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Made the check within dangerousMacros.pl which insures that DOCUMENT()
comes before loadMacros() in a problem, more robust.
the new code checks this formatting somewhat more rigorously and gives a
clearer error message about what is wrong. The check is still not foolproof.
Revision
198 -
Directory Listing
Modified
Mon Sep 10 17:05:20 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
removed unneeded comments and cleaned up the code formatting.
Revision
197 -
Directory Listing
Modified
Mon Sep 10 17:03:33 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Removed commented out lines which are no longer needed.
Revision
196 -
Directory Listing
Modified
Mon Sep 10 17:01:24 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Added extra information to the error message.
Avoided the error message when the die message comes from within
a trapped eval inside the XML parser
Revision
195 -
Directory Listing
Modified
Sat Sep 8 13:34:03 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
explicitly delete CAPA options 'sig', 'tries', 'wgt' which are
meaningless to WeBWorK
Revision
194 -
Directory Listing
Modified
Sat Sep 8 04:51:25 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Fixed a bug in CAPA_ans which called the old style numerical compare
and string compare functions (including some useless parameters)
This will fix several errors that have arisen in CAPA problems, but
perhaps not all of them.
Revision
193 -
Directory Listing
Modified
Sat Sep 8 04:49:44 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Fixed a bug which prevented the unit mol from working.
Revision
192 -
Directory Listing
Modified
Thu Sep 6 15:48:35 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
When sorting by student name, the sorts are now case insentitive
Revision
191 -
Directory Listing
Modified
Wed Sep 5 19:02:27 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
reverted to previous bug fix in reading fields.
Revision
190 -
Directory Listing
Modified
Wed Sep 5 18:44:50 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
two changes. First the script no longer attempts to send mail to practice users
Secondly if it encounters a bad email address, it does not just quit as before
(without sending remaining messages) rather it goes on sending all messages
and at the end lists all students for whom no message was sent.
Revision
189 -
Directory Listing
Modified
Tue Sep 4 22:23:09 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Added a change to loadMacros that allows for macro files that
end in .pg
Revision
188 -
Directory Listing
Modified
Tue Sep 4 16:40:58 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Modifications in these two files make questions whose answer blanks hve
the same names behave properly.
The new versions of CGI seem to return such answers as a reference to an array.
Earlier versions returned the answrs as a string with \0 separators.
With the new changes the AnswerEvaluator get_student_answer subroutine and
the NAMED_ANS_RULE in PGbasicmacros.pl will handle either a null separated
string or an answer array when dealing with vector answers.
This should correct some difficulties experienced in the linear algebra
questions. More testing needs to be done.
Revision
187 -
Directory Listing
Modified
Fri Aug 31 19:29:51 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
not new anymore!
Revision
186 -
Directory Listing
Modified
Fri Aug 31 18:55:11 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
deprecated.
Revision
184 -
Directory Listing
Modified
Fri Aug 31 18:34:55 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Changed $validAddress to be more permissive and suck less. The version
that only accepts email from .rochester.edu domains is commented out.
Revision
183 -
Directory Listing
Modified
Fri Aug 31 17:16:24 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Cleaned these scripts up a little. Instead of setting the PATH, it just
uses the directory specified to call each utility with its full path. Also
added some documentation and got rid of some cruft (which, of course, one
can still pull out of CVS if needed). Incidentally, all the utilities used
in these two scripts are from the netpbm package.
Revision
182 -
Directory Listing
Modified
Fri Aug 31 17:13:40 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Got rid of a die that I put into makeL2H for debugging.
Revision
181 -
Directory Listing
Modified
Fri Aug 31 16:49:44 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
fixed bug the prevented statistics from students in unnamed sections or
recitations from being displayed. Also replaced leading spaces by tabs
Revision
180 -
Directory Listing
Modified
Fri Aug 31 16:43:08 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Changed pdf generation process in welcomeAction.pl to use ghostscript
directly rather than calling ps2pdf. Removed $Global::externalPs2pdfPath
and added $Global::externalGsPath.
Revision
179 -
Directory Listing
Modified
Fri Aug 31 16:07:39 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
added $externalLaTeX2HTMLSupportPath to section about LaTeX2HTML stuff...
this variable is used by displayMacros.pl:makeL2H to set the path.
Revision
178 -
Directory Listing
Modified
Fri Aug 31 16:06:54 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
makeL2H now appends the contents of $Global::externalLaTeX2HTMLSupportPath
to $ENV{PATH} before calling latex2html. this is kinda hackish, but it
works. perhaps instead of this, we should set the path globally to
something like '/bin:/usr/bin:/usr/local/bin'. (see the email i'm about
to send.)
Revision
177 -
Directory Listing
Modified
Fri Aug 31 15:08:51 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Course directory permissions are now set properly:
demo => 755, working => 775
Revision
176 -
Directory Listing
Modified
Thu Aug 30 14:41:00 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Adding xFunctions applets
Revision
175 -
Directory Listing
Modified
Thu Aug 30 14:40:21 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
This javaScript row reduction tool is used in some problems.
Revision
174 -
Directory Listing
Modified
Thu Aug 30 14:20:20 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Fixed some assumptions made by system_webwork_setup: it no longer needs to
be called from the main directory, but it uses the current directory as a
guess for the main directory when it asks the question.
Revision
173 -
Directory Listing
Modified
Thu Aug 30 12:04:00 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Protect against possibility that {debug} is not defined
in AnswerEvaluator.
Revision
172 -
Directory Listing
Modified
Thu Aug 30 03:03:19 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Made sure that num_cmp, fun_cmp and str_cmp return an
answer evaluator when used in scalar context. In other words
$ans_eval = num_cmp(234);
will now work as expected -- you will get one answer evaluator which
checks whether the answer is 234.
Previously you had to write:
($ans_eval) = num_cmp(234);
or else you would have the numeral 1 placed in $ans_eval since
that is how many answer evaluators were created.
Revision
171 -
Directory Listing
Modified
Thu Aug 30 02:59:30 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Fixed a misspelling of displaystr in the undeterminedExp subroutine
Revision
170 -
Directory Listing
Modified
Thu Aug 30 02:58:29 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Fixed a careless mistake in localizing variables.
Revision
169 -
Directory Listing
Modified
Wed Aug 29 19:50:46 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
This is the new gif for version 1.7
Revision
168 -
Directory Listing
Modified
Wed Aug 29 18:24:58 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
moved back to system/
Revision
167 -
Directory Listing
Modified
Wed Aug 29 18:15:13 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
formatting
Revision
166 -
Directory Listing
Modified
Wed Aug 29 18:13:45 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
s/blankCourse/demoCourse/
Revision
165 -
Directory Listing
Modified
Wed Aug 29 18:06:08 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
Added Zig's more general problem grader
Revision
164 -
Directory Listing
Modified
Wed Aug 29 16:59:24 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
added defaults.cws from /ww/webwork/courses/blankCourse.
fixed comments, added $Id$ tag.
Revision
163 -
Directory Listing
Modified
Wed Aug 29 11:56:30 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Modifications to documentation.
Minor modifications to the way some defaults are set. New
versions use set_default_options.
Revision
162 -
Directory Listing
Modified
Mon Aug 27 15:55:23 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
moved $psvn_digits and $htmlModeDefault into # Internal settings #
section, changed $htmlModeDefault to HTML and $logAccessData to 0
Revision
161 -
Directory Listing
Modified
Mon Aug 27 15:30:07 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Moved to ../
Revision
160 -
Directory Listing
Modified
Sun Aug 26 02:22:48 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Modified the pod documentation
Revision
159 -
Directory Listing
Modified
Thu Aug 23 23:56:03 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Modified NUM_CMP so that it always places a numerical value in
$rh_ans->{correct_ans} even when the original answer is an
exression to be evaluated by perl.
Also modified prfmt so that it doesn't try to format arithmetic
expressions using sprintf
Revision
158 -
Directory Listing
Modified
Wed Aug 22 19:19:14 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Commented out an unnecesary line requiring List.pm
Revision
157 -
Directory Listing
Modified
Wed Aug 22 16:53:00 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Added forking code to probSerHeader translation code in createTexSource().
Revision
156 -
Directory Listing
Modified
Wed Aug 22 16:16:04 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Added mol (mole -- basic unit)
and horsepower = 746W (watts)
Revision
155 -
Directory Listing
Modified
Tue Aug 21 21:14:40 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Added forking code to createTexSource to fix weird PGtranslator problem.
Revision
154 -
Directory Listing
Modified
Tue Aug 21 01:23:43 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Added a default value for tolerance to is_zero_array
macro and removed the allow_unknown_defaults value.
Changed the call to is_zero_array from tol to tolerance in
FUNCTION_CMP.
Previously, because of the mislabeling of 'tolerance' as 'tol' the
tolerance value could not be set and was always being
set to a default value.
Revision
153 -
Directory Listing
Modified
Mon Aug 20 16:05:10 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
Moved srand(time) out of loop around line 540. Otherwise (as Zig reports)
many or all students get the same seed for new or reseeded problems.
Revision
152 -
Directory Listing
Modified
Fri Aug 17 22:02:48 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
made profEditCourseFiles.pl only recurse when dealing with header files,
added "Edit Course index.html File" function to profHousekeeping.pl.
Revision
151 -
Directory Listing
Modified
Fri Aug 17 21:48:01 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Added recursiveFindFiles subroutine (duplicate!), expanded pattern match
to only show *header*.pg files rather than *.pg files.
Revision
150 -
Directory Listing
Modified
Fri Aug 17 21:36:27 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
added recursiveFindFiles subroutine, used it to replace `find` call for
set header file editing form.
Revision
149 -
Directory Listing
Modified
Fri Aug 17 19:24:02 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Expanded "edit header file" functionality to do a recursive search.
Revision
148 -
Directory Listing
Modified
Fri Aug 17 19:18:53 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
moved from ../
Revision
147 -
Directory Listing
Modified
Fri Aug 17 19:18:45 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
moved to templates/
Revision
146 -
Directory Listing
Modified
Fri Aug 17 18:15:23 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
moved from webwork/ww_prob_lib/macros
Revision
145 -
Directory Listing
Modified
Fri Aug 17 17:30:07 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
Added more comments which go in the webworkCourse.ph file explaining how
the defaultReply address works.
Revision
144 -
Directory Listing
Modified
Fri Aug 17 15:46:29 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
Changed feedback.pl so that it access the course environmen. Student
feedback now has a ReplyTo field which contains the student and
Global::defaultReply.
Revision
143 -
Directory Listing
Modified
Thu Aug 16 21:21:13 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
The webworkCourse.ph file now contains information on setting the
$smtpSender, defaultFrom and defaultReply variables
Revision
142 -
Directory Listing
Modified
Thu Aug 16 20:08:25 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
added this to the repository
Revision
141 -
Directory Listing
Modified
Thu Aug 16 20:07:49 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
Two changes. One is to use Global::smtpSender for smtp
The other is to fill in a default from email address for the student
Revision
140 -
Directory Listing
Modified
Thu Aug 16 19:17:55 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
define variables smtpSender, defaultFrom, defaultReply
Revision
139 -
Directory Listing
Modified
Thu Aug 16 18:35:08 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
okay, actually commented out all the courseScripts lines this time.
Revision
138 -
Directory Listing
Modified
Thu Aug 16 18:32:17 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
Revererted to profSendmail from system with bug fixes (see below).
The previous version incorporated Bill Wheelers initial checking of the
validity of email addresses. However Bill has improved (or at least
changed) this a lot. He has sent us a new version, but we do not have
time to check it out. We will add the functionality later
Bug fixes, etc. SMTP is now called with the address $smtpSender. Default
values for headers now work
Revision
137 -
Directory Listing
Modified
Thu Aug 16 18:29:27 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
commented out lines that chmod courseScripts directory (as I recall, that
directory is no longer used).
Revision
136 -
Directory Listing
Modified
Wed Aug 15 15:03:08 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Actually changed the value of $Global::externalLaTeX2HTMLInit. Sorry about
that. :P
Revision
135 -
Directory Listing
Modified
Wed Aug 15 14:45:38 2001 UTC (18 years, 3 months ago) by
ch003i
Original Path:
trunk
Added 'allow_unknown_options' in is_a_zero_array filter to avoid error in function_cmp routine.
Revision
134 -
Directory Listing
Modified
Tue Aug 14 21:00:06 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Reordered some config items, changed $externalLaTeX2HTMLInit.
Revision
133 -
Directory Listing
Modified
Tue Aug 14 20:59:15 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Renamed latex2html.init.98.1 latex2html.init.98.1p1 to make it able to be
referred to as "latex2html.init.$Global::externalLaTeX2HTMLVersion".
Revision
132 -
Directory Listing
Modified
Tue Aug 14 20:45:45 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
Unreferenced file -- removed.
Revision
131 -
Directory Listing
Modified
Tue Aug 14 20:25:40 2001 UTC (18 years, 3 months ago) by
apizer
Original Path:
trunk
Modified lines 505-10 so that when a problem is viewed for the first time,
process_answers from PGtranslator.pm is still run with empty imput. This
means that the correct mesages from problem graders will be displayed (and
erroneous error messages will not be displayed) the first time a problem
is viewed.
Revision
130 -
Directory Listing
Modified
Mon Aug 13 20:42:26 2001 UTC (18 years, 3 months ago) by
sh002i
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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, 3 months ago) by
sh002i
Original Path:
trunk
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, 3 months ago) by
gage
Original Path:
trunk
Updating pod documentation
Revision
124 -
Directory Listing
Modified
Mon Aug 13 16:09:14 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
Updating pod documentation
Revision
123 -
Directory Listing
Modified
Mon Aug 13 16:07:32 2001 UTC (18 years, 3 months ago) by
gage
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
More documentation added.
Revision
119 -
Directory Listing
Modified
Sat Aug 11 01:48:05 2001 UTC (18 years, 4 months ago) by
gage
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
> 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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
forgot to save
Revision
95 -
Directory Listing
Modified
Tue Aug 7 17:13:25 2001 UTC (18 years, 4 months ago) by
sam
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
added additional comments regarding $cgiDebugMode.
Revision
88 -
Directory Listing
Modified
Thu Jul 12 14:53:58 2001 UTC (18 years, 4 months ago) by
apizer
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
added Regression.pm
Revision
79 -
Directory Listing
Modified
Mon Jul 2 19:02:06 2001 UTC (18 years, 5 months ago) by
maria
Original Path:
trunk
initial report
Revision
78 -
Directory Listing
Modified
Thu Jun 28 16:59:20 2001 UTC (18 years, 5 months ago) by
maria
Original Path:
trunk
modified documentation
Revision
77 -
Directory Listing
Modified
Thu Jun 28 16:12:58 2001 UTC (18 years, 5 months ago) by
maria
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
modified documentation
Revision
73 -
Directory Listing
Modified
Mon Jun 25 20:14:44 2001 UTC (18 years, 5 months ago) by
apizer
Original Path:
trunk
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
Original Path:
trunk
Change MatrixReal to MatrixReal1
Revision
71 -
Directory Listing
Modified
Mon Jun 25 19:22:49 2001 UTC (18 years, 5 months ago) by
gage
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
corrected a misprint
Revision
66 -
Directory Listing
Modified
Mon Jun 25 14:38:56 2001 UTC (18 years, 5 months ago) by
sam
Original Path:
trunk
changed comments
Revision
65 -
Directory Listing
Modified
Sun Jun 24 03:55:24 2001 UTC (18 years, 5 months ago) by
gage
Original Path:
trunk
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
Original Path:
trunk
just corrected spelling
Revision
63 -
Directory Listing
Modified
Sat Jun 23 21:22:33 2001 UTC (18 years, 5 months ago) by
maria
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
Added _PGgraphmacros_init subroutine
Revision
59 -
Directory Listing
Modified
Fri Jun 22 19:39:04 2001 UTC (18 years, 5 months ago) by
gage
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
initial report
Revision
55 -
Directory Listing
Modified
Fri Jun 22 19:28:28 2001 UTC (18 years, 5 months ago) by
maria
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
fixed inv_romberg
Revision
42 -
Directory Listing
Modified
Thu Jun 21 14:57:19 2001 UTC (18 years, 5 months ago) by
maria
Original Path:
trunk
new macros
Revision
41 -
Directory Listing
Modified
Thu Jun 21 14:40:51 2001 UTC (18 years, 5 months ago) by
chris
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
Added _PGanswermacros_init subroutine
Revision
31 -
Directory Listing
Modified
Wed Jun 20 00:29:58 2001 UTC (18 years, 5 months ago) by
gage
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
Fixed bug in rhomberg.
Revision
25 -
Directory Listing
Modified
Tue Jun 19 16:29:17 2001 UTC (18 years, 5 months ago) by
sam
Original Path:
trunk
added two wrapper scripts
Revision
24 -
Directory Listing
Modified
Tue Jun 19 16:04:33 2001 UTC (18 years, 5 months ago) by
sam
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
added fact function
Revision
13 -
Directory Listing
Modified
Mon Jun 18 15:33:16 2001 UTC (18 years, 5 months ago) by
sam
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
nothing should change
Revision
9 -
Directory Listing
Modified
Fri Jun 15 20:55:02 2001 UTC (18 years, 5 months ago) by
sam
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
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
Original Path:
trunk
dev-1-7-01
Revision
4 -
Directory Listing
Modified
Thu Jun 14 23:27:51 2001 UTC (18 years, 5 months ago) by
gage
Original Path:
trunk
dev-1-7-1
Revision
2 -
Directory Listing
Modified
Thu Jun 14 17:08:51 2001 UTC (18 years, 5 months ago) by
sam
Original Path:
trunk
initial import
Revision
1 -
Directory Listing
Added
Thu Jun 14 17:08:51 2001 UTC (18 years, 5 months ago) by
Original Path:
trunk
Standard project directories initialized by cvs2svn.