Commit Graph

45 Commits

Author SHA1 Message Date
Paul Holden 858bcbab0a MDL-72257 gradeexport_xml: detect absense of grade items to export.
Where there are no grade items with idnumbers for selection, then
nothing should be exported. Currently, this is being interpreted as
the user exporting all grade items.
2021-08-02 10:16:38 +01:00
Paul Holden 0bda284937 MDL-71016 gradeexport_xml: ensure user/grade idnumbers are encoded. 2021-04-28 19:03:45 +01:00
Peter a1e8c6d497 MDL-63488 core_grade: Use the rewrite_pluginurls to handle files
* Use the rewrite_plugin_urls to handled embedded files
* Add phpunit tests for default and updated functionality of format_text
2018-11-14 09:44:18 +08:00
Simey Lameze 8c55a50dba MDL-50959 gradebook: fix XML grade export 2015-09-17 10:34:50 +08:00
Simey Lameze e6c990ad21 MDL-50959 gradebook: fix XML grade publishing score 2015-09-14 09:04:14 +08:00
Simey Lameze be289f57b2 MDL-44447 grade_export: Added multiple grade display types to grade export. 2014-09-15 16:42:07 +08:00
Damyon Wiese ad5ab383e6 MDL-46548 behat: Prevent force file save as for some pages we want to test with behat. 2014-08-04 16:18:32 +08:00
Adrian Greeve d40604724b MDL-34463 - lib - Alteration of the get_context_instance function to utilize the new function context_XXXX::instance(). 2012-07-24 14:04:40 +08:00
Andrew Davis 78ab98bc5e MDL-27322 grade: added the ability to not have suspended students included in a grade export 2012-05-10 08:34:51 +07:00
Aparup Banerjee 5433da6064 Merge branch MDL-29189-master of git://github.com/samhemelryk/moodle
- resolved conflicts.
2011-09-13 11:39:06 +08: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
Sam Hemelryk 8ebbb06adf MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently 2011-09-08 09:30:27 +12:00
Andrew Davis (andyjdavis) 7ce5df8620 MDL-27920 gradebook: export was always excluding course totals and xml export was failing 2011-06-21 11:13:34 +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
Petr Skoda 71904f4d2b MDL-23984 make_upload_directory() cleanup - we now throw exceptions by default which should prevent a lot of strange problems 2010-08-29 14:59:14 +00:00
Petr Skoda 6c3ef4103a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:11:29 +00:00
nicolasconnault e060e33dc3 MDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE 2009-07-07 02:26:36 +00:00
skodak f6f2f42dae MDL-16011 send_temp_file() now used in grades xml export 2008-08-12 15:16:06 +00:00
nicolasconnault 5c75a0a3b4 MDL-14967 DB upgrades. All done. Just bug fixing now ;) 2008-06-03 16:10:57 +00:00
dongsheng 9b6a1a4b66 "MDL-14129, fix print_error" 2008-05-14 08:24:19 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
moodler 3674c3985e MDL-12294 Merged language fixes from stable 2008-02-26 08:02:16 +00:00
toyomoyo 864d1f8c2c MDL-11667, adding 2 global variables to set default export decimal point and display format. During export there are 2 new settings for decimal points and display format, default to site setting. Removed letter option because it is a format that you can choose now. 2007-10-10 06:43:23 +00:00
nicolasconnault 8ad36f4cc3 Added copyright notice 2007-10-10 06:34:20 +00:00
toyomoyo eb44aee406 fixing a typo and some half finished comment 2007-10-09 08:56:56 +00:00
toyomoyo 59a7447a70 MDL-11669, adding a new export setting (for xml atm), so that we can choose to export only updated grades 2007-10-09 08:51:49 +00:00
skodak 3405820739 MDL-11622, MDL-11623 xml import/export now uses user idnumber; feedback optional; related bugfixing 2007-10-07 10:22:21 +00:00
skodak 5e2fbccb33 no text formating in grade xml export for now - we need the original values for reimport 2007-09-25 11:02:12 +00:00
skodak eb8599199e MDL-11069 reimplemented grade export flag handling 2007-09-04 21:56:30 +00:00
skodak caffc55a84 MDL-11082 big refactoring in grade export - export tracking and grade formatting still not finished 2007-08-31 18:42:50 +00:00
nicolasconnault 76ca1ff134 MDL-11075 Now saving to temp file, then outputting using filelib's readfile_chunked() method. Also cleaned up whitespace in filelib.php (blame vim!). 2007-08-31 13:54:13 +00:00
skodak 11745964a5 MDL-11069 grade export refactoring + removing internally calculated totals (we have already various totals in categories and calculations can be used too for that) 2007-08-30 15:03:51 +00:00
nicolasconnault 97599c0a38 MDL-10984 Added 3 elements to the Grade Export GUIs, and a stub for action to be taken when the 'publish' checkbox is ticked (for xml export only ATM). 2007-08-27 12:23:50 +00:00
toyomoyo f6eb15ade1 adding preview rows for export 2007-08-13 08:50:17 +00:00
moodler 9d1e218576 Fixing copyright years 2007-07-31 17:02:43 +00:00
poltawski c31f631baa MDL-9742 - converting tabs to spaces 2007-07-23 15:38:31 +00:00
skodak 3ee5c20149 MDL-10525 renaming class grade_grades and grade_grades_text - singulars for all grade class names 2007-07-19 08:15:19 +00:00
skodak ba74762bda regular whitespace cleanup in grade code 2007-07-18 19:56:07 +00:00
skodak aaff71daf4 MDL-10365 Improved handling of history when inserting/updating/deleting in new grade reports;first part 2007-07-06 12:49:28 +00:00
skodak ac9b080524 MDL-10202 merge raw and final grade tables 2007-06-20 23:06:29 +00:00
toyomoyo 985d1ee11b new grade book export plugins development 2007-05-16 08:21:46 +00:00
toyomoyo a2422359a0 fixing grade exports 2007-05-15 08:49:49 +00:00
toyomoyo 1b07462560 added code to write back timestamp 2007-05-11 09:08:30 +00:00
toyomoyo a216f661d6 grade export plugins 2007-05-10 09:29:58 +00:00