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

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

Parent Directory Parent Directory


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

Revision 2479 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 10 16:28:56 2004 UTC (8 years, 10 months ago) by sh002i
File length: 39767 byte(s)
Diff to previous 2478 , to selected 1985
an ugly hack to convince safari to download the damn file! apparently
just sending a "Content-Disposition: attachment" header isn't enough. it
has to be a BINARY FILE! WTF! better solutions welcome.

Revision 2478 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 10 16:07:02 2004 UTC (8 years, 10 months ago) by sh002i
File length: 39583 byte(s)
Diff to previous 2391 , to selected 1985
support incremental sending of exported databases (still slow though).

Revision 2391 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 24 20:54:52 2004 UTC (8 years, 10 months ago) by sh002i
File length: 38658 byte(s)
Diff to previous 2384 , to selected 1985
exported database now has content type "application/xml".,

Revision 2384 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 24 17:43:32 2004 UTC (8 years, 10 months ago) by sh002i
File length: 38651 byte(s)
Diff to previous 2378 , to selected 1985
email handling. add email to user record, allowedRecipients, and
feedbackRecipients. Add userIDs of all added users to
PRINT_FILE_NAMES_FOR.

Revision 2378 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 23 23:10:44 2004 UTC (8 years, 10 months ago) by sh002i
File length: 38343 byte(s)
Diff to previous 2373 , to selected 1985
cleaned up form layout and improved error handling. also, instead of
having a separate set of field
for the "admin user", implemented an option to "add the WeBWorK
administrators to the new course".

Revision 2373 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 23 19:19:32 2004 UTC (8 years, 11 months ago) by sh002i
File length: 39173 byte(s)
Diff to previous 2322 , to selected 1985
added check for a course already existing

Revision 2322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 16 01:58:03 2004 UTC (8 years, 11 months ago) by gage
File length: 39052 byte(s)
Diff to previous 2299 , to selected 1985
First and last names of new instructor as inserted in the new course.

The list of courses one can use as a template is not alphabetized.

Revision 2299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 13 01:29:03 2004 UTC (8 years, 11 months ago) by gage
File length: 38628 byte(s)
Diff to previous 2256 , to selected 1985
Changed the formatting of the add course form

Revision 2256 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 6 00:20:14 2004 UTC (8 years, 11 months ago) by gage
File length: 37898 byte(s)
Diff to previous 2254 , to selected 1985
Added comments -- should we enter the contact person as a student in the admin class
so that we can use the email facility to contact people hosted on this server?

Revision 2254 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 5 19:18:37 2004 UTC (8 years, 11 months ago) by gage
File length: 37795 byte(s)
Diff to previous 2242 , to selected 1985
Changed the layout of the form so that optional items are listed last.

Revision 2242 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 2 18:21:38 2004 UTC (8 years, 11 months ago) by gage
File length: 36563 byte(s)
Diff to previous 2189 , to selected 1985
Changed formatting of the "Add course" sub page.

When a new course is created the course name, id, institution and so forth
are logged in hosted_courses.log in admin/logs

This logging facility must be defined in the admin/course.conf file.

--Mike

Revision 2189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 23 23:59:41 2004 UTC (9 years ago) by sh002i
File length: 32767 byte(s)
Diff to previous 2148 , to selected 1985
delete course improvements. can now have blank sql password and leave
database name blank for default value.

Revision 2148 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 22 01:08:09 2004 UTC (9 years ago) by sh002i
File length: 32600 byte(s)
Diff to previous 2138 , to selected 1985
added ability to import the contents of another course's templates
directory when creating a new course. this is supported in bin/addcourse
with the --templates-from=COURSEID switch and in the web interface with
an additional form field.

Revision 2138 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 21 20:55:38 2004 UTC (9 years ago) by sh002i
File length: 31756 byte(s)
Diff to previous 2104 , to selected 1985
added missing "use" line.
"use WeBWorK::CourseEnvironment".

Revision 2104 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 13 20:49:18 2004 UTC (9 years ago) by sh002i
File length: 31721 byte(s)
Diff to previous 2045 , to selected 1985
several changes towards closing bug #481. (1) removed database "multiple
source" warnings. (2) if sql database name is blank, "webwork_$courseID"
is used. (3) removed sql execution warnings. (4) allowed blank sql admin
password.

Revision 2045 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 8 02:01:13 2004 UTC (9 years ago) by gage
File length: 31589 byte(s)
Diff to previous 2043 , to selected 1985
Sort the courseIDs in the scrolling lists.

Revision 2043 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 7 23:13:44 2004 UTC (9 years ago) by sh002i
File length: 31484 byte(s)
Diff to previous 2042 , to selected 1985
ripped out the rest of the skeleton

Revision 2042 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 7 22:26:49 2004 UTC (9 years ago) by gage
File length: 33444 byte(s)
Diff to previous 2026 , to selected 1985
Fixed typo where a hash was initialized using an anonymous hash reference.

Revision 2026 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 7 14:12:20 2004 UTC (9 years ago) by gage
File length: 33442 byte(s)
Diff to previous 2023 , to selected 1985
Only someone with professor privileges can use CourseAdministration.pm

Revision 2023 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 7 04:28:54 2004 UTC (9 years ago) by jj
File length: 33036 byte(s)
Diff to previous 2004 , to selected 1985
If there is more than one mysql source (which there is now thanks to
ProblemLibrary), then we look for the most commonly used source.  Fixed
a bug in this counting part.

Revision 2004 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 5 22:02:12 2004 UTC (9 years ago) by sh002i
File length: 33017 byte(s)
Diff to previous 1985
globalUserID is actually used in addCourse

Revision 1985 - (view) (download) (as text) (annotate) - [selected]
Modified Thu Apr 29 22:22:33 2004 UTC (9 years ago) by sh002i
File length: 32830 byte(s)
Diff to previous 1960
implemented import and export, fixed some bugs

Revision 1960 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 9 20:19:25 2004 UTC (9 years, 1 month ago) by sh002i
File length: 23393 byte(s)
Diff to previous 1945 , to selected 1985
fixed interface to not be so sucky, added delete function.

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

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

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