moodler
fbab16a7e2
Fixed some error strings bug 2618
2006-04-20 14:04:51 +00:00
toyomoyo
7077ca8399
blog access rights fix, forgot to check in last week
2006-04-18 01:30:00 +00:00
moodler
0236ec73be
Don't show tabs when creating admin user
2006-04-16 16:49:28 +00:00
vyshane
33e727b7a4
Bug #5163 - user/action_redir.php should print properly formatted error
...
messages
2006-04-13 08:48:51 +00:00
moodler
f0cb18e627
Fix for bug 5144 (nickname field)
2006-04-10 16:12:53 +00:00
moodler
9955754227
Remove the tinymce option until 1.7
2006-03-27 14:05:40 +00:00
vyshane
6305db8858
Bug #4887
2006-03-21 07:03:37 +00:00
stronk7
c47a030a0b
Email encoding only can be specified if $CFG->unicodedb=true
2006-03-19 20:42:34 +00:00
stronk7
39aed89b8b
Now the user emailcharset setting can fallback to the site emailcharset setting.
2006-03-19 02:46:56 +00:00
patrickslee
17eef684ae
Fixed a typo in the last authorize.net patch from Ethem
2006-03-16 19:32:17 +00:00
patrickslee
96a7973eb9
Updated Authorize.net for Ethem
2006-03-13 21:19:04 +00:00
toyomoyo
7b07bc5553
changed a string
2006-03-13 06:09:44 +00:00
skodak
df1931578a
password handling refactoring and added conversion of passwords to unicode
2006-03-11 11:26:36 +00:00
toyomoyo
1242eb8f38
Checking in some blog-related user changes for testing on
...
another machine
2006-03-09 09:09:20 +00:00
skodak
107e7612b5
short php tags once more
2006-03-07 21:46:34 +00:00
skodak
63d86fad67
parameter cleaup - round 5; timezone.php fixed
2006-03-07 09:01:49 +00:00
moodler
f90e9ff653
Cleaned up display of groups and group links in user profile
2006-03-07 06:22:59 +00:00
julmis
906f98bd0c
Adding tinymce editor choice.
2006-03-04 16:55:24 +00:00
skodak
5c25b6af93
prevent unwanted password change here SC#225; merged from MOODLE_15_STABLE
2006-02-28 20:27:19 +00:00
vyshane
77230a8b5a
Fix for Bug #4850 .
...
Wrapped offending block in an isset() check to get rid of php notices in debug mode.
2006-02-28 07:01:23 +00:00
patrickslee
9896df48fd
Change password button should be displayed according to the setting of the user who is been viewed, not the user who is viewing(currently logged in)
2006-02-13 03:08:56 +00:00
moodler
60b8d2234a
Added a space
2006-02-03 07:38:27 +00:00
moodler
dae9e55b06
Added Skype web-status
2006-02-03 07:27:46 +00:00
mjollnir_
df1b52e8bb
Contextual help for participants list 'with selected users' actions
2006-01-16 08:52:21 +00:00
patrickslee
d815d6ab96
Removed a block of local-specific code. They are not going upstream.
2006-01-10 21:30:21 +00:00
stronk7
2b2b378f7f
Now users, if allowed, can select their prefered email encoding.
...
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 17:11:31 +00:00
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