.. |
format
|
Merged changes to use new ajaxenabled for MDL-8417
|
2007-03-01 02:42:16 +00:00 |
import
|
Merging fixes to MDL-8582 from MOODLE_18_STABLE
|
2007-02-28 16:30:41 +00:00 |
report
|
merged: fixing warnings in stats lib - rather than doing an include_once and noticing for every missing mod, check the file exists first from MOODLE_16_STABLE, and fixed up some weirdness in the reports
|
2007-04-11 23:53:15 +00:00 |
category.php
|
Merging MDL-9101 from 1.8
|
2007-03-29 03:28:37 +00:00 |
delete.php
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +00:00 |
edit.php
|
Moved create_course and update_course into course/lib.php and cleaned them up to be more useful in general MDL-9015
|
2007-03-23 02:29:05 +00:00 |
edit_form.php
|
MDL-9181 Use new password field with reveal option in editadvanced and enrolment, group and quiz keys
|
2007-04-06 16:23:48 +00:00 |
editsection.html
|
Merged editsection button alignment from stable
|
2007-04-01 15:18:06 +00:00 |
editsection.php
|
fix for bug MDL-7040. Form focus not defined
|
2006-10-17 12:41:55 +00:00 |
enrol.php
|
MDL-8840 Loginas cleanup, some more improvements; merged from MOODLE_18_STABLE
|
2007-03-20 07:42:41 +00:00 |
grade.php
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +00:00 |
grades.php
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +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
|
Fixes bug MDL-9175 "Groups simpletest, fatal errors", also DONOTCOMMIT.
|
2007-04-03 10:16:51 +00: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
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +00:00 |
index.php
|
MDL-9172 "Turn editing off" button disappear from category page; merged from MOODLE_18_STABLE
|
2007-04-02 13:46:01 +00:00 |
info.php
|
Show cost info on info pages MDL-8318
|
2007-03-05 05:39:49 +00:00 |
jumpto.php
|
validate local redirection actions in jumpto.php SC#310
|
2006-09-11 06:47:38 +00:00 |
lib.php
|
adding idnumber field for course modules and modedit form
|
2007-04-11 09:19:24 +00:00 |
loginas.php
|
MDL-8840 Loginas cleanup; merged from MOODLE_18_STABLE
|
2007-03-19 18:54:58 +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
|
adding idnumber field for course modules and modedit form
|
2007-04-11 09:19:24 +00:00 |
moodleform_mod.php
|
adding idnumber field for course modules and modedit form
|
2007-04-11 09:19:24 +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
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +00:00 |
recent.php
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +00:00 |
report.php
|
adding capabilities
|
2006-09-05 08:50:23 +00:00 |
request.php
|
Merged error() fix from stable
|
2007-03-19 03:02:14 +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
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +00:00 |
search.php
|
MDL-8697 - Fixed the legacy HTML for the search table
|
2007-03-02 01:26:19 +00:00 |
unenrol.php
|
Merged unenrol fixes from stable MDL-6964 MDL-7123
|
2006-10-23 03:12:37 +00:00 |
user.php
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +00:00 |
view.php
|
Merged changes to use new ajaxenabled for MDL-8417
|
2007-03-01 02:42:16 +00:00 |