Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Petr Skoda
e2bb3c9275
MDL-32094 some more E_STRICT fixes
2012-03-18 20:40:20 +01:00
Petr Skoda
f8311defeb
MDL-31301 use static textlib methods
2012-03-03 11:46:13 +01:00
Eloy Lafuente (stronk7)
5dbfbacc49
MDL-31831 whitespace clean - take2
2012-03-01 02:20:35 +01:00
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07:00
Aparup Banerjee
c47b8c7d0c
Merge branch 'MDL-30288_override_checkbox' of git://github.com/andyjdavis/moodle
2011-11-24 16:14:37 +08:00
Andrew Davis
185db1c962
MDL-30288 gradebook: prevented grade grade feedback being wrapped in a text to html div tag which was causing it to look like feedback had been edited when it hadn't
2011-11-24 11:27:13 +08:00
Mary Evans
24050190e3
MDL-29226 RTL fixes - additions and amendments
2011-11-19 00:53:14 +00:00
Tom Lanyon
af9b14446d
MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory().
2011-09-10 10:43:49 +02:00
Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02:00
Rajesh Taneja
e9de1cf49c
MDL-27896 context - Fixed editor context to observe filter status
2011-08-12 11:33:21 +08:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
David Mudrak
29cbe43189
MDL-13481 Strings fullname and shortname are now deprecated
...
This is a final cleanup commit of fullname and shortname issue. All
places where these strings were detected yet have been replaced with
proper fullnamecourse or fullnameuser or some other context specific
string.
AMOS BEGIN
CPY [fullname,core],[outcomefullname,core_grades]
CPY [shortname,core],[outcomeshortname,core_grades]
CPY [name,core],[rolefullname,core_role]
CPY [shortname,core],[roleshortname,core_role]
AMOS END
2011-02-28 09:42:50 +01:00
Andrew Davis
d2e66a60a0
gradebook MDL-25358 improved validation of scales
2010-11-22 05:52:13 +00:00
Andrew Davis
6431268854
gradebook MDL-25112 made /grade/edit/outcome/edit.php set page context before trying to initialize an mform
2010-11-09 03:24:09 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Andrew Davis
d13c358a79
gradebook MDL-24682 corrected a capability check that was incorrectly allowing some users to make a course scale a standard scale
2010-10-15 02:56:28 +00:00
Andrew Davis
76ea4e1f67
gradebook MDL-24455 moved printing of page header until after all of the potential redirect points to avoid a warning being printed before redirecting.
2010-10-01 03:54:59 +00:00
Petr Skoda
ace9051cc1
MDL-24321 switching to stdClass in /g*/
2010-09-21 08:16:49 +00:00
Petr Skoda
4cc977a64d
fixing messed up property_exists() regression - sorrrry
2010-09-17 20:36:49 +00:00
Petr Skoda
653f91f948
switch to property_exists() which is required in PHP 5.3
2010-09-17 19:14:41 +00:00
Petr Skoda
182a8a83c4
initialized objects
2010-09-17 19:11:24 +00:00
Petr Skoda
4d27bc7929
fixed phpdocs and using property_exists() which is required by PHP 5.3
2010-09-17 19:05:23 +00:00
Petr Skoda
6ef4878b86
spelling fixes
2010-09-17 18:56:53 +00:00
Petr Skoda
6d8c8aaab7
fixed wrong break
2010-09-17 18:47:04 +00:00
David Mudrak
cb616be854
MDL-21695 Making old_help_icon() deprecated
...
Some of the callers have never been fully implemented (help file never existed)
so I just dropped the help icon. In other cases, new help_icon() is
used. The help icons support in the messaging must be reviewed by the
subsystem maintainer.
2010-08-16 15:29:46 +00:00
Andrew Davis
e2a8447777
gradebook MDL-19070 Added a guard to protect against a potential error
2010-08-11 07:28:57 +00:00
Andrew Davis
5174f3c5c4
gradebook MDL-23750 category and item page had extra cells due to partial refactoring
2010-08-11 06:54:40 +00:00
Andrew Davis
df227facba
gradebook MDL-23354 added blocks to some pages that were missing them
2010-07-23 08:03:30 +00:00
Andrew Davis
51512508d1
gradebook MDL-23354 now saves scale description format when you create a new scale
2010-07-23 07:35:26 +00:00
Sam Hemelryk
1f3e25963a
grade-outcomes MDL-23354 Fixed up navigation problems and added courseid to links where required to maintain that
2010-07-21 06:51:12 +00:00
Jonathan Harker
c71f326514
MDL-20876 Fix remaining split() calls.
2010-07-20 03:27:36 +00:00
Andrew Davis
2821c4955b
gradebook MDL-22931 made some of the setting labels more specific and made blocks show on category setting screen
2010-07-08 07:09:10 +00:00
Andrew Davis
4a15febe7c
gradebook MDL-23054 Added a link to "manage outcomes" from the "add outcomes to course" screen
2010-07-08 01:42:57 +00:00
Andrew Davis
3f781a221c
gradebook MDL-23042 missing help topic being reported due to incorrect component name
2010-07-05 03:29:35 +00:00
Petr Skoda
b5e7b2bf2b
MDL-23071 standardising gradebook plugin names
...
AMOS BEGIN
MOV [modulename,gradeimport_csv],[pluginname,gradeimport_csv]
MOV [modulename,gradeimport_xml],[pluginname,gradeimport_xml]
MOV [modulename,gradeexport_ods],[pluginname,gradeexport_ods]
MOV [modulename,gradeexport_txt],[pluginname,gradeexport_txt]
MOV [modulename,gradeexport_xls],[pluginname,gradeexport_xls]
MOV [modulename,gradeexport_xml],[pluginname,gradeexport_xml]
MOV [modulename,gradereport_grader],[pluginname,gradereport_grader]
MOV [modulename,gradereport_outcomes],[pluginname,gradereport_outcomes]
MOV [modulename,gradereport_overview],[pluginname,gradereport_overview]
MOV [modulename,gradereport_user],[pluginname,gradereport_user]
AMOS END
2010-07-04 13:08:11 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
David Mudrak
fffc7ddf5a
MDL-21695 Gradebook help conversion finished
2010-06-27 21:30:44 +00:00
Andrew Davis
4592df46cb
gradebook MDL-22670 Altered grade_edit_tree::format_number() to trim to a minimum of 1 decimal place. Longer numbers are limited to 4 decimal places.
2010-06-23 05:11:12 +00:00
David Mudrak
81ff6f1c3a
MDL-21695 Replaced grade/overridden.html
...
AMOS BEGIN
HLP grade/overridden.html,[overridden_help,core_grades]
AMOS END
2010-06-21 06:50:24 +00:00
David Mudrak
bd77df31dd
MDL-21695 Replaced grade/scalestandard.html
...
AMOS BEGIN
HLP grade/scalestandard.html,[scalestandard_help,core]
AMOS END
2010-06-18 16:13:20 +00:00
David Mudrak
12b0938c2b
MDL-21695 Replaced grade/plusfactor.html
...
AMOS BEGIN
HLP grade/plusfactor.html,[plusfactor_help,core_grades]
AMOS END
2010-06-18 15:41:47 +00:00
David Mudrak
8b61b67133
MDL-21695 Replaced grade/overridesitedefaultgradedisplaytype.html
...
AMOS BEGIN
HLP grade/overridesitedefaultgradedisplaytype.html,[overridesitedefaultgradedisplaytype_help,core_grades]
AMOS END
2010-06-18 15:38:59 +00:00
David Mudrak
f3474b008c
MDL-21695 Replaced grade/outcomeid.html
...
AMOS BEGIN
MOV [outcomeidhelp,core_grades],[outcome_help,core_grades]
HLP grade/outcomeid.html,[outcome_help,core_grades]
AMOS END
2010-06-18 14:02:07 +00:00
David Mudrak
d4a11ee52a
MDL-21695 Replaced grade/multfactor.html
...
AMOS BEGIN
HLP grade/multfactor.html,[multfactor_help,core_grades]
AMOS END
2010-06-18 13:56:40 +00:00
Andrew Davis
e229506dab
gradebook MDL-22670 added a comment above a function to make its purpose more clear
2010-06-18 06:10:22 +00:00
Andrew Davis
42e5b74426
gradebook MDL-22716 made the categories and items table usable on narrow screens
2010-06-10 03:00:04 +00:00
Dongsheng Cai
9880f024dd
MDL-22574, removed unused function in outcome import form
2010-06-08 06:04:10 +00:00
Dongsheng Cai
c46aeeab9c
MDL-22574, fixed outcomes import form
2010-06-08 05:23:44 +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