This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-01-19 14:27:22 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
quiz
/
report
History
Petr Skoda
6c772bcbf2
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead
2010-01-26 09:36:00 +00:00
..
grading
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead
2010-01-26 09:36:00 +00:00
overview
MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!)
2010-01-17 09:50:55 +00:00
responses
MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!)
2010-01-17 09:50:55 +00:00
simpletest
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 11:57:52 +00:00
statistics
MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead
2010-01-17 09:37:30 +00:00
default.php
mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it.
2009-12-23 01:57:55 +00:00
reportlib.php
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 11:57:52 +00:00