41944 Commits

Author SHA1 Message Date
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
Dongsheng Cai
1eda38ee34 MDL-22574, use filepicker to impot users in admin 2010-06-04 04:08:56 +00:00
Andrew Davis
3cf33f5181 gradebook MDL-22670 added function to trim trailing zeros 2010-06-04 03:59:49 +00:00
Pierre Pichet
b79c7c289b MDL-20296 correcting fill with correct display in preview 2010-06-04 03:53:02 +00:00
aparup
7328e94b30 navigation MDL-22560 temporary fix for anomaly 2010-06-04 03:51:21 +00:00
jerome mouneyrac
24caaa2112 community block MDL-19314 hub tnot trusted should not be displayed bold in the listing 2010-06-04 03:26:10 +00:00
Dongsheng Cai
ab16da675e MDL-22574, use moodle form to import glossary 2010-06-04 03:14:21 +00:00
Sam Hemelryk
af7c1e29ab block-community MDL-19314 Tweaked image gallery CSS and added a firstimageonly property 2010-06-04 02:46:25 +00:00
aparup
dad55fc5b3 assignment MDL-22610 quickgrading: fixed form - after header output. 2010-06-04 02:42:21 +00:00
Sam Hemelryk
2a102b901e block-community MDL-19314 Fixed gallery lightbox implementation and added proper support for yui3 gallery modules 2010-06-04 01:49:53 +00:00
Moodle Robot
42e7e70a9d Updated the HEAD build version to 20100604 2010-06-04 00:44:28 +00:00
Tim Hunt
837f832526 quiz summary. Change 'Started' to 'Not answered'. 2010-06-03 11:04:42 +00:00
Martin Dougiamas
1974b3153a Make the description field bigger 2010-06-03 09:38:46 +00:00
Martin Dougiamas
13d489e088 Updated some strings to mention MOOCH 2010-06-03 09:30:51 +00:00
jerome mouneyrac
bb98a5b25e webservice MDL-12886 add function to retrieve token row by token (must be unique) 2010-06-03 09:16:00 +00:00
Sam Hemelryk
56dc41d0c4 course ajax MDL-22653 Toggling of label visibility now dims text correctly. Kudos to Davo 2010-06-03 08:55:08 +00:00
Petr Skoda
704c5dfed4 MDL-22042 fixed kses cleaning of html code 2010-06-03 08:43:59 +00:00
Sam Hemelryk
48fa948491 navigation MDL-22438 Fixed alignment issues with navigation items that were wrapping lines 2010-06-03 08:27:03 +00:00
Petr Skoda
8496eeb3bc MDL-22040 converting username to html entities before outputting 2010-06-03 08:18:38 +00:00