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-03-11 11:19:50 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
question
History
pichetp
c958ac9301
MDL-13457 Validation when moving to another category
2008-02-20 09:19:03 +00:00
..
format
Added check for <text> fields that contain markup (an error!)
2008-02-12 11:57:39 +00:00
type
MDL-13457 Validation when moving to another category
2008-02-20 09:19:03 +00:00
backuplib.php
this function should work for all modules but forgot to remove 'quiz' from sql.
2008-02-05 09:23:51 +00:00
category_class.php
…
category_form.php
…
category.php
…
comment.html
…
contextmove_form.php
…
contextmove.php
…
contextmoveq_form.php
…
contextmoveq.php
…
edit.php
…
editlib.php
MDL-13298 "Question bank displays always page 1 after adding new question" this was caused because the question creation page was redirecting back to the question back edit page and telling it to change to the category of the question that was just saved. This was causing the edit page to go back to page 0 of the new category. Now we only go back to page 0 if the category has actually changed. Merged from MOODLE_19_STABLE
2008-02-05 12:14:46 +00:00
export_form.php
…
export.php
…
file.php
…
format.php
…
import_form.php
…
import.php
…
move_form.php
…
preview.php
MDL-13150 - Remove extra <br /> tag for XHTML strict validation - Thanks to Joseph Rzeau
2008-01-24 15:06:51 +00:00
question.php
…
restorelib.php
MDL-13005 When trying to restore a course when you have more then one quiz and you choose only one quiz, the restore fails when trying to create categories and questions. Fixed this by ignoring module context level q categories in backup when the course module has not already been restored. merged from MOODLE_19_STABLE
2008-02-05 11:27:02 +00:00
tabs.php
…
upgrade.php
…