CVS log for loncom/interface/lonpopulate.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.92: download - view: text, markup, annotated - select for diffs
Wed Feb 16 16:38:11 2022 UTC (2 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2 lines
- Typo

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Jan 3 04:56:27 2022 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +7 -3 lines
- Extend "zero enrollment failsafe" mechanism so it can also (optionally)
  protect against unwanted drops if partial data retrieved from institutional
  source for specific institutional section.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Dec 28 02:04:35 2021 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +172 -40 lines
- Extend "zero enrollment failsafe" mechanism so it can also (optionally)
  protect against unwanted drops if partial data retrieved from institutional
  source for specific institutional section.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Aug 20 21:16:13 2021 UTC (2 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +19 -3 lines
- Support customization in localenroll.pm to eliminate ambiguity in extraction
  of institutional section from institutional course section for automated
  enrollment.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sun Jun 20 22:44:23 2021 UTC (2 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
- Compatibility with scalar name change in rev. 1.87

Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Jun 15 20:52:26 2021 UTC (2 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +178 -42 lines
- Support customization in localenroll.pm to eliminate ambiguity in extraction
  of institutional section from institutional course section for automated
  enrollment.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Mar 31 02:19:59 2021 UTC (3 years ago) by raeburn
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +18 -5 lines
- Support institutional policies which allow a Course Coordinator affiliated
  with a cross-listed course to be automatically listed as a co-owner in a
  course.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Nov 9 00:48:52 2016 UTC (7 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +269 -137 lines
- Automated enrollment settings in a course displayed to roles with 'opa' priv,
  but 'cst' priv is required for editing.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sun Jul 24 14:34:59 2016 UTC (7 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +118 -22 lines
- Bug 5464
  Can set failsafe value in domain (or override in Auto-enollment course
  configuration to avoid unwanted dropping of students when no data are
  retrieved for a particular inststitutional section.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Jun 9 21:22:57 2015 UTC (8 years, 10 months ago) by damieng
Branches: MAIN
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +13 -12 lines
fixed bug 6782, and escaped most localized messages used in Javascript blocks to make sure bugs like that do not happen again

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Dec 12 14:30:47 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
- Coding style: keys()

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Aug 27 01:29:27 2014 UTC (9 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
- Fix typo introduced with localization in rev. 1.74

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Dec 24 19:15:11 2013 UTC (10 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +7 -3 lines
- New course request type -- textbook.
  - Can assign rights to request this type of course.
  - "textbook" can have different uploaded content quota, default credits etc.
    from official or unofficial course types.
  - Domain Coordinators can specify subject, tile, authors(s) and upload an
    image of the textbook cover.
- Work-in-progress.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Aug 16 03:25:05 2013 UTC (10 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
- Typos.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Aug 15 16:51:02 2013 UTC (10 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
- Correct a couple of changes in rev 1.74.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Jul 22 18:06:51 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +3 -3 lines
Exclude HTML tags from translation phrases.
Update corresponding German translation file phrases and translations.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Mar 1 05:21:17 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +27 -6 lines
- Set institutional status when auto-enrollment adds a new LON-CAPA user.
- Store credits earned for a course in classlist.db for students for whom
  credits are different from course default.
- Credits can be part of XML record for each student in course roster
  retrieved from institutional data course via customized localenroll.pm

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Mar 1 05:10:09 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +1 -2 lines
- Remve debug line.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Feb 11 02:39:11 2013 UTC (11 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +1125 -1011 lines
- Use standard method for generation of breadcrumb trails
- Add missing localization
- Coding style - push(), split(), eliminate use of $_
               - eliminate escaped double quotes

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Jan 23 16:00:46 2013 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +2 -3 lines
- Fix typo in rev 1.69.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Jan 23 15:53:28 2013 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
- Fix typo in rev 1.69.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Jan 23 15:52:08 2013 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
- Fix typo in rev 1.69.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Jan 21 18:26:09 2013 UTC (11 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Typos in 1.69

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Dec 17 14:41:06 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +7 -6 lines
- Localization: move HTML mark-up out of &mt().

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jan 11 22:09:50 2011 UTC (13 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +10 -7 lines
- Include co-owners as argument passed to lonnet::auto_new_course() whenever sections, crosslistings or course owner change in an "official" course.

Revision 1.62.4.2: download - view: text, markup, annotated - select for diffs
Fri Jan 22 13:20:04 2010 UTC (14 years, 3 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_1, version_2_9_0, version_2_8_99_1
Diff to previous 1.62.4.1: preferred, colored to branchpoint 1.62: preferred, colored next main 1.63: preferred, colored
Changes since revision 1.62.4.1: +3 -2 lines
- Backport 1.66.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Nov 24 14:26:15 2009 UTC (14 years, 5 months ago) by wenzelju
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_10_0_RC1, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +21 -23 lines
The follwing is only a temporary solution to adapt 'Automated Enrollment' to the design:

- Used LC_pick_box in order to design the table with the content.
- Deleted deprecated <font size=...>-Tags
- Inserted new breadcrumbs-symbol

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Oct 30 20:35:34 2009 UTC (14 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +3 -2 lines
- Add course type as second arg in call to lonuserutils::get_permission().

Revision 1.62.4.1: download - view: text, markup, annotated - select for diffs
Thu Sep 10 11:39:05 2009 UTC (14 years, 7 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_8_99_0, GCI_2
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +51 -13 lines
- Backport 1.65.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Sep 5 17:20:58 2009 UTC (14 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +50 -12 lines
- Bug 6023.
  - Only include expired DCs in the list of DCs (shown exclusively to DCs)
    on the notify page, if they are currently included in the notification list
    for the course.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Jul 17 22:24:08 2009 UTC (14 years, 9 months ago) by droeschl
Branches: MAIN
CVS tags: bz2851
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
New categorization for User Management menu.
- renamed related menu items
- added/changed related translations
- modified related helpfiles

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jun 5 12:49:50 2009 UTC (14 years, 10 months ago) by bisitz
Branches: MAIN
CVS tags: bz5969, BZ5971-printing-apage
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +5 -5 lines
Replaced hardcoded styles for fieldset legends by CSS:
- legends are nearly always wanted to be in bold:
  Added style and removed now unnecessary <b> tags
- Padding wanted for legend texts:
  Added style and removed now unnecessary &nbsp;

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed May 6 13:37:56 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
CVS tags: BZ5434-fox
Branch point for: version_2_9_X
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +12 -12 lines
Eliminate white spaces between HTML attribute and value

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Apr 22 17:13:38 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Added missing quotation mark to name attribute in "Go back" button input field

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Apr 4 21:47:41 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
XHTML conform tags (input, br, hr)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Apr 4 19:47:40 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +12 -12 lines
XHTML: Replaced all occurrences of
checked="true"
by
checked="checked"

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Mar 25 15:49:47 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +5 -4 lines
W3C / XHTML conform javascript script tags

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Dec 11 14:55:15 2008 UTC (15 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +4 -4 lines
Replaced
  <nobr>...</nobr>
by
  <span class="LC_nobreak">...</span>

- lonsearchcat.pm: Added missing start tag for nobreak area
- lonsurveyreports.pm: Added missing end tag for nobreak area

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jun 4 21:33:54 2008 UTC (15 years, 10 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_99_1, version_2_6_99_0, GCI_1
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +17 -9 lines
Wording: Automated Enrollment Manager (without "Student")
Localization: Added a few of many missing &mt() calls

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Apr 30 23:54:59 2008 UTC (15 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
Bug 5176.
Pass 'chgtype' as context arg to &lonnet::modify_student_enrollment() for storge in nohist_rolelog.db record.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Mar 12 02:45:07 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Change arguments accepted by lonnet::appenv() to:
1. reference to hash
2. (optional) reference to array.

Change all instances where lonnet::appenv() is called to replace first argument passed (originally a hash) to a reference to the hash.

- Modify lonnet.pm rev 1.35 code intended to prevent "dangerous" modifications of the environment, so it will actually do this.
- Allow these modifications to be made in certain instances:
   DC switching to adhoc role
   CC switching to a different course role in the current course.
   user self-enrolling as a student

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Mar 6 21:42:51 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +3 -45 lines
- Move &get_institutional_codes() from lonpopulate.pm to loncommon.pm
- Add a css definition to loncommon:standard_css()

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Jan 2 07:53:47 2008 UTC (16 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +16 -17 lines
- Wording changes
  - Automated Enrollment Manager -> Automated Student Enrollment Manager
  - Enrollment Manager -> User Manager
- Clarification of how to change access dates for currently active users.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Dec 14 00:20:53 2007 UTC (16 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_5_99_1
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +63 -38 lines
&authorpriv() and &get_permission() moved from loncreateuser.pm to lonuserutils.pm to be more generally available.

- classlist display in Autoenrollment Manager (used for locking/unlocking users and/or toggling user type between auto and manual) now uses lonuserutils::show_users_list().

lonpopulate.pm
- link in breadcrumb trail to dropadd replaced with createuser
- style
- localization
- tables displaying result of auto/manual lock/unlock changes for student enrollments use loncommon::start_date_table* and end_data_table*

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed May 2 01:33:49 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +6 -7 lines
- switch Store to Save

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Mar 8 01:58:45 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
- eliminating the domain hash globals in favor of functional access

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Aug 10 22:05:18 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +16 -11 lines
- BUG#4962 - photo selection screen failed to work witha username:domain style course owner

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Aug 10 21:46:40 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +23 -25 lines
- BUG#4960, notification wasnot able to be turned on because the JS
  was assigning a value of true not checking for a value of true

Revision 1.46: 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
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
- BUG#4954 - adding future to the coursedata view of students status

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jul 28 01:04:45 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_1_99_2
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +45 -11 lines
Some style changes. Wording changes. Javascript added for form verification of notification options page.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jul 27 23:24:19 2006 UTC (17 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +183 -95 lines
Bug 4536.  Domain coordinators displaying notification selection page will display all Course Coordinators, as well as all users with DC role in the course's domain.  For CCs, status of role is also displayed. For non-DC users, all CCs are displayed as well as any DCs currently on the "notified" list. Changes to studentphot setting interfaces to handle storage of course owners as username:domain; backwards compatible with username only mode.

Revision 1.43: 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
CVS tags: version_2_1_99_1, version_2_1_99_0
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +4 -3 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.42: download - view: text, markup, annotated - select for diffs
Tue May 16 21:56:14 2006 UTC (17 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +223 -150 lines
Use ':' as separator between username and domain instead of '@' in notifylist but retain backwards compatibility.  Replace "Section/Group ID" with "Section ID" now group is distinct from section. Use loncommon::*_data_table() routines instead of nested tables.  Prevent use of 'none' or 'all' (reserved words) or a group name for a section ID.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Mar 15 22:11:04 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +10 -24 lines
- mode <head> </headh> <</body> elimination

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Feb 10 02:59:02 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.39: preferred, colored
Changes since revision 1.39: +6 -2 lines
Display an appropriate message instead of a button when update of student photos via Automated Enrollment Manager is disabled.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Feb 9 13:45:54 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +72 -71 lines
- add in missing /
- <label>
- correct some invalid html

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Feb 9 00:40:19 2006 UTC (18 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +6 -2 lines
Only show email: if permanentemail exists for course owner.

Revision 1.37: 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
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +10 -10 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.36: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:15:56 2006 UTC (18 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
lonnet::get() expects array reference as second argument.

Revision 1.35: 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.34: preferred, colored
Changes since revision 1.34: +33 -25 lines
- style police

Revision 1.34: 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.33: preferred, colored
Changes since revision 1.33: +396 -66 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.33: download - view: text, markup, annotated - select for diffs
Mon Nov 7 15:43:31 2005 UTC (18 years, 5 months ago) by raeburn
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.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Bug 4441. Accommodation of non-word characters in institutional codes. Sanity checking now needed.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Nov 4 21:55:39 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2 lines
- leaving only 1 notifycount declare

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Nov 4 21:34:05 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Fix bug 4441.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Nov 4 21:32:13 2005 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
Reversing another change made in rev 1.28.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Nov 4 21:25:34 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +6 -5 lines
- changing back to array counts

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Nov 4 15:03:29 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +32 -80 lines
- just cleaing up some code

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Oct 4 18:27:32 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
- remove course_id as an argument to loncoursedata::get_classlist

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Sep 16 16:01:18 2005 UTC (18 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Moved check_user_status() from Enrollment.pm to loncommon.pm.  Now returns: active, previous or future (instead of ok or expired)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Sep 14 21:25:52 2005 UTC (18 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +2 -21 lines
Javascript to check/uncheck a set of checkboxes is used in more than 1 place.

Revision 1.24: 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_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_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +6 -31 lines
- increasing the use of loncommon::get_env_multiple

Revision 1.23: 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.22: preferred, colored
Changes since revision 1.22: +107 -107 lines
- ENV -> env

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 17 08:50:20 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
- $r->content_type -> loncommon::content_type

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 17 08:29:43 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +5 -3 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.20: 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_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +44 -28 lines
Fix bug #3371. Also in londropadd::show_class_list() prevent line break between checkbox and label.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 23 16:53:06 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_0
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +157 -134 lines
Enhancement to guard against setting of start access dates later than end access dates, and also against blank start or end dates. Fix bug 3205.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 23 16:32:35 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Fix bug 3255.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 5 21:57:07 2004 UTC (19 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +9 -10 lines
Fix bugs 3206 and 3207.  Add <br /> tags and improve wording.

Revision 1.16: 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_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +230 -43 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.15: download - view: text, markup, annotated - select for diffs
Mon Jun 28 15:41:20 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +890 -891 lines
- Style police are back and thought they do a little lite retabination

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +484 -54 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.13: download - view: text, markup, annotated - select for diffs
Wed Jun 9 17:01:56 2004 UTC (19 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +21 -57 lines
Fix bug #3062

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 8 22:09:44 2004 UTC (19 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +61 -22 lines
Changes to support autoenroll calls from a remote server.

lond on the homeserver for the course(s) handles requests from the remote
server for institutional data (e.g., classlists, valid institutional courseIDs,
institutional section numbers for a course code, validation of course owners), by
calling the appropriate functions in the homeserver's localenroll.pm

All replies are made directly with the exception of fetch_enrollment_query, which
is shipped over to lonsql, in case retrieval of institutional classlists is a
protracted process.

lonsql on the homeserver for the course(s) calls localenroll::fetch_enrollment()
and writes XML files of enrollment data to /home/httpd/perl/tmp

Transfer of classlist data occurs later following an autoretrieve call from the
remote server. It is planned to generalize this function and add encryption to the transfer back to the client.

Autoenroll.pl called by cron on a library server, now only carries out updates for
courses in its domain, for which the library server is the course's homeserver. If a domain has multiple library servers Autoenroll.pl will need to be run on each library server.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 16 13:26:44 2004 UTC (20 years ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +1 -4 lines
- removing hard coded end date value

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 15 05:56:34 2004 UTC (20 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +153 -13 lines
bugs 2596 and 2599
Auto-enrollment does not work until three sets of parameters are set using the Automated Enrollment Manager:

(a) Auto adds and/or drops are enabled.
(b) Start and End dates are set for operation of the auto-enrollment process.
(c) Sections and/or crosslisted classes are selected to contribute enrollment.

When a course coordinator now sets one of these required parameters, the enrollment manager will detect whether one or both of the other critical parameters has NOT been set, and display an appropriate warning.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 15 01:47:21 2004 UTC (20 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Wording change.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 29 16:34:39 2003 UTC (20 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +139 -86 lines
Added call to localenroll::new_course() when a new section is added, so that checking of valid sections (and valid course owners) will now occur if localenroll::new_course has been customized appropriately.  Modified display of sections where call to localenroll::get_sections() returns a single section, so that (a) a section can be added if one was NOT selected when the course was created, and (b) the LON-CAPA section/group ID can be changed for an existing (single section).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 15 07:55:59 2003 UTC (20 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +167 -123 lines
Modified notification interface for consistency with other interfaces. Changed method for determining course coordinators (now uses LONCAPA::Enrollment::check_user_status to avoid problem of stale dates in nohist_userroles.db, and can also provide options when nohist_userroles.db does not exist). Small changes to interface for 'Section settings'.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 12 00:45:49 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
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +64 -16 lines
Addition to lonpopulate.pm to support processing of section changes where the available course sections have been generated from an institutional list.  Some cosmetic changes to add crosslistings interface.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 11 02:54:51 2003 UTC (20 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_0_99_1
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +49 -16 lines
Added support for display of usernames and initial passwords on screen when result of new user enrollment is to create new users with internal authentication.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 9 20:06:37 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +25 -0 lines
- adding GPL headers

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 8 17:37:49 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
- just making the use of &mt consistant with the other portions of the system

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 8 17:06:26 2003 UTC (20 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +7 -6 lines
Added Apache::lonlocal::mt wrapper to check for Course Coordinators when building notification list.  Some modifications to instructions included in sections and crosslistings menus.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 8 16:16:03 2003 UTC (20 years, 4 months ago) by raeburn
Branches: MAIN
Module to build interface for management of automated enrollment by course coordinators. Can also be used to perform reconciliation of classlist with institutional data (via "update roster now" option - calls the same LONCAPA::Enrollment.pm module as the automated enrollment script).  Requires addition of following to /etc/httpd/conf/loncapa_apache.conf -
<Location /adm/populate>
PerlAccessHandler       Apache::lonacc
SetHandler perl-script
PerlHandler Apache::lonpopulate
ErrorDocument     403 /adm/login
ErrorDocument     406 /adm/roles
ErrorDocument     500 /adm/errorhandler
</Location>

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>