Commit graph

43787 commits

Author SHA1 Message Date
Jordi Piguillem
f6e56f2890 [MDL-23556]
Fixing this issue at wiki creation.
2010-08-03 17:28:17 +00:00
Jordi Piguillem
becf81c736 [MDL-23432]
Fixing problems at comments
2010-08-03 17:05:59 +00:00
Andrea Bicciolo
9deebbdade Fix for MDL-23342 2010-08-03 16:31:02 +00:00
Tim Hunt
edc858dcce dock javascript NOBUG Add missing ;s that were causing Eclipse warnings.
I thought they were also breaking things in Firefox, but I was wrong about that.
Still, seems worth comitting this code clean-up.
2010-08-03 16:17:49 +00:00
Eloy Lafuente
113065d2fa MDL-23479 backup - lesson revised & old code deleted (but restore logs) 2010-08-03 15:38:25 +00:00
john St
832722480b Added settings to fusion theme. MDL-23299 2010-08-03 15:05:12 +00:00
Tim Hunt
44fab7fa46 NOBUG fix typo in exception message. 2010-08-03 14:32:28 +00:00
Helen Foster
9aba73563d MDL-23598 rewording help strings thanks to Joseph Rezeau 2010-08-03 14:14:05 +00:00
Tim Hunt
f05fedc84d quiz overview report MDL-23377 can't delete attempts when there are no students.
Actually, reviewing this, I noticed some other security checks were missing, for
example we should ensure the users can only delete attempts belonging to this quiz!
2010-08-03 13:15:27 +00:00
Tim Hunt
3a220db36e output lib NOBUG support full-screen pop-ups again - bug fix of previous commit. Sorry. 2010-08-03 13:09:42 +00:00
Tim Hunt
07a2b2f0f0 quiz overview MDL-23377 whitespace cleanup, before doing the real fix. 2010-08-03 12:54:23 +00:00
Jordi Piguillem
9bf1b7166f [MDL-23432]
Fixing this issue and some other problems with comments interface and capabilities.
2010-08-03 11:30:54 +00:00
Tim Hunt
e0a5073078 output lib NOBUG support full-screen pop-ups again. 2010-08-03 11:15:57 +00:00
Tim Hunt
b0e4fa419e quiz statistics NOBUG code cleanup. 2010-08-03 11:10:57 +00:00
Tim Hunt
2a8a78c320 quiz MDL-22691 error when editing a block's config on the quiz view page. 2010-08-03 11:10:38 +00:00
Petr Skoda
8a7934f7b1 we really should redirect after each action, otherwise sloppy referer tricks fail back especially when action is using POST 2010-08-03 11:00:02 +00:00
Eloy Lafuente
3362dfdca5 NOMDL - edit_button() change internals to be 100% in pair with settings block urls 2010-08-03 10:56:35 +00:00
Tim Hunt
e10367a4cf quiz NOBUG Attempt {$a} was appearing on the view page. Need a new lang string. 2010-08-03 10:55:22 +00:00
john St
e5b425d8ce Fix for MDL-22840 2010-08-03 10:50:14 +00:00
Tim Hunt
9fb32418a7 qtype shortanswer MDL-20380 small refactoring to help subclasses. Thanks to Oleg Sychev. 2010-08-03 10:39:52 +00:00
Petr Skoda
f3b2189178 MDL-23598 fixed display problem related to review option - credit goes to Joseph Rzeau 2010-08-03 10:32:27 +00:00
Petr Skoda
847400a741 MDL-23628 adding ugprade info 2010-08-03 10:08:25 +00:00
Petr Skoda
c6d75bffa5 MDL-23628 improved log action support - now similar to handling of capabilities 2010-08-03 10:07:18 +00:00
jerome mouneyrac
4cab1150ea community block MDL-23629 fix missing global $CFG in the renderer 2010-08-03 09:50:40 +00:00
jerome mouneyrac
43f258cdbe community block MDL-23481 "fix" pathname that used get_string 2010-08-03 09:27:30 +00:00
Dongsheng Cai
85b5ed5de2 "MDL-13766, filesystem plugin should return empty url attribute" 2010-08-03 09:03:56 +00:00
Dongsheng Cai
76b946f70a "MDL-13766, added missing type option" 2010-08-03 08:59:09 +00:00
Andrew Davis
81bb901021 themes MDL-23507 made base theme highlight the current week on the course page 2010-08-03 08:39:41 +00:00
Dongsheng Cai
b923cf621c "MDL-13766, removed unused client_id variable" 2010-08-03 08:14:08 +00:00
Petr Skoda
5b4a78e281 improved docs and license headers, adding direct access protection 2010-08-03 08:07:49 +00:00
Dongsheng Cai
52082e5bd8 MDL-13766, fixed repository instance name and configplugin language string 2010-08-03 07:58:59 +00:00
Aparup Banerjee
37f796eae5 database MDL-22558 minor- improved alignment in database fields display. 2010-08-03 07:24:10 +00:00
Andrew Davis
7bac377763 gradebook MDL-23543 made gradebook not display items with gradetype of no grade 2010-08-03 07:22:27 +00:00
Martin Dougiamas
1c88c777be Fixing English 2010-08-03 07:20:10 +00:00
Dongsheng Cai
d7497b1283 "MDL-13766, fixed function call" 2010-08-03 07:16:33 +00:00
jerome mouneyrac
e21c56bdb0 webservice MDL-23440 more explicit error message when validation context fail in some external functions (missing lang file modification). 2010-08-03 06:59:47 +00:00
Aparup Banerjee
19edef1b7f database MDL-22558 minor- improved alignment in database fields display. 2010-08-03 05:57:28 +00:00
Sam Hemelryk
de4127cb2c NOBUG set missing context on course delete page 2010-08-03 05:08:03 +00:00
Sam Hemelryk
0d6b8715cd log MDL-23604 Fixed hard coded use of CONCAT func in log_display table 2010-08-03 03:45:47 +00:00
Patrick Malley
5983e460c4 MDL-22840 - fixed non-dropdown parent link color in Custom Menu 2010-08-03 02:30:16 +00:00
Moodle Robot
3807dae816 Updated the HEAD build version to 20100803 2010-08-03 00:45:34 +00:00
Aaron Barnes
93b496b289 course completion: MDL-22797 Review course completion compatibility with new enrol internals
Also fixes MDL-23595
2010-08-03 00:22:33 +00:00
Aaron Barnes
fbc133e5ad course completion: MDL-22797 Review course completion compatibility with new enrol internals
Thanks to Iver Johnson for the patch

