1344 Commits

Author SHA1 Message Date
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
jerome mouneyrac
109b453bac webservice MDL-23536 fix moodle_user_get_users_by_id return description 2010-07-27 09:07:24 +00:00
Petr Skoda
a1248ca40e MDL-18964 moving the preloaded custom profile fields into $USER->profile array instead of injecting fields directly into $USER; unfortunately this is not consistent with other preloaded data such as preferences, we can not refresh it properly because we can inject the data only once, also we risk future collisions when adding new fields into user table + implemented reloading after the profile changes; change noted in release notes 2010-07-25 21:00:59 +00:00
Sam Hemelryk
f19497f22e group-javascript MDL-22935 Fixed problematic conversion to Moodle 2 JS methods, Thanks Paul for the patch 2010-07-23 04:19:42 +00:00
Martin Dougiamas
e4f413b4b3 MDL-23302 Credit to Aparup. New cap moodle/user:manageownfiles to control private user files area 2010-07-22 09:05:13 +00:00
aparup
3cb462d288 administration MDL-23287 removed confirmation question when deleting user profile category. 2010-07-22 02:47:59 +00:00
Penny Leach
834ad953f5 portfolio MDL-23235 removed spurious id in a moodle url for portfoliologs and fixed include 2010-07-21 20:16:49 +00:00
aparup
e269084401 nobug - codestyle cleanup of spaces 2010-07-21 01:48:45 +00:00
aparup
bd08252b86 admin MDL-23287 deleting category/field skips question when there are no users affected. 2010-07-21 01:35:08 +00:00
Martin Dougiamas
d23ae9277d MDL-23367 Fixing some phpdocs 2010-07-20 04:26:16 +00:00
Petr Skoda
59cab43678 fixed a few typos preventing JS execution :-D 2010-07-19 13:55:50 +00:00
Martin Dougiamas
82af55d7e3 MDL-23367 First cut at moving the private files interface under /user. Has a few small bugs, working on them. 2010-07-19 13:21:16 +00:00
Martin Dougiamas
b60cae8683 MDL-23381 Fixed up the display of groups again. Images / menu and formatting 2010-07-19 03:52:38 +00:00
Andrew Davis
88c90a63f4 admin MDL-23259 fixed deleting of user profile fields 2010-07-15 02:58:46 +00:00
Andrew Davis
d203d08f91 admin MDL-23259 made the add user profile field/add category UI a little more logical. I think. 2010-07-15 02:52:52 +00:00
Petr Skoda
f728d49b00 MDL-19380 uploadlib cleanup before readding of antivirus integration 2010-07-14 08:40:48 +00:00
Petr Skoda
d354ba0965 MDL-23259 fixed fatal error, missing get_string() 2010-07-14 07:33:42 +00:00
Sam Hemelryk
5ac851fba1 messaging MDL-23223 Fixed navigation link being added when messaging disabled 2010-07-13 02:35:31 +00:00
Mike Churchward
108ef06708 MDL-23182 - Corrected context level to prevent admin menu from opening. 2010-07-12 20:10:52 +00:00
Mike Churchward
f601756991 MDL-23182 - Removed use of tabs. Added in PAGE functions and parameters so that nav menu will appear properly. Changed use of 'course' parameter to 'courseid' parameter to be more accurate. 2010-07-12 20:04:38 +00:00
Martin Dougiamas
b45ac02884 Show the user's name in the title and header 2010-07-12 13:42:42 +00:00
Martin Dougiamas
f59d8e45db MDL-22320 Added a 'Send a message' link to the main profile page, linking to messaging 2010-07-12 13:31:32 +00:00
Petr Skoda
e88dd87685 MDL-23202 group icons now stored in file storage pool 2010-07-11 13:07:24 +00:00
Petr Skoda
edfd6a5e73 MDL-14589 user icons now stored in file storage pool 2010-07-11 11:43:15 +00:00
Petr Skoda
20e5da7d91 MDL-19211 back to the old text format preferences logic + minor refactoring and improvements 2010-07-10 12:12:59 +00:00
Petr Skoda
c3ed4a5ab9 MDL-19211 reverting to old style editor preferences, the actual code that uses the prefs will be in next commit 2010-07-10 10:50:51 +00:00
Dan Marsden
c5c0d2ff98 Increase length of City field MDL-19629 - Taumata­whakatangihanga­koauau­o­tamatea­turi­pukakapiki­maunga­horo­nuku­pokai­whenua­kitanatahu doesn't actually fit in 100 chars - we need 105 - increasing further to 120 2010-07-08 11:15:49 +00:00
jerome mouneyrac
d9ad010327 webservice MDL-22589 support user preferences for creation and update 2010-07-08 08:40:21 +00:00
Dan Marsden
ba0c097216 Increase length of City field MDL-19629 - longest place name in NZ is Taumata­whakatangihanga­koauau­o­tamatea­turi­pukakapiki­maunga­horo­nuku­pokai­whenua­kitanatahu which doesn't fit in 20 chars, I figure 100 chars should be enough 2010-07-08 07:55:20 +00:00
Rossiani Wijaya
7851bd35ae MDL-20458 - adding help button to screen reader 2010-07-08 07:13:59 +00:00
jerome mouneyrac
0f31850a35 webservice MDL-22255 fix moodle_user_get_users_by_id() ws function when no custom field are returned 2010-07-06 09:17:49 +00:00