[system] / trunk / webwork2 / lib / WeBWorK / URLPath.pm Repository:
ViewVC logotype

Log of /trunk/webwork2/lib/WeBWorK/URLPath.pm

Parent Directory Parent Directory


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

Revision 4435 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 1 17:28:51 2006 UTC (6 years, 8 months ago) by sh002i
File length: 28286 byte(s)
Diff to previous 4289 , to selected 2906
disable test CG

Revision 4289 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 20 18:32:25 2006 UTC (6 years, 10 months ago) by sh002i
File length: 28289 byte(s)
Diff to previous 3973 , to selected 2906
temporarily enable /test/ url.

Revision 3973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by sh002i
File length: 28019 byte(s)
Diff to previous 3858 , to selected 2906
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 3858 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 26 22:06:37 2005 UTC (7 years, 4 months ago) by gage
File length: 28028 byte(s)
Diff to previous 3775 , to selected 2906
Modifications which replace SetsAssignedToUsers.pm by UserDetail.pm

Added instructor help link to the links in the left margin.
There is no specific student help link.

Added some more configuration variables to Constants.pm

Revision 3775 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 21:24:24 2005 UTC (7 years, 5 months ago) by sh002i
File length: 28004 byte(s)
Diff to previous 3695 , to selected 2906
change "die" to "croak" in a couple of places to make error messages
more useful.

Revision 3695 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 8 22:20:49 2005 UTC (7 years, 7 months ago) by sh002i
File length: 27986 byte(s)
Diff to previous 3682 , to selected 2906
fix for bug 815 "Emphasize set name on the Assign users to Set page (set
detail page)"

Revision 3682 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 2 19:51:45 2005 UTC (7 years, 7 months ago) by jj
File length: 27990 byte(s)
Diff to previous 3485 , to selected 2906
New Config module.  It will put its course settings in a file simple.conf
along side course.conf.  Changes are:

  URLPath.pm: wiring so the Config module can be called

  ContentGenerator.pm: link in left panel to Config module

  CourseEnvironment.pm: evaluate simple.conf.  File name can be specified
    when creating a new CourseEnvironment.  This allows it to be bypassed
    (which is currently used), or to test a simple settings file (not
    used now, but it might be useful).

  Constants.pm: all data about configuration is stored here.  New values
    can just be added here, unless they are a new type.

  Config.pm: new module for limited course configuration.

Note, it might be better to move the new variable in Constants.pm to
another file.  Committing changes to Constants.pm can be an extra
hassle since it contains some site specific configuration.

Revision 3485 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 12 02:47:30 2005 UTC (7 years, 9 months ago) by sh002i
File length: 27639 byte(s)
Diff to previous 3377 , to selected 2906
added HiRes timing data to WeBWorK::Debug, removed WeBWorK::Timing. all
existing calls to the WeBWorK::Timing methods now pass the same messages
to debug().

added an option to WeBWorK::Debug to allow only certain subroutines to
log debug messages, in addition to the existing option to bar certain
subroutines from doing so.

Revision 3377 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 14 13:15:27 2005 UTC (7 years, 10 months ago) by glarose
File length: 27584 byte(s)
Diff to previous 3301 , to selected 2906
Preliminary commit of changes to add Gateway module.
This adds to WeBWorK
 - the ability to create versioned, timed problem sets ("gateway tests")
   for which all problems are displayed on a single page ("versioned"
   means that students can get multiple versions of the problem set),
 - the ability to create sets that draw problems from groups of
   problems, and
 - the ability to create sets that require a proctor login to start
   and grade.
Sets can be defined as gateway tests or proctored gateway tests from
the ProblemSetDetail page.

Not quite bug-free yet.  Known bugs include handling of problem values
on the Student Progress page (I think this may be a problem with
changing from sql database format where all entries were 'text' to
sql_single in ver 2.1, where they are integer), and a division by zero
error on the grades page (which may be the same problem).

Tests with a number of attempts per version greater than one haven't
been carefully tested, nor has scoring of gateway tests.

Revision 3301 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 20 22:40:34 2005 UTC (7 years, 11 months ago) by jj
File length: 26720 byte(s)
Diff to previous 2971 , to selected 2906
Allow access to new file comparison module.  It is not linked to from
anywhere, but now you can bring it up with
  http://server/webwork2/coursename/instructor/compare

Revision 2971 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 2 19:58:57 2004 UTC (8 years, 6 months ago) by sh002i
File length: 26376 byte(s)
Diff to previous 2955 , to selected 2906
POD fix.

Revision 2955 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 22 22:59:53 2004 UTC (8 years, 6 months ago) by sh002i
File length: 26394 byte(s)
Diff to previous 2906
POD fixes

Revision 2906 - (view) (download) (as text) (annotate) - [selected]
Modified Tue Oct 12 20:27:35 2004 UTC (8 years, 7 months ago) by sh002i
File length: 26399 byte(s)
Diff to previous 2896
added link to FileManager to link menu. Link to FileXfer is still
present as well, for the time being. We may remove it soon.

Revision 2896 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 11 23:11:41 2004 UTC (8 years, 7 months ago) by sh002i
File length: 26391 byte(s)
Diff to previous 2886 , to selected 2906
added davide's filemanager

Revision 2886 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 10 20:53:19 2004 UTC (8 years, 7 months ago) by sh002i
File length: 26022 byte(s)
Diff to previous 2847 , to selected 2906
restore course name in breadcrumbs (closed bug #701)

Revision 2847 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 29 16:49:30 2004 UTC (8 years, 7 months ago) by sh002i
File length: 26027 byte(s)
Diff to previous 2804 , to selected 2906
moved new names of some modules to URLPath. added sp2nbsp() for link
names.

Revision 2804 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 19:51:45 2004 UTC (8 years, 7 months ago) by toenail
File length: 26018 byte(s)
Diff to previous 2238 , to selected 2906
Changed instructor_set_detail from ProblemSetEditor to ProblemSetDetail
Removed instructor_problem_list
Changed some references from ProblemSetEditor to ProblemSetDetail

Revision 2238 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 1 14:44:17 2004 UTC (8 years, 11 months ago) by gage
File length: 26459 byte(s)
Diff to previous 2223 , to selected 2906
Added hooks for Preflight

-- Mike

Revision 2223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 28 15:54:25 2004 UTC (8 years, 11 months ago) by jj
File length: 26111 byte(s)
Diff to previous 2162 , to selected 2906
Made StudentProgress follow the implicit convention set by things like Set Assigner and Set Maker; to use spaces between words.

Revision 2162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 22 21:25:14 2004 UTC (8 years, 11 months ago) by apizer
File length: 26104 byte(s)
Diff to previous 1995 , to selected 2906
Added paths to Student Progress

Revision 1995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 3 20:56:06 2004 UTC (9 years ago) by jj
File length: 24820 byte(s)
Diff to previous 1945 , to selected 2906
Added entries for SetMaker.

Revision 1945 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 5 03:58:30 2004 UTC (9 years, 1 month ago) by sh002i
File length: 24472 byte(s)
Diff to previous 1922 , to selected 2906
preliminary web-based course creation support

try it -- create a course called "admin" the usual way and then visit it
in your browser.

Revision 1922 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 23 22:58:10 2004 UTC (9 years, 1 month ago) by sh002i
File length: 22868 byte(s)
Diff to previous 1912 , to selected 2906
title improvements

Revision 1912 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 23 01:09:26 2004 UTC (9 years, 1 month ago) by sh002i
File length: 22880 byte(s)
Diff to previous 1899 , to selected 2906
fixed hierarchy problems with statistics and user detail.

Revision 1899 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 17 08:15:51 2004 UTC (9 years, 2 months ago) by sh002i
File length: 22735 byte(s)
Diff to previous 1891 , to selected 2906
fixed a path

Revision 1891 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 15 22:29:54 2004 UTC (9 years, 2 months ago) by sh002i
File length: 22681 byte(s)
Diff to previous 1890 , to selected 2906
comments

Revision 1890 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 15 22:24:02 2004 UTC (9 years, 2 months ago) by sh002i
File length: 22604 byte(s)
Diff to previous 1884 , to selected 2906
made hardcopy_preselect_set a child of hardcopy (as it should be)

Revision 1884 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 15 20:17:14 2004 UTC (9 years, 2 months ago) by sh002i
File length: 22582 byte(s)
Diff to previous 1865 , to selected 2906
disabled debugging output

Revision 1865 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 9 15:42:37 2004 UTC (9 years, 2 months ago) by sh002i
File length: 22576 byte(s)
Diff to previous 1857 , to selected 2906
put "grades" in alphabetical order. added newFromModule for creating a
URLPath to a particular module with particular args. reorganized the
code somewhat. constructors now throw an exception if they can't find an
appropriate path type.

Revision 1857 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 18:50:00 2004 UTC (9 years, 2 months ago) by gage
File length: 20063 byte(s)
Diff to previous 1842 , to selected 2906
Added support for the new module Grades.pm which supports student grades

Revision 1842 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Mar 5 04:16:19 2004 UTC (9 years, 2 months ago) by sh002i
File length: 19774 byte(s)
Diff to selected 2906
added URLPath and Request, for dispatch_new

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