Also fixes MDL-23595
2010-08-03 00:15:55 +00:00
Eloy Lafuente
d68c337f5b MDL-23479 backup - various fixes in feedback backup & restore + delete old code (but logs restore) 2010-08-02 23:31:29 +00:00
David Mudrak
5fcefc9728 MDL-21695 question: replaced help files with new help strings
AMOS BEGIN
 HLP question/categoryparent.html,[parentcategory_help,core_question]
 HLP question/categories.html,[editcategories_help,core_question]
 HLP quiz/export.html,[exportquestions_help,core_question]
 HLP quiz/exportcategory.html,[exportcategory_help,core_question]
 HLP quiz/exportcategory.html,[exportcategory_help,core_question]
 HLP quiz/importcategory.html,[importcategory_help,core_question]
 HLP quiz/matchgrades.html,[matchgrades_help,core_question]
 HLP quiz/quiz/stoponerror.html,[stoponerror_help,core_question]
 HLP qtype_multichoice/multichoiceshuffle.html,[shuffleanswers_help,qtype_multichoice]
 HLP quiz/matchshuffle.html,[shuffle_help,qtype_match]
 HLP quiz/generalfeedback.html,[generalfeedback_help,mod_quiz]
AMOS END
2010-08-02 21:24:32 +00:00
Eloy Lafuente
59c9d381ae MDL-23479 backup - chat revised & old code deleted (but non-existing restore logs) 2010-08-02 21:09:38 +00:00
David Mudrak
c768af3dc5 MDL-21695 Removing legacy question formats help, details moved to wiki docs 2010-08-02 21:03:00 +00:00
David Mudrak
7292c11f51 MDL-21695 quiz: deprecated setHelpButton() and old_help_icon() replaced with new calls
Some help icons dropped without replacement as suggested by Helen, the
Help Writer. Some strings moved to core_question.

AMOS BEGIN
 HLP quiz/timelimit.html,[timelimit_help,mod_quiz]
 HLP quiz/grademethod.html,[grademethod_help,mod_quiz]
 HLP quiz/questionsperpage.html,[newpage_help,mod_quiz]
 HLP quiz/shufflewithin.html,[shufflewithin_help,mod_quiz]
 HLP quiz/penaltyscheme.html,[penaltyscheme_help,mod_quiz]
 HLP quiz/repeatattempts.html,[eachattemptbuildsonthelast_help,mod_quiz]
 HLP quiz/reviewoptions.html,[reviewoptionsheading_help,mod_quiz]
 HLP quiz/showuserpicture.html,[showuserpicture_help,mod_quiz]
 HLP quiz/decimalpoints.html,[decimalplaces_help,mod_quiz]
 HLP quiz/decimalplacesquestion.html,[decimalplacesquestion_help,mod_quiz]
 HLP quiz/requirepassword.html,[requirepassword_help,mod_quiz]
 HLP quiz/requiresubnet.html,[requiresubnet_help,mod_quiz]
 HLP quiz/timedelay1.html,[delay1st2nd_help,mod_quiz]
 HLP quiz/timedelay2.html,[delaylater_help,mod_quiz]
 HLP quiz/overallfeedback.html,[overallfeedback_help,mod_quiz]
 HLP quiz_statistics/negcovar.html,[negcovar_help,quiz_statistics]
 MOV [penaltyfactor,mod_quiz],[penaltyfactor,core_question]
 MOV [penaltyfactor_help,mod_quiz],[penaltyfactor_help,core_question]
 HLP quiz/penalty.html,[penaltyfactor_help,core_question]
AMOS END
2010-08-02 20:56:15 +00:00
David Mudrak
95bf884e31 MDL-21695 Removing legacy help file, has been replaced by string 2010-08-02 20:45:46 +00:00
Eloy Lafuente
1737d4dee9 MDL-23479 backup - resource (file) revised and working (but restore logs) 2010-08-02 19:11:29 +00:00