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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1994 Revision 1995
1################################################################################ 1################################################################################
2# WeBWorK Online Homework Delivery System 2# WeBWorK Online Homework Delivery System
3# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ 3# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
4# $CVSHeader: webwork-modperl/lib/WeBWorK/URLPath.pm,v 1.10 2004/03/23 22:58:10 sh002i Exp $ 4# $CVSHeader: webwork-modperl/lib/WeBWorK/URLPath.pm,v 1.11 2004/04/05 03:58:23 sh002i Exp $
5# 5#
6# This program is free software; you can redistribute it and/or modify it under 6# This program is free software; you can redistribute it and/or modify it under
7# the terms of either: (a) the GNU General Public License as published by the 7# the terms of either: (a) the GNU General Public License as published by the
8# Free Software Foundation; either version 2, or (at your option) any later 8# Free Software Foundation; either version 2, or (at your option) any later
9# version, or (b) the "Artistic License" which comes with this package. 9# version, or (b) the "Artistic License" which comes with this package.
63 instructor_users_assigned_to_set /$courseID/instructor/sets/$setID/users/ 63 instructor_users_assigned_to_set /$courseID/instructor/sets/$setID/users/
64 64
65 instructor_add_users /$courseID/instructor/add_users/ 65 instructor_add_users /$courseID/instructor/add_users/
66 instructor_set_assigner /$courseID/instructor/assigner/ 66 instructor_set_assigner /$courseID/instructor/assigner/
67 instructor_file_transfer /$courseID/instructor/files/ 67 instructor_file_transfer /$courseID/instructor/files/
68 instructor_set_maker /$courseID/instructor/setmaker/
68 69
69 instructor_problem_editor /$courseID/instructor/pgProblemEditor/ 70 instructor_problem_editor /$courseID/instructor/pgProblemEditor/
70 instructor_problem_editor_withset /$courseID/instructor/pgProblemEditor/$setID/ 71 instructor_problem_editor_withset /$courseID/instructor/pgProblemEditor/$setID/
71 instructor_problem_editor_withset_withproblem 72 instructor_problem_editor_withset_withproblem
72 /$courseID/instructor/pgProblemEditor/$setID/$problemID/ 73 /$courseID/instructor/pgProblemEditor/$setID/$problemID/
202 203
203 instructor_tools => { 204 instructor_tools => {
204 name => 'Instructor Tools', 205 name => 'Instructor Tools',
205 parent => 'set_list', 206 parent => 'set_list',
206 kids => [ qw/instructor_user_list instructor_set_list instructor_add_users 207 kids => [ qw/instructor_user_list instructor_set_list instructor_add_users
207 instructor_set_assigner instructor_file_transfer instructor_problem_editor 208 instructor_set_assigner instructor_file_transfer
209 instructor_problem_editor instructor_set_maker
208 instructor_scoring instructor_scoring_download instructor_mail_merge 210 instructor_scoring instructor_scoring_download instructor_mail_merge
209 instructor_answer_log instructor_statistics 211 instructor_answer_log instructor_statistics
210 / ], 212 / ],
211 match => qr|^instructor/|, 213 match => qr|^instructor/|,
212 capture => [ qw// ], 214 capture => [ qw// ],
300 kids => [ qw// ], 302 kids => [ qw// ],
301 match => qr|^assigner/|, 303 match => qr|^assigner/|,
302 capture => [ qw// ], 304 capture => [ qw// ],
303 produce => 'assigner/', 305 produce => 'assigner/',
304 display => 'WeBWorK::ContentGenerator::Instructor::Assigner', 306 display => 'WeBWorK::ContentGenerator::Instructor::Assigner',
307 },
308 instructor_set_maker => {
309 name => 'Set Maker',
310 parent => 'instructor_tools',
311 kids => [ qw// ],
312 match => qr|^setmaker/|,
313 capture => [ qw// ],
314 produce => 'setmaker/',
315 display => 'WeBWorK::ContentGenerator::Instructor::SetMaker',
305 }, 316 },
306 instructor_file_transfer => { 317 instructor_file_transfer => {
307 name => 'File Transfer', 318 name => 'File Transfer',
308 parent => 'instructor_tools', 319 parent => 'instructor_tools',
309 kids => [ qw// ], 320 kids => [ qw// ],

Legend:
Removed from v.1994  
changed lines
  Added in v.1995

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9