Non-core contributed modules

Gradebook: New "Edit categories and items" interface

Details

  • Affected Branches:
    MOODLE_19_STABLE, MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

See MDL-15680

Issue Links

Activity

Hide
Anthony Borrow added a comment -

Nicolas - The README file indicates that this is a replacement for something in core which makes me think it is really a patch and not a plugin (something which is a modular addition that does not modify core code). It also looks like the code for this is in CVS for Moodle 2.0. Does that sound correct? Peace - Anthony

Show
Anthony Borrow added a comment - Nicolas - The README file indicates that this is a replacement for something in core which makes me think it is really a patch and not a plugin (something which is a modular addition that does not modify core code). It also looks like the code for this is in CVS for Moodle 2.0. Does that sound correct? Peace - Anthony
Hide
Nicolas Connault added a comment -

OK Anthony I will move this to patches. The code for HEAD is in the HEAD branch of contrib, while the code for 1.9 is in the MOODLE_19_STABLE branch.

Show
Nicolas Connault added a comment - OK Anthony I will move this to patches. The code for HEAD is in the HEAD branch of contrib, while the code for 1.9 is in the MOODLE_19_STABLE branch.
Hide
Nicolas Connault added a comment -

Moved to patches

Show
Nicolas Connault added a comment - Moved to patches
Hide
Martin Dougiamas added a comment -

Sorry Anthony and Nicolas, but this really is a full plugin. The fact that it overwrites the standard one is not the issue. It was in plugins so that the download site can package it and make it easy for people to try it out.

http://download.moodle.org/plugins19/

The patches directory is flat:

http://download.moodle.org/patches/

More info here: http://cvs.moodle.org/contrib/README.txt?revision=1.9&view=markup

Show
Martin Dougiamas added a comment - Sorry Anthony and Nicolas, but this really is a full plugin. The fact that it overwrites the standard one is not the issue. It was in plugins so that the download site can package it and make it easy for people to try it out. http://download.moodle.org/plugins19/ The patches directory is flat: http://download.moodle.org/patches/ More info here: http://cvs.moodle.org/contrib/README.txt?revision=1.9&view=markup
Hide
Martin Dougiamas added a comment -
Show
Martin Dougiamas added a comment - I moved it myself just now: http://cvs.moodle.org/contrib/plugins/grade/edit/tree/ The plugins should be built soon. http://download.moodle.org/plugins19/grade/edit/tree.zip (MOODLE_19_STABLE) http://download.moodle.org/plugins/grade/edit/tree.zip (HEAD)
Hide
James Rudd added a comment - - edited

I applied the latest http://download.moodle.org/plugins19/grade/edit/tree.zip files to my Moodle 1.9.3 installation and experienced a few small cosmetic problems:

At top of page:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /srv/htdocs/grade/edit/tree/index.php on line 291

And it was missing text for a few headings:
[[showadvancedcolumns]]
[[hideadvancedcolumns]]
[[weightorextracredit]]
[[moveselectedto]]

I am running Apache 2.2.3, PHP 5.2.5 and MySQL 5.0.26

Show
James Rudd added a comment - - edited I applied the latest http://download.moodle.org/plugins19/grade/edit/tree.zip files to my Moodle 1.9.3 installation and experienced a few small cosmetic problems: At top of page: Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /srv/htdocs/grade/edit/tree/index.php on line 291 And it was missing text for a few headings: [[showadvancedcolumns]] [[hideadvancedcolumns]] [[weightorextracredit]] [[moveselectedto]] I am running Apache 2.2.3, PHP 5.2.5 and MySQL 5.0.26
Hide
Martin Dougiamas added a comment -

Nicolas can you look into these? (the first one is because of PHP4)

Show
Martin Dougiamas added a comment - Nicolas can you look into these? (the first one is because of PHP4)
Hide
Nicolas Connault added a comment - - edited

Never mind...

Show
Nicolas Connault added a comment - - edited Never mind...
Hide
Anthony Borrow added a comment -

Nicolas - Sounds like you were dealing with the same branch from patches being copied over into HEAD and 19STABLE in plugins. Glad you were able to sort things out. Peace - Anthony

Show
Anthony Borrow added a comment - Nicolas - Sounds like you were dealing with the same branch from patches being copied over into HEAD and 19STABLE in plugins. Glad you were able to sort things out. Peace - Anthony
Hide
Nicolas Connault added a comment -

Large refactoring, now using an OO pattern for easily adding highly configurable columns to the report. Also added a coloured filler table cell scheme for easily identifying grade categories.

Show
Nicolas Connault added a comment - Large refactoring, now using an OO pattern for easily adding highly configurable columns to the report. Also added a coloured filler table cell scheme for easily identifying grade categories.
Hide
Lael... added a comment -

After applying the grade tree plugin, I've found that the only place to change the category grade item is by going to the grader report and then turning editing on, then clicking the edit icon for the grade item at the top of the column for each category.

Would it be possible to include the edit icon for the grade item in the Edit Categories and Items report?

The way it is at the moment makes it more difficult to edit the way the grade is displayed, as well as the name displayed for each category item. I think when setting up the categories, it is often done from the 'Edit Categories and Items' screen - as well as being faster as there is less data to load than on the the grader report.

Thanks - this and the user report patch are excellent!

Show
Lael... added a comment - After applying the grade tree plugin, I've found that the only place to change the category grade item is by going to the grader report and then turning editing on, then clicking the edit icon for the grade item at the top of the column for each category. Would it be possible to include the edit icon for the grade item in the Edit Categories and Items report? The way it is at the moment makes it more difficult to edit the way the grade is displayed, as well as the name displayed for each category item. I think when setting up the categories, it is often done from the 'Edit Categories and Items' screen - as well as being faster as there is less data to load than on the the grader report. Thanks - this and the user report patch are excellent!
Hide
Nicolas Connault added a comment -

Lael, the grade tree plugin is out of date now. There are many improvements in the making for 1.9.5, including this new interface. Another improvement involves moving all category related settings into the grade category edit page. There will be no more category item edit page. This actually makes it easier to find these settings.

Show
Nicolas Connault added a comment - Lael, the grade tree plugin is out of date now. There are many improvements in the making for 1.9.5, including this new interface. Another improvement involves moving all category related settings into the grade category edit page. There will be no more category item edit page. This actually makes it easier to find these settings.

People

Vote (0)
Watch (6)

Dates

  • Created:
    Updated:
    Resolved: