
| Key: |
MDL-16993
|
| Type: |
Sub-task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Tim Hunt
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
|
Issue Links:
|
Relates
|
|
This issue has a non-specific relationship to:
|
|
MDL-16798
Assign roles screen is a dead end when creating a course
|
|
|
|
|
|
|
|
| Participants: |
Anthony Borrow and Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
30/Oct/08
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
made changes - 24/Oct/08 02:38 PM
| Field |
Original Value |
New Value |
|
Component/s
|
|
Roles
[ 10097
]
|
tjhunt committed 8 files to 'Moodle CVS' - 30/Oct/08 03:26 PM
roles admin: Improve the usability of the assign roles interface - this is the first half of the work. Part of MDL-16993.
To do this, I found a way to clean up the method signatures of a couple of accesslib methods, so I did, hence the fact that this seems to touch some unrelated files.
Also, there is a nice new method in accesslib get_context_url, which gives you the natural URL for a context, so the course view page, or the user profile, etc.
|
|
|
made changes - 30/Oct/08 07:46 PM
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
tjhunt committed 11 files to 'Moodle CVS' - 30/Oct/08 07:49 PM
user selection: MDL-16993 Convert the assign roles page to use the new components.
At the same time, I took the opportunity to try to work on some of the usability issues on this page. Note that I have not quite finished! So don't comment until tomorrow.
In the course of doing this, I also did: half of
MDL-11529 Show the number of assignees of each role in the change role dropdown on this page.
MDL-17067 Make it clear in the UI that admins are not allowed to unassign themselves.
|
|
|
committed 5 files to 'Lang CVS' - 31/Oct/08 02:04 PM
MDL-11529 Translated a new string for error message.
MDL-16966 Tarnslated new strings for user selection.
MDL-15352 Translated a new string for remote Moodle repository.
MDL-16993 Translated new strings for role.
|
|
|
martignoni committed 1 file to 'Lang CVS' - 16/Nov/08 05:39 AM
martignoni committed 2 files to 'Lang CVS' - 16/Nov/08 07:12 PM
made changes - 08/Apr/09 07:59 AM
|
Link
|
|
This issue has a non-specific relationship to MDL-16798
[ MDL-16798
]
|
|
We also need to do
MDL-17067while doing these changes.