[system] / trunk / webwork-modperl / lib / WeBWorK / ContentGenerator / Instructor / ProblemSetList.pm Repository:
ViewVC logotype

Log of /trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm

Parent Directory Parent Directory


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

Revision 2109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 14 18:26:11 2004 UTC (9 years ago) by toenail
File length: 21949 byte(s)
Diff to previous 2097
added text classes for students with status Audit, Drop, Enrolled

Revision 2097 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 13 16:02:55 2004 UTC (9 years ago) by toenail
File length: 21933 byte(s)
Diff to previous 2090
added functionality for published/unpublished

Revision 2090 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 21:05:25 2004 UTC (9 years ago) by toenail
File length: 21820 byte(s)
Diff to previous 1951
changed submitError to addmessaage()

Revision 1951 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 6 01:58:25 2004 UTC (9 years, 1 month ago) by gage
File length: 21777 byte(s)
Diff to previous 1934
Fixed link for edit button on ProblemSetList page.
This squashes bug #446

Revision 1934 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 3 16:24:42 2004 UTC (9 years, 1 month ago) by gage
File length: 21515 byte(s)
Diff to previous 1928
Updated these files to generate urls from urlpath.

Revision 1928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 28 03:25:47 2004 UTC (9 years, 1 month ago) by gage
File length: 20334 byte(s)
Diff to previous 1843
Cleanup -- moving toward using the Apache:Request object and URLpath.

It remains to use URLpath to construct new paths in these files.

Revision 1843 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 5 05:01:37 2004 UTC (9 years, 2 months ago) by gage
File length: 20553 byte(s)
Diff to previous 1804
Some cosmetic changes in the table

Added a safety switch for deleting sets.

Added a call to Compatibility::update_global_user  to fill in
global_user records if no globa_user has yet been assigned.

Revision 1804 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 14 00:55:17 2004 UTC (9 years, 3 months ago) by sh002i
File length: 17656 byte(s)
Diff to previous 1790
added slowness warning

Revision 1790 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 12 04:26:51 2004 UTC (9 years, 3 months ago) by sh002i
File length: 17214 byte(s)
Diff to previous 1727
added timing code

Revision 1727 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 20 18:56:03 2004 UTC (9 years, 4 months ago) by gage
File length: 16791 byte(s)
Diff to previous 1726
Edited headers for the problem set list page.
--Mike

Revision 1726 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 19 04:26:45 2004 UTC (9 years, 4 months ago) by gage
File length: 16543 byte(s)
Diff to previous 1723
Modified the reading of set definition files
slightly to deal with the case where
some values haven't been defined.
--Mike

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
File length: 16300 byte(s)
Diff to previous 1702
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 1702 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 5 00:48:33 2004 UTC (9 years, 4 months ago) by sh002i
File length: 16006 byte(s)
Diff to previous 1681
added checkboxes to the import forms to allow user to deicde whether to
assign a set to all users or not.

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
File length: 15530 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
File length: 15538 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
File length: 15415 byte(s)
Diff to previous 1661
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 1661 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 8 23:07:46 2003 UTC (9 years, 5 months ago) by sh002i
File length: 14539 byte(s)
Diff to previous 1660
Implemented a schema-level "count" function in the WW1Hash schema.
Added countSetUsers and countProblemUsers to DB.
Replaced SCALAR calls to listSetUsers with calls to countSetUsers.
Update Schema documentation.

The immediate advantage of this is to make ProblemSetList MUCH faster.

Revision 1660 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 5 00:01:40 2003 UTC (9 years, 5 months ago) by sh002i
File length: 14488 byte(s)
Diff to previous 1651
implemented an "Import Multiple Sets" feature.

Revision 1651 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 3 20:31:49 2003 UTC (9 years, 5 months ago) by sh002i
File length: 13539 byte(s)
Diff to previous 1606
fixed timers

Revision 1606 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 24 00:22:05 2003 UTC (9 years, 7 months ago) by gage
File length: 13547 byte(s)
Diff to previous 1428
Timing counters added.  Faster way to count the number of sets. (but not
fast enough for GDBM)
--Mike

Revision 1428 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 24 14:32:30 2003 UTC (9 years, 10 months ago) by gage
File length: 13015 byte(s)
Diff to previous 1415
Added import from set definition file function and
export to set definition file function
--Mike

Revision 1415 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 22 20:40:37 2003 UTC (9 years, 10 months ago) by malsyned
File length: 6330 byte(s)
Diff to previous 1410
Removed a superfluous warning

Revision 1410 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 21 22:08:58 2003 UTC (9 years, 10 months ago) by malsyned
File length: 6356 byte(s)
Diff to previous 1404
Redirect to the Scoring content generator if the scoreSelected button is
pressed

Revision 1404 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 18 21:42:14 2003 UTC (9 years, 10 months ago) by malsyned
File length: 5901 byte(s)
Diff to previous 1400
Another button that doesn't do anything (yet)

