Dongsheng Cai
c46aeeab9c
MDL-22574, fixed outcomes import form
2010-06-08 05:23:44 +00:00
Andrew Davis
15dd3edbcf
glossary MDL-22678 removed some commented out code and fixed an incorrect if empty check
2010-06-08 03:12:00 +00:00
Dongsheng Cai
0022e2d7f0
MDL-22574, added MoodleQuickForm_filemanager support, and added dispose function to clean up files
2010-06-08 03:09:14 +00:00
Dongsheng Cai
a1eb90c0eb
MDL-22574, fixed question import button
2010-06-08 03:04:39 +00:00
jerome mouneyrac
755f96f8cf
Community block MDL-19314 add community block access control (two new capability: moodle/community:add and moodle/community:download)
2010-06-08 02:21:50 +00:00
Andrew Davis
79b260cc88
gradebook MDL-21596 altered grade_category::set_properties() to try to intelligently set a default for weight and extra credit as a work around for those two properties sharing a single column
2010-06-08 02:10:21 +00:00
aparup
3a0b9236c8
Assignment MDL-22687 removed unmatched div tag that was breaking navigation blocks.
2010-06-08 02:04:54 +00:00
Moodle Robot
d1bf0c85a9
Updated the HEAD build version to 20100608
2010-06-08 00:45:19 +00:00
Dan Marsden
84683abaef
SCORM Upgrade MDL-22694 upgrade of 1.9 fails if mulitple references of the same SCORM package exist in a course. Kudos to Tim Lock for Report and patch.
2010-06-07 22:35:35 +00:00
David Mudrak
731bc4ccc3
MDL-21695 Replaced grade/locked.html
...
No AMOS script here, to be translated from scratch.
2010-06-07 21:58:16 +00:00
David Mudrak
8c38a052e4
MDL-21695 Removed grade/lockedafter.html as suggested by Helen
2010-06-07 21:49:21 +00:00
David Mudrak
9c22d77808
MDL-21695 Replaced grade/linkedactivity.html
...
AMOS BEGIN
HLP grade/linkedactivity.html,[linkedactivity_help,core_grades]
AMOS END
2010-06-07 17:50:15 +00:00
David Mudrak
925371f61e
MDL-21695 Removed grade/letter.html, not used any more
2010-06-07 17:31:13 +00:00
David Mudrak
2fcf41e6c0
MDL-21695 Replaced grade/keephigh.html
...
AMOS BEGIN
MOV [keephighhelp,core_grades],[keephigh_help,core_grades]
HLP grade/keephigh.html,[keephigh_help,core_grades]
AMOS END
2010-06-07 16:35:35 +00:00
David Mudrak
d75817e1dd
MDL-21695 Replaced grade/iteminfo.html
...
AMOS BEGIN
HLP grade/iteminfo.html,[iteminfo_help,core_grades]
AMOS END
2010-06-07 16:11:55 +00:00
David Mudrak
a8f35db741
MDL-21695 Replaced grade/outcomestandard.html
...
AMOS BEGIN
HLP grade/outcomestandard.html,[outcomestandard_help,core_grades]
AMOS END
2010-06-07 15:41:30 +00:00
David Mudrak
68d59ec165
NOBUG get_string() calls cleanup
2010-06-07 15:37:57 +00:00
Eloy Lafuente
be866f9d6c
MDL-22699 xml parser - to be used by restore
2010-06-07 14:40:12 +00:00
David Mudrak
32a544625b
MDL-21695 Replaced grade/importoutcomes.html
...
No auto AMOS replacement here as the original file contains formatted
tables.
2010-06-07 12:16:48 +00:00
David Mudrak
0459cc4d9e
MDL-21695 Replaced grade/hidetotalifhiddenitems.html
...
AMOS BEGIN
HLP grade/hidetotalifhiddenitems.html,[hidetotalifhiddenitems_help,core_grades]
AMOS END
2010-06-07 09:56:33 +00:00
David Mudrak
d7a04343b2
MDL-21695 Replaced grade/hidden.html and removed grade/hiddenuntil.html
...
No auto AMOS replacement here as the original HTML help is not suitable
for the new help system. Helen recommended to remove hiddenuntil help.
2010-06-07 09:35:45 +00:00
David Mudrak
28b6fe73d0
NOBUG Fixing an information on deprecated require_js()
...
Wherever possible, developers should use $PAGE->requires->js_module()
and wrap their JS code as a module in M namespace.
2010-06-07 08:41:47 +00:00
David Mudrak
d1ae61fe47
MDL-22696 Incorrect PAGE setup order - JS must be required after require_login()
2010-06-07 07:52:11 +00:00
Moodle Robot
5d996192ba
Updated the HEAD build version to 20100607
2010-06-07 00:45:01 +00:00
Petr Skoda
a4a0c9d9cd
MDL-21695 markdown conversion now does not break empty() and isnull() comparisons
2010-06-06 17:17:06 +00:00
Petr Skoda
6b8ad965dc
MDL-16919 we have to really use the username cleaning only when manually adding new accounts, any sync with external system needs the exact match without any cleaning!
2010-06-06 14:06:30 +00:00
David Mudrak
621b4d0873
MDL-22675 XHTML: checkbox requires checked="checked", not "selected"
...
Thanks Andrea Bicciolo for spotting this.
2010-06-06 12:55:48 +00:00
Tim Hunt
1a0e96c708
quiz edit: MDL-22651 apply mudrd8mz's fix. Thanks David.
2010-06-06 07:18:32 +00:00
Moodle Robot
e65f686822
Updated the HEAD build version to 20100606
2010-06-06 00:43:47 +00:00
David Mudrak
3d83539cb3
MDL-22062 Make idnumber of additional module grade items editable in the gradebook
...
This patch allows grade items with itemnumber > 0 being edited in the
gradebook. It also improves the grade_verify_idnumber() so that it does
not allow the item with itemnumber > 0 have the same idnumber as the
major grade item with itemnumber 0.
2010-06-05 19:53:40 +00:00
David Mudrak
f829c8d07f
MDL-22062 Grade item's idnumber can be added from the calculation form
...
Before this patch, if activity module used multiply grade items (as
workshop does), the method add_idnumber() returned false because it
required empty idnumber in course_modules. The patch makes this check
only for grade_items with itemnumber 0.
2010-06-05 19:53:29 +00:00
David Mudrak
23c9aeac40
MDL-22062 Workshop used to set the same idnumber for its grade_items
...
In fact, course/modedit.php sets the correct value for the grade_item
number 0 and keeps it synced with the idnumber value in course_modules.
2010-06-05 19:53:18 +00:00
Piers Harding
ae350951c2
MDL-22650 - extend apidebugmask description with an example.
2010-06-05 19:09:16 +00:00
Petr Skoda
4b7c96d9e6
MDL-22574 removing obsolete choose file elements that can not work any more, developers have to upgrade code
2010-06-05 09:58:30 +00:00
Moodle Robot
b1d440738b
Updated the HEAD build version to 20100605
2010-06-05 00:43:46 +00:00
Andreas Grabs
9e1aed5330
existing questions now can be saved as new question
2010-06-04 21:12:27 +00:00
Andreas Grabs
6cc1599e09
captcha now uses the recaptcha-plugin and
...
some code cleanups
2010-06-04 20:21:08 +00:00
Eloy Lafuente
b46ba22bf5
NOBUG: reduce to 1 whitespace. ctags was crying
2010-06-04 18:38:33 +00:00
Petr Skoda
5eae373e5b
MDL-22680 fixed new password setting
2010-06-04 18:19:34 +00:00
David Mudrak
8b07eeb8c0
MDL-22507 Fixed a regression, thanks Helen for spotting this
2010-06-04 13:21:32 +00:00
Pierre Pichet
49580a59d1
MDL-20296 add isset() tests in function split_old_answer () lines 358-362
2010-06-04 12:28:45 +00:00
Andreas Grabs
5e97c34df7
optimized the code of item_form. put the common calls into the parrent class "feedback_item_form_class.php"
2010-06-04 11:13:36 +00:00
Andreas Grabs
3a787259fe
cleaning up the code and add some documentations
2010-06-04 10:29:55 +00:00
Dongsheng Cai
4140cf6b8f
"MDL-22677, delete dependent comments and ratings in glossary module"
2010-06-04 09:49:56 +00:00
Dongsheng Cai
a12f85718d
MDL-22573, use filepicker to replace upload_manager in gradebook import form
2010-06-04 08:37:17 +00:00
Eloy Lafuente
2e300e139a
NOBUG: Fix some queries preventing showentry "popup" to work
2010-06-04 08:26:11 +00:00
Dongsheng Cai
bbdfd8ce01
MDL-22574, move import form to import.php, use csv_import_reader class to process csv file, use filepicker to replace legacy upload form.
2010-06-04 08:21:24 +00:00
Petr Skoda
a07600473d
MDL-22646 create_context() is internal implementation function, to be used only inside accesslib.php
2010-06-04 07:30:42 +00:00
Andrew Davis
67485c7f3e
gradebook MDL-22670 added trimming of trailing zeros
2010-06-04 06:04:20 +00:00
jerome mouneyrac
21c968b495
create user lib MDL-22646 create automatically a context when create a user
2010-06-04 04:14:11 +00:00