Petr Skoda
476b123a72
Merge branch 'm20_MDL-25468_coding_error' of git://github.com/dongsheng/moodle
2011-02-07 21:37:16 +01:00
Dongsheng Cai
100e0d4989
NAVIGATION MDL-25468 remove optional_param from navigationlib.php, use override_active_url to help find the correct node
2011-02-07 16:25:58 +08:00
Petr Skoda
8f0eb9fd7a
MDL-26221 add missing course/lib.php include when using make_categories_list()
2011-02-06 17:58:47 +01:00
Petr Skoda
ffcb837973
MDL-26177 compare 255 chars when checking custom field uniqueness
2011-02-02 09:15:42 +01:00
Petr Skoda
af0a06cb5a
MDL-26177 fix non-working unique custom field check
2011-02-01 14:34:31 +01:00
Petr Skoda
8afc38bd39
Merge branch 'MDL-25708' of git://github.com/stronk7/moodle
2011-01-31 14:21:53 +01:00
Tim Hunt
25f44c72bd
custom profile fields MDL-26177 fields with unique were broken because you cannot use get_field with TEXT columns.
2011-01-29 15:42:09 +00:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Eloy Lafuente (stronk7)
cd5fdfd87a
MDL-25708 recordsets - tag and user directory
2011-01-22 13:34:28 +01:00
Petr Skoda
8a7703ce53
MDL-25973 add missing charset
2011-01-14 09:32:17 +01:00
Sam Hemelryk
724125bdd4
Merge branch 'MDL-25657' of git://git.luns.net.uk/moodle
2011-01-04 13:30:32 +08:00
Dan Poltawski
03a50532be
user/filters MDL-25657 Obsolete reference to timestart
2011-01-03 18:08:30 +00:00
Dan Poltawski
50542ff06a
user/profile.php MDL-25847 - Missing library dependency
2011-01-03 16:49:30 +00:00
andyjdavis
d8f1412819
message MDL-24860 fixed messaging code in mod_lesson and marked spots that are directly sending email
2010-12-22 12:05:49 +08:00
Petr Skoda
de2d81fad5
MDL-25459 removing option to set picture and tags in admin profile setup form, we can use these only after setup is finished
2010-12-03 05:26:17 +00:00
David Mudrak
9c5cafd6d7
NOMDL Fixed profile pictures size in the list of participants
...
Because the 'size' option was not specified, the renderer used the
default size 35 for both modes. Therefore, the f2.png profile picture
was used even though the detailed expects 100x100 pictures. With this
patch, both sizes are specified explicitly and do not rely on the
default value.
2010-12-01 08:53:05 +00:00
Andrew Davis
156205fc97
message MDL-25380 preventing html tags appearing in emailed messages when a message is sent to course participants
2010-11-24 04:17:52 +00:00
Martin Dougiamas
ef751aedfd
MDL-19124 removed old parameters, no longer used
2010-11-13 03:37:22 +00:00
Andrew Davis
d38755249d
message MDL-25148 using method on $PAGE to allow or disallow popup notifications
2010-11-11 06:11:43 +00:00
Sam Hemelryk
3cf8629554
user-profile-field-datetime MDL-24806 Fixed typo
2010-11-11 05:04:07 +00:00
Petr Skoda
68f94e2418
MDL-24806 new time/date profile field
...
Credit goes to Mark Nelson - Pukunui Technology
2010-11-11 00:34:44 +00:00
Andrew Davis
42ec733cac
user MDL-25094 adding message link to the user course profile page
2010-11-08 02:55:05 +00:00
Andrew Davis
46505ee75e
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
2010-11-05 08:04:40 +00:00
jerome mouneyrac
6d153e67b4
webservice MDL-18655 add new capability moodle/user:viewalldetails allowing to see all user information. This capability is set up copying the current moodle/user:update assignations
2010-11-05 06:55:43 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
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