411 Commits

Author SHA1 Message Date
skodak
1c2a71d3fa fixed $cfg->forceloginforprofiles logic SC#207; should be backported to STABLE after some more testing... 2005-12-28 19:54:08 +00:00
toyomoyo
b506bb51e4 merged bug fix for 4400 2005-12-02 02:37:01 +00:00
patrickslee
9cb909397e Fixed "hardcoded" table background color of the bulk e-mail form 2005-11-30 21:33:27 +00:00
patrickslee
8ab5ca2f94 Refined some wording and logic for extend enrolment period 2005-11-29 04:04:16 +00:00
patrickslee
986935e9b7 Fixed some problem that extend user enrolment is not working properly 2005-11-29 04:03:25 +00:00
toyomoyo
9a3d715ffd merged from stable, bug fix for #4366 2005-11-28 02:29:19 +00:00
patrickslee
3468d58a1b New feature: Configureable visibility of fields in Participants page
A new configuration variable is avaliable to limit which fields normal user can see about other users. Teachers/admins can still see the full info.

This provides some degree of privacy for students.
2005-11-20 21:29:59 +00:00
gustav_delius
ac17ef1162 Replaced PARAM_TEXT (which does not exist) by PARAM_CLEAN. Someone who knows more about the search capability on this page might want to tightent that up.
$wheresearch was not initialised, leading to php notice.
2005-11-19 13:19:34 +00:00
patrickslee
60f515a257 Added HTMLArea editor to the Description box in the Edit Profile area 2005-11-18 01:45:20 +00:00
patrickslee
9a0f8502f5 Allow tutors to be added in bulk email list.
In addition, if any tutor in the list is not subscribed to the teacher forum they will be subscribed automatically.

Also show hidden tutors as well when a teacher is viewing the participants list.

And some small bug fixes
2005-11-17 03:37:30 +00:00
mjollnir_
e4103b6a59 & instead of & in participants list base url (from last commit - make participants list searchable) 2005-11-17 03:10:53 +00:00
mjollnir_
f1e24e7a1b Make participants list searchable 2005-11-17 03:09:07 +00:00
mjollnir_
31b7133683 Add a last access filter to the participants list - show users inactive for more than x time period 2005-11-17 02:46:27 +00:00
moodler
fa22fd5fff BIG FEATURE - MULTIPLE GROUPS
Users can now be assigned to multiple groups.  Thanks Yu!
Break out the Bob Marley!!

Otherwise groups work more or less like they did before.

This has been pretty well tested by Yu and myself, but since Yu started
uncovering lots of existing groups bugs it's possible there may be still
a few corner cases still lurking here and there.

Please help test this thoroughly for 1.6!!
2005-11-08 07:19:27 +00:00
patrickslee
db0a8174c6 Made action_redir.php take posted parameters, fixing a problem in IE that when trying to add a lot user (say 150+) to the actions this fails to work 2005-11-08 02:34:19 +00:00
martinlanghoff
068cdffd11 user/edit: Better error handling when loading auth libs.
Check with empty() to avoid casting the string to int, and provide
useful info in the debug log.

Merged from MOODLE_15_STABLE
2005-11-07 00:55:10 +00:00
defacer
e5ada99f2b Merged from STABLE:
Fix for bug 4127:

In the course participants page, selecting an initials filter in one course
and then moving to another (the filter would propagate) could result in few
or no results being displayed. The teacher would then have no way of
resetting the filter and viewing all (or possibly any) participants.

