Commit Graph

1224 Commits

Author SHA1 Message Date
Petr Skoda 1c7a2f84db MDL-24787 fixing group UI to work for users without roles too 2010-10-26 13:38:05 +00:00
jerome mouneyrac 17f15dac65 webservice MDL-24821 return description format field for get_users web service function 2010-10-25 06:47:14 +00:00
Dongsheng Cai 37a81e194d NOMDL, added capability check 2010-10-21 04:40:49 +00:00
Petr Skoda 5ecfec6d7c MDL-24722 adding missing context info 2010-10-18 17:08:44 +00:00
Petr Skoda f53f73ca61 MDL-24650 xhtml strict fix in participants page 2010-10-13 17:39:06 +00:00
Petr Skoda da959e2a46 removing obsolete code 2010-10-12 09:00:31 +00:00
Petr Skoda 17c70aa007 MDL-16723 automatic redirects to https when loginhttps enabled - this solves accidental usage of http version + it also solves recent navigation regressions + fixed regression from PAGE conversions + deprecated old httpsrequired() and $HTTPSPAGEREQUIRED 2010-10-10 15:04:19 +00:00
Petr Skoda b593d49d59 MDL-24570 multiple sitepolicy fixes + adding new separate guest user policy
AMOS BEGIN
 MOV [configsitepolicy,core_admin],[sitepolicy_help,core_admin]
