[system] / branches / rel-2-3-dev / webwork-modperl / bin Repository:
ViewVC logotype

Log of /branches/rel-2-3-dev/webwork-modperl/bin

View Directory Listing Directory Listing


Sticky Revision:

Revision 4940 - Directory Listing
Modified Wed Apr 25 18:05:43 2007 UTC (6 years, 1 month ago) by sh002i
backport (sh002i): bring up-to-date with HEAD, update modules list.

Revision 4876 - Directory Listing
Modified Wed Mar 14 00:20:05 2007 UTC (6 years, 2 months ago) by gage
Added Exception::Class to list of modules

Revision 4759 - Directory Listing
Modified Tue Jan 30 21:40:36 2007 UTC (6 years, 3 months ago) by gage
Added a few new modules to check_modules

Revision 4723 - Directory Listing
Modified Sat Dec 9 03:31:54 2006 UTC (6 years, 5 months ago) by sh002i
backport (sh002i): use student ID for password if password field is
defined but empty

Revision 4457 - Directory Listing
Modified Fri Sep 8 14:17:34 2006 UTC (6 years, 8 months ago) by sh002i
promote empty or missing statuses to the default status before importing

Revision 4396 - Directory Listing
Modified Thu Aug 24 21:07:52 2006 UTC (6 years, 9 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-3-dev'.

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 4369 - Directory Listing
Modified Fri Aug 11 21:51:28 2006 UTC (6 years, 9 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
make this compatible with wwdb_upgrade

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 4354 - Directory Listing
Modified Sat Aug 5 03:21:10 2006 UTC (6 years, 9 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
remove more instances of GDBM-related code

Revision 4352 - Directory Listing
Modified Sat Aug 5 02:53:19 2006 UTC (6 years, 9 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
allow user to continue if an sql statement fails.

Revision 4342 - Directory Listing
Modified Thu Aug 3 17:26:42 2006 UTC (6 years, 9 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
this goes along with WWDBv3 and should be removed as well

Revision 4204 - Directory Listing
Modified Sat Jul 8 14:42:47 2006 UTC (6 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
uncomment code

Revision 4203 - Directory Listing
Modified Sat Jul 8 14:42:17 2006 UTC (6 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
defeat cvs tag parsing

Revision 4200 - Directory Listing
Modified Fri Jul 7 23:40:31 2006 UTC (6 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
fixed paths to config files

Revision 4199 - Directory Listing
Modified Fri Jul 7 23:40:01 2006 UTC (6 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
wwapache2ctl.dist should be in the repository, not wwapache2ctl

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 4113 - Directory Listing
Modified Wed May 31 01:07:25 2006 UTC (6 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/bin
Roll back unwanted change to wwsh

Revision 4112 - Directory Listing
Modified Wed May 31 01:05:41 2006 UTC (6 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/bin
Scripts for cleaning up code in problems.  (Written by Davide Cervone)

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 4079 - Directory Listing
Modified Tue May 16 21:35:17 2006 UTC (7 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
fixed a variable name from previous change

Revision 4078 - Directory Listing
Modified Tue May 16 21:25:14 2006 UTC (7 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
check more config files (basically all the files with .dist versions are
checked now)

Revision 4069 - Directory Listing
Modified Fri May 12 18:40:06 2006 UTC (7 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
check for 'dbupgrade' table and 'db_version' value within that table.

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 3983 - Directory Listing
Modified Fri Jan 27 03:34:26 2006 UTC (7 years, 3 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
these files are no longer used

Revision 3982 - Directory Listing
Modified Fri Jan 27 03:33:49 2006 UTC (7 years, 3 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
moving local utilities to admintools module

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 3770 - Directory Listing
Modified Mon Nov 21 17:33:07 2005 UTC (7 years, 6 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
utility script to create tarballs of problem libraries.

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 3075 - Directory Listing
Modified Thu Jan 6 21:04:29 2005 UTC (8 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
small changes to keep up with DBv3 API

Revision 3021 - Directory Listing
Modified Thu Dec 9 16:30:12 2004 UTC (8 years, 5 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
refactored status/role lookups, added abstract set/problem support

Revision 3016 - Directory Listing
Modified Fri Dec 3 02:19:03 2004 UTC (8 years, 5 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
creates user, section, recitation, and participant records.

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 2955 - Directory Listing
Modified Fri Oct 22 22:59:53 2004 UTC (8 years, 7 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
POD fixes

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 2877 - Directory Listing
Modified Sun Oct 10 17:04:47 2004 UTC (8 years, 7 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
works now

Revision 2866 - Directory Listing
Modified Thu Oct 7 02:06:25 2004 UTC (8 years, 7 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
skeleton of WW1Hash reindexing frontend

Revision 2863 - Directory Listing
Modified Thu Oct 7 01:23:19 2004 UTC (8 years, 7 months ago) by gage
Original Path: trunk/webwork-modperl/bin
Corrected useage statements.

Revision 2862 - Directory Listing
Modified Wed Oct 6 21:09:33 2004 UTC (8 years, 7 months ago) by gage
Original Path: trunk/webwork-modperl/bin
removed call for epsfile -- it was bogus.

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 2820 - Directory Listing
Modified Thu Sep 23 17:10:09 2004 UTC (8 years, 8 months ago) by gage
Original Path: trunk/webwork-modperl/bin
Added DateTime module to the list of required modules.

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 2818 - Directory Listing
Modified Thu Sep 23 16:33:59 2004 UTC (8 years, 8 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
removed deprecated scripts

Revision 2814 - Directory Listing
Modified Wed Sep 22 23:29:53 2004 UTC (8 years, 8 months ago) by gage
Original Path: trunk/webwork-modperl/bin
Running

latex check_latex.tex

will check to see that the .sty files can be found.

Revision 2812 - Directory Listing
Modified Tue Sep 21 23:27:40 2004 UTC (8 years, 8 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
pod fix

Revision 2503 - Directory Listing
Modified Mon Jul 12 17:55:55 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
fixed spacing in checkconfig message

Revision 2500 - Directory Listing
Modified Mon Jul 12 16:09:52 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
changed default WW directory to $HOME/webwork2

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 2476 - Directory Listing
Modified Sat Jul 10 16:05:11 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
added support for writing database to stdout if filename is "-".

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 2432 - Directory Listing
Modified Thu Jul 1 20:40:24 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
cosmetic changes to check_modules.pl

Revision 2430 - Directory Listing
Modified Thu Jul 1 18:46:55 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
removed deprecated mksqldb utility. use new addcourse utility instead.

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 2408 - Directory Listing
Modified Fri Jun 25 16:23:38 2004 UTC (8 years, 11 months ago) by jj
Original Path: trunk/webwork-modperl/bin
Script for removing dvipng images matching various date criteria.

Revision 2329 - Directory Listing
Modified Wed Jun 16 18:21:10 2004 UTC (8 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/bin
Searches for some of the executables such as dvipng and tth as well

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 2118 - Directory Listing
Modified Sun May 16 23:31:11 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
removed unused code

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 2036 - Directory Listing
Modified Fri May 7 19:05:45 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
usage message prints supported tables

Revision 2007 - Directory Listing
Modified Wed May 5 22:38:24 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
course deletion script

Revision 2006 - Directory Listing
Modified Wed May 5 22:02:50 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
now uses CoureManagement backend

Revision 1986 - Directory Listing
Modified Thu Apr 29 23:33:26 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
cleaned up, added documentation, added "replace" functionality

Revision 1975 - Directory Listing
Modified Tue Apr 27 03:37:33 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
import support, error reporting

Revision 1971 - Directory Listing
Modified Sun Apr 25 16:27:15 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/bin
wwdb is now for database import and export

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 1906 - Directory Listing
Modified Fri Mar 19 21:54:45 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
fixed stupid errors in generated course.conf file.

Revision 1872 - Directory Listing
Modified Wed Mar 10 16:00:16 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
removed outdated documentation about manually creating course.conf file.

Revision 1806 - Directory Listing
Modified Sat Feb 14 04:07:37 2004 UTC (9 years, 3 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
a few more fixes

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 1698 - Directory Listing
Modified Sun Jan 4 07:20:33 2004 UTC (9 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
improved documentation in database.conf.dist and addcourse. added
mksqldb utility.

Revision 1697 - Directory Listing
Modified Sat Jan 3 21:00:28 2004 UTC (9 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
changed calls to WeBWorK::DB::new, removed obsolete config files

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 1689 - Directory Listing
Modified Sat Dec 27 21:41:56 2003 UTC (9 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
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
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 1654 - Directory Listing
Modified Thu Dec 4 06:17:08 2003 UTC (9 years, 5 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
fixed password creation

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 1638 - Directory Listing
Modified Wed Nov 19 18:46:53 2003 UTC (9 years, 6 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
*** empty log message ***

Revision 946 - Directory Listing
Modified Fri May 30 00:27:02 2003 UTC (9 years, 11 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
added hash2sql conversion script.
-sam

Revision 843 - Directory Listing
Modified Thu May 15 00:58:44 2003 UTC (10 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin
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
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 800 - Directory Listing
Modified Tue Mar 25 20:16:26 2003 UTC (10 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
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
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 694 - Directory Listing
Modified Wed Jan 8 15:48:24 2003 UTC (10 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
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
Original Path: trunk/webwork-modperl/bin
added $WEBWORKUSER variable
-sam

Revision 638 - Directory Listing
Modified Wed Nov 20 20:22:08 2002 UTC (10 years, 6 months ago) by malsyned
Original Path: trunk/webwork-modperl/bin
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
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

Revision 351 - Directory Listing
Added Fri Jun 7 21:43:07 2002 UTC (10 years, 11 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin
not ready for use yet. heh heh.
-sam

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9