[system] / branches / rel-2-3-dev / webwork-modperl / lib / WeBWorK / ContentGenerator / Instructor / Index.pm Repository:
ViewVC logotype

Log of /branches/rel-2-3-dev/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm

Parent Directory Parent Directory


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

Revision 4396 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 24 21:07:52 2006 UTC (6 years, 9 months ago) by
File length: 13360 byte(s)
Diff to previous 4258
This commit was manufactured by cvs2svn to create branch 'rel-2-3-dev'.

Revision 4258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 14 21:22:04 2006 UTC (6 years, 10 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 13360 byte(s)
Diff to previous 4234
Minor formatting changes in CGI calls.  Mostly adding {} at the beginning of functions that
concatenate their inputs.

Revision 4234 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 12 01:19:15 2006 UTC (6 years, 10 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 13353 byte(s)
Diff to previous 4216
Mostly replace use CGI; with use WeBWorK::CGI

Files with additional changes to CGI calls are
SendMail, SetMaker PGProblemEditor Instructor::Index and FileManager

Revision 4216 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 11 03:59:08 2006 UTC (6 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 13058 byte(s)
Diff to previous 4202
Apache2 compatibility for HTTP constants. (This may very well be broken,
but I wanted to get it comitted before bed.)

Revision 4202 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 8 14:07:35 2006 UTC (6 years, 10 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 13097 byte(s)
Diff to previous 3973
Try using the -nosticky pragma to see if this fixes the problem.

Revision 3973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 23:13:56 2006 UTC (7 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 13085 byte(s)
Diff to previous 3856
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 3856 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 26 22:02:58 2005 UTC (7 years, 4 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 13094 byte(s)
Diff to previous 3675
The major change is to replace Sets assigned to user by UserDetail.pm.  (Originally
written by Rob Van Dam and completed by Mike Gage.)  It has undergone a significant
amount of testing, but has not yet been used in a course.  We can back out of
these changes  before creating a release if problems are found.

Revision 3675 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 30 19:36:57 2005 UTC (7 years, 7 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 13057 byte(s)
Diff to previous 3377
added manage_course_files activity. changed FileManger to use new
activity. added hasPermissions() checks to Index and Contentgenerator to
only show File Manger when user has permission.

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
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 12971 byte(s)
Diff to previous 3357
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 3357 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 5 18:56:12 2005 UTC (7 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 12971 byte(s)
Diff to previous 2928
renamed "problem set" to "homework set" in page content.
closes bug #797.

Revision 2928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 15 19:25:24 2004 UTC (8 years, 7 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 12978 byte(s)
Diff to previous 2926
fixed typo in "edit_set_for_user"  which should be "edit_set_for_users".  also
changed label to correspond.

Revision 2926 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 14 16:56:18 2004 UTC (8 years, 7 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 12969 byte(s)
Diff to previous 2876
applied dpvc's index patch, use FileManager instead of FileXfer, fixed
indentation.

Revision 2876 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 9 03:07:23 2004 UTC (8 years, 7 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 10416 byte(s)
Diff to previous 2811
protect against the possiblity that user has been defined twice in hidden fields
 or in the search args and a hidden field.

Revision 2811 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 20:20:25 2004 UTC (8 years, 8 months ago) by toenail
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 10428 byte(s)
Diff to previous 2806
minor patch to previous update fully allows editing one set
for multiple users

Revision 2806 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 19:59:19 2004 UTC (8 years, 8 months ago) by toenail
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 10421 byte(s)
Diff to previous 2341
Changed references from ProblemSetEditor to ProblemSetDetail
Added ability to edit a set for multiple users.  Closes #646 and #662.

Revision 2341 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 17 17:40:51 2004 UTC (8 years, 11 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 10408 byte(s)
Diff to previous 2340
re-added case for "edit_set_for_user", accidentally removed in last
revision.

Revision 2340 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 17 16:52:24 2004 UTC (8 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 10091 byte(s)
Diff to previous 2339
A better fix for the "add user" link problem.

this still calls AddUser module.  That will soon
be replaced by a call to UserList module once
Robert is done with his work.

--Mike

Revision 2339 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 17 16:36:32 2004 UTC (8 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 10394 byte(s)
Diff to previous 2314
Replaced hardwiring of mth143b by courseName in "add user" link.

this piece of code still needs work.  It should be a button not a link.

Revision 2314 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 15 14:46:37 2004 UTC (8 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 10318 byte(s)
Diff to previous 2304
Closed up the two lines of instruction at the top of the page
Added a link to "Add users".  will eventually modify this to
a button so that it matches the rest of the page.

Revision 2304 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 14 20:30:30 2004 UTC (8 years, 11 months ago) by toenail
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 10117 byte(s)
Diff to previous 2195
added permissions checks

Revision 2195 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 24 01:34:51 2004 UTC (9 years ago) by mschmitt
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 9269 byte(s)
Diff to previous 2194
Additionaly tweaks to fail gracefully

Revision 2194 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 24 01:27:48 2004 UTC (9 years ago) by mschmitt
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 9113 byte(s)
Diff to previous 2191
Edited so that filters fail gracefully

Revision 2191 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 24 00:39:18 2004 UTC (9 years ago) by mschmitt
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 9046 byte(s)
Diff to previous 2187
Corrected typo in pre-screening for filter

Revision 2187 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 23 23:37:40 2004 UTC (9 years ago) by mschmitt
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 9042 byte(s)
Diff to previous 2080
Updated for filtering of scrolling lists

Revision 2080 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 16:27:20 2004 UTC (9 years ago) by toenail
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 8377 byte(s)
Diff to previous 2017
replaced error processing with call to addmessage()

Revision 2017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 6 22:17:36 2004 UTC (9 years ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 8462 byte(s)
Diff to previous 1920
Changed user interface on the instructors page.

Buttons are now shorter.

--Mike

Revision 1920 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 23 01:55:14 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 8330 byte(s)
Diff to previous 1841
rewritten:

* no duplicated code (no copy-n-paste)
* error messages if the wrong objects are selected
* uses $self->reply_with_redirect()
* uses ScrollingRecordList
* more descriptive button names, values

Revision 1841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 4 21:05:58 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 23511 byte(s)
Diff to previous 1773
changed template escape handler functions to grab data from $r->urlpath
instead of @_ for compatability with dispatch_new.

Revision 1773 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 3 00:53:31 2004 UTC (9 years, 3 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 23537 byte(s)
Diff to previous 1767
Corrected sorting by user_id.  Code now works correctly.  Before the sorting for this case was occuring by accident
with the SQL database.

Made changes to the interface in SendMail.  The radio buttons are now horizontal to match the
radio buttons on the Instructor::Index page.  Changed Id to Login to make the sorting parameter clearer.

changed the format of the popmenu on the Instructor::Index page to match the format used on the SendMail page.

Revision 1767 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 04:28:48 2004 UTC (9 years, 3 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 23361 byte(s)
Diff to previous 1766
Added tweak to handle
case where set is not
defined when acting as
student.

Revision 1766 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 04:08:57 2004 UTC (9 years, 3 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 23275 byte(s)
Diff to previous 1728
Made major modifications to user interface on Instructor/Index page.

Added use of getAllUserProblems in main loop for Stats.pm problems when displaying
statistics for a given set.  This speeds GDBM from 8 sec to 2.  SQL stays at around 22-23 seconds.

Also addded code to sort_method which checks that the number of attempts has been defined.
If not it returns 0.

--Mike

Revision 1728 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 21 00:17:23 2004 UTC (9 years, 4 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 20335 byte(s)
Diff to previous 1723
Corrected link to file transfer page.  This squashes bug #346

Revision 1723 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 00:12:30 2004 UTC (9 years, 4 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 20536 byte(s)
Diff to previous 1716
Placed the link to subpages back on top of the quick link tools, at least for now.
The quick link tools need to be presented better.
-- Mike

Revision 1716 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 16 04:15:46 2004 UTC (9 years, 4 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 20613 byte(s)
Diff to previous 1681
Modified layout of the Instructor/Index.pm module.

Revision 1681 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 18 23:15:34 2003 UTC (9 years, 5 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 20669 byte(s)
Diff to previous 1667
- Assigner and SetsAssignedToUser now refuse to unassign sets from the
GlobalTableEmulator's "global user". Closes bug #283.
- New "unassign from all users" button in Assigner.
- Cosmetic changes to path() and title() in several modules.

Revision 1667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 12 02:24:30 2003 UTC (9 years, 5 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 20421 byte(s)
Diff to previous 1663
As best I can determine all "get" commands to the database are now
checked and appropriate action (usually "die") is taken if no
object is returned.

One exception.  The multiple "gets"  such as getGlobalSets(@setNames)
are not checked -- if a given setName is not found is an empty object
returned? in the list or is nothing returned?

--Mike

Revision 1663 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 20033 byte(s)
Diff to previous 1601
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 1601 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 21 20:19:46 2003 UTC (9 years, 7 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 19376 byte(s)
Diff to previous 1596
display can now be filtered by entering a user ID (or list of user IDs)
or selecting a section or recitation from popup menus.

Revision 1596 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 18:59:58 2003 UTC (9 years, 7 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 19375 byte(s)
Diff to previous 1595
use getGlobalSets instead of getMergedSets.   It speed things up a lot.

-- Mike

Revision 1595 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 15:29:37 2003 UTC (9 years, 7 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 19391 byte(s)
Diff to previous 1594
Added timing code for Instructor::Index  to Instructor::Index.pm and
also to WeBWorK.pm.  We can remove this once we have finished testing
various database configs.

--Mike

Revision 1594 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 05:20:46 2003 UTC (9 years, 7 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 18721 byte(s)
Diff to previous 1581
reworked UserList.pm to have a more modular structure:
1. all modification of user list happends in action_handler routines
2. the whole page is one form
3. view properties (what is shown? what is selected?) survive actions
4. can choose to apply actions to all/selected/visible users
this is more useful than the old UserList, and can be seen as a
prototype for additional refactoring.

also fixed Index.pm to work with the new UserList interface.

Revision 1581 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 12 17:44:32 2003 UTC (9 years, 7 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 18510 byte(s)
Diff to previous 1579
Added button to link to scoring of sets.

Removed some debugging warning messages.

--Mike

Revision 1579 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 12 04:09:14 2003 UTC (9 years, 7 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 18576 byte(s)
Diff to previous 1566
A new version of the index page for instructor functions with a better
layout.  All of the buttons now do something appropriate, although
several of the functions should be rewritten to be more efficient.

For example it should be possible to change many students/dates at one
time.  There are other functions that should be added as well --
assigning students to sets for example.

--Mike

Revision 1566 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 6 22:36:18 2003 UTC (9 years, 7 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 5333 byte(s)
Diff to previous 1486
cleanup

Revision 1486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 6 15:56:58 2003 UTC (9 years, 8 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 5370 byte(s)
Diff to previous 1460
Added the ability to enter a new student from this page.  It is much faster than from the class list.

Of course it doesn't have full functionality yet.
--Mike

Revision 1460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 14 20:10:37 2003 UTC (9 years, 9 months ago) by malsyned
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 2739 byte(s)
Diff to previous 1434
Changed "1.0" to "1.9" for consistency

Revision 1434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 25 12:41:19 2003 UTC (9 years, 10 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 2739 byte(s)
Diff to previous 1433
Increased cellpadding size in tables
--Mike

Revision 1433 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 25 12:38:17 2003 UTC (9 years, 10 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 2739 byte(s)
Diff to previous 1295
Cosmetic modifications to the index pages of Stats and
the instructor pages
--MIke

Revision 1295 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 27 15:43:06 2003 UTC (9 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 2774 byte(s)
Diff to previous 1023
Added bread crumbs (path subroutine) along the top of each of these pages.
--Mike

Revision 1023 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 5 14:39:49 2003 UTC (9 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 2468 byte(s)
Diff to previous 1017
added =cut
near end of DB.pm file.
before
1;

(I thought I had already commited this????)
--Mike

Revision 1017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 4 23:47:35 2003 UTC (9 years, 11 months ago) by malsyned
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 2148 byte(s)
Diff to previous 998
Instructor pages now only let instructors view and edit the database.
phew.

NOTE that there are new directives in global.conf.dist.  You won't be
able to use the professor pages until you've made that change.

Also, I added new template escapes and updated the barebones and ur
templates.
-Dennis

Revision 998 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 3 22:00:57 2003 UTC (9 years, 11 months ago) by malsyned
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 1926 byte(s)
Diff to previous 996
really /really/ fixed the instructor pages to use the new URL scheme
-Dennis

Revision 996 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 3 21:59:25 2003 UTC (9 years, 11 months ago) by malsyned
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 1925 byte(s)
Diff to previous 835
Really fixed the Instructor links to use the new URL scheme this time
-Dennis

Revision 835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 21:02:49 2003 UTC (10 years ago) by malsyned
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 1939 byte(s)
Diff to previous 834
Fixed a typo
-Dennis

Revision 834 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 20:57:28 2003 UTC (10 years ago) by malsyned
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 1934 byte(s)
Diff to previous 832
Added links to the old Professor pages.
-Dennis

Revision 832 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 20:28:18 2003 UTC (10 years ago) by malsyned
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 1138 byte(s)
Diff to previous 831
Added shell code for the UserList and ProblemSetList
-Dennis

Revision 831 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed May 14 18:44:54 2003 UTC (10 years ago) by malsyned
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Index.pm
File length: 984 byte(s)
Moved Instructor.pm to Instructor/Index.pm and made Instructor.pm an
abstract superclass of all the instructor pages.
-Dennis

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