Shamim Rezaie
3505cb0fd2
MDL-75155 grades: Removed $exportactiveurl and $importactiveurl
...
The parameters $exportactiveurl and $importactiveurl are removed from
export_action_bar and import_action_bar classes. Not only passing them
were redundant and it was possible to generate them by having
$activeplugin (also passed to the mentioned class constructors), but
also we had a bug there. The value of $PAGE->url was passed as those
parameters, but $PAGE->url can sometimes include additional parameters
and as a result, its value may not match any of the available
export/import plugins.
2022-09-06 21:41:04 +10:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Mihail Geshoski
c326402e86
MDL-72873 core_grades: Add tertiary navigation in grade export plugins
2021-12-16 00:10:13 +08:00
Jun Pataleta
d9ce6a4ffb
MDL-32151 grade: Use appropriate error langstring error key
2017-06-23 10:22:24 +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
cca51baa07
MDL-46548 grades: Add support for simplified one-step exports and update txt exporter
...
This ui change requires changes to the API so I have deprecated the old functions while maintaining
compatibility (if you don't mind lots of debugging).
2014-07-31 17:00:01 +08:00
Andrew Davis
459843d495
MDL-32913 core_grade:made it more obvious when the gradebook is broken due to a broken calculation
2013-05-02 09:03:02 +08:00
Rajesh Taneja
38c1dd194d
MDL-31969 grades: Added user preference to show/hide/export suspended users.
...
User with course:viewsuspendedusers capability can now show/hide/export
enrolled users whose enrolment is suspended or enrolment time is expired.
2013-04-09 14:01:58 +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
Frederic Massart
61c8e0d75f
MDL-21572 Gradebook: Do not export fields when missing permissions
2012-07-18 12:56:57 +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
Andrew Davis (andyjdavis)
a485083171
MDL-29126 gradebook: made text export with tabs as separator work
2011-09-01 15:21:04 +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
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
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +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
samhemelryk
beebcf2606
grade MDL-19797 Added set_url calls
2009-10-15 06:58:21 +00:00
nicolasconnault
5a93139440
MDL-19797 Converted all print_footer() calls
2009-08-06 14:12:17 +00:00
nicolasconnault
c018f97328
MDL-19797 Migrated calls to print_heading
2009-08-06 08:16:46 +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
666979d32b
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
2009-05-04 13:15:00 +00:00
nicolasconnault
dc482cfac0
MDL-18083 (including MDL-15680, MDL-17829, MDL-17807, MDL-18004, MDL-12631, MDL-16913)
2009-02-09 10:49:41 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
nicolasconnault
5c75a0a3b4
MDL-14967 DB upgrades. All done. Just bug fixing now ;)
2008-06-03 16:10:57 +00:00
skodak
f400841b23
MDL-14679 converted some get courses
2008-06-01 17:59:13 +00:00
toyomoyo
94c68814ab
MDL-12432, do not enable 'updated only' grades export for other plugins
2007-12-07 01:42:09 +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
skodak
0a3bdfaf79
MDL-11451 grade publishing security/privacy improved - new capabilities needed for publishing, by default allowed only for admins; added warning to publishing option
2007-09-27 06:51:54 +00:00
moodler
567883c836
Cleaned up the display of the export pages
2007-09-18 03:36:47 +00:00
skodak
b2bc96d10b
MDL-7380 added new groups API functions for use in course related pages (very similar to functions for activities) + fixed grade code to use these new functions
2007-09-06 10:19:24 +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
0e2d708efc
MDL-11034 Implemented the global enablepublishing and refactored the handling of userkey for each export plugin. Also added a dump.php file in each plugin directory, although this could easily be refactored into 1 file in the parent folder, pointing to each plugin's export.php file for output differences.
2007-08-31 05:55:30 +00:00
skodak
c901b7a652
fixing regressions in grade export
2007-08-30 08:19:44 +00:00
nicolasconnault
74af2ea5ef
MDL-10984 Adding publishing switch to txt and ods export formats
2007-08-30 07:44:42 +00:00
skodak
ca82569b5b
grade export form refactoring
2007-08-29 16:47:16 +00:00
skodak
d93d67b7ac
MDL-11051 grade export - do not use quickforms elements directly
2007-08-29 13:00:10 +00:00
skodak
a5bc4e6ef5
MDL-11050 grade export must use formslib properly - no data_submitted()!
2007-08-29 12:38:23 +00:00
toyomoyo
f6eb15ade1
adding preview rows for export
2007-08-13 08:50:17 +00:00
nicolasconnault
86655fb693
MDL-10490 Finished coding and testing.
2007-08-13 08:22:56 +00:00
nicolasconnault
0eeada790c
MDL-10490 Implemented grade letters in export. Needs testing.
2007-08-13 04:19:01 +00:00
nicolasconnault
826c5f8635
MDL-9628 Refactoring the building of navigation array for gradebook pages
2007-08-01 06:47:35 +00:00
moodler
9d1e218576
Fixing copyright years
2007-07-31 17:02:43 +00:00
toyomoyo
268366744a
adding jumpto menu for import and export
2007-07-30 06:28:41 +00:00
skodak
89bd8357e9
MDL-10579 capabilities for grade export plugins
2007-07-24 08:51:45 +00:00
skodak
dd45888a24
MDL-9511 adding/renaming grading capabilities
2007-07-23 19:22:48 +00:00
moodler
e2008be287
Various language string fixes for grade reports
2007-07-23 08:13:59 +00:00
skodak
ba74762bda
regular whitespace cleanup in grade code
2007-07-18 19:56:07 +00:00
toyomoyo
5c2aa19894
adding capabilities check
2007-07-18 08:13:09 +00:00
toyomoyo
b263e53907
fixing broken headers
2007-07-17 03:32:10 +00:00
toyomoyo
7759d32720
some minor cleanup/bug fix
2007-07-03 06:20:07 +00:00