[system] / trunk / webwork2 / bin / check_modules.pl Repository:
ViewVC logotype

Log of /trunk/webwork2/bin/check_modules.pl

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 6150 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 21 16:26:30 2009 UTC (3 years, 7 months ago) by apizer
File length: 2785 byte(s)
Diff to previous 6068 , to selected 4807
Added Pod::WSDL to list of modules to check

Revision 6068 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 26 00:49:32 2009 UTC (3 years, 10 months ago) by gage
File length: 2774 byte(s)
Diff to previous 5859 , to selected 4807
updating check_modules

Revision 5859 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 30 15:45:45 2008 UTC (4 years, 9 months ago) by apizer
File length: 2760 byte(s)
Diff to previous 5596 , to selected 4807
Removed MIME::Parser from list of modules --- it's not used

Revision 5596 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 24 01:31:51 2007 UTC (5 years, 4 months ago) by gage
File length: 2774 byte(s)
Diff to previous 5135 , to selected 4807
added check for Exception::Class

Revision 5135 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 10 15:58:22 2007 UTC (5 years, 10 months ago) by gage
File length: 2756 byte(s)
Diff to previous 5030 , to selected 4807
Corrected a logic error in finding the path.

Revision 5030 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 25 13:18:45 2007 UTC (5 years, 10 months ago) by gage
File length: 2695 byte(s)
Diff to previous 5018 , to selected 4807
Added check for Email module

Revision 5018 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 22 16:56:50 2007 UTC (5 years, 11 months ago) by apizer
File length: 2679 byte(s)
Diff to previous 4904 , to selected 4807
add gzip to list of apps to check for

Revision 4904 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 27 17:04:02 2007 UTC (6 years, 1 month ago) by glarose
File length: 2673 byte(s)
Diff to previous 4890 , to selected 4807
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 4890 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 16 00:43:46 2007 UTC (6 years, 2 months ago) by sh002i
File length: 2664 byte(s)
Diff to previous 4889 , to selected 4807
fixed message given when an executable is not found -- fixes bug #1153.

Revision 4889 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 16 00:19:38 2007 UTC (6 years, 2 months ago) by sh002i
File length: 2608 byte(s)
Diff to previous 4807
accept argument "apache1" or "apache2" to control which modules to check
for. this resolves bug #1151.

Revision 4807 - (view) (download) (as text) (annotate) - [selected]
Modified Thu Mar 1 22:47:21 2007 UTC (6 years, 2 months ago) by gage
File length: 2122 byte(s)
Diff to previous 4354
Updated version of the check_modules function.  This should make it easier to
add more functionality to this file.

Revision 4354 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 5 03:21:10 2006 UTC (6 years, 9 months ago) by sh002i
File length: 1779 byte(s)
Diff to previous 4194 , to selected 4807
remove more instances of GDBM-related code

Revision 4194 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 5 16:40:45 2006 UTC (6 years, 10 months ago) by gage
File length: 1914 byte(s)
Diff to previous 3987 , to selected 4807
Added some new modules that are required.  Two of them will only be required once Apache2 is in place.

Revision 3987 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 27 18:19:13 2006 UTC (7 years, 3 months ago) by sh002i
File length: 1819 byte(s)
Diff to previous 3985 , to selected 4807
forward-port from rel-2-2-dev: (add GD and Net::SMTP, used by PG, and
remove silly test module.)

Revision 3985 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 27 17:53:48 2006 UTC (7 years, 3 months ago) by sh002i
File length: 1814 byte(s)
Diff to previous 2820 , to selected 4807
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 2820 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 23 17:10:09 2004 UTC (8 years, 7 months ago) by gage
File length: 948 byte(s)
Diff to previous 2432 , to selected 4807
Added DateTime module to the list of required modules.

Revision 2432 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 1 20:40:24 2004 UTC (8 years, 10 months ago) by sh002i
File length: 938 byte(s)
Diff to previous 2329 , to selected 4807
cosmetic changes to check_modules.pl

Revision 2329 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 16 18:21:10 2004 UTC (8 years, 11 months ago) by gage
File length: 932 byte(s)
Diff to previous 2096 , to selected 4807
Searches for some of the executables such as dvipng and tth as well

Revision 2096 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu May 13 13:44:28 2004 UTC (9 years ago) by gage
File length: 552 byte(s)
Diff to selected 4807
This checks for modules known to be needed by WeBWorK.
The list of modules is supplied in the DATA section of
the script.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9