Petr Skoda
589071ba34
MDL-30467 no course profile for deleted users
2011-11-26 09:16:08 +01:00
Sam Hemelryk
b674092416
Merge branch 'dev_MDL-29476_ws_participants_master' of git://github.com/dongsheng/moodle
2011-11-23 16:52:08 +13:00
adrian@moodle.com
e94113a859
MDL-20627 user - Fixed viewing permission of email when sending group messages.
2011-11-18 11:41:11 +08:00
Dongsheng Cai
ad7612f597
MDL-29476 web service improvements
...
1. moodle_enrol_get_users_courses should return number of participants,
2. moodle_user_get_users_by_courseid should limit the fields to be returned
2011-11-16 12:02:24 +08:00
Sam Hemelryk
364fe13b11
Merge branch 'MDL-28670' of git://github.com/nebgor/moodle
2011-11-14 17:49:47 +13:00
Aparup Banerjee
8887601196
MDL-28670 webservice : (review) changes improving performance
2011-11-14 11:25:36 +08:00
Aparup Banerjee
e88c193fb0
MDL-28670 webservice : added dimming of service name in security keys page if webservice is disabled or not on authorised list to access webservice.
2011-11-07 14:21:40 +08:00
sam marshall
43aa295b95
MDL-26647 (4) Support showuseridentity on Participants page
2011-11-04 13:57:13 +00:00
sam marshall
5c60a847f5
MDL-26647 (1) 'extrauserselectorfields' -> 'showuseridentity', add capability
...
This change:
- Renames the existing setting 'extrauserselectorfields' to 'showuseridentity'
in preparation for using it in more places. (Upgrade change, new version.)
- Adds a new capability moodle/site:viewuseridentity, now required in order
to see the extra fields; if you don't have the capability, you don't see them
- Slightly improves the display of extra fields in user selector list; it used
to be like 'sam marshall, 01234567, email@address' and is now
'sam marshall [01234567, email@address]' ie the fields are in square
brackets
- Turns feature on for the group selector - the feature was enabled for other
user selectors but not for the group selector. Tim did the disable code, he
thinks this may be to do with more people having access to group selector -
probably not a problem now it is controlled by capability.
2011-11-04 13:57:08 +00:00
Sam Hemelryk
e6acc5518b
MDL-29106 white space clean up
2011-10-25 15:28:52 +13:00
Sam Hemelryk
2336a84333
MDL-29106 webservices: Minor whitespace cleanup
2011-10-25 11:43:53 +13:00
Jerome Mouneyrac
5d1017e11d
MDL-29106 new web service naming convention
2011-10-24 11:06:00 +08:00
Sam Hemelryk
01ec550b0f
MDL-29672 user: Fixed user edit page for non-admin users
2011-10-10 10:27:18 +13:00
Aparup Banerjee
73f5ebea0c
Merge branch 'wip-MDL-28615-master-squashed' of git://github.com/samhemelryk/moodle
2011-10-05 10:54:05 +08:00
Aparup Banerjee
9928cc8aa2
MDL-29541 Administration : fixed whitespace
2011-10-03 14:01:17 +08:00
Rajesh Taneja
542cde9977
MDL-29244 users: Fixed comments for checkbox.php
2011-10-03 13:42:27 +08:00
Sam Hemelryk
4b71542394
MDL-28615 mod_forum: Fixed the users page that shows all of the users posts
2011-09-29 14:20:58 +13:00
Aparup Banerjee
59e2fd4523
Merge branch 'wip-mdl-29244' of git://github.com/rajeshtaneja/moodle
2011-09-27 13:22:14 +08:00
Rajesh Taneja
8295d44434
MDL-29244 Users: Fixed filter for selecting users who never logged in and course roles dropdown show all revelent roles
2011-09-27 12:30:16 +08:00
Petr Skoda
aff24313be
MDL-29401 introduce new frankenstyle PARAM types
...
New PARAM_COMPONENT, PARAM_AREA and PARAM_PLUGIN + fixing of hopefully all current incorrect parameter types. This should help with diagnosing of incorrectly named 3rd party plugins too.
2011-09-25 09:59:55 +02:00
Eloy Lafuente (stronk7)
ed9e0cb6ec
MDL-21676 user: minor gravatar fixes
2011-09-20 12:43:00 +02:00
Sam Hemelryk
4125bdc139
MDL-21676 user: Implemented support for Gravatar profile pictures
...
Big thanks to the developers who put effort into this improvement:
* Jonathan Robson <jonathan.robson@remote-learner.net>
* Jonathan Harker <jonathan@catalyst.net.nz>
2011-09-20 12:41:48 +02:00
Aparup Banerjee
d1e362405e
Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated
2011-09-13 16:06:21 +08:00
Sam Hemelryk
91d284c145
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:38:46 +12:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Eloy Lafuente (stronk7)
b49c28aab3
Merge branch 'wip-MDL-28599-master-r4' of git://github.com/samhemelryk/moodle
2011-09-06 13:02:33 +02:00
Sam Hemelryk
d609d96261
MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects
2011-09-06 15:39:00 +12:00
Petr Skoda
409ac82413
MDL-29233 revert the optional_param workaround and use this->multiselect to decide when we expect arrays
2011-09-05 09:02:47 +02:00
Rajesh Taneja
c600761b15
MDL-29104 course: Fixed optional_param_array usage for load_selected_users
2011-08-29 17:30:40 +08:00
Eloy Lafuente (stronk7)
50dabefeef
Merge branch 'MDL-27823_bulk_messaging_2' of git://github.com/andyjdavis/moodle
2011-08-25 10:45:43 +02:00
Eloy Lafuente (stronk7)
dc7ed03214
Merge branch 'MDL-29012-show_deleted_field' of git://github.com/tmuras/moodle
2011-08-25 01:30:41 +02:00
Tomasz Muras
192a8aef34
MDL-29012 Show which user profile field is being deleted
...
Improve usability by showing the name of the profile field
being deleted.
2011-08-20 16:29:21 +01:00
Andrew Davis (andyjdavis)
2a4d3c98d5
MDL-27823 messaging: preventing html tags from being output to the UI
2011-08-19 16:53:32 +08:00
Petr Skoda
18bd7573d6
MDL-26796 convert array parameter cleaning to new functions
2011-08-18 08:40:33 +02:00
Rajesh Taneja
dedb69a2a1
MDL-27896 editor - parent context will be respected by editor in case context is not created.
2011-08-12 11:33:21 +08:00
Rajesh Taneja
e9de1cf49c
MDL-27896 context - Fixed editor context to observe filter status
2011-08-12 11:33:21 +08:00
Petr Skoda
78fcdb5fdb
MDL-28345 make sure input parameters do not contain invalid utf-8 chars
2011-07-15 15:00:49 +02:00
Petr Skoda
85c199aede
MDL-22404 add cohort ID to user filters
...
We are using only ID because there might be hundreds of cohorts in the system at different contexts. There is no special access control because filtering is supposed to be used by admins only.
2011-07-09 15:42:40 +02:00
Dongsheng Cai
1e539f647d
MDL-27976, Fixed undefined variable
2011-06-30 17:46:44 +08:00
Eloy Lafuente (stronk7)
3a4c390c53
Merge branch 's11_MDL-27976_get_users_by_courseid_master' of github.com:dongsheng/moodle
2011-06-29 19:50:39 +02:00
Dongsheng Cai
014792901d
MDL-27976 webservice moodle_user_get_users_by_courseid webservice
2011-06-29 15:41:31 +08:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Eloy Lafuente (stronk7)
5e811bb000
Merge branch 's11_MDL-27941_partipants_page_master' of github.com:dongsheng/moodle
2011-06-20 18:44:08 +02:00
Dongsheng Cai
3712f7aaca
MDL-27941 Fixed a bug introduced by block setting improvement, the
...
context should be course context
2011-06-20 16:30:16 +08:00
Dongsheng Cai
ea4e96c248
MDL-27880
...
1. moodle_user_get_course_participants_by_id web service to get user details in course context
2. Fixed the proformance issues of get_users_by_id web service
2011-06-20 13:46:47 +08:00
Eloy Lafuente (stronk7)
90333a972e
Merge branch 'wip-mdl-27759-integration-master' of git://github.com/rajeshtaneja/moodle
2011-06-14 16:57:36 +02:00
Eloy Lafuente (stronk7)
7a5f3a3cc7
MDL-27844 files support added to get_users_by_id()
2011-06-14 12:41:51 +02:00
Rajesh Taneja
b4e29077d3
MDL-27759 Fixed conflicts for integration
2011-06-14 10:45:03 +08:00
Rajesh Taneja
ccc77f9152
MDL-27759 user webservice - added new PARAM for timezone PARAM_TIMEZONE, to validate timezone input in webservice while deling with user information
2011-06-14 10:15:00 +08:00
Sam Hemelryk
46d3b9be73
Merged branch 's7_MDL-26105_block_settings_master' git://github.com/andyjdavis/moodle.git with changes
2011-06-13 16:54:52 +08:00