Revision 1400 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 16 17:56:20 2003 UTC (9 years, 10 months ago) by gage
File length: 5776 byte(s)
Diff to previous 1399
Added blank for entering the name of the imported set.
--Mike

Revision 1399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 16 13:33:53 2003 UTC (9 years, 10 months ago) by gage
File length: 5702 byte(s)
Diff to previous 1295
Added a pop menu that displays the set definition files that could be
imported.
--Mike

Revision 1295 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 27 15:43:06 2003 UTC (9 years, 10 months ago) by gage
File length: 5502 byte(s)
Diff to previous 1027
Added bread crumbs (path subroutine) along the top of each of these pages.
--Mike

Revision 1027 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 5 19:34:38 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5180 byte(s)
Diff to previous 1020
Now I'm exporting InitializeUserProblem
-Dennis

Revision 1020 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 5 01:29:32 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5196 byte(s)
Diff to previous 1017
Changed the way checking if a new set exists already happens.
-Dennis

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
File length: 5245 byte(s)
Diff to previous 1015
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 1015 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 4 20:19:27 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4899 byte(s)
Diff to previous 1005
The UserList module now has a single button, "Assign to all users", that
does what it says it does.  This should allow people to create new
problems and problem sets and edit them without ever needing the old
system, assuming that they are importing an existing course into
webwork2.
-Dennis

Revision 1005 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 4 00:34:56 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4898 byte(s)
Diff to previous 995
I split the instructor's Problem List editor off into a seperate page,
and added links to that page from a few others.
-Dennis

Revision 995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 3 21:07:37 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5095 byte(s)
Diff to previous 979
Efforts towards doing the Right Thing with the instructor URLs.
-Dennis

Revision 979 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 2 22:28:08 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5163 byte(s)
Diff to previous 978
Fix max in Util.pm
did some UI refactoring.
-Dennis

Revision 978 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 2 22:07:05 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5158 byte(s)
Diff to previous 977
There's no longer a seperate "Add Set" content generator.  That form is
now right on the problem set list.
-Dennis

Revision 977 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 2 21:58:35 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5063 byte(s)
Diff to previous 963
Took out some unnecessary warns, both intentional and otherwise.
-Dennis

Revision 963 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 2 08:18:51 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4893 byte(s)
Diff to previous 955
Added the ability to add sets.
-Dennis

Revision 955 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 18:52:48 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4315 byte(s)
Diff to previous 954
More speedup and consolidation.
-Dennis

Revision 954 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 18:17:06 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4312 byte(s)
Diff to previous 952
This time there aren't any of the bugs that there were before, and
probably not any new ones.
-Dennis

Revision 952 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 18:09:13 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4350 byte(s)
Diff to previous 951
Fixed a showstopping compile but that accidentally got into the last
commit.  and consolidated some code.
-Dennis

Revision 951 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 18:05:41 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4373 byte(s)
Diff to previous 950
More changes to prevent unneccesary database requests
-Dennis

Revision 950 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 17:50:57 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4383 byte(s)
Diff to previous 935
Took out many many unneccessary database accesses.
-Dennis

Revision 935 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 21:28:08 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4416 byte(s)
Diff to previous 930
A start on the final version of the problem set editor.  The code from
the previous version is still in the file as mike_body, becuase it will
be added in (with modifications) as the file progresses.
-Dennis

Revision 930 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 17:46:00 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4424 byte(s)
Diff to previous 924
*** empty log message ***

Revision 924 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 01:38:55 2003 UTC (9 years, 11 months ago) by malsyned
File length: 4473 byte(s)
Diff to previous 883
Added a helpful comment to Authz
Fixed bug #15 in hardcopy
Gave ProblemSetList the proper db calls, now that SQL databases are
working.
-Dennis

Revision 883 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 22 20:14:58 2003 UTC (10 years ago) by malsyned
File length: 4716 byte(s)
Diff to previous 877
Added sorting capability.
Squashed a bug in bug-detection ;-)
-Dennis

Revision 877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 21 21:37:33 2003 UTC (10 years ago) by malsyned
File length: 2748 byte(s)
Diff to previous 859
The problem set list has it's basic functionality working.  It still
needs a lot of work, but it's usable as a gateway to the problem editor.
-Dennis

Revision 859 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 18 03:20:56 2003 UTC (10 years ago) by gage
File length: 856 byte(s)
Diff to previous 836
dded a link to the mock up of a problem set editor.

Revision 836 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 21:20:13 2003 UTC (10 years ago) by malsyned
File length: 403 byte(s)
Diff to previous 832
Removed the Professor content generator and link.
Made a little progress on ProblemSetList.
-Dennis

Revision 832 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed May 14 20:28:18 2003 UTC (10 years ago) by malsyned
File length: 276 byte(s)
Added shell code for the UserList and ProblemSetList
-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