Fixed by making each course participant page independent. They no longer
share sort orders, collapsed column state, or initials filters.
2005-10-21 01:18:30 +00:00
patrickslee
fb2cf7eb67 Fixed some bad coding style as pointed by Petr 2005-10-11 23:11:02 +00:00
patrickslee
18c3baa2fc Make messageselect.php remembers messages typed after actions performed 2005-10-10 02:08:50 +00:00
patrickslee
0f24c257b6 Modified some words to be more generic 2005-10-05 22:22:03 +00:00
patrickslee
5e2c3024a3 Added javascript check before submitting form when using drop down menu 2005-10-05 21:44:03 +00:00
thepurpleblob
5f77cd823c Change password button displayed according to user's actual authentication method, not
default setting.
2005-10-03 09:24:47 +00:00
patrickslee
6746bb8ad4 New feature to extend student enrolment period and improvements to the action list in participants list 2005-09-29 06:30:58 +00:00
patrickslee
d937f3ab19 Removed a block of redundant code in participants list (Merged from MOODLE_15_STABLE) 2005-09-29 01:41:50 +00:00
thepurpleblob
b1f65701ed merged from STABLE. 2005-09-13 13:50:52 +00:00
mjollnir_
d7aba64b5a Trying to prevent user table allowing ordering by non-existant fields (I added for bulk IM) 2005-09-04 20:57:43 +00:00
mjollnir_
f3221af9e5 Initial checkin of stats (from processing the log table).
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
mjollnir_
f19570d0ec Initial checkin of new feature to select users from participants page for a recipient list for sending an IM to. Please test. 2005-08-22 05:44:13 +00:00
martinlanghoff
8b9d74a633 Merged from MOODLE_15_STABLE - Added the missing $userold, now detecting updates (and pushing them out to LDAP) should work. 2005-08-17 23:54:58 +00:00
skodak
4325e8604d initialize array $auth_options SC #127; merged from MOODLE_15_STABLE 2005-07-05 08:00:13 +00:00
defacer
a5a3f48a4a Merging from STABLE:
Augment tablelib so that it can accept a default sort order.
Adding default sort order to participant lists to reinstate 1.4-style behavior.
2005-06-20 03:47:19 +00:00
thepurpleblob
8381a4e21e Removed a couple of $_GET[]s 2005-06-15 09:49:18 +00:00
defacer
eb24097afe Merge from STABLE:
Fixing a notice when $CFG->forum_trackreadposts doesn't exist (when editing
the admin account during installation, for example).
2005-06-13 00:48:33 +00:00
defacer
bf845f2b30 Merging from STABLE:
Forgot to prepend country codes to the teacher list as well when sorting.
2005-06-03 23:41:06 +00:00
defacer
cc038b4772 Merging from STABLE:
Converted the students table to use the new table class

Fixed bug 3114: when sorting by country, prepend country code to the country name

Fixed behavior of autohiding teacher list; now there is a hide/show icon to be
consistent with the rest of Moodle

Fixed "show all" option so that the user can control it instead of relying on auto behavior

Fixed HTML, removed all inline styles

Improved accessibility (alt tags for images)

Updated obsolete optional_variable calls to optional_param

Several cosmetic and other improvements I 've already forgotten :P
2005-06-03 23:20:01 +00:00
martinlanghoff
a40803130b Per-auth-backend field locks support. Merged from MOODLE_15_STABLE
* Extended set_config()
 * Implemented get_config() which takes over $CFG loading in setup.php
 * admin/auth.php has special handling if post vars starting in pluginconfig_
 * admin/auth.php print_auth_lock_options() prints a form fragment -- being called from most plugins now
 *  user/edit.php follows the new convention when locking down fields, both javascript UI and on POST.
 * admin/auth: More solid checking for auth GET/POST var.
 * admin/auth: print_auth_lock_options() now handles user field mapping options for LDAP and similar modules
 * admin/auth: user mapping options have moved to config_plugins table
 * auth/ldap module has migrated to using new field mapping vars -- simplified config.html a lot
 * auth settings migration to config_plugins
2005-06-02 05:39:41 +00:00
moodler
b384fbda90 Merged session fixes from stable 2005-05-29 08:00:24 +00:00
urs_hunkler
e1ddfa6bc6 On the admin user page you select "forum posts" which becomes the active selection in the second row. This should be visualized in the tabs. Therefore I added the parameter "$activetwo" to the tabs functions to be able to set the class "activetwo" for the active tab in the second row.
added the parameter "$activetwo"
2005-05-05 09:35:21 +00:00
moodler
e671b64e11 Added new help file for authentication-method changing 2005-05-05 04:41:13 +00:00
martinlanghoff
635de3a31e Locked user fields: Override posted data with DB data for locked values -- avoids needless comparisons, and fixes bug #2430 2005-05-04 06:07:53 +00:00
moodler
2c27cd193e Hiding icon as per bug 3098 2005-05-03 18:11:34 +00:00
defacer
b030458bee Make very sure that the submitted edit form actually tries to submit a
locked field before deciding to complain.

This may be fixing a bug reported at
http://moodle.org/mod/forum/discuss.php?d=16511, awaiting feedback.
2005-05-01 17:17:06 +00:00
defacer
68b38e8d02 Teachers table is now displayed with the new table class. 2005-04-27 18:30:02 +00:00
fiedorow
cf9f97c2dd Fix for Bug #3015 2005-04-25 20:32:49 +00:00
moodler
d1889a5252 Making the use prreference more consistent with the rest 2005-04-25 18:43:00 +00:00
mchurch
fe0a76782f If a user sets their 'Track read/unread posts' personal profile setting to
'No', delete all of their read records.
2005-04-25 00:56:19 +00:00
stronk7
c0260a6f35 XHTML little changes...
Anyway the new tabs seem to break XHTML (div inside span)??
2005-04-18 17:57:26 +00:00
moodler
89286e242d Fixed link to message window 2005-04-16 02:31:41 +00:00
moodler
63c1418986 Groups are more sticky for students browsing participants 2005-04-11 18:25:09 +00:00
moodler
a8021f5641 Slight timezone cleanups 2005-04-11 08:01:58 +00:00