Log of /trunk/webwork2/bin
Directory Listing
Revision
1689 -
Directory Listing
Modified
Sat Dec 27 21:41:56 2003 UTC (9 years, 4 months ago) by
sh002i
added missing POD =back directive
Revision
1663 -
Directory Listing
Modified
Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by
sh002i
Normalized headers. All files now contain the text below as a header.
This is important since all files now (a) use the full name of the
package, (b) assign copyright to "The WeBWorK Project", (c) give the
full path of the file (relative to CVSROOT) instead of simply the file
name, and (d) include license and warranty information.
Here is the new header:
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2003 The WeBWorK Projcct, http://openwebwork.sf.net/
# $CVSHeader$
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################
Revision
1654 -
Directory Listing
Modified
Thu Dec 4 06:17:08 2003 UTC (9 years, 5 months ago) by
sh002i
fixed password creation
Revision
1653 -
Directory Listing
Modified
Thu Dec 4 06:03:25 2003 UTC (9 years, 5 months ago) by
sh002i
addcourse - add a course
addcourse [--users=FILE [--professors=USERID[,USERID]...] ]
[--templates=DIR] COURSEID
Add a course to the courses directory. The required directories will be
created. Optionally, a database can be populated with users and the
F<templates> directory can be populated with the contents of another
directory. Also, one or more users can be granted professor privileges.
Revision
1638 -
Directory Listing
Modified
Wed Nov 19 18:46:53 2003 UTC (9 years, 6 months ago) by
sh002i
added script to generate HTML documentation from library POD
Revision
1564 -
Directory Listing
Modified
Mon Oct 6 22:35:16 2003 UTC (9 years, 7 months ago) by
sh002i
now can take commands from ARGV intead of interactively
Revision
1222 -
Directory Listing
Modified
Thu Jun 19 19:23:50 2003 UTC (9 years, 11 months ago) by
sh002i
updated calls to CE constructor
Revision
1192 -
Directory Listing
Modified
Tue Jun 17 22:07:59 2003 UTC (9 years, 11 months ago) by
gage
Added a field for elapsed time ($diff). Changed how the
fields are concatenated (for now).
--Mike
Revision
1189 -
Directory Listing
Modified
Tue Jun 17 21:37:23 2003 UTC (9 years, 11 months ago) by
sh002i
Changed the format of some messages, added docs.
-sam
Revision
1179 -
Directory Listing
Modified
Mon Jun 16 23:58:55 2003 UTC (9 years, 11 months ago) by
sh002i
added WeBWorK::Timing timer/logger and "timing" script to analyze timing
logs.
-sam
Revision
1178 -
Directory Listing
Modified
Mon Jun 16 23:58:04 2003 UTC (9 years, 11 months ago) by
sh002i
wwapachectl now checks for existence of httpd.pid file.
-sam
Revision
1096 -
Directory Listing
Modified
Mon Jun 9 23:25:09 2003 UTC (9 years, 11 months ago) by
sh002i
*** empty log message ***
Revision
946 -
Directory Listing
Modified
Fri May 30 00:27:02 2003 UTC (9 years, 11 months ago) by
sh002i
now supports NULL as undef.
FIXME: update the docs.
-sam
Revision
922 -
Directory Listing
Modified
Wed May 28 01:18:11 2003 UTC (10 years ago) by
sh002i
added hash2sql conversion script.
-sam
Revision
843 -
Directory Listing
Modified
Thu May 15 00:58:44 2003 UTC (10 years ago) by
sh002i
bin/authedit is no longer useful, now that we have bin/wwdb
Revision
810 -
Directory Listing
Modified
Tue Apr 22 20:49:31 2003 UTC (10 years, 1 month ago) by
sh002i
added bin/wwsh - a rudimentary webwork shell which (currently) allows
access to CourseEnvironment and DB objects. This could be extended to
provide a full shell for the WeBWorK system. (Uses PSH.pm.)
-sam
Revision
808 -
Directory Listing
Modified
Thu Apr 17 21:01:17 2003 UTC (10 years, 1 month ago) by
sh002i
Lots of work on WWDBv2... WW1Hash is done! A complete dbLayout (as
detailed on global.conf.dist) works now.
-sam
Revision
800 -
Directory Listing
Modified
Tue Mar 25 20:16:26 2003 UTC (10 years, 2 months ago) by
sh002i
updated usage() to reflect actual accepted syntax.
-sam
Revision
798 -
Directory Listing
Modified
Fri Mar 21 23:30:16 2003 UTC (10 years, 2 months ago) by
sh002i
initial support for WWDBv2:
- DB.pm finished (except for getGlobalUser{Set,Problem} methods)
- schema modules for password, permission, key, and user with
WWDBv1 hash-bashed backends
- GDBM driver
- wwdb command-line frontend
-sam
Revision
694 -
Directory Listing
Modified
Wed Jan 8 15:48:24 2003 UTC (10 years, 4 months ago) by
sh002i
added gif2png script to the repository.
-sam
Revision
661 -
Directory Listing
Modified
Mon Nov 25 22:37:55 2002 UTC (10 years, 6 months ago) by
sh002i
removed unused WEBWORKUSER variable
-sam
Revision
660 -
Directory Listing
Modified
Mon Nov 25 19:18:28 2002 UTC (10 years, 6 months ago) by
malsyned
Changed the naming of the per-user config file
-dennis
Revision
658 -
Directory Listing
Modified
Mon Nov 25 08:39:38 2002 UTC (10 years, 6 months ago) by
sh002i
renamed wwapachectl.sample -> wwapachectl.dist
-sam
Revision
651 -
Directory Listing
Modified
Sun Nov 24 03:21:47 2002 UTC (10 years, 6 months ago) by
sh002i
added $WEBWORKUSER variable
-sam
Revision
638 -
Directory Listing
Modified
Wed Nov 20 20:22:08 2002 UTC (10 years, 6 months ago) by
malsyned
Added a template for controlling the per-user apache process
-Dennis
Revision
562 -
Directory Listing
Modified
Fri Sep 27 23:53:42 2002 UTC (10 years, 7 months ago) by
sh002i
- created macros/IO.pl, which is loaded with no opmask by PG.pm. It is a copy
of WeBWorK::PG::IO.pm, with some changes to make it work as a macro package.
The translator no longer shares IO.pm's functions with the safe compartment.
This is a BAD THING, and should be reconsidered when the Translator is
revised.
- Changed many (but not all) checks for HTML or HTML_tth modes to match /^HTML/
in the macros.
- changed &header to &head in Problem.pm
- Added problem environment variables for gif2eps and png2eps and modified
&dangerousMacros::alias to use them
- fixed MOST of the harmless warnings in the system. there's still the "Use
of uninitialized value in null operation" warning in template(), tho.
Still to come:
- make images in PDFs work
- fix TTH mode character encodings on mac (maybe)
- have logout button invalidate key
- Pretty die messages (from outside of the translator)
- Feedback - need nice modular way of sending email
- Options - email address and password
Revision
561 -
Directory Listing
Modified
Fri Sep 27 20:23:48 2002 UTC (10 years, 7 months ago) by
sh002i
removed deprecated stuff from the bin directory.
added gif2eps and png2eps from the old system.
-sam
Revision
488 -
Directory Listing
Modified
Wed Aug 21 15:26:03 2002 UTC (10 years, 9 months ago) by
sh002i
adapted pdf_latex to work with pdflatex. call it pip_pdflatex. it
doesn't exactly work yet. it might not be worth it.
-sam
Revision
432 -
Directory Listing
Modified
Fri Jul 19 02:39:16 2002 UTC (10 years, 10 months ago) by
sh002i
added: math2img and support files... probably shouldn't distribute pip
with WeBWorK, but no one's going to complain, since it's in the public
domain (and that's one less dependancy ;)
-sam
Revision
351 -
Directory Listing
Added
Fri Jun 7 21:43:07 2002 UTC (10 years, 11 months ago) by
sh002i
not ready for use yet. heh heh.
-sam