41428 Commits

Author SHA1 Message Date
David Mudrak
a18d577dcd MDL-22059 Missing installer strings. To be automated soon. 2010-05-10 14:24:36 +00:00
David Mudrak
11072c31ec MDL-15252 Unifying a string 'availablelangs' - now lives in install.php only
AMOS BEGIN
 MOV [availablelangs,core_admin],[availablelangs,core_install]
AMOS END
2010-05-10 13:15:50 +00:00
David Mudrak
6189e63d52 MDL-22306 PHP_EOL is used when creating config.php 2010-05-10 12:51:49 +00:00
Sam Hemelryk
d7bd9acd9c navigation MDL-22398 Fixed module declaration for custom menu that was reincluding javascript-static 2010-05-10 09:41:32 +00:00
Helen Foster
007e52c6e5 MDL-21695 adding help strings 2010-05-10 09:41:00 +00:00
Sam Hemelryk
d29b8f0f6b NOBUG javascript-static minor correction in syntax 2010-05-10 09:38:04 +00:00
Sam Hemelryk
18ddfc1e98 navigation MDL-22399 Added logs link to activity settings 2010-05-10 09:02:09 +00:00
Dongsheng Cai
fb4ee704aa MDL-18520, filesystem plugin should respect mimetypes 2010-05-10 08:42:19 +00:00
Sam Hemelryk
537740cba1 themes MDL-22353 Split CSS urls from one to three to resolve IE renderering issues 2010-05-10 07:47:52 +00:00
Sam Hemelryk
d2dbd0c0d0 navigation MDL-22398 Added custom menu to Moodle core. Will document in theme's forum 2010-05-10 05:24:00 +00:00
Sam Hemelryk
4886029cba backup MDL-22142 Several changes to the backup UI and it's classes as noted below
*  backup moodleforms for specific stages are now cached between stage processing and display making it possible to leave all validation up to the bridge.
    * The backup stage now relies entirely on the backup controllers save, load, and check methods + dependency checks rather then previous stage processing to ensure accuracy.
    * filename is now a required field and validated to ensure it ends with .zip and is a valid filename.
    * There is now a previous button for backup stages after the initial and before the complete.
    * The progress bar previous stages are now links as well allowing the user to jump to previous stages (not linked on complete of course).
    * The root settings are only shown on the schema stage now if they were changed because of dependency.
    * Stages are now numbered in the progress bar.
    * The complete page now shows a notice that the backup was complete and provides a continue button to view the backup file.
    * Adds administration blocks to the backup pages.
2010-05-10 02:53:31 +00:00
Pierre Pichet
3987461ab3 MDL-20296 correcting unit grade display 2010-05-10 02:40:02 +00:00
Moodle Robot
78843b44c4 Updated the HEAD build version to 20100510 2010-05-10 00:41:27 +00:00
Pierre Pichet
ab64c7ce9e MDL-20296 removing unnecessary code to display unit penalty 2010-05-09 23:34:00 +00:00
Andreas Grabs
9d092aa91c adding line $PAGE->set_heading(format_string($course->fullname)); 2010-05-09 21:37:48 +00:00
Helen Foster
ef0eeae496 MDL-21695 adding help strings 2010-05-09 21:00:49 +00:00
Pierre Pichet
803f10f604 MDL-15252 reordering version MDL-21695 2010-05-09 17:49:53 +00:00
Pierre Pichet
2fa8350544 MDL-17366 intergating changes done in calculated, new common functions and new lang strings 2010-05-09 14:02:54 +00:00
Moodle Robot
e25a358350 Updated the HEAD build version to 20100509 2010-05-09 00:41:37 +00:00
Pierre Pichet
0a49ee5c08 MDL-20296 testing units at each question submit 2010-05-08 14:35:48 +00:00
Helen Foster
004ecb4696 MDL-21695 adding help and link strings 2010-05-08 10:41:39 +00:00
Helen Foster
673cd24bb3 MDL-21695 adding help strings 2010-05-08 09:21:08 +00:00
Helen Foster
5f13cd5132 MDL-21695 rewording help strings 2010-05-08 06:21:27 +00:00
Moodle Robot
bc0b0ac42f Updated the HEAD build version to 20100508 2010-05-08 00:41:48 +00:00
Pierre Pichet
ed15021fa0 MDL-22386 setting correctly the number of dataitem when duplicating a calculated, calculatedsimple, calculatedmulti question 2010-05-07 21:17:39 +00:00
Helen Foster
8d8fcf2107 MDL-21695 adding help strings 2010-05-07 14:52:01 +00:00
Rossiani Wijaya
61ddb95355 MDL-22067 - add key event action to close the help popup window. 2010-05-07 06:40:19 +00:00
Dongsheng Cai
c4c3b90734 MDL-13766, fix alfresco version number 2010-05-07 06:36:08 +00:00
Dongsheng Cai
900d460654 "MDL-22356, disable manage link if user don't have permission to manage" 2010-05-07 03:46:30 +00:00
Dongsheng Cai
30f53712d7 MDL-13766, allow logged in user to use repository plugins 2010-05-07 03:42:35 +00:00
David Mudrak
bdfc9a6bb9 MDL-22373 The default vertical direction for English is top to bottom 2010-05-07 01:39:24 +00:00
Tim Hunt
5083db4e9e essay qtype: MDL-9419 use the HTML editor for all questions on a page.
This undoes the horrible hack that we have had for a long time.
2010-05-07 01:29:06 +00:00
Tim Hunt
45213559b4 quiz upgrade MDL-20856 quiz upgrade was duplicating the statistics row in the quiz_report table. 2010-05-07 00:59:02 +00:00
Moodle Robot
738bf9b953 Updated the HEAD build version to 20100507 2010-05-07 00:42:37 +00:00
Tim Hunt
331bcf9abf question bank MDL-22047 The logic for whether hidden questions were shown was backwards! 2010-05-07 00:33:14 +00:00
Tim Hunt
2b38499d60 MDL-20860 quiz grades that had already been formatted for output were being used in database queries.
Which really does not work in locales that use , as a decimal point.

