[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator / Instructor / UserList.pm Repository:
ViewVC logotype

Log of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/UserList.pm

Parent Directory Parent Directory


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

Revision 1615 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 4 02:24:32 2003 UTC (9 years, 7 months ago) by sh002i
File length: 37339 byte(s)
Diff to previous 1605
moved getCSVlist to superclass.
implemented FileXfer for set definition files and classlist files.

Revision 1605 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 22 17:05:49 2003 UTC (9 years, 8 months ago) by sh002i
File length: 37518 byte(s)
Diff to previous 1604
resolves bug #268:

This is a problem with the naming of the popup menu options.

"selected users" refers to the users checked in the user table, below
the action options. "users with matching user IDs:" refers to the list
of user IDs entered into the text field to the right of the popup menu.
(note the colon.)

The reporter was attempting to specify "selected users" by entering
their user IDs into the text field intended for "users with matching
user IDs".

I have changed the name of the "selected users" option to "users
selected below", which makes the distinction easier to grok.

Revision 1604 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 21 20:29:27 2003 UTC (9 years, 8 months ago) by sh002i
File length: 37512 byte(s)
Diff to previous 1603
cvs-log test

Revision 1603 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 21 20:26:59 2003 UTC (9 years, 8 months ago) by sh002i
File length: 37484 byte(s)
Diff to previous 1602
foo

Revision 1602 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 21 20:26:26 2003 UTC (9 years, 8 months ago) by sh002i
File length: 37512 byte(s)
Diff to previous 1601
comments

Revision 1601 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 21 20:19:46 2003 UTC (9 years, 8 months ago) by sh002i
File length: 37484 byte(s)
Diff to previous 1597
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 1597 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 22:15:59 2003 UTC (9 years, 8 months ago) by sh002i
File length: 35649 byte(s)
Diff to previous 1594
added export functionality.

Revision 1594 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 05:20:46 2003 UTC (9 years, 8 months ago) by sh002i
File length: 34157 byte(s)
Diff to previous 1584
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 1584 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 14 19:12:07 2003 UTC (9 years, 8 months ago) by sh002i
File length: 12766 byte(s)
Diff to previous 1567
work on making the user list more flexible:
by default, edit fields are not shown
it is possible to select a subset of users for editing

Revision 1567 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 6 22:36:50 2003 UTC (9 years, 8 months ago) by sh002i
File length: 10752 byte(s)
Diff to previous 1474
added record filter

Revision 1474 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 28 15:00:12 2003 UTC (9 years, 9 months ago) by gage
File length: 8156 byte(s)
Diff to previous 1473
Fixed sorting routine so that sorting by sections doesn't
screw up sorting by alphabet.

Revision 1473 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 28 14:45:29 2003 UTC (9 years, 9 months ago) by gage
File length: 8092 byte(s)
Diff to previous 1357
Added sorting to class list.  Sorted alphabetically first
and then by section.  This is a temporary fix.  The code
should be cleaned up and increased functionality, such as
that provided in the listing of sets, should be added.
--Mike

Revision 1357 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 11 18:40:34 2003 UTC (9 years, 11 months ago) by gage
File length: 7557 byte(s)
Diff to previous 1295
More graceful failure if permissionlevel record is not defined.
--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
File length: 7533 byte(s)
Diff to previous 1293
Added bread crumbs (path subroutine) along the top of each of these pages.
--Mike

Revision 1293 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 26 23:42:19 2003 UTC (9 years, 11 months ago) by malsyned
File length: 7082 byte(s)
Diff to previous 1289
The classlist editor now provides links to become each user.

Revision 1289 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 26 21:56:36 2003 UTC (9 years, 11 months ago) by malsyned
File length: 6787 byte(s)
Diff to previous 1261
You can now delete users

Revision 1261 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 24 00:55:28 2003 UTC (9 years, 11 months ago) by malsyned
File length: 6672 byte(s)
Diff to previous 1233
It is now possible to provide synonyms to drop-down lists associated
with database fields for backwards compatability.

Revision 1233 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 20 01:23:03 2003 UTC (10 years ago) by malsyned
File length: 6101 byte(s)
Diff to previous 1220
Move towards more intelligent formatting and editing in Professor Pages,
starting with the UserList.  The only current manefestation is that the
classlist fields are now formatted based on what they will contain.

Revision 1220 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 19 18:55:05 2003 UTC (10 years ago) by malsyned
File length: 4382 byte(s)
Diff to previous 1219
Reworded the warning from the previous commit

Revision 1219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 19 18:50:48 2003 UTC (10 years ago) by malsyned
File length: 4383 byte(s)
Diff to previous 1218
Die if a user doesn't have a permission record (which should never
happen)

Revision 1218 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 19 18:39:02 2003 UTC (10 years ago) by malsyned
File length: 4293 byte(s)
Diff to previous 1214
Hopefully a bugfix for an error Mike was getting with undefined values.

Revision 1214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 19 00:15:31 2003 UTC (10 years ago) by malsyned
File length: 4292 byte(s)
Diff to previous 1213
You can add new users.  (You still have to set their password on the
command line, and you can't delete them yet).

Revision 1213 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 18 23:24:45 2003 UTC (10 years ago) by malsyned
File length: 2981 byte(s)
Diff to previous 1212
Getting prettier

Revision 1212 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 18 23:16:02 2003 UTC (10 years ago) by malsyned
File length: 2815 byte(s)
Diff to previous 1211
Warn less, work more.

Revision 1211 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 18 23:08:18 2003 UTC (10 years ago) by malsyned
File length: 3093 byte(s)
Diff to previous 1110
You can now edit existing student records.  Coming soon are a prettier
display, password resetting, and adding of new students.

Revision 1110 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 10 22:40:36 2003 UTC (10 years ago) by malsyned
File length: 1476 byte(s)
Diff to previous 1017
Added the beginings of a classlist editor.  It currently
only displays the class list in a form.
-Dennis

Revision 1017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 4 23:47:35 2003 UTC (10 years ago) by malsyned
File length: 1110 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 (10 years ago) by malsyned
File length: 683 byte(s)
Diff to previous 1014
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 1014 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 4 18:41:51 2003 UTC (10 years ago) by malsyned
File length: 490 byte(s)
Diff to previous 832
Fixed bugs.
-Dennis

Revision 832 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed May 14 20:28:18 2003 UTC (10 years, 1 month ago) by malsyned
File length: 267 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