AMOS END
2010-10-09 18:13:33 +00:00
Petr Skoda a732add0df MDL-24590 fixed links to groups on participants page 2010-10-09 10:26:35 +00:00
Petr Skoda 45fb2cf898 MDL-24578 removed duplicate user delete functions, fixed unenrol bugs 2010-10-08 08:47:04 +00:00
jerome mouneyrac 9ef728d660 webservice MDL-24541 change wsdoc.php external authentication into a normal moodle page with require_login(), no form, documentation directly related to the token and display from the user security keys page (see MDL for more information) 2010-10-08 03:03:10 +00:00
Dongsheng Cai 513aed3cf9 MDL-24497, fixed maxbytes in user editing form 2010-10-04 03:09:58 +00:00
Petr Skoda 2b54304b84 MDL-24500 group pix BC - just empty image to prevent broken links 2010-10-03 18:27:21 +00:00
Petr Skoda 910855aaeb MDL-24500 user pix BC 2010-10-03 18:12:20 +00:00
Petr Skoda b6d8012ed7 MDL-24500 first step towards BC for user/pix.php 2010-10-03 18:00:21 +00:00
Petr Skoda 43d42a1acf MDL-24383 adding missing context setup - credit goes to Paul Ortman 2010-09-27 09:15:28 +00:00
Aparup Banerjee 0e638ff452 ajax MDL-23694 added missing page context which fixes groups ui ajax search 2010-09-24 03:57:13 +00:00
Sam Hemelryk 46ea652fd9 user-profile MDL-22499 Added context checks around the link in a users course profile to view their full profile. 2010-09-24 03:14:27 +00:00
David Mudrak d9e2908636 NOMDL edit icon at the course participants page now links to the enrolments page instead of role assignment page
Also note the controlling capability has changed to the one used at the
linked page.
2010-09-22 16:40:53 +00:00
Petr Skoda bf718f50ac MDL-24321 switching to stdClass in /user/ 2010-09-21 08:27:29 +00:00
Sam Hemelryk 0b3f854736 groups MDL-24262 Tidied up inline script from group selector 2010-09-20 02:22:19 +00:00
Petr Skoda a8ff9488fd phpdocs and var initialization 2010-09-17 20:05:40 +00:00
Petr Skoda ca3b1fd973 fixed unterminated JS statements 2010-09-17 19:59:16 +00:00
Petr Skoda eab8ed9fb7 fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
Dongsheng Cai d0257a09d0 "MDL-23920, added prompt message to user/files.php" 2010-09-08 14:01:58 +00:00
Petr Skoda 0f21a964a5 MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier 2010-09-05 12:35:51 +00:00
Petr Skoda 4758639429 MDL-24080 converting remaining NOT LIKEs 2010-09-04 14:52:47 +00:00
Petr Skoda f63ac65ac5 MDL-24079 converted sql_ilike() to new sql_like in user selectors 2010-09-04 11:46:00 +00:00
Petr Skoda f685e83030 MDL-14679 fixed remaining old style set_field()s 2010-09-03 18:14:55 +00:00
Petr Skoda dd88de0ebd MDL-14679 fixed remaining old style update_record()s 2010-09-03 18:01:25 +00:00
Petr Skoda 93de0ac293 MDL-23184 using PARAM_NOTAGS instead of general cleaning for fields that are not supposed to have tags 2010-09-02 18:25:30 +00:00
Sam Hemelryk f5c1e62149 navigation MDL-23852 Added is_role_switched method to accesslib and implemented use of it 2010-08-27 01:44:25 +00:00
Petr Skoda 04aec3dacf MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:32:59 +00:00
Dongsheng Cai 529377b572 "MDL-23894, added user quota limit to filesedit form" 2010-08-24 07:52:12 +00:00
Petr Skoda 99f9f85f00 MDL-23489 auth plugins can specify own edit profile url - patch submitted by Jay Knight + tweaking change password url to use new moodle_url at the same time, it is backwards compatible, custom plugins may still use string url for now 2010-08-18 22:07:00 +00:00
Dongsheng Cai 02d4460c42 "MDL-23822, fixed return url of private files manager" 2010-08-18 06:56:56 +00:00
David Mudrak cb616be854 MDL-21695 Making old_help_icon() deprecated
Some of the callers have never been fully implemented (help file never existed)
so I just dropped the help icon. In other cases, new help_icon() is
used. The help icons support in the messaging must be reviewed by the
subsystem maintainer.
2010-08-16 15:29:46 +00:00
Dan Poltawski e6cdc5ed8a user/policy: MDL-23812 set PAGE context and appropriately use moodle_url for button
Thanks to Myles Carrick for the patch!
2010-08-15 21:14:02 +00:00
Petr Skoda ede7252234 MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
Petr Skoda 4f622c38a1 MDL-23774 only administrators may edit administartor accounts 2010-08-12 09:44:28 +00:00
Petr Skoda b73a28befa MDL-23774 deleting of admins is a restricted operation, also external lib should not delete the account that is calling it; user pictures are not a problem any more 2010-08-12 08:12:46 +00:00
Petr Skoda 770ab27f1d MDL-23719 longtimenosee finally reimplemented - it is now used in self enrol only. It should be faster, easier to configure and finally there should not be any "my users are disappearing" reports in the future 2010-08-09 10:19:25 +00:00
jerome mouneyrac 6bb31e404e webservice MDL-13129 add moodle_course_get_courses and moodle_course_create_courses 2010-08-06 15:22:27 +00:00
Petr Skoda 470f4c30b7 MDL-23613 fixed wrong page set up 2010-08-02 12:25:08 +00:00
Petr Skoda 79efabd49c MDL-23590 ask for site names right after editing admin account during first login after cli install 2010-07-30 14:47:15 +00:00
jerome mouneyrac 206dd86100 webservice MDL-23471 fix XHTML strict issues + two XHTML strict issues related to the user selector form element and the admin_settings_heading class 2010-07-30 07:43:14 +00:00
Sam Hemelryk eb8d85c1d3 NOBUG Added missing hiddenfields var from user/profile.php 2010-07-29 03:03:03 +00:00
David Mudrak 6fc35adf08 NOMDL Fixed MNet filter setting in bulk user filter form 2010-07-28 11:07:05 +00:00
David Mudrak ad9432a604 MDL-21695 Removing obvious helps from user filters as suggested by Helen 2010-07-28 11:06:18 +00:00
David Mudrak dc45a43a87 MDL-21845 multilang filter applied to custom field labels in user profile
Merged from 1.9 and 1.8
2010-07-28 09:42:05 +00:00