CVS log for loncom/interface/Attic/londropadd.pm

[BACK] Up to [LON-CAPA] / loncom / interface

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.180
Tue Apr 24 22:39:41 2012 UTC (12 years ago) by raeburn
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.179: +1 -1 lines
- londropadd.pm was superceded by lonuserutils.pm in LON-CAPA 2.6.0
  - moving londropadd.pm to the Attic so it no longer gets worked on.

Revision 1.179: download - view: text, markup, annotated - select for diffs
Tue Apr 24 21:05:15 2012 UTC (12 years ago) by droeschl
Branches: MAIN
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +1 -51 lines
Removed londropadd::modifystudent. It is not used anymore and has been
superseded by lonuserutils::modifystudent.

Revision 1.178: download - view: text, markup, annotated - select for diffs
Wed Feb 4 13:21:48 2009 UTC (15 years, 2 months ago) by hauer
Branches: MAIN
CVS tags: version_2_9_99_0, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +3 -3 lines
added quant-calls in the source and edited them in de.pm, because they were not used elsewhere

Revision 1.177: download - view: text, markup, annotated - select for diffs
Fri Dec 5 19:19:28 2008 UTC (15 years, 4 months ago) by schafran
Branches: MAIN
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +6 -6 lines
consistent notation of e-mail in sentences and E-mail in titles.

Revision 1.176: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:14:22 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.175: preferred, colored
Changes since revision 1.175: +2 -2 lines
Added/updated/converted POD. Many files had their POD redone to new standards.

Revision 1.175: download - view: text, markup, annotated - select for diffs
Mon Nov 17 15:48:46 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.174: preferred, colored
Changes since revision 1.174: +141 -57 lines
Added/modified POD comments