Also, this commit fixes one performance problem in index.php with DB queries in a loop.
2010-05-07 00:08:16 +00:00
David Mudrak
ff93c80742 Removing unused call to get_string() 2010-05-06 23:48:45 +00:00
David Mudrak
6779719e16 MDL-13481 Fork fullname - fullnamecourse and fullnameuser
This commit instructs AMOS to use the current value of fullname as the
initial value of fullnamecourse and fullnameuser.

AMOS BEGIN
 CPY [fullname,core],[fullnamecourse,core]
 CPY [fullname,core],[fullnameuser,core]
AMOS END
2010-05-06 22:53:41 +00:00
Tim Hunt
a27aa5c620 MDL-19967 No validation when adding a question with JS off.
There was no check that a question type had been selected.
2010-05-06 22:33:21 +00:00
David Mudrak
18db005f9c MDL-22368 Removing the limit of number of users in the recordset 2010-05-06 22:06:34 +00:00
David Mudrak
456f76571c MDL-21695 Removing remained completion help files 2010-05-06 21:32:30 +00:00
David Mudrak
27d1a27c21 MDL-21695 Migrating the usage of root help files so far re-worded
AMOS BEGIN
 HLP forcepasswordchange.html,[forcepasswordchange_help,core]
 HLP interestslist.html,[interestslist_help,core]
 HLP newpassword.html,[newpassword_help,core]
 HLP permissions.html,[permissions_help,core_role]
 HLP picture.html,[newpicture_help,core]
 HLP picture.html,[newpicture_help,core_group]
 HLP roles.html,[roles_help,core_role]
AMOS END
2010-05-06 21:27:58 +00:00
David Mudrak
ed475ed21e MDL-21695 Fixed message output plugin 2010-05-06 18:45:09 +00:00
David Mudrak
5fb882193f MDL-21695 Bye bye help/course*.html and help/rolerenaming.html, we have better friends now 2010-05-06 18:32:03 +00:00
David Mudrak
9f48fa3789 MDL-21695 Course fullname string 2010-05-06 18:06:05 +00:00
David Mudrak
976033c6f2 MDL-22367 Bye bye Course Fullname 101, you cost us too many queries 2010-05-06 17:53:34 +00:00
David Mudrak
036880940e MDL-21695 Strings and helps cleanup 2010-05-06 17:05:43 +00:00
David Mudrak
226de8b7e7 MDL-21695 authchange.html replaced with a help string
AMOS BEGIN
 HLP authchange.html,[chooseauthmethod_help,core_auth]
AMOS END
2010-05-06 16:56:04 +00:00
David Mudrak
9434554a4f MDL-15244 Oops forgot to delete the file in the previous commit 2010-05-06 16:47:34 +00:00
David Mudrak
fe6b274c73 MDL-15244 IP blocker help on syntax 2010-05-06 16:35:32 +00:00