dongsheng
23360b81dd
"MDL-13233, replace the uses of old files to new ones, see tracker"
2008-05-07 03:08:44 +00:00
skodak
9122137fb3
MDL-14557 PostgreSQL+empty integer problem: user/editadvanced_form.php - credit goes to David Mudrak; merged from MOODLE_18_STABLE
2008-04-25 14:43:12 +00:00
skodak
51f7c052c2
MDL-14473 added missing $files param; merged from MOODLE_19_STABLE
2008-04-25 12:20:46 +00:00
dongsheng
ef35441d27
MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE, see tracker.
2008-04-22 06:24:14 +00:00
skodak
5f9e296af6
MDL-12895 frontpage participants page improvements; merged from MOODLE_19_STABLE
2008-04-18 08:35:16 +00:00
dongsheng
68e58ba76a
MDL-12992, keep roles tabs consistent, see tracker
2008-04-18 03:11:13 +00:00
scyrma
c18a3c1ffd
MDL-9410 - In user profile display, add http:// to web links if it's not already there (merge from 1.9)
2008-04-11 06:58:20 +00:00
dongsheng
838c7d2969
MDL-12662, fix undefined index(IIS)
2008-04-11 05:34:23 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
0749caef03
MDL-14034 List of participants in SITE course failing... - fixed last access - credit goes to Eloy; merged from MOODLE_19_STABLE
2008-04-02 06:35:49 +00:00
moodler
f2dcd845ac
Merged MDL-14086: hide tabs when being forced to edit profile
2008-03-28 06:33:13 +00:00
dongsheng
55ac3d6f21
MDL-13151 add a new language string: phone2, thanks for your idea, Jams Ballard.
2008-03-26 02:58:16 +00:00
stronk7
012166762e
Fix visualization under FF. MDL-14039 ; merged from 19_STABLE
2008-03-24 23:06:08 +00:00
stronk7
68c85775d5
If the user has hidden role assignments, the icon should be the closed eye. MDL-13935 ; merged from 19_STABLE
2008-03-24 22:05:42 +00:00
stronk7
4d93bc9e19
Make list of participants to work on SITE course. Fix for MDL-14034 ; merged from 19_STABLE
2008-03-24 01:29:30 +00:00
ikawhero
258db59a44
Fixed typo that was affecting the reordering of custom profile fields.
...
MDL-13909.
2008-03-20 09:16:23 +00:00
dongsheng
d6cc234114
MDL-13481, Distinguish between course fullname and user fullname
2008-03-19 08:49:23 +00:00
stronk7
1f807bc46a
Prevent duplicate users in list when user has both visible and hidden roles. MDL-13935 ; merged from 19_STABLE
2008-03-15 21:57:25 +00:00
nicolasconnault
f642a21aad
MDL-13300 Adds verbosity to the heading above the list of participants, showing which group is selected, and the inactivity time period, if either of these two filters are used
2008-03-13 12:13:26 +00:00
moodler
62193086a9
Merged MDL-13568 Only show full profiles if capability allows it (FERPA)
2008-02-29 07:10:38 +00:00
moodler
15234a92a1
Merged link to role assign screen from 1.9
2008-02-29 04:30:27 +00:00
moodler
0aa05b3204
Merged MDL-13672 tag name function was not updated when tag/lib.php changed
2008-02-26 12:46:51 +00:00
scyrma
537aa65c5d
MDL-13404 - Modification to all tag_get_tags_* calls needing an array & other improvements (merge from 1.9)
2008-02-26 06:43:54 +00:00
moodler
3627b0e387
MDL-13638 Merged from stable
2008-02-25 04:57:48 +00:00
scyrma
3d535996db
MDL-13404 - Merge from 1.9 (re-commit, including missing file)
2008-02-25 01:58:17 +00:00
skodak
bb06244703
MDL-13404 reverted - missing file and other minor problems
2008-02-22 19:53:48 +00:00
scyrma
db32b054d1
MDL-13404 - Merge from 1.9
2008-02-22 10:25:36 +00:00
moodler
f09002ca18
MDL-12277 Merged from 1.9 - fixes for other languages
2008-02-20 02:33:43 +00:00
skodak
65bcf17b95
MDL-13450 and MDL-13303 - sorry for changing forum API so late, but it was needed; major perf improvement for forum; fixed printing of user pictures; merged from MOODLE_19_STABLE
2008-02-13 17:03:25 +00:00
poltawski
85de84a89f
MDL-13262 - role related user filters were assuming roleids because array_merge
...
was stomping on keys. Patch by Dennis Rochford
merged from MOODLE_19_STABLE
2008-02-08 12:16:00 +00:00
moodler
b08261a100
Fixed context in has_capability call MDL-13378 (merged)
2008-02-08 03:59:38 +00:00
skodak
76b570d602
MDL-12938, MDL-12937 - unenrol fixes - can not unenrol if can not unassign all users roles in course, do not show self unenrol if enrolment comes from parent context, fixed rturn value from get_user_roles; based on patch by Eric Merrill; merged from MOODLE_19_STABLE
2008-02-05 12:59:28 +00:00
stronk7
093c3b907b
Change some conditions to properly check if the custom-profile-field really is using a duplicate shortname. MDL-13288 ; merged from 19_STABLE
2008-02-01 17:19:33 +00:00
poltawski
fc4b2decc0
MDL-13179 - avoid calling get_admin() when unecessary.
...
It uses a relatively complex query and its not needed except
for a minority of users so we may as well avoid it..
merged from MOODLE_19_STABLE
2008-01-26 17:00:03 +00:00
skodak
80c64fc77f
MDL-13052 edit/user.php typo; merged from MOODLE_19_STABLE
2008-01-18 17:13:56 +00:00
poltawski
5cbce21ab0
MDL-7846 - use translatable strings for bulk messaging
...
merged from MOODLE_19_STABLE
2008-01-13 12:21:47 +00:00
tjhunt
bb9a123a73
MDL-12373 - If you can see your user profile, but don't have moodle/course:viewparticipants, you get a link in the nav bar that takes you to an error message - this was repeated in other parts of the user profile that I had not noticed when I fixed this before.
2008-01-09 16:46:21 +00:00
poltawski
a1df2e982d
MDL-9312 - prevent more than 20 chars being typed in city field, (we only
...
store 20 chars )
2007-12-27 11:36:33 +00:00
scyrma
2803993c02
Let the admin choose if a textfield is to be shown as plain text or as a password (with '*' in place of normal text)
2007-12-21 08:19:14 +00:00
poltawski
281917e90b
MDL-12159 - We were only showing the filter selections to the user list when
...
there were more results than shown on the current page. This is unintuitive
with small lists where we were invisibly exluding users because of a filter
which is applied (but not shown on screen).
Now we always show the filter selections. Thanks to John Ryan.
merged from MOODLE_19_STABLE
2007-12-20 17:43:19 +00:00
poltawski
b92adb865a
MDL-12674 - use require_capability on the participants page to get
...
friendly error messages
merged from MOODLE_19_STABLE
2007-12-20 15:11:05 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
poltawski
13d1f5a6d2
MDL-12593 - hidden role assignment icon wasn't being shown. Also prevent warning
...
about unset $hidden
merged from MOODLE_19_STABLE
2007-12-15 23:30:38 +00:00
skodak
8b3dc20253
MDL-12580 fixed infinite redirect loop when editing profile for the first time; merged from MOODLE_19_STABLE
2007-12-15 16:57:20 +00:00
toyomoyo
6967ba2846
MDL-12544, hide hidden roles in profile when user has no capability
2007-12-12 07:13:09 +00:00
nfreear
3b726c87a3
Fixes MDL-12539 "Help link text for all admin/user filters are broken".
2007-12-11 12:58:37 +00:00
poltawski
bbebbc0c57
MDL-12446 - profile signup page not respect custom user profile field
...
sortorder
Merged from MOODLE_19_STABLE
2007-12-05 14:33:10 +00:00
skodak
c8969c22da
MDL-12133 fixed regression in user advanced edit, sorry; merged from MOODLE_19_STABLE
2007-12-04 23:53:39 +00:00
tjhunt
2990e11355
MDL-12373 - If you can see your user profile, but don't have moodle/course:viewparticipants, you get a link in the nav bar that takes you to an error message. Merged from MOODLE_19_STABLE.
2007-11-30 12:08:01 +00:00
skodak
a78890d593
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE
2007-11-23 22:15:07 +00:00