moodle/course
2007-02-21 13:03:24 +00:00
..
format made some changes so that if a user has any roles assigned in context_module or context_block with moodle/site:manageblocks or moodle/course:manageactivities, he will see the "turn editting on" button without needing to have a role assigned at context_course with moodle/course:manageactivies capability. Of course this user would not be able to edit any blocks or modules he/she is not supposed to edit. Ajax for these users with partial editing privilages are locked. Please report bugs asap as we are looking at backporting this change to 1.8. Cheers. 2007-02-16 07:57:19 +00:00
import MDL-8166 some forgotten set_defaults converted to set_data 2007-01-12 19:01:31 +00:00
report xhtml validation fixes for MDL-8425 2007-02-06 08:24:37 +00:00
category.php Merged from 1.8. 2007-02-16 08:46:55 +00:00
delete.php Merged from 1.8. 2007-02-16 08:46:55 +00:00
edit.php Merged from 1.8. 2007-02-16 08:46:55 +00:00
edit_form.php some small changes 2007-01-21 09:26:33 +00:00
editsection.html MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
editsection.php fix for bug MDL-7040. Form focus not defined 2006-10-17 12:41:55 +00:00
enrol.php MDL-7903 Guests can not enter course that allows guests with key; merged from MOODLE_17_STABLE 2006-12-18 19:21:10 +00:00
grade.php MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
grades.php MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
group-edit.html Place information before controls on upload forms MDL-7491 2006-11-28 08:24:45 +00:00
group.php major whitespace cleanup - fixed tabs 2006-09-20 20:31:09 +00:00
groups-edit.html MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
groups.php cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
import.php adding capabilities 2006-09-05 08:50:23 +00:00
importstudents.html MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
importstudents.php MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
index.php taking out deprecated width in print_courses and print_course 2007-02-14 04:56:26 +00:00
info.php xhtml validation fixes for MDL-8425 2007-02-06 08:24:37 +00:00
jumpto.php validate local redirection actions in jumpto.php SC#310 2006-09-11 06:47:38 +00:00
lib.php Merged from 1.8. 2007-02-16 08:46:55 +00:00
loginas.php Fixes so that no-one can "login as" users with "doanything" MDL-8411 2007-02-13 08:31:10 +00:00
mod.php made some changes so that if a user has any roles assigned in context_module or context_block with moodle/site:manageblocks or moodle/course:manageactivities, he will see the "turn editting on" button without needing to have a role assigned at context_course with moodle/course:manageactivies capability. Of course this user would not be able to edit any blocks or modules he/she is not supposed to edit. Ajax for these users with partial editing privilages are locked. Please report bugs asap as we are looking at backporting this change to 1.8. Cheers. 2007-02-16 07:57:19 +00:00
mod_delete.html MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
modedit.php made some changes so that if a user has any roles assigned in context_module or context_block with moodle/site:manageblocks or moodle/course:manageactivities, he will see the "turn editting on" button without needing to have a role assigned at context_course with moodle/course:manageactivies capability. Of course this user would not be able to edit any blocks or modules he/she is not supposed to edit. Ajax for these users with partial editing privilages are locked. Please report bugs asap as we are looking at backporting this change to 1.8. Cheers. 2007-02-16 07:57:19 +00:00
moodleform_mod.php missed defaults_reprocessing to data_preprocessing 2007-01-16 18:01:02 +00:00
pending-reject.html MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
pending.php MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
recent.php MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
report.php adding capabilities 2006-09-05 08:50:23 +00:00
request.php MDL-8166 rename in/out methods in formslib - HQ consensus 2007-01-12 18:52:09 +00:00
request_form.php added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code. 2007-01-05 04:51:46 +00:00
reset.php MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
rest.php Merged from 1.7. 2006-11-22 07:36:41 +00:00
scales.php MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
search.php Slightly more helpful message if no courses can be shown. 2007-02-21 13:03:24 +00:00
unenrol.php Merged unenrol fixes from stable MDL-6964 MDL-7123 2006-10-23 03:12:37 +00:00
user.php xhtml validation fixes for MDL-8425 2007-02-06 08:24:37 +00:00
view.php made some changes so that if a user has any roles assigned in context_module or context_block with moodle/site:manageblocks or moodle/course:manageactivities, he will see the "turn editting on" button without needing to have a role assigned at context_course with moodle/course:manageactivies capability. Of course this user would not be able to edit any blocks or modules he/she is not supposed to edit. Ajax for these users with partial editing privilages are locked. Please report bugs asap as we are looking at backporting this change to 1.8. Cheers. 2007-02-16 07:57:19 +00:00