- 05 Nov, 2010 1 commit
-
-
Sam Hemelryk authored
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.
-
- 19 Oct, 2010 1 commit
-
-
David Mudrak authored
-
- 18 Oct, 2010 1 commit
-
-
jerome mouneyrac authored
-
- 21 Sep, 2010 2 commits
-
-
Petr Skoda authored
-
Sam Hemelryk authored
-
- 17 Sep, 2010 7 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
-
Sam Hemelryk authored
-
- 16 Sep, 2010 1 commit
-
-
David Mudrak authored
MDL-15457 gradebook: fixing a regression, plain fetch() does not work with modules having multiple grade items per instance such as workshop
-
- 15 Sep, 2010 1 commit
-
-
Sam Hemelryk authored
-
- 08 Sep, 2010 1 commit
-
-
Petr Skoda authored
MDL-23876 Fixed a typo that prevented certain custom icons in activity modules; credit goes to Brandon Turner
-
- 05 Sep, 2010 1 commit
-
-
Petr Skoda authored
-
- 04 Sep, 2010 3 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
MDL-24079 log migrated to new sql_like(), removing unnecessary preg test that had potential utf8 problem; removed extra '-'
-
Petr Skoda authored
-
- 03 Sep, 2010 1 commit
-
-
Andrew Davis authored
-
- 02 Sep, 2010 1 commit
-
-
Sam Marshall authored
-
- 18 Aug, 2010 1 commit
-
-
Petr Skoda authored
-
- 13 Aug, 2010 1 commit
-
-
Petr Skoda authored
MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code
-
- 01 Aug, 2010 1 commit
-
-
Petr Skoda authored
-
- 26 Jul, 2010 2 commits
-
-
Rossiani Wijaya authored
-
Petr Skoda authored
-
- 23 Jul, 2010 3 commits
-
-
Rossiani Wijaya authored
-
Rossiani Wijaya authored
-
Rossiani Wijaya authored
-
- 20 Jul, 2010 2 commits
-
-
Jonathan Harker authored
-
Inaki authored
course/lib.php: MDL-23401 Fix regression introduced in MDL-23255 that prevents course creation when new course data doesn't include visibility info
-
- 18 Jul, 2010 1 commit
-
-
David Mudrak authored
This smells - IMHO auth_enrol should not do anything with the enrolment related information. These two plugins seem to be tied too much...
-
- 16 Jul, 2010 1 commit
-
-
Petr Skoda authored
-
- 14 Jul, 2010 1 commit
-
-
Petr Skoda authored
MDL-23255 fixed inverted isset preventing visibility change in course edit form (creadit goes to Jay Knight) + fixed visibility of new course in hidden category when not allowed to change visibility; improved comments
-
- 10 Jul, 2010 1 commit
-
-
Petr Skoda authored
-
- 03 Jul, 2010 1 commit
-
-
Petr Skoda authored
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
-
- 24 Jun, 2010 1 commit
-
-
Martin Dougiamas authored
-
- 21 Jun, 2010 1 commit
-
-
Petr Skoda authored
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week AMOS START MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self] MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self] MOV [enrolstartdate,core],[enrolstartdate,enrol_self] MOV [enrolenddate,core],[enrolenddate,enrol_self] CPY [welcometocourse,core],[welcometocourse,enrol_self] CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self] MOV [notenrollable,core],[notenrollable,core_enrol] MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self] MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self] MOV [coursemanager,core_admin],[coursecontact,core_admin] MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin] MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual] MOV [enrolme,core],[enrolme,core_enrol] MOV [unenrol,core],[unenrol,core_enrol] MOV [unenrolme,core],[unenrolme,core_enrol] MOV [enrolmentnew,core],[enrolmentnew,core_enrol] MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol] MOV [enrolments,core],[enrolments,core_enrol] MOV [enrolperiod,core],[enrolperiod,core_enrol] MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol] AMOS END
-
- 18 Jun, 2010 1 commit
-
-
Petr Skoda authored
we do not need any new api for fetching of course record - we have DML with MUST_EXIST flag which is the right way now; we should not include course/lib.php on each page anyway
-
- 11 Jun, 2010 1 commit
-
-
David Mudrak authored
By the way, the current style of creating course_sections is ugly. We should probably have something like make_sure_that_at_least_default_section_exists($courseid, $sectionid=null) and not to insert it into database at many places as we do now.
-