Log of /branches/rel-2-4-patches/webwork-modperl/bin
Directory Listing
Revision
5859 -
Directory Listing
Modified
Wed Jul 30 15:45:45 2008 UTC (4 years, 9 months ago) by
apizer
Removed MIME::Parser from list of modules --- it's not used
Revision
5763 -
Directory Listing
Modified
Tue Jun 24 23:02:16 2008 UTC (4 years, 11 months ago) by
gage
adding missing files
Revision
5744 -
Directory Listing
Modified
Tue Jun 24 16:07:53 2008 UTC (4 years, 11 months ago) by
gage
Corrective updates to rel-2-4-patches
Revision
5734 -
Directory Listing
Modified
Tue Jun 24 00:44:59 2008 UTC (4 years, 11 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-4-patches'.
Revision
5419 -
Directory Listing
Modified
Sat Aug 25 18:23:58 2007 UTC (5 years, 9 months ago) by
sh002i
Original Path:
branches/rel-2-4-dev/webwork-modperl/bin
backport (jj): Improved handling of textook chapters and sections
(should be entered based on their number, not the DBchapter and
DBsection name).
Also improved handling for problems which are tagged to a chapter,
but not to a particular seciton in the chapter.
Revision
5316 -
Directory Listing
Modified
Mon Aug 13 22:26:07 2007 UTC (5 years, 9 months ago) by
sh002i
Original Path:
branches/rel-2-4-dev/webwork-modperl/bin
backport (jj): Revise how institution will be dealt with in the problem
library. Currently, the information is not used so the changes are
innocuous.
Revision
4923 -
Directory Listing
Modified
Wed Apr 4 15:06:01 2007 UTC (6 years, 1 month ago) by
glarose
Original Path:
trunk/webwork-modperl/bin
Add set-level proctor login password for proctored gateway/quiz
assignments, improve handling of proctor keys and permissions for
proctored assignments, bug fixes for recently added features.
This commit
- adds the ability to specify a set-level proctor for proctored
gateway/quiz assignments. this is done by adding a proctor with
a username "set_id:setName", where "setName" is the name of the
set, adding a "restricted_login_proctor" field to the set tables
in the database, and allowing Authen::Proctor and
ContentGenerator::LoginProctor to appropriately deal with this
possibility.
- updates proctor permissions and status in global.conf.dist,
changing the old "proctor_quiz" permission level (3) into two
levels, "proctor_quiz_login" and "proctor_quiz_grade".
wwdb_upgrade includes a stanza to make this change to proctors
that already exist in courses.
- adds a "Proctor" status in %statuses in global.conf, with no
valid behaviors. this allows the creation of proctor users
in a course who have the permissionLevel to login (and thus
proctor), but not to access the course.
- improves GatewayQuiz explanatory messages when scores or work
are hidden.
- improves GatewayQuiz proctor key management, especially for
tests with more than one allowed attempt. this includes
adding a deleteAllProctorKeys() method to DB.pm.
- updates Instructor Tools, UserList.pm and ProblemSetDetail
to deal with set-level proctoring. c.f. the note below about
the ramifications of these changes.
- updates ProblemSetList to deal with new problem set fields
set_locations and set-level proctors that are located in a
different database table than the set data.
- fixes bugs in UserList and ProblemSetDetail dealing with the
setting of hide_score, hide_score_by_problem, and
time_limit_cap.
This update hides set-level proctor users from the classlist
editor (UserList.pm) and instructor tools (Index.pm) interfaces.
They can be created, modified, and deleted at the homework sets
editor page (ProblemSetDetail.pm) only, and there only implicitly:
we never indicate that a user is being created or modified behind
the screen.
Revision
4918 -
Directory Listing
Modified
Fri Mar 30 19:07:55 2007 UTC (6 years, 1 month ago) by
glarose
Original Path:
trunk/webwork-modperl/bin
Some bugfixes, preliminary commit of relax_restrict_ip function. this
commit
- adds relax_restrict_ip and hide_score_by_problem columns to the set
and set_user tables
- adds the corresponding fields to the Set and UserSet DB Records
- patches 'no location' handling in the location management routine
in CourseAdmin.pm
- improves Authz->checkSet's handling of the case of location
restriction when no addresses exist for a location, makes it
use any cached set that may be available, and makes it honor
relax_restrict_ip
- corrects a typo and some comments in DB.pm
- allows ip restriction fields in ProblemSetList when importing from
or exporting to set definition files
- updates ProblemSetDetail.pm to handle the relax_restrict_ip field
The relax_restrict_ip function has not been well tested.
hide_score_by_problem isn't yet used.
Revision
4904 -
Directory Listing
Modified
Tue Mar 27 17:04:02 2007 UTC (6 years, 1 month ago) by
glarose
Original Path:
trunk/webwork-modperl/bin
Preliminary commit of code to restrict access to assignments by client
IP address. This commit adds the database tables for IP address
restriction, updates check_modules.pl to require Net::IP for address
matching, adds database calls in DB.pm for manipulating locations and
addresses, and adds location restriction to the set editing in
ProblemSetDetail.
This commit does not add actual restriction to sets, nor the ability
to create locations to which to restrict access.
Revision
4889 -
Directory Listing
Modified
Fri Mar 16 00:19:38 2007 UTC (6 years, 2 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
accept argument "apache1" or "apache2" to control which modules to check
for. this resolves bug #1151.
Revision
4869 -
Directory Listing
Modified
Tue Mar 13 15:38:23 2007 UTC (6 years, 2 months ago) by
glarose
Original Path:
trunk/webwork-modperl/bin
Update stanzas for modifying hide_score and hide_work columns in set
and set_user to have more intelligible names, and add a default value.
Revision
4863 -
Directory Listing
Modified
Fri Mar 9 21:07:35 2007 UTC (6 years, 2 months ago) by
glarose
Original Path:
trunk/webwork-modperl/bin
add stanzas to update definitions of hide_score and hide_work in set and
userset, and to add time_limit_cap column to those tables.
Revision
4807 -
Directory Listing
Modified
Thu Mar 1 22:47:21 2007 UTC (6 years, 2 months ago) by
gage
Original Path:
trunk/webwork-modperl/bin
Updated version of the check_modules function. This should make it easier to
add more functionality to this file.
Revision
4688 -
Directory Listing
Modified
Fri Dec 1 16:45:35 2006 UTC (6 years, 5 months ago) by
glarose
Original Path:
trunk/webwork-modperl/bin
Add hide_score and hide_work columns to the set and set_user tables.
These are currently only used by gateway/quiz assignments.
Revision
4543 -
Directory Listing
Modified
Mon Oct 2 16:32:51 2006 UTC (6 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
fixes to index structure.
* the prefix lengths on keyfield indexes is now 255, the length of the field.
* the index that contains all three keyfields is now a UNIQUE KEY
* psvn is no longer the PRIMARY KEY, now a UNIQUE KEY (and it's the
second UNIQUE KEY, after the user_id/set_id one)
also, made wwdb_upgrade a little easier to maintain by not hardcoding
version numbers into the @DB_VERSIONS structure.
Revision
4542 -
Directory Listing
Modified
Mon Oct 2 15:05:14 2006 UTC (6 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
alphanumeric keyfields TINYBLOB NOT NULL instead of BLOB for UNIQUE indexing.
check for table existence before doing something with that table.
Revision
4530 -
Directory Listing
Modified
Thu Sep 28 23:42:32 2006 UTC (6 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
incorrectly set type of set_user.status column to INT; should be FLOAT.
if you ran wwdb_upgrade after the last commit, you lost the decimal
portions of any status values. thanks to gavin for noticing.
Revision
4458 -
Directory Listing
Modified
Fri Sep 8 14:20:23 2006 UTC (6 years, 8 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
forward-port (sh002i): promote empty or missing statuses to the default
status before importing
Revision
4372 -
Directory Listing
Modified
Mon Aug 14 17:25:01 2006 UTC (6 years, 9 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
don't attempt to output db_version if it's undefined, don't double-space
output quite so much.
Revision
4371 -
Directory Listing
Modified
Mon Aug 14 17:23:56 2006 UTC (6 years, 9 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
don't check course if user says no.
improved status messages.
ignore non_native tables.
allow conversions from TEXT->INT by first converting to VARCHAR(255)
Revision
4370 -
Directory Listing
Modified
Sat Aug 12 15:44:03 2006 UTC (6 years, 9 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
don't need separate code for initilization -- we can just set db_version
to 0 and run through all the upgrade steps normally. since there are no
courses, only the global updates will run, which is fine.
Revision
4365 -
Directory Listing
Modified
Fri Aug 11 18:47:21 2006 UTC (6 years, 9 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
this script uses a db_version value to run upgrade code to incrementally
bring the database up-to-date with the current version of webwork. it
can also detect and empty database and initialize it with any system
(non-course) tables (like the depths table) and initilize an up-to-date
db_version value.
Revision
4364 -
Directory Listing
Modified
Wed Aug 9 21:21:46 2006 UTC (6 years, 9 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
check against "database version 0", the db structure during 2.2.x. this
utility is designed to be used ONCE when upgrading from 2.2.x to 2.3.0,
and then all future updates will be handled by wwdb_upgrade. at some
point, i may reinstate the ability to check against the current version,
but at this point it's not necessary.
Revision
4194 -
Directory Listing
Modified
Wed Jul 5 16:40:45 2006 UTC (6 years, 10 months ago) by
gage
Original Path:
trunk/webwork-modperl/bin
Added some new modules that are required. Two of them will only be required once Apache2 is in place.
Revision
4131 -
Directory Listing
Modified
Sat Jun 17 21:21:40 2006 UTC (6 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
Preliminary config files for Apache 2. These are enough to bootstrap
WeBWorK under Apache 2. None of the WW code has been modified yet, so it
of course barfs as soon as you visit /webwork2. However, the config
problems are resolved and real porting can begin.
Revision
4130 -
Directory Listing
Modified
Fri Jun 16 20:26:48 2006 UTC (6 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
This utility automates updating config files from their corresponding
.dist files. Run like this:
bin/ww-update-config conf/global.conf
You can specify either the conf file or its .dist file -- the other one
will be deduced automatically. You can specify multiple files. This is
useful:
bin/ww-update-config bin/*.dist conf/*.dist
Revision
4114 -
Directory Listing
Modified
Wed May 31 18:25:18 2006 UTC (6 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
support SSL mode for devel.webwork.rochester.edu systems.
uncomment the line "SSL=-DSSL" in bin/wwapachectl to enable.
note that if you do this, only https requests will be serviced.
you must be in the unix group wwdev (for access to the ssl crt and key)
Revision
4111 -
Directory Listing
Modified
Mon May 29 21:57:06 2006 UTC (6 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
Set server root (-d) to $WEBWORKROOT, create "run" directory if
necessary. (This is for devel's Apache/SSL, which wants to put an
httpd.mm file in "$SERVERROOT/run".)
Revision
4067 -
Directory Listing
Modified
Wed May 10 21:50:41 2006 UTC (7 years ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
some improvements:
* warn if dbLayoutName doesn't match for a course (this can be extended
to to more sophisticated checking)
* add a summary of tables that weren't checked because they weren't part
of any course
* -n flag == don't attempt to fix problems
Revision
4066 -
Directory Listing
Modified
Wed May 10 02:08:35 2006 UTC (7 years ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
a utility to check and repair the webwork SQL database.
functionality so far:
* check for table existence, add tables that don't exist
* check for field existence, add fields that don't exist
* check field types, change types of fields that have incorrect types
still TODO:
* check index structure with SHOW INDEXES FROM
* add indexes that aren't present
* display tables in webwork database that weren't part of any course
* check for dbupgrade table, offer to add it
Revision
3987 -
Directory Listing
Modified
Fri Jan 27 18:19:13 2006 UTC (7 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
forward-port from rel-2-2-dev: (add GD and Net::SMTP, used by PG, and
remove silly test module.)
Revision
3985 -
Directory Listing
Modified
Fri Jan 27 17:53:48 2006 UTC (7 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
forward-port from rel-2-2-dev: (Updated modules/executables list, cleaned up output.
Output now specifies that $PATH is being searched for executables, and
lists the contents of $PATH. Same with @INC. It's a little easier to
tell if a module/executable has not been found: The "found" lines are
prefixed by some space, which makes the not found '**' prefix stand out.
When a module fails to load, but it's not because it wasn't found, the
error message is given.)
Revision
3973 -
Directory Listing
Modified
Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)
Revision
3771 -
Directory Listing
Modified
Mon Nov 21 21:05:34 2005 UTC (7 years, 6 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
use the perl debugger for a shell instead of PSH. this gets us a
readline (or readline-like?) editing environment, which is much nicer to
work with.
Revision
3392 -
Directory Listing
Modified
Wed Jul 20 18:28:55 2005 UTC (7 years, 10 months ago) by
gage
Original Path:
trunk/webwork-modperl/bin
Fixed error that kept the script from working on courses whose
names contained an underscore.
Added ` ` around course names to handle courses whose names
have hyphens in them (and other weird characters)
Added print comments so that you see a running commentary of what
is being changed. Once this script is debugged we might want
to turn these off.
Revision
3388 -
Directory Listing
Modified
Mon Jul 18 23:10:35 2005 UTC (7 years, 10 months ago) by
glarose
Original Path:
trunk/webwork-modperl/bin
Add command-line utility to update sql and sql_single databases to include
gateway fields. Use: wwdb_addgw [-h] [sql|sql_single]
Adds fields to the set and set_user tables in the WeBWorK mysql databases
that are required for the gateway module. The script prompts for which
courses to modify. Adding gateway database fields to existing courses
should have no effect on those courses, even if they are running under a
non-gateway aware version of the WeBWorK system. (I haven't rigorously
tested this.)
If -h is supplied, the script hides the mysql password when it prompts for
it (this assumes that a Unix based stty -echo works). If sql or sql_single
are supplied, they become the default database format.
Note that this has been tested, but not rigorously. Please let me know
if you find that it does not perform as advertised. It might be wise to
back up the database tables before using, and to check that it does what
we expect (that is, adds columns to the set and set_user tables) after
running it.
Revision
3015 -
Directory Listing
Modified
Thu Dec 2 04:31:36 2004 UTC (8 years, 5 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
support for importing roles and statuses from global.conf. the rest
should be considerably easier than this. i hope. i really do.
Revision
3012 -
Directory Listing
Modified
Thu Nov 25 05:50:51 2004 UTC (8 years, 6 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
the beginnings of an upgrade script. currently deals with converting
permission levels to roles properly! :)
Revision
2890 -
Directory Listing
Modified
Sun Oct 10 21:45:43 2004 UTC (8 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
support for password and permission level in classlist, bug #649. note
that passowrd is crypted!
Revision
2881 -
Directory Listing
Modified
Sun Oct 10 20:32:29 2004 UTC (8 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
use WeBWorK::File::Classlist for classlist parsing. removed old
commented-out code from before CourseManangement.pm existed.
Revision
2837 -
Directory Listing
Modified
Tue Sep 28 01:23:01 2004 UTC (8 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
added script to add indices to sql_single courses. usage:
wwaddindexing course_name
Revision
2836 -
Directory Listing
Modified
Mon Sep 27 19:28:36 2004 UTC (8 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
added script to convert a course from sql to sql_single. moves sql
tables from the course's database to the database used by the sql_single
loyout. also gives instructions on how to modify the course's
course.conf file to complete the transition.
Call sql2sql_single like this, in the common case:
./sql2sql_single <course-name> webwork root <sql-root-pw>
You can easily bash script this to do mass conversions of courses:
cd /webwork/shared-courses
for course in *; do
sql2sql_single $course webwork root <sql-root-pw>
cd /webwork/shared-courses/$course
sed 's/sql/sql_single/' < course.conf > course.conf.new
mv course.conf course.conf.old
mv course.conf.new course.conf
done
to do a subset of all courses, change the `for' line to:
for course in course1 course2 course3; do
Revision
2819 -
Directory Listing
Modified
Thu Sep 23 16:53:31 2004 UTC (8 years, 8 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
cleaned up command-line scripts.
- use new hashref form of WeBWorK::CourseEnvironment constructor.
- moved PSH to lib/
- stop using FindBin in wwsh
Revision
2492 -
Directory Listing
Modified
Mon Jul 12 02:43:18 2004 UTC (8 years, 10 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
DEVEL SYSTEM CONFIG CHANGES - PLEASE READ.
To complement the new Apache/WeBWorK configuration scheme, the
http-wwmp-header.conf and http-wwmp.conf files are being eliminated in
favor of a primarily Perl-based configuration scheme. This reduces
redundancy and allows both development and production system to share a
single "core" WeBWorK configuration file, webwork.apache-config.
The setup is described in the new top-level development server config
file devel.apache-config:
This is an Apache configuration file suitable for use when doing
development on the WeBWorK 2 system. This setup allows each
developer to run an independent Apache server under their own UID,
using their own working copy of the WeBWorK code. The configuration
is split into three parts:
The first part is a site-specific (but user-indepenent) file named
devel-site.apache-config. It contains directives that are common to
all development servers on the same host. The site administrator can
chose to maintain a single copy of this file and have all developers
reference it in a central location.
The second part is the stock webwork.apache-config file that is used
for normal installations. Customize this file, setting the
$webwork_url, $webwork_dir, $pg_dir, etc. appropriatly for your
development server.
The third part is this file. It contains the user-specific
directives that are specific to each developer's server.
Of the two files specific to development server configuration, only
devel-site.apache-config will require modification, and it need be
modified only once per host machine. devel.apache-config uses the UID
and GID and of the user running it, and the values set in
webwork.apache-conf, to configure itself.
wwapachectl has also been modified to refer to devel.apache-config
instead of http-wwmp.conf and streamline its configuration.
Revision
2487 -
Directory Listing
Modified
Sun Jul 11 19:41:30 2004 UTC (8 years, 10 months ago) by
gage
Original Path:
trunk/webwork-modperl/bin
Restoring gif2png default directory to one appropriate to unix installations
(as opposed to macs). Sorry about that .
Revision
2450 -
Directory Listing
Modified
Wed Jul 7 14:37:32 2004 UTC (8 years, 10 months ago) by
gage
Original Path:
trunk/webwork-modperl/bin
Changed the misnamed problem_header to hardcopy_header which is a more accurate
description of the variables use.
Hardcopy.pm now consults hardcopy_header as opposed to set_header
This addresses some of the concerns in bug #556
Revision
2411 -
Directory Listing
Modified
Fri Jun 25 18:37:37 2004 UTC (8 years, 11 months ago) by
jj
Original Path:
trunk/webwork-modperl/bin
Report number of images removed, improved behavior when the user specifies
both --remove and --report, die if you don't have permissions to remove an
image, and removed comments.
Revision
2237 -
Directory Listing
Modified
Tue Jun 1 14:42:26 2004 UTC (8 years, 11 months ago) by
jj
Original Path:
trunk/webwork-modperl/bin
Command line script to set a password, analogous to the WW 1 script. The name is slightly different in case you need both available.
Revision
2208 -
Directory Listing
Modified
Mon May 24 18:16:34 2004 UTC (9 years ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
PLEASE UPDATE wwapachectl FROM wwapachectl.dist!
added warnings if config files are older than distribution versions.
Revision
2181 -
Directory Listing
Modified
Sun May 23 19:54:53 2004 UTC (9 years ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
IMPORTANT: changes to wwapachectl.dist -- update local copy!
added umask handling. if you're sharing courses with other users (as we
are on snoop and devel) uncomment the new "umask" line.
Revision
2148 -
Directory Listing
Modified
Sat May 22 01:08:09 2004 UTC (9 years ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
added ability to import the contents of another course's templates
directory when creating a new course. this is supported in bin/addcourse
with the --templates-from=COURSEID switch and in the web interface with
an additional form field.
Revision
2096 -
Directory Listing
Modified
Thu May 13 13:44:28 2004 UTC (9 years ago) by
gage
Original Path:
trunk/webwork-modperl/bin
This checks for modules known to be needed by WeBWorK.
The list of modules is supplied in the DATA section of
the script.
Revision
1926 -
Directory Listing
Modified
Thu Mar 25 00:27:56 2004 UTC (9 years, 2 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
Added a new numeric "published" field to Set and UserSet record classes,
WW1Hash (with field name "publ"), and mksqldb.
Revision
1805 -
Directory Listing
Modified
Sat Feb 14 00:56:00 2004 UTC (9 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
addcourse improvements:
FIXED: we should create a stub course.conf with dbLayout set and "other things
FIXED: you might want to change" commented out. then we can kill the "don't
FIXED: forget to set dbLayout to "sql" in course.conf!" message.
FIXED: setting global user ID in new courses:
FIXED: add a --global-user switch to addcourse to override that value
FIXED: (and add the override to course.conf)
FIXED: warn if the file specified by --users doesn't contain a user with the global user ID
Revision
1703 -
Directory Listing
Modified
Mon Jan 5 01:02:41 2004 UTC (9 years, 4 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
removed lingering references to "webwork-modperl", since we're calling
this product "webwork2" now. soon we should change the name of the CVS
module to "webwork2" as well.
Revision
1696 -
Directory Listing
Modified
Sat Jan 3 20:07:03 2004 UTC (9 years, 4 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
UPDATE YOUR CONFIG FILES! (global.conf.dist, database.conf.dist)
Made changes to support the storage of multiple database layouts in a
single course environment. Database layouts are now stored in a hash
named %dbLayouts in database.conf, and the default layout is aliased to
*dbLayout (see comments in database.conf.dist and global.conf.dist)
sql.conf and gdbm.conf are no longer used.
Support the selection of a specific database layout when instantiating
WeBWorK::DB. WeBWorK::DB now takes a reference to a database layout
rather than an entire course environment.
All calls to WeBWorK::DB::new were updated to pass the correct argument.
Revision
1663 -
Directory Listing
Modified
Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
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
1653 -
Directory Listing
Modified
Thu Dec 4 06:03:25 2003 UTC (9 years, 5 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
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
1192 -
Directory Listing
Modified
Tue Jun 17 22:07:59 2003 UTC (9 years, 11 months ago) by
gage
Original Path:
trunk/webwork-modperl/bin
Added a field for elapsed time ($diff). Changed how the
fields are concatenated (for now).
--Mike
Revision
1179 -
Directory Listing
Modified
Mon Jun 16 23:58:55 2003 UTC (9 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
added WeBWorK::Timing timer/logger and "timing" script to analyze timing
logs.
-sam
Revision
810 -
Directory Listing
Modified
Tue Apr 22 20:49:31 2003 UTC (10 years, 1 month ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
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
Original Path:
trunk/webwork-modperl/bin
Lots of work on WWDBv2... WW1Hash is done! A complete dbLayout (as
detailed on global.conf.dist) works now.
-sam
Revision
798 -
Directory Listing
Modified
Fri Mar 21 23:30:16 2003 UTC (10 years, 2 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
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
562 -
Directory Listing
Modified
Fri Sep 27 23:53:42 2002 UTC (10 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/bin
- 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
Original Path:
trunk/webwork-modperl/bin
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
Original Path:
trunk/webwork-modperl/bin
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
Original Path:
trunk/webwork-modperl/bin
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