Commit Graph

256 Commits

Author SHA1 Message Date
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 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
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
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 3f781a221c gradebook MDL-23042 missing help topic being reported due to incorrect component name 2010-07-05 03:29:35 +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 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 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
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 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 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 d1ae61fe47 MDL-22696 Incorrect PAGE setup order - JS must be required after require_login() 2010-06-07 07:52:11 +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
Andrew Davis 67485c7f3e gradebook MDL-22670 added trimming of trailing zeros 2010-06-04 06:04:20 +00:00
Andrew Davis 3cf33f5181 gradebook MDL-22670 added function to trim trailing zeros 2010-06-04 03:59:49 +00:00
Rossiani Wijaya 02114f13d3 MDL-20447 - bulk upload: add page heading 2010-06-02 07:26:56 +00:00
David Mudrak 6cb9d6e2aa MDL-21695 Replaced grade/gradetype.html
AMOS BEGIN
 HLP grade/gradetype.html,[gradetype_help,core_grades]
AMOS END
2010-06-01 16:06:01 +00:00
David Mudrak 5cca21a665 MDL-21695 Replaced grade/gradepass.html
AMOS BEGIN
 HLP grade/gradepass.html,[gradepass_help,core_grades]
AMOS END
2010-06-01 12:26:27 +00:00
David Mudrak 25293fcb7b MDL-21695 Replaced grade/grademin.html
AMOS BEGIN
 HLP grade/grademin.html,[grademin_help,core_grades]
AMOS END
2010-06-01 10:55:47 +00:00
David Mudrak f5f4bbabbc MDL-21695 Replaced grade/grademax.html
AMOS BEGIN
 HLP grade/grademax.html,[grademax_help,core_grades]
AMOS END
2010-06-01 10:55:25 +00:00
David Mudrak b2bf67b447 MDL-21695 Replaced grade/scaleid.html
AMOS BEGIN
 HLP grade/scaleid.html,[typescale_help,core_grades]
AMOS END
2010-05-27 21:19:27 +00:00
David Mudrak 56f9c6ceb9 MDL-21695 Replaced grade/gradedisplaytype.html
AMOS BEGIN
 HLP grade/gradedisplaytype.html,[gradedisplaytype_help,core_grades]
AMOS END
2010-05-27 21:04:11 +00:00
David Mudrak f960faf8df MDL-21695 Replaced grade/finalgrade.html
AMOS BEGIN
 HLP grade/finalgrade.html,[finalgrade_help,core_grades]
AMOS END
2010-05-27 20:31:16 +00:00
David Mudrak 58c04512eb MDL-21695 Replaced grade/feedback.html
AMOS BEGIN
 HLP grade/feedback.html,[feedback_help,core_grades]
AMOS END
2010-05-27 20:25:47 +00:00
David Mudrak 97fecb213c MDL-21695 Replaced grade/excluded.html
AMOS BEGIN
 HLP grade/excluded.html,[excluded_help,core_grades]
AMOS END
2010-05-27 20:22:18 +00:00
David Mudrak b37760fcf8 MDL-21695 Replaced grade/droplow.html
AMOS BEGIN
 HLP grade/droplow.html,[droplow_help,core_grades]
AMOS END
2010-05-24 15:41:05 +00:00
David Mudrak 1155b8dbfe MDL-21695 Replaced grade/decimalpoints.html
AMOS BEGIN
 HLP grade/decimalpoints.html,[decimalpoints_help,core_grades]
AMOS END
2010-05-24 15:35:03 +00:00
David Mudrak b06db23fb7 MDL-21695 help grade/calculation.html replaced with a file
The contents put to wiki, no AMOS auto-replacement due to the length of
the file.
2010-05-24 15:22:12 +00:00
David Mudrak f89b71eb4b MDL-21695 Tranferred grade/aggregation.html into the help string
AMOS BEGIN
 HLP grade/aggregation.html,[aggregation_help,core_grades]
AMOS END
2010-05-24 09:51:22 +00:00
David Mudrak 3869ab1ac6 MDL-21695 gradebook: Extra credit help strings
String aggregationcoefextraweight is used when editing an item which is
aggregated by Mean of grades (with extra credit) and was reworded to
Extra credit weight (because in fact it is the weight of the extra
credit - if it equals zero, the grade is not extra)

String aggregationcoefextrasum is used for Sum of grades and Simple
weighted mean of grades, meaning a checkbox extra credit yes/no

String aggregationcoefextra is used in the header of table Categories
and items (either Simple view or Full view). It must contain the information
about both meanings of aggregation.

AMOS BEGIN
 HLP grade/aggregationcoefcombo.html,[aggregationcoefextra_help,core_grades]
 HLP grade/aggregationcoefextra.html,[aggregationcoefextraweight_help,core_grades]
 HLP grade/aggregationcoefextrasum.html,[aggregationcoefextrasum_help,core_grades]
AMOS END
2010-05-21 13:46:28 +00:00
David Mudrak 75dc321807 MDL-21695 Replacing grade/aggregatesubcats.html
AMOS BEGIN
 HLP grade/aggregatesubcats.html,[aggregatesubcats_help,core_grades]
AMOS END
2010-05-21 13:45:55 +00:00
David Mudrak 53267b7970 MDL-21695 Replacing grade/aggregateoutcomes.html
AMOS BEGIN
 HLP grade/aggregateoutcomes.html,[aggregateoutcomes_help,core_grades]
AMOS END
2010-05-21 13:45:29 +00:00
Andrew Davis 1c349e9524 gradebook MDL-22521 fixed a get_string call to a non-existent string 2010-05-20 05:57:42 +00:00
Andrew Davis 5e212c334c gradebook MDL-21596 fixed a problem that prevented edits appearing in the UI 2010-05-19 03:50:27 +00:00