Eloy Lafuente (stronk7)
3950aa134f
Merge branch 'wip-MDL-48239-master' of git://github.com/abgreeve/moodle
2015-07-02 05:42:08 +02:00
Adrian Greeve
6a7c8feb10
MDL-48239 gradebook: Change to calculated grade item min and max.
...
Regardless of the setting 'Min and max grades used in calculation'
Calculated grade items will always update the min and max raw grade.
2015-07-02 11:13:26 +08:00
Adrian Greeve
f44ffb724a
MDL-48239 gradebook: Behat tests for calculated grade items.
2015-07-02 11:13:25 +08:00
Dan Poltawski
0b45c56da1
Merge branch 'wip-mdl-50481' of https://github.com/rajeshtaneja/moodle
2015-06-30 12:25:52 +02:00
Marina Glancy
46267b7b25
MDL-49257 grades: behat tests for extra credit
2015-06-23 14:25:50 +08:00
Marina Glancy
deb3d5ed00
MDL-49257 grades: introduce calculation freeze
...
In order to prevent changes in the existing grades when we fix bugs
we are introducing the gradebook code versioning. Each course may
"freeze" the code version to the older date. Freezing is usually done
during upgrade or restore and can be removed by the teacher by pressing
the button and accepting potential grade changes. There is no visible
setting and not possible to change the version back manually.
See MDL-50432 and MDL-50522
2015-06-23 14:25:47 +08:00
Rajesh Taneja
77f1778c40
MDL-50481 core_grades: Fixed behat feature and step to work with non-js
...
xPath used in step is not using proper oring
and fails with goutee driver. Also, feature don't
really need to be executed in js, so setting that
as non-js
2015-06-19 12:00:11 +08:00
David Monllao
12a4770d9b
MDL-48618 grades: Testing calculated items with minmaxtouse
2015-06-12 13:19:04 +08:00
Frederic Massart
597fc6db1a
MDL-48618 grades: Behat tests to cover min/max grade changes
...
The values provided as part of this test are similar to values
that can be found in 2.7. This is to ensure that users will not
experience changes in grades.
2015-06-10 12:33:42 +08:00
Damien Bezborodov
e604d38fc7
MDL-50285 gradereport_user: Grade categories calculate wrong with suspended users (Student's view)
2015-05-25 17:43:48 +08:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
John Okely
3a8b9b6583
MDL-49412 grades: Update grade unit tests with new navigation
...
Part of MDL-45774.
2015-04-10 17:18:23 +08:00
Marina Glancy
01df798e7b
MDL-49694 gradebook: display proper course name in overview
2015-04-07 13:20:55 +08:00
Rajesh Taneja
345c6a1ac0
MDL-49513 behat: Updated step name to match new step
2015-04-02 11:08:21 +02:00
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
Marina Glancy
c977b35059
MDL-13831 grades: allow to set gradepass in mod_form
2015-03-23 11:11:37 +08:00
Gregory Faller
8164fad49d
MDL-13831 course: add gradepass field to mod_form
2015-03-23 10:56:56 +08:00
Frederic Massart
ba55be9151
MDL-43902 output: Final deprecation of classes r0/r1 in table rows
2014-12-09 14:52:30 +08:00
Sam Hemelryk
cb2cf2fed3
MDL-48189 grade: letters now covered by behat
2014-11-19 11:57:19 +13:00
Andrew Nicols
41e62a9093
MDL-47349 gradereport: Use category title on report
2014-10-30 09:53:36 +08:00
Dan Poltawski
08f289c617
MDL-47703 fix trailing whitespace
2014-10-28 12:21:30 +00:00
Dan Poltawski
31d6d2ae41
Merge branch 'MDL-47703-master' of git://github.com/FMCorz/moodle
2014-10-28 11:40:27 +00:00
Rajesh Taneja
d6040f0366
MDL-47676 core_grades: reset is hidden in menu, using proper step
2014-10-27 15:21:11 +08:00
Frederic Massart
37fc69a019
MDL-47703 core_grades: Behat test for (non) aggregated scales
2014-10-27 13:00:58 +08:00
Dan Poltawski
7dc62ed3cb
Merge branch 'wip-MDL-47676-master' of git://github.com/abgreeve/moodle
2014-10-24 14:30:44 +01:00
Damyon Wiese
4bb46504ee
Merge branch 'wip-MDL-47542-master' of git://github.com/marinaglancy/moodle
2014-10-24 11:49:19 +02:00
Marina Glancy
079b2e5202
MDL-47542 core_grades: action menu for grade setup
2014-10-24 11:49:19 +02:00
Damyon Wiese
996de187a5
MDL-47704 Grades: Behat fix - dropped items have no contribution
...
We see "-" instead of "0.00 %"
2014-10-24 11:49:17 +02:00
Frederic Massart
2eb60f110d
MDL-47637 core_grades: Remove extra credit field in outcome test
2014-10-24 11:49:16 +02:00
Frederic Massart
5dd0cb7bce
MDL-47762 gradereport_user: Hide contribution and weights when relevant
...
The contribution and weight columns should be hidden when the course
total is because they can be used to compute the hidden course total.
2014-10-24 11:48:07 +02:00
Damyon Wiese
a7c37934cc
MDL-47713 Grades: Fix new behat test after conversion from points to %
...
The contribution to course total column was changed from points to % but
this new test was submitted using points. It just needs the numbers converted
to %.
2014-10-24 11:48:01 +02:00
Dan Poltawski
7a811fb63a
Merge branch 'MDL-47713-master' of git://github.com/damyon/moodle
2014-10-24 11:47:59 +02:00
Adrian Greeve
65e274d76f
MDL-47676 core_grades: Behat test for negative weights.
2014-10-24 08:43:16 +08:00
Damyon Wiese
b0c5a9c491
MDL-47713 Grades: Update all the behat tests to use % in contribution column
2014-10-22 16:20:15 +08:00
Andrew Nicols
bedcf338dc
MDL-47706 gradebook: Update pageload time between changes
...
Since MDL-38732 we reject changes if another change has been made more
recently. As a result, if process_data is called, and then we roll into the
next millisecond period before process_data is called again, the change is
rejected.
Different errors were seen because the millisecond rollover occurred at
different time within the test.
Different error conditions were seen because not all of the tests check for
an error from the call to process_data(), instead just checking that the
value had been updated correctly.
2014-10-22 12:56:07 +08:00
Frederic Massart
40f874ce29
MDL-47489 core_grades: Behat tests covering contributions with extra credit
2014-10-20 13:52:18 +08:00
Dan Poltawski
560b04b408
Merge branch 'MDL-47243-master' of git://github.com/xow/moodle
2014-10-15 16:14:39 +01:00
Dan Poltawski
22caa080f9
Merge branch 'MDL-38732-master-2nd' of git://github.com/FMCorz/moodle
2014-10-15 08:41:23 +01:00
John Okely
3087835ae3
MDL-47243 core_grades: Add behat tests for outcomes in Natural
2014-10-15 14:33:31 +08:00
Frederic Massart
e813b7286e
MDL-38732 gradereport_grader: Undefined variable in unit tests
2014-10-15 12:22:35 +08:00
Dan Poltawski
4f639ec86b
Merge branch 'MDL-47463-master' of git://github.com/FMCorz/moodle
2014-10-14 19:11:57 +01:00
Frederic Massart
1d65db8b39
MDL-47463 core_grades: Behat checks the contribution of single item scales
2014-10-13 18:23:03 +08:00
Frederic Massart
21dd684207
MDL-47463 core_grades: Behat checks the contribution of scales
2014-10-13 16:01:32 +08:00
Adrian Greeve
0cf122171b
MDL-46819 core_grades: Negative weights are changed to 0
...
Negative weights in the natural aggregation are not currently permitted.
Any figure below zero is changed to a zero.
2014-10-13 08:19:24 +08:00
Dan Poltawski
66689366a0
Merge branch 'wip-MDL-47543-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
theme/bootstrapbase/less/moodle/grade.less
theme/bootstrapbase/style/moodle.css
2014-10-08 15:49:58 +01:00
Dan Poltawski
e462093201
Merge branch 'MDL-46658-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/less/moodle/grade.less
theme/bootstrapbase/style/moodle.css
2014-10-08 10:26:13 +01:00
Marina Glancy
9f1088d482
MDL-47543 core_grades: behat changes, also MDL-47541
2014-10-08 15:03:37 +08:00
Andrew Nicols
7feac0aab6
MDL-46658 gradebook: Fix gradebook behat tests
...
This issue is a part of the MDL-25544 Epic.
2014-10-08 09:31:57 +08:00
Marina Glancy
837b92897d
MDL-47430 core_grades: rename strings in Behat tests
2014-10-03 13:55:25 +08:00