Revision 1.174: download - view: text, markup, annotated - select for diffs
Thu Sep 11 14:47:21 2008 UTC (15 years, 7 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +5 -5 lines
Past tense of "occur" is "occurred" (rr!)
Also added some missing &mt() calls and corrected some other little typos

Revision 1.173: download - view: text, markup, annotated - select for diffs
Mon Oct 22 22:16:38 2007 UTC (16 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_99_1, version_2_5_99_0
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +25 -18 lines
Bug 2593 csv file upload by DC to change passwords
- DCs can change authentication, add a domain or course role for uploaded users, and/or change user information (names, ID, e-mail address etc.)
- Authors can add co-authors
- Course Coordinators can add course roles.
- Some subroutines in londropdd.pm moved to lonuserutils.pm.  Some routines in loncreateuser.pm moved to lonuserutils.pm
- &process_pick() moved from lonroles.pm to lonpickcourse.pm
- Work in progress.  Ultimate goal is to provide user listing functionality in different contexts and eliminate separate ENRL button.

Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu Oct 11 02:16:25 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +9 -7 lines
- remember last selections on user creations screens

Revision 1.171: download - view: text, markup, annotated - select for diffs
Tue Oct 9 17:33:57 2007 UTC (16 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.170: preferred, colored
Changes since revision 1.170: +30 -16 lines
- Selectable authentication types displayed controlled by domain prefs
   - some fix-ups.
   - mappings between form element names and stored auth types (int -> internal: etc.)
   - verification of auth selections (verify_message() javascript used more widely).

- More code re-use for adding newuser, and modifying existing user in loncreateuser.pm

- Moving code in loncreateuser.pm out to more subroutines
- Use of <div>s with float for a more compact display
- Added some div classes to standard_css

Work in progress. Towards greater amalgamation of ENRL/CUSR functionality.

Revision 1.170: download - view: text, markup, annotated - select for diffs
Thu Sep 27 18:58:52 2007 UTC (16 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +45 -1 lines
Bug #5437: show clicker IDs in classlist

Revision 1.169: download - view: text, markup, annotated - select for diffs
Fri Aug 31 03:22:51 2007 UTC (16 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_2, version_2_5_1
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +2 -1 lines
Display the response from the user search.

Revision 1.168: download - view: text, markup, annotated - select for diffs
Wed Aug 29 04:12:33 2007 UTC (16 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +101 -56 lines
- xhtml
- only display permanentemail in classlist (a student's other e-mail addresses are set privately by student).
- flush email cache on change
- add ability to change permanentemail from modify student page
- CSS in data tables used to display outcome of modification

Revision 1.167: download - view: text, markup, annotated - select for diffs
Tue Aug 28 13:00:45 2007 UTC (16 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +4 -2 lines
- remove debugging line
- calls to &header() were missing froe three blocks in &handler().

Revision 1.166: download - view: text, markup, annotated - select for diffs
Sun Aug 26 21:09:42 2007 UTC (16 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.165: preferred, colored
Changes since revision 1.165: +200 -51 lines
"Enroll a single student" in Enrollment Manager now uses the same user search interface as "Set Individual User Roles" in Create Users, Change User Privileges.

loncommon.pm
- &user_picker() takes an additional argument ($caller) to indicate the name of the form which will contain the user search - either: document.crtuser for CUSR or document.studentform for ENRL.
- javascript function: validateEntry() now takes an argument - callingForm, which similarly contains the name of the form (document.crtuser or document.studentform.

loncreateuser.pm
- &print_user_selection_page() takes two additional arguments: $context,$srcharray.
  - $context is 'createuser' or 'enrollstudent', depending on caller of form.   - $srcharray is a reference to an array of search items - ('srchterm','srchby','srchin','srchtype','srchdomain').
  - The call to lonhtmlcommon::echo_form_input() in print_user_selection_page() is replaced with printing of form input for elements in @{$srcharray} because of the possibility that this page could be reached coming back from the user modification page.
  - form element: 'state' renamed 'currstate' to avoid collision with 'state' which is already used in ENRL.
  - entry for studentform added to &crumb_utilities() so setFormElements() works for ENRL usage.

londropadd.pm
- &single_user_entry_form() added to display user search in "Enroll a single student" interface.
- user information fields filled in for new username is data available in institutional search.
- breadcrumbs code allows return to intermediate steps in multi-screen single student enrollment.

Revision 1.165: download - view: text, markup, annotated - select for diffs
Thu Jul 26 23:56:35 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_0, version_2_4_99_0
Diff to previous 1.164: preferred, colored
Changes since revision 1.164: +1 -5 lines
- remove debug

Revision 1.164: download - view: text, markup, annotated - select for diffs
Thu Jul 26 23:48:53 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +72 -42 lines
- BUG#5335 - instructors should be allowed to clas lists (and sectioned instructors limited to the one section)

Revision 1.163: download - view: text, markup, annotated - select for diffs
Tue Jul 17 21:24:17 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +24 -5 lines
- BUG#5311 add email address to class list display

Revision 1.162: download - view: text, markup, annotated - select for diffs
Mon Jul 2 21:12:06 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +8 -8 lines
- some @ -> : updates

Revision 1.161: download - view: text, markup, annotated - select for diffs
Mon Jun 4 11:36:46 2007 UTC (16 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_4_1, version_2_4_0
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +6 -6 lines
Putting back the values from the enrollee's environment in the form fields for an existing user (they were deleted in rev 1.160).

Revision 1.160: download - view: text, markup, annotated - select for diffs
Mon May 21 23:38:40 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.159: preferred, colored
Changes since revision 1.159: +23 -33 lines
- fix css for exisitg user enroll table

Revision 1.159: download - view: text, markup, annotated - select for diffs
Tue Apr 17 18:28:44 2007 UTC (17 years ago) by www
Branches: MAIN
CVS tags: version_2_3_99_0
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +20 -20 lines
* Labels
* Internationalization

Revision 1.158: download - view: text, markup, annotated - select for diffs
Tue Apr 17 15:45:03 2007 UTC (17 years ago) by www
Branches: MAIN
Diff to previous 1.157: preferred, colored
Changes since revision 1.157: +14 -14 lines
* increase character contrast by default (white background)
* labels
* fix some &mt()s
* css on roles screen

Revision 1.157: download - view: text, markup, annotated - select for diffs
Sat Mar 3 01:40:28 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.156: preferred, colored
Changes since revision 1.156: +5 -5 lines
- switch to lonnet for get the library server for a domain

Revision 1.156: download - view: text, markup, annotated - select for diffs
Sat Mar 3 01:33:21 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.155: preferred, colored
Changes since revision 1.155: +2 -2 lines
- reduce usage of libserv and host dom,
- mode the domain fetching routines to lonnet

Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Jan 10 21:37:50 2007 UTC (17 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +2 -1 lines
Create-Another links

Revision 1.154: download - view: text, markup, annotated - select for diffs
Thu Dec 21 20:07:57 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_99_1
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +2 -2 lines
ISE due to missing subroutine.

Revision 1.153: download - view: text, markup, annotated - select for diffs
Thu Dec 21 20:05:20 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.152: preferred, colored
Changes since revision 1.152: +11 -6 lines
Links for "Delete group" and "Re-enable deleted group".

Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Dec 21 19:41:03 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.151: preferred, colored
Changes since revision 1.151: +2 -1 lines
- add in missing dependency

Revision 1.151: download - view: text, markup, annotated - select for diffs
Sun Dec 10 23:48:44 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_99_0
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +5 -5 lines
- correcting env lookups

Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Nov 23 03:17:17 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.149: preferred, colored
Changes since revision 1.149: +24 -17 lines
- switch to username helpers
- stop splitting $cid on _
- stop trying to turn course id is nto role decriptiors using re

Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Nov 23 00:17:01 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +2 -2 lines
- xhtml

Revision 1.148: download - view: text, markup, annotated - select for diffs
Wed Nov 22 22:53:41 2006 UTC (17 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +3 -3 lines
	Bug 5087. Make "ignore first line" checkbox sticky.

Revision 1.147: download - view: text, markup, annotated - select for diffs
Tue Aug 8 19:02:04 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3
Diff to previous 1.146: preferred, colored
Changes since revision 1.146: +6 -3 lines
- BUG#4954 - adding future to the coursedata view of students status

Revision 1.146: download - view: text, markup, annotated - select for diffs
Thu Jul 20 21:55:37 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_2, version_2_1_99_1
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +6 -6 lines
- hiding delete BUG#4876

Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Jul 19 12:26:06 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +21 -21 lines
-last of BUG#4908 (unhide groups for 2.2)

Revision 1.144: download - view: text, markup, annotated - select for diffs
Mon Jul 3 04:14:21 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_0
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +21 -21 lines
- temp. hide of groups

Revision 1.143: download - view: text, markup, annotated - select for diffs
Thu May 18 01:08:51 2006 UTC (17 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +6 -5 lines
&coursegroups() and &get_group_settings() moved to longroup.pm, which contains general utility functions for asking about groups.  Also contains &group_changes() which is used to add/drop group memberships as a result of role changes, as determined by group settings for auto-add and auto-drop. 'none' and 'all' are now reserved words which may not be used as section or group names, so they can be used instead of _all and _none  when specifying auto-add and auto-drop settings for all sections or no section roles.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Thu May 11 20:09:47 2006 UTC (17 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +110 -19 lines
Include display of active groups in classlist as a column which can be used as a sort key.  Replace reference to Section/Group with Section.  Include protection against section naming with reserved words 'none' or 'all' and also with the name of a course group.

Revision 1.141: download - view: text, markup, annotated - select for diffs
Mon May 1 19:37:33 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +13 -15 lines
- upadte breadcrumbs calls

Revision 1.140: download - view: text, markup, annotated - select for diffs
Wed Apr 26 14:52:22 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +3 -2 lines
- update calls to coursedescription where they want the cached data updated

Revision 1.139: download - view: text, markup, annotated - select for diffs
Sat Apr 22 01:06:48 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +15 -14 lines
-adding a LC_data_table that has the CC color in the th row and alternates the row colors

Revision 1.138: download - view: text, markup, annotated - select for diffs
Tue Mar 21 18:34:23 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +10 -16 lines
- start_page

Revision 1.137: download - view: text, markup, annotated - select for diffs
Sat Feb 18 01:27:07 2006 UTC (18 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +21 -21 lines
Re-enable groups links in ENRL page. Add interface to allow group creator to specify mapping of different roles/sections to a group to support auto-add and auto-drop changes in group membership based on role changes of course participants. Implement ability to modify group settings, and to add new members. Changes to loncommon.pm to accommodate extraction of mapping options (roles & sections) when parsing group record in coursegroups.db file. Still working on ability to change functions/privileges/status of existing members.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Feb 8 23:47:23 2006 UTC (18 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +4 -4 lines
$env{'internal.studentphotos'} -> $env{'internal.studentphoto'} Previous settings will now be ignored and course owners will have to indicate agreement to conditions of use of student photos, before being able to use them in a course.

Revision 1.135: download - view: text, markup, annotated - select for diffs
Tue Feb 7 16:21:26 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +7 -5 lines
- style police

Revision 1.134: download - view: text, markup, annotated - select for diffs
Tue Feb 7 05:08:32 2006 UTC (18 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.133: preferred, colored
Changes since revision 1.133: +50 -4 lines
Add support for student photo import from an institutional repository. Availability of photos of registered students in a course controlled by course environment parameter: 'internal.studentphoto'.  This may be configured to require initial acceptance of conditions of use by course owner.  View classlist in ENRL, and Automated Enrollment Manager now includes option to display thumbnails of student photos.  Nightly enrollment update can import student photos for students added to a course.  Student photos can be updated via the Automated Enrollment Manager.

Revision 1.133: download - view: text, markup, annotated - select for diffs
Mon Nov 21 19:44:14 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_99_1
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +21 -21 lines
- remivng course groups links

Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue Nov 15 22:06:50 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +40 -7 lines
Add links to londropadd.pm to allow creation and display of groups. (not all functions implemented yet).

Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Nov 1 20:47:15 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.130: preferred, colored
Changes since revision 1.130: +21 -17 lines
- <label>

Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Jun 3 16:27:26 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1, version_1_99_0
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +4 -2 lines
Bug #3805: explain authentication mechanisms

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Apr 19 03:58:23 2005 UTC (19 years ago) by matthew
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +6 -2 lines
use 'none' in excel output instead of unixtime 0.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Thu Apr 7 07:34:52 2005 UTC (19 years ago) by albertel
Branches: MAIN
CVS tags: version_1_99_0_tmcc
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +2 -7 lines
- increasing the use of loncommon::get_env_multiple

Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:23 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +181 -183 lines
- ENV -> env

Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Mar 10 17:33:57 2005 UTC (19 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +4 -9 lines
Updated to use loncommon::create_workbook.  Spreadsheets were slightly
modified to use formats.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Thu Feb 17 08:29:42 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +3 -2 lines
- <html> -> &Apache::lonxml::xmlbegin, thus valid doctypes are now getting output, Yeah! StandardsCmpliance

- backing out the encoding changes for now

- some xhtml cleanups
- one icon -> lonhttpd

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Jan 31 11:27:14 2005 UTC (19 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +10 -2 lines
Saving my work towards aspects of bugs 1290 and 3442.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Tue Jan 11 22:12:22 2005 UTC (19 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +3 -3 lines
- fixes so that usenrames with _ work again

Revision 1.122: download - view: text, markup, annotated - select for diffs
Thu Dec 2 19:00:38 2004 UTC (19 years, 4 months ago) by matthew
Branches: MAIN
CVS tags: version_1_3_1, version_1_3_0, version_1_2_99_1
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +2 -2 lines
Upload is not spelled with an 'e'.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri Nov 12 16:34:15 2004 UTC (19 years, 5 months ago) by matthew
Branches: MAIN
CVS tags: version_1_2_99_0
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +73 -55 lines
Added 'vcl' permission.
londropadd.pm: rewrote &print_main_menu to only show actions the user has
the ability to perfrom.  Modified &handler to restrict access to functions
based on vcl & cst permissions.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Tue Oct 26 15:04:20 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +5 -1 lines
- focus the username field

Revision 1.119: download - view: text, markup, annotated - select for diffs
Sat Oct 16 00:46:58 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +2 -2 lines
 BUG#3541

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Sep 13 16:21:30 2004 UTC (19 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +3 -3 lines
Fix bug #3371. Also in londropadd::show_class_list() prevent line break between checkbox and label.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Mon Jul 26 21:57:27 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_0, version_1_1_99_5, version_1_1_99_4
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +6 -6 lines
- fixing BUG#3218 as per gerd's desire
- also updating preferences and dropadd use of bread crumbs to make better use of the existing help

Revision 1.116: download - view: text, markup, annotated - select for diffs
Mon Jul 19 17:58:10 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +3 -1 lines
- _ seems to be bad in usernames
- enroll single student wasn't protecting the username from bad caharacters

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Jun 29 04:30:00 2004 UTC (19 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_99_3, version_1_1_99_2, version_1_1_99_1
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +49 -28 lines
AUtomated Enrollment Manager now provides automatic switching from 'manual' to 'auto' enrollment type when a manually enrolled student is detected in the institution's classlist.  Auto switching can be prevented on a per-student basis by 'locking' the type to 'manual'. Also changes to Enrollment.pm to make it more modular.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Thu Jun 17 18:31:24 2004 UTC (19 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +76 -19 lines
Calls to functions in localenroll.pm mediated by lonc/lond now include domain
in the set of passed parameters to support domain-specific variants in a single
localenroll.pm file housed on a multi-domain library server.

Automated enrollment now sets first access and last access dates for student
roles based on defaults set on course creation, and modifiable via a number
of mechanisms in the Enrollment Manager, and Automated Enrollment Manager.

The Automated Enrollment Manager now provides a utility to allow enrollment type
to be toggled between 'auto' and 'manual', so that students added via CSV file
or singly can become liable for automated update (dropping, section switching
etc.).

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Jun 9 17:08:27 2004 UTC (19 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +6 -1 lines
Check if auto-enrollment is enabled on the course's homeserver. If yes, display link to Automated Enrollment Manager.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed May 19 17:53:43 2004 UTC (19 years, 11 months ago) by matthew
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +1 -3 lines
Removed debugging code.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri May 14 18:11:12 2004 UTC (19 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2 lines
Bug 3015.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu May 13 21:03:16 2004 UTC (19 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +104 -61 lines
Bug 2976: Add start and end dates to view and drop classlist pages.
Required modifying the inputs to &show_class_list.  Dates are formatted
with lonlocal::locallocaltime or Excel, as the need arises.  Now
depend on lonstathelpers for the excel time handling routine.
Cleaned up some bad html on the classlist view page.  Modified the input
parameters for the classlist view page to use form.output instead of the
much overused form.state.  All of this is not as nice as it should be but
I don't have time to eviscerate it properly.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed May 12 20:04:57 2004 UTC (19 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +3 -5 lines
Bug 3006: Crappy <form> made it impossible to modify students.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Mar 17 19:56:47 2004 UTC (20 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +5 -3 lines
Added count column to classlist output.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Mar 8 17:31:37 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.106: preferred, colored
Changes since revision 1.106: +2 -2 lines
Typos: "separate"

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Mar 1 16:34:54 2004 UTC (20 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +6 -11 lines
Modify to use new cascading faq/help links feature in breadcrumbs.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Feb 27 15:13:27 2004 UTC (20 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +3 -2 lines
&print_html_classlist: Changed wording from "Refresh Display" to
"Update Display".

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Feb 27 14:59:19 2004 UTC (20 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +7 -5 lines
Fixed: &print_html_classlist now properly indicates the currently selected
output format.
Added Excel formatting to output.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Thu Feb 26 22:42:21 2004 UTC (20 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +87 -69 lines
Interface tweaks for html/csv/excel generation of classlist view.  Needs
to be tested more....

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Feb 20 19:44:59 2004 UTC (20 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +44 -4 lines
Added breadcrumbs to 'action' state.

Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:30:36 2004 UTC (20 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +24 -3 lines
londropadd.pm: Added display of role start and end times to "modify single
student" display, mostly to show when the start and end dates are not set.
Made the 'section' input box a little bigger, too.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Feb 10 22:15:53 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +19 -2 lines
Add course personnel to class list.

Revision 1.91.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 21 00:29:56 2004 UTC (20 years, 3 months ago) by albertel
Branches: version_1_1_X
CVS tags: version_1_1_3, version_1_1_2, version_1_1_1
Diff to previous 1.91.2.1: preferred, colored to branchpoint 1.91: preferred, colored next main 1.92: preferred, colored
Changes since revision 1.91.2.1: +55 -11 lines
- backport 1.96 and 1.97

Revision 1.91.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 21 00:23:30 2004 UTC (20 years, 3 months ago) by albertel
Branches: version_1_1_X
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +6 -1 lines
- adding code to hide Automated Enrollmanet manger link if not enabled on the machine

Revision 1.99: download - view: text, markup, annotated - select for diffs
Thu Jan 15 19:27:05 2004 UTC (20 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +72 -14 lines
Bug 2140: Classlist upload should remember field choices.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Jan 15 03:18:19 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +16 -8 lines
Help buttons

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Dec 28 01:30:50 2003 UTC (20 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +25 -27 lines
Modifications to &javascript_validations() to simplify code for use by loncreatecourse and lonmodifycourse.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Dec 27 23:38:13 2003 UTC (20 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +55 -9 lines
Modifications to javascript_validations(), to support use by loncreatecourse.pm and lonmodifycourse.pm. For loncreatecourse.pm: Javascript function verify_message() now only requires an authentication type, if automated adds set to "Yes" (fix to bug #2468). Same function now requires a Kerberos domain if authtype is set to "krb" when called from loncreatecourse.pm and lonmodifycourse.pm.

Existing javascript code for use of javascript_validations() by other modules (e.g., londropadd.pm -directly) left unchanged, although it should be modified in the future if checking of the autharg field is desired - as written it will always deliver the default, i.e., no alert, regardless of the contents of the autharg field.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Dec 22 22:50:37 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +2 -7 lines
-BUG#2509, one place used Course list, every where else uses classlist

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Dec 12 18:04:38 2003 UTC (20 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +197 -131 lines
Localization is finished (some words could be missed).

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Dec 8 23:13:17 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
- type

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Dec 8 21:01:03 2003 UTC (20 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +20 -13 lines
Some localization is added.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Dec 5 21:27:59 2003 UTC (20 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1
Branch point for: version_1_1_X
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +51 -14 lines
Added link to "Automated enrollment manager".  Modified following functions:
javascript_validations and date_setting_table to support calls for customized versions of their output from loncreatecourse.pm - used by domain controller to create new courses.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Nov 7 21:04:37 2003 UTC (20 years, 5 months ago) by matthew
Branches: MAIN
CVS tags: version_1_0_99
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +58 -52 lines
Lots of localization of enrollment forms and authentications forms.
Minor comment/POD changes to loncommon.pm in addition to localization.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Nov 6 22:49:59 2003 UTC (20 years, 5 months ago) by matthew
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +94 -77 lines
Further londropadd.pm localization.  This time, localizing the javascript
which alerts the user of missing fields.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Nov 6 20:04:06 2003 UTC (20 years, 5 months ago) by matthew
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +71 -55 lines
First stab a localization of londropadd.pm.
Note: Using parameters in localization.  Let me know if this is okay.
Also needed to add comments to newphrases.txt.  Again, let me know.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Nov 5 20:55:59 2003 UTC (20 years, 5 months ago) by matthew
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +8 -4 lines
Fixed bug which made it impossible to revoke the role of student for a
student who had previously had a section but later did not have a section.
Some better error reporting was added as well (returning '666' on error
doesn't seem like a bright idea now).

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Sep 29 16:09:20 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +4 -3 lines
Various small internationalization bugfixes.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Sep 8 14:30:47 2003 UTC (20 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +4 -4 lines
Attempt at bug 2142 - domains should default to course domain.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Aug 26 04:56:29 2003 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
- BUG #2097, localauth should not require a password when doing CSV uploads

Revision 1.80.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 25 16:36:58 2003 UTC (20 years, 8 months ago) by albertel
Branches: version_1_0_0
CVS tags: version_1_0_3, version_1_0_2, version_1_0_1
Diff to previous 1.80: preferred, colored next main 1.81: preferred, colored
Changes since revision 1.80: +4 -4 lines
- backport 1.83

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Aug 25 14:31:20 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +4 -4 lines
Going by the domain of the server makes no sense, users should be default be
enrolled into the domain of the course. Already caused some confusion, should
probably go into 1.0.1.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Aug 14 16:08:46 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +6 -8 lines
Bug #1542 more correctly.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Aug 14 14:16:42 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +8 -1 lines
Bug #1542: ignore first line from uploaded courselists, e.g. column titles
Jay Ihry

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Jul 29 20:00:56 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_0_99_5, version_0_99_4
Branch point for: version_1_0_0
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +7 -7 lines
Trap non-alphanumeric values in the Section instead of just whitespace and
colons.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Jul 28 17:10:12 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +17 -5 lines
Bug 1608: More coherent error messages for missing kerberos domain data.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Jul 25 18:51:18 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +4 -4 lines
Disallow :'s in sections as well - the classlist.db is colon deliminated.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Jul 25 18:05:06 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +8 -1 lines
For inclusion in 1.0.  Section names with spaces in them cause problems,
so trap and silently remove them.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Jul 21 17:54:43 2003 UTC (20 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +4 -4 lines
- bug 1911, Classlist is really Class List

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Jul 15 19:23:14 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +4 -4 lines
&print_single_student_enroll_form():
    Fix bug where londropadd.pm was not picking up the proper kerberos
    domain.  Modified formatting of authentication table.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Jul 14 15:25:59 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +158 -42 lines
Bug 1475
Added &get_student_username_domain_form which, when enrolling a single student,
uses a seperate page to get the username & domain.  If the user exists the
enrollment page is simplified and pre-filled out.  If not, the enrollment
page is pretty much as before (minor cosmetic changes).
Added &javascript_validiations_without_auth
Reworked much of &print_enroll_single_student_form()

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Jul 5 10:07:11 2003 UTC (20 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +24 -10 lines
Have very limited connectivity, need to do big commit while online.
Will call this JULYone in Bugzilla. Fixes several small bugs.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Jul 3 19:26:20 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +10 -9 lines
Cleanup of error reporting in bulk enrollment.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Jul 2 19:52:56 2003 UTC (20 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +4 -2 lines
Bugs 1084 and 1832 - spurious error message about changing section.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Jul 2 15:25:46 2003 UTC (20 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +3 -2 lines
Fix bug where users were prevented from removing name fields from the students
environment.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Jun 23 14:38:53 2003 UTC (20 years, 10 months ago) by matthew
Branches: MAIN
CVS tags: version_0_99_3
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +4 -1 lines
Automatic refreshing of the course environment after setting the enrollment
dates as default for the course.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Jun 20 20:57:44 2003 UTC (20 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +107 -103 lines
Bug 844:
All enrollment pages (classlist upload, enroll single student, and
    modify single student) now use the new date_setter which lets you set the
    date right in the page.
The date setters respect the course default start and end dates.
An instructor can set the dates he/she/it chooses as the default for future
    enrollments.
Added a 'no ending date' checkbox so the person enrolling can hit it instead
    of setting the date to Dec 31st, 1969, 7pm or whatever the unixtime start
    date is for their time zone.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Jun 20 18:34:52 2003 UTC (20 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +31 -10 lines
Part of Bug:884.  Enroll single student now uses the default dates from
the course environment.  Additionally it uses the more pleasant 'date_setter'
method of getting date info from the user.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed May 21 16:06:09 2003 UTC (20 years, 11 months ago) by matthew
Branches: MAIN
CVS tags: version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +3 -5 lines
Remove useless parameter to get_date_from_form.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Apr 30 15:49:45 2003 UTC (21 years ago) by matthew
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +3 -9 lines
Added &Apache::lonhtmlcommon::pjump_javascript_definition() because the
javascript function pjump was cut and pasted five times in the source
code and I just could not sleep at night if I had made it six.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Feb 13 21:35:50 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +17 -9 lines
- Mark Lucas' code to add a domain.tab file it controls
   - domain description,
   - default authentication type
   - default argument for that auth type

- I think this will break the install hopefully I'll get this jury rigged up to work today

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Dec 10 00:54:37 2002 UTC (21 years, 4 months ago) by matthew
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +12 -3 lines
Fix two bugs:
1. &modify_single_student did not expire old student roles in the course.
   This has been implemented by calling &londropadd::modifystudent.
2. &modify_single_student handled the 'override student id change' stuff
   improperly.  Now a check is made to determine the the student has an
   id before bitching about attempts to change the users id.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Dec 3 20:30:48 2002 UTC (21 years, 4 months ago) by matthew
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Another attempt to make it shut the hell up.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Nov 13 19:16:34 2002 UTC (21 years, 5 months ago) by matthew
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +4 -1 lines
Minor formatting changes.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Nov 8 20:51:48 2002 UTC (21 years, 5 months ago) by matthew
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +39 -7 lines
Added excel spreadsheet as format for viewing classlist.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Oct 16 18:45:10 2002 UTC (21 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +43 -16 lines
Many changes to deal well with the new status field.
The routine &show_class_list was modified to use javascript to set a few
hidden parameter values and submit the form in order to take you to the next
page when modifying a students information.  This is in contrast to the
previous method which passed parameters in a link.
&show_drop_list is now a little brighter about the 'sortby' parameter, for
what it's worth (not much, really).
&drop_student_list acts more intelligent on errors - the errors are still
reported and other information is now suppressed if it is not relevant.
Specifically, if no students were successfully dropped you needn't tell
the user about re-enrollment.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Oct 16 15:02:28 2002 UTC (21 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +15 -4 lines
Fixed a bug which did not allow attempts to modify students if the list had
been sorted.
CSV printout of classlist now includes an extra column specifying the users
status if the status mode is set to 'any'.  If it is set to 'expired' a
brief message stating such will be printed out at the top of the sheet.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Oct 16 13:00:57 2002 UTC (21 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +30 -14 lines
Added a status selection box to the routines which display the classlist.
This is mainly for debugging as many of our test classes have few active
students.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Oct 15 14:41:31 2002 UTC (21 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +118 -126 lines
Modifications to use &Apache::loncoursedata::get_classlist().
Removed londropadd::get_current_classlist.
Modified other routines to use get_classlist
Added code to remove heading and trailing whitespace for data in csv uploads.
Removed &drop_students because it was neven used and called a function that
did not exist.
Occasional POD & comment updates.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Sep 26 14:04:34 2002 UTC (21 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +21 -11 lines
Bug 674 - remind the course coordinator the role will not become active
until the student next logs in to LON-CAPA.
Fixed idiocy in &handler regarding subroutine to call in bad 'drop' state.
It is always helpful to call subroutines that exist.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Sep 26 13:29:44 2002 UTC (21 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +37 -10 lines
Added sorting of classlist on 'drop students' page.  This was done by
cut and paste of code from the other view classlist routine, which shames
me to no end.  But not enough to find a better way of doing it right now.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Sep 25 16:16:19 2002 UTC (21 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +131 -46 lines
Sorting of classlist (case insensitive) implemented for all but drop classlist.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Sep 24 18:24:43 2002 UTC (21 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +54 -17 lines
Can now modify a single students data.  Woo!

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Sep 18 14:17:47 2002 UTC (21 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +87 -142 lines
Rewrote &get_current_classlist to call routines in loncoursedata.
Renamed &menu_phase_two_drop to &print_drop_menu and modified to use new
data from &get_current_classlist.
Modified &print_html_classlist and &print_csv_classlist to deal with new
&get_current_classlist.
Rewrote &show_classlist to take data from &get_current_classlist.

Not all of the error detecting code is reimplemented yet.
Modifying a single students status is not working yet.
Sorting of students by various fields (table headings) needs to be implemented.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Sep 17 15:52:44 2002 UTC (21 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +460 -129 lines
Highlights:
Now have 'modify student data' options, although you cannot actually modify
any student data yet.
Selecting a students name in the classlist display will take you to their
'aboutme' page.

Gory details:
Many internal changes to state keeping.
The current page displayed is determined by two parameters, 'action' and
'state'.
Changed subroutine names to describe what they do.
Reformatted single student enrollment form.
Added input variable to &show_class_list to determine what sort of link
to place around user names.
Modified &print_html_classlist to take advantage of new &show_class_list
Added &print_modify_student_form, which works wonderfully.
Added &modify_single_student, which tells you what it wants to do but
cannot actually do it.
Added &get_enrollment_data, which will probably be removed soon.
Added &drop_students to do just that.
Modified &handler to implement state keeping changes and document it.

Revision 1.45.6.2: download - view: text, markup, annotated - select for diffs
Fri Sep 13 18:59:53 2002 UTC (21 years, 7 months ago) by matthew
Branches: krb5_added
Diff to previous 1.45.6.1: preferred, colored to branchpoint 1.45: preferred, colored next main 1.46: preferred, colored
Changes since revision 1.45.6.1: +25 -6 lines
Backport of fix for bug 742.

Revision 1.45.6.1: download - view: text, markup, annotated - select for diffs
Fri Sep 13 18:59:02 2002 UTC (21 years, 7 months ago) by matthew
Branches: krb5_added
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +5 -3 lines
Fixing earlier tag funkiness.

Revision 1.45.4.1: download - view: text, markup, annotated - select for diffs
Fri Sep 13 18:55:57 2002 UTC (21 years, 7 months ago) by matthew
Branches: fixes_0_5
Diff to previous 1.45: preferred, colored next main 1.46: preferred, colored
Changes since revision 1.45: +25 -6 lines
Backport of bugfix for bug 742.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Sep 13 15:33:39 2002 UTC (21 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +25 -6 lines
Fixes bug 742.  The code used to clear out the settings for certain columns
if the label for the second column was set.  The offending for loop has been
removed and comments have been added to confuse and enlighten the unwary.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Sep 9 20:54:52 2002 UTC (21 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +48 -31 lines
Interface cleanups.  Instead of an ugly page with forms and buttons it now
displays an ugly page with links.  Working towards adding a
'modify one student' page, bug 264.

Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 22 21:22:30 2002 UTC (21 years, 8 months ago) by albertel
Diff to previous 1.45: preferred, colored next main 1.46: preferred, colored
Changes since revision 1.45: +5 -3 lines
- krb5 stuff backport to version 0.5

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Aug 22 21:05:25 2002 UTC (21 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +5 -3 lines
- adding krb5 support

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Aug 21 17:18:08 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +3 -5 lines
Starting to implement common header and color scheme for LON-CAPA handlers
(non-content pages).

Instead of <body bgcolor="#...."><h1>... call

   &Apache::loncommon::bodytag(title,[role],[add_body_parms]);

title: what it says in the header
role (OPTIONAL): override role choice
                 ('admin','coordinator','student','author')
add_body_parms: additional parameters to be put into the body tag, for
                example 'onLoad="init();" or stuff

Colors and layout will likely change in the future, including domain
customization, help function calls, (css?)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Aug 8 19:27:35 2002 UTC (21 years, 8 months ago) by matthew
Branches: MAIN
CVS tags: version_0_5_1, version_0_5
Branch point for: krb5_added, fixes_0_5
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +4 -4 lines
Changed loncommon::get_home_servers to get_library_servers.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Aug 1 16:48:21 2002 UTC (21 years, 9 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +7 -6 lines
Fixes bug #620, and adds the ability to pass text to help_open_topic to
also be linked, along with the graphic.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jul 31 14:56:34 2002 UTC (21 years, 9 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +10 -1 lines
Added some more help, fixed some tex typos.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu May 9 15:56:02 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +12 -9 lines
Comma Seperated Values function added to loncommon (along with a little
documentation on get_unprocessed_cgi() ), and londropadd now uses the new
csv function.  I forgot which bug this is for and I can't find it now.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon May 6 17:48:57 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +54 -13 lines
Added csv classlist option.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri May 3 20:38:13 2002 UTC (22 years ago) by matthew
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +79 -11 lines
Added course list viewing capability.  BUG 205.
Rewrote web page header information.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri May 3 17:45:07 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +6 -2 lines
Fixes BUG 330.  If the enrollment database file does not exist we take this
to mean the course does not have any students enrolled.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri May 3 16:30:48 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +6 -6 lines
Fixes BUG 329.
Changed 'ERROR: $error' to "ERROR: $error".
Previously the check for an error was independent of the display of the list
of students to drop.  Now any error in retrieving the list of students will
prevent the drop list from being displayed.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed May 1 20:54:10 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4 lines
Fixed bogus error reporting.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 1 20:15:41 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +4 -3 lines
- fixed BUG#311

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 30 15:24:16 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +26 -8 lines
Fixed bug which prevented dropping of single students.
Fixed bug which prevented dropping of students whose section begins with
whitespace.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Apr 30 13:51:00 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +10 -5 lines
Better reports to user if things go wrong.  No longer need to enter password
for a user who already exists.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 29 14:36:23 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +9 -6 lines
Fix for users not really being enrolled in courses.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Apr 26 19:10:54 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +21 -2 lines
Added 'check all' and 'uncheck all' to drop screen.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Apr 26 18:59:00 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +69 -14 lines
More cleanups - added call to loncommon::linked_select_forms to enable the
instructor to specify a machine to create the users on.  This required some
reworking of the logic involved in adding/dropping users.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Apr 25 19:21:34 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2 lines
Remove debugging flag.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 23 21:03:59 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +11 -6 lines
Javascript bugfix and added calls to &Apache::loncommon::select_dom_form().

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 22 15:26:46 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +62 -94 lines
New javascript to handle authentication forms.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Apr 17 13:55:35 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +17 -14 lines
Fixed bug in modifystudent introduced in last commit, changed return value
for get_current_classlist so that we detect when the classlist is empty
instead of assuming it is an error.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Apr 16 21:02:17 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +255 -249 lines
Many cleanups to the code.  Added &get_current_classlist, renamed
&dropstudent to &modifystudent because I cannot imagine why you would
call &dropstudent if you wanted to *add* a student to a class.  Cleaned
up forms for dropping students.  Added comments here and there.
More work remains to be done.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Apr 16 19:08:49 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +256 -283 lines
Reindentation in preparation for larger changes.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 15 23:37:37 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +223 -331 lines
- moved much of the CSV handling code into loncommon in preparation for grades.pm to accept uploads
- addressed BUG#71 (both original and reverse mode now work)
- did some cleanup and common code removal

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Apr 4 20:41:17 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +72 -61 lines
- refactoring

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Apr 4 17:32:45 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +4 -2 lines
- adds helpful message (BUG#234)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Apr 3 16:45:25 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Missing parenthesis added.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 6 22:34:06 2002 UTC (22 years, 1 month ago) by harris41
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +29 -28 lines
map to foreach

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 4 18:13:58 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +5 -4 lines
Force ID interface - seems to work, but not very well tested

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jan 4 15:56:07 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +12 -1 lines
Force ID check screen menu (does not work yet)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Dec 19 17:17:46 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +24 -0 lines
- Finished GPLing the code

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Sep 25 18:12:43 2001 UTC (22 years, 7 months ago) by www
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
Dropping students who are not in sections

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 24 21:09:53 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +56 -8 lines
- added the localauth authentication mech

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 7 14:07:36 2001 UTC (22 years, 8 months ago) by harris41
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +9 -6 lines
fix IE bug

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 22 16:47:54 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +7 -7 lines
Bug fix sample display

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 14 22:51:48 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +171 -5 lines
Now also enrolls single students

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 14 12:29:25 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +129 -25 lines
Can now drop students - add single student in progress

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 13 21:24:18 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +313 -138 lines
Large changes, can drop students from sections. Drop not done yet, not
completely tested.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 15 14:51:18 2001 UTC (23 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
Mac and PC linebreak, formfeed, etc, compatible (hopefully)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 1 17:30:00 2001 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Start and end separated by ":" rather then "_"

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 1 15:43:46 2001 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +23 -2 lines
Flush output and evaluate classlist for dropping

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 28 19:56:31 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +5 -2 lines
Seems to do the enrollment correct

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 28 16:32:10 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +82 -8 lines
Calls modifystudent, does seem to do everything right, but gets 'refused'
as answer.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 27 21:57:10 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +125 -19 lines
Finds fields, sets start and end time

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Dec 27 17:58:45 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +139 -5 lines
Verifies field selection choices

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 26 21:40:26 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +127 -1 lines
Now uploads files and is able to separate them

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 26 16:39:28 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Handler to drop and add students - doesn't do anything yet.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>