Mark Nelson
4e829d48d1
MDL-40468 libraries: removed usages of get_related_contexts_string() in core
...
Also tidied up the functions by removing unused parameters.
2013-07-19 15:17:50 +08:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Mark Nelson
dd33f4af0a
MDL-40462 libraries: deprecated get_course_context()
2013-07-11 13:28:45 +08:00
Adrian Greeve
12b4487ef3
MDL-31776 - lib: Alternate name fields - update of gradebook sql query.
2013-07-10 17:41:06 +08:00
Damyon Wiese
ef5fd5bf40
Merge branch 'wip-mdl-40400' of git://github.com/rajeshtaneja/moodle
2013-07-09 16:05:02 +08:00
Rajesh Taneja
33564ffb42
MDL-40400 Gradebook: get_toggles_html and print_toggle cannot be used anymore
2013-07-03 17:06:59 +08:00
Marina Glancy
834f4ea69d
MDL-39741 Use CSS class dimmed_text instead of hidden in grader report
2013-06-27 12:37:34 +10:00
Andrew Davis
afd2efc0e8
MDL-36090 core_grade: added logging of overriding of student grades
2013-06-05 08:51:53 +08:00
Andrew Davis
5df9bc3998
MDL-37475 core_grade:fixed the handling of show totals
2013-05-08 10:38:20 +12:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02: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
Frederic Massart
a4faf4f416
MDL-38416 grade: Grader report settings expands section by default
2013-03-12 15:19:44 +08:00
Andrew Davis
ec7298a10f
MDL-38149 core_grade: added a guard for when there are no old grades
2013-03-03 11:08:37 +08:00
Dan Poltawski
8450149249
Merge branch 'MDL-34800_ajax_submit' of git://github.com/andyjdavis/moodle
2013-02-18 11:07:28 +08:00
Andrew Davis
01da2d3665
MDL-32076 core_grade: fixed ajax handling of unlimited grades and added some unit tests
2013-02-11 08:49:43 +08:00
Andrew Davis
60daf98c96
MDL-34800 core_grade:switched from hiding the submit button to disabling it if ajax is enabled
2013-02-08 10:15:17 +08:00
Dan Poltawski
f7e2143665
MDL-37357 - fix trailing whitespace
2013-02-05 09:57:00 +08:00
Andrew Davis
9db8d0301c
MDL-37357 core_grade: fixed the showing and hiding of rank on the overview report
2013-02-01 10:46:48 +08:00
Andrew Davis
245d1d28c2
MDL-37352 core_grade:fixed some ajax display issues
2013-01-21 12:27:44 +08:00
Dan Poltawski
2073bb7632
Merge branch 'MDL-35074_master_2' of git://github.com/pauln/moodle
2013-01-21 10:07:43 +08:00
Paul Nicholls
30793ea3bd
MDL-35074: grader report - Ease limit on number of students per page
...
The limit imposed by max_input_vars "applies only to each nesting level of
a multi-dimensional input array"
(http://www.php.net/manual/en/info.configuration.php#ini.max-input-vars ).
Turning the grader report fields into arrays (they were all top-level form
fields, i.e. elements of the top-level array) makes the number of students
become the only limiting factor, thereby allowing us to relax the limit on
number of students per page greatly (to 1 less than max_input_vars, for
safety).
2013-01-08 13:44:02 +13:00
Andrew Davis
10d8f0852b
MDL-33117 grade: adding unit tests for the user report function inject_rowspans()
2013-01-07 11:57:04 +08:00
Sam Hemelryk
ac546d63a3
MDL-36812 grader_report: Fixed whitespace on integration
2012-12-18 09:47:37 +13:00
Sam Hemelryk
a202ead124
Merge branch 'WIP-MDL-36812-master' of git://github.com/nadavkav/moodle
2012-12-18 09:46:35 +13:00
Dan Poltawski
d31c08b698
Merge branch 'MDL-36680_hidden' of git://github.com/andyjdavis/moodle
2012-12-10 09:56:09 +08:00
Mary Evans
e907c68530
MDL-34592 theme_magazine: Fixes the report grader fixed column misalignment in magazine/style/core.css theme, plus fixes all CORE themes with minor adjustment to grade/report/grader/style.css
2012-12-09 22:23:42 +00:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Andrew Davis
30dd9930ba
MDL-36680 core_grade: fixed grade_report::blank_hidden_total() and added unit tests
2012-11-28 08:45:20 +08:00
Nadav Kavalerchik
2bfdd57619
MDL-36812 - Enabling grade_report_fixedstudents, shows the user's list on the left side of the page, in RTL mode (theme/standard)
2012-11-24 23:12:45 +02:00
Frederic Massart
0cddd85151
MDL-36559 usability: Gradebook CSS styling for new icons
2012-11-21 17:29:14 +08:00
Frederic Massart
4cf69ee328
MDL-36559 core_grade: Deprecating unused functions print_toggle and get_toggles_html
2012-11-21 17:29:14 +08:00
Tim Hunt
1e88baa071
MDL-34204 grader report: static call to non-static method.
2012-11-15 13:42:32 +00:00
Andrew Davis
5e76227126
MDL-35762 core_grade: altered the code that determines whether an activity is visible on the user report
2012-11-05 09:35:10 +08:00
Dan Poltawski
8120a4fa72
Merge branch 'wip-mdl-34777' of git://github.com/rajeshtaneja/moodle
2012-10-31 09:59:44 +08:00
Dan Poltawski
69c9669a58
Merge branch 'MDL-34363' of git://github.com/merrill-oakland/moodle
2012-10-29 15:21:39 +08:00
Dan Poltawski
f7e8f312ca
Revert "MDL-33117 grade: added some smarts to the user report method inject_rowspans() to deal with activity conditional availability"
...
This reverts commit 69c8bcec70f8ffacabb4ba228c5de674aa3520c7.
2012-10-05 16:21:14 +08:00
Dan Poltawski
229f543881
Merge branch 'MDL-33117_grade_display' of git://github.com/andyjdavis/moodle
2012-10-02 09:32:58 +08:00
Andrew Davis
69c8bcec70
MDL-33117 grade: added some smarts to the user report method inject_rowspans() to deal with activity conditional availability
2012-09-28 12:06:44 +08:00
Frederic Massart
5fee56d5c3
MDL-34931 core_grade: Fixed grades hidden when activity is hidden
2012-09-28 11:39:46 +08:00
David Monllao
19db454f36
MDL-30901 gradereport_grader Removing screenreader usage and adding aria elements to grader cells
2012-09-21 09:22:22 +08:00
Rajesh Taneja
7400be1b6e
MDL-34777 Accessibility: Add labels to input elements in gradebook
2012-09-20 11:28:55 +08:00
Rossiani Wijaya
b1fec412e3
MDL-34777 grading: add label to select and input tag
...
Conflicts:
mod/assign/lang/en/assign.php
mod/assign/locallib.php
2012-09-18 13:18:57 +08:00
Eric Merrill
59d410ebb4
MDL-34363 gradebook Adding check to prevent incorrect override when a blank feedback is submitted.
2012-08-21 00:24:55 -04:00
Rossiani Wijaya
29bea63484
MDL-34559 accessibility compliance for grade: Add forform input text and select tag
2012-08-03 11:53:49 +08:00
Dan Poltawski
4ea5885e87
Merge branch 'wip-MDL-34463-master' of git://github.com/abgreeve/moodle
2012-07-24 16:16:45 +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
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Dan Poltawski
d3faa829cd
Merge branch 'MDL-33757-master' of git://github.com/ankitagarwal/moodle
2012-07-03 09:45:12 +08:00
ISHIKAWA Takayuki
69101b4392
MDL-33757 gradebook: Adding support to sort userlist by email address
2012-07-03 09:09:05 +08:00
Sam Hemelryk
d75e8e3ac8
MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files
2012-07-02 11:34:44 +12:00