Tony Butler
74cc07bedf
MDL-43770 mod_choice: Add behat scenarios for 'include inactive' option
2015-03-20 09:55:16 +00:00
Tony Butler
799770cbd7
MDL-43770 mod_choice: Add option to include inactive users' responses
2015-03-20 09:55:16 +00:00
Tony Butler
6de3eee04c
MDL-43770 mod_choice: Exclude responses from inactive users
2015-03-20 09:55:16 +00:00
Jean-Michel Vedrine
4b570f7144
MDL-48715 mod_lesson: completion rules must not be dependent
2015-03-19 12:24:55 +01:00
Dan Poltawski
2e796a1615
Revert "Merge branch 'MDL-49121_master_optimize_lesson_report' of https://github.com/SWiT/moodle "
...
This reverts commit 94d0be78407fe2e6abf5acee7c7decda7ab837c2, reversing
changes made to f51ef4d102530e2a7c618d54ff06725e6bf20f4d.
2015-03-19 12:24:54 +01:00
Dan Poltawski
7eb98397dc
Revert "MDL-49121 mod_lesson: Fixed typo in link creation"
...
This reverts commit feb8ca8c72dcf429d3c06df6587b57221ae615f4.
2015-03-19 12:24:52 +01:00
Rajesh Taneja
909064a1ce
MDL-49121 mod_lesson: Fixed typo in link creation
2015-03-19 12:24:50 +01:00
Rajesh Taneja
56159e91d7
MDL-49445 behat: Change selector as underline tr has same string
2015-03-19 12:24:49 +01:00
David Monllao
4abb49603e
MDL-40990 mod_quiz: Changing upgrade process according to version
2015-03-18 08:34:48 +08:00
David Monllao
7794f80126
Merge branch 'MDL-48715' of git://github.com/jmvedrine/moodle
2015-03-18 08:31:03 +08:00
David Monllao
63fe1c12f7
Merge branch 'MDL-40990' of git://github.com/timhunt/moodle
2015-03-18 08:22:06 +08:00
Jean-Michel Vedrine
10e2355f8c
MDL-48715 mod_lesson: use only one field for time spent rule
2015-03-17 20:47:01 +01:00
Tim Hunt
441d284ada
MDL-40990 quiz: option to require prev Q finished before next shown
...
Further improvements to this code, including resolving edge cases:
* The new feature can only be used when it is possible for the
previous question in the quiz to be complete.
* Also, this new feature cannot be used in combination with shuffle
questions, because that make no sense; nor in combination with
sequential navigation, because to make that work properly would be a lot
of effort. If someone needs that to work later, it should be possible
for them to implement it.
* There were changes in the edit renderer API, to try to make things
more consistent, and to make it less likely we will need to change
things again in the future. See mod/quiz/upgrade.txt.
* As part of this change, the styling of the Edit quiz page was tweaked
to make slighly more efficient use of the horizontal space, and to be
more symmetrical.
2015-03-17 17:16:22 +00:00
M Kassaei
f7785e42b3
MDL-40990 quiz: option to require prev Q finished before next shown
2015-03-17 17:10:13 +00:00
Dan Poltawski
94d0be7840
Merge branch 'MDL-49121_master_optimize_lesson_report' of https://github.com/SWiT/moodle
2015-03-17 11:14:21 +00:00
Eloy Lafuente (stronk7)
f51ef4d102
Merge branch 'MDL-49296_m29v3' of https://github.com/sbourget/moodle
2015-03-17 12:03:50 +01:00
Stephen Bourget
d27e9a2cdb
MDL-49296 Lesson: Add titles to action links
2015-03-16 20:33:22 -04:00
Dan Poltawski
4501ee4b16
Merge branch 'MDL-48965' of git://github.com/jmvedrine/moodle
2015-03-16 21:05:56 +00:00
Dan Poltawski
f5526fdf8f
Merge branch 'wip-MDL-49267-master' of git://github.com/marinaglancy/moodle
2015-03-16 15:52:36 +00:00
Dan Poltawski
448a80c6e9
Merge branch 'MDL-48717-master' of git://github.com/jleyva/moodle
2015-03-16 15:28:50 +00:00
Juan Leyva
e6d6393478
MDL-48717 book: book_exports_contents unit tests
2015-03-16 15:59:20 +01:00
Dan Poltawski
f3b35cffc3
Merge branch 'MDL-49187' of https://github.com/spvickers/moodle
2015-03-16 14:45:53 +00:00
Dan Poltawski
6a24f0a796
Merge branch 'MDL-45725-master' of https://github.com/lucisgit/moodle
2015-03-16 10:52:02 +00:00
Tony Butler
f5ba1b93a2
MDL-45725 core_lib: Save user preferences for flexible tables
2015-03-16 10:41:11 +00:00
David Monllao
fd822c0bc5
Merge branch 'MDL-19670-master' of git://github.com/gurgus/moodle
2015-03-16 13:45:31 +08:00
Dan Marsden
9e733da743
MDL-44548 mod_scorm: force an external sync to check for updated files.
2015-03-16 09:02:26 +13:00
Jean-Michel Vedrine
b7a2633d7d
MDL-48715 mod_lesson: behat test for time spent completion condition
2015-03-15 15:25:30 +01:00
Jean-Michel Vedrine
d0445cf70d
MDL-48715 mod_lesson: add a time spent custom completion rule
2015-03-15 15:24:55 +01:00
Matt Switlik
4ac4a9cc52
MDL-49121 mod/lesson: master optimize lesson report and fixed for coding guidelines
2015-03-13 09:04:03 -04:00
Juan Leyva
752901faf3
MDL-48717 book: book_exports_contents function implementation
2015-03-13 11:14:59 +01:00
Dave Cooper
2587313a9a
MDL-19670 mod_forum: Allow user to post a copy to all accessible groups
2015-03-12 17:02:49 +08:00
Dave Cooper
f267b8b2f4
MDL-19670 mod_forum: Add tests for posting to multiple discussions
2015-03-12 17:02:43 +08:00
David Monllao
ac28aad351
Merge branch 'MDL-49069' of git://github.com/rlorenzo/moodle
2015-03-11 08:17:29 +08:00
Eloy Lafuente (stronk7)
0cb0cd30f5
Merge branch 'MDL-49159' of https://github.com/spvickers/moodle
2015-03-11 00:17:37 +01:00
Rex Lorenzo
c9f2d347f3
MDL-49069 mod_forum: Ability to specify default values for Forum RSS
2015-03-10 14:57:03 -07:00
Dan Poltawski
449f3db147
Merge branch 'wip-mdl-49402' of https://github.com/rajeshtaneja/moodle
2015-03-10 08:33:37 +00:00
Dan Poltawski
1151c0cd8b
Merge branch 'MDL-48682_master' of git://github.com/dmonllao/moodle
2015-03-10 08:25:30 +00:00
David Monllao
660ca679f7
Merge branch 'MDL-39262' of git://github.com/jmvedrine/moodle
2015-03-10 10:12:44 +08:00
David Monllao
25ffb8d561
MDL-5583 mod_data: Unify mod_data version
2015-03-10 10:08:32 +08:00
John Okely
1c3b2058c8
MDL-5583 mod_data: Improve required fields
...
Fix accidental <tr> in some field modify screens
Update mod_data version
Change required asterisk to image
Improve required error message
Fix required icon positions
Remove required code from date field
Add name in labels for fields
Add required field option for multimenu
Remove old required field title text modifier
Add multimenu to behat
Add more comprehensive behat tests
Reload old input when an input error occurs
Behat grammar fixes
Allow location of 0, 0
Use html_writer
Fix existing mod_data behat tests
2015-03-09 13:56:16 +08:00
Jean-Michel Vedrine
5b0af6e4b1
MDL-39262 mod_lesson: disable shortforms in lesson question display
2015-03-08 11:06:53 +01:00
Jean-Michel Vedrine
400fa4a1b5
MDL-48965 mod_lesson: avoid short answer question without any answers
2015-03-07 22:04:27 +01:00
Marina Glancy
2f7b38cfb3
MDL-49267 mod_wiki: always apply filters to the wiki name
2015-03-06 13:57:55 +08:00
Rajesh Taneja
d7fec593f3
MDL-49402 behat: Fixed feature file with same scenario name
...
1. We should not have same scanrio name in 1 feature file
As it doesn't explain what is being tested. So modified.
2. Removed empty line, to keep it consistnet with other features
2015-03-06 11:47:17 +08:00
David Monllao
e967111644
MDL-48682 behat: Changing window size on specific tests
2015-03-06 11:02:45 +08:00
Damyon Wiese
b89cca197e
MDL-5583 mod_data: Add required fields
...
This is implemented for most fields but not all. The reason is that there are
some fields for which this does not make sense because no entry is a valid entry.
The supported fields are:
checkbox
file
latlong
menu
number
picture
radio
text
textarea
url
The unsupported fields are:
date
multimenu
2015-03-06 09:55:49 +08:00
Rajesh Taneja
4ba58b4540
MDL-48962 mod_lesson: New lesson should not be timed
2015-03-05 14:55:18 +08:00
Rajesh Taneja
8b88ba475e
MDL-48962 mod_lesson: Fixed behat with new timeout setting and string
2015-03-05 14:55:18 +08:00
Eloy Lafuente (stronk7)
d687c29f26
Merge branch 'MDL-48912' of git://github.com/jmvedrine/moodle
2015-03-05 00:24:49 +01:00
Jean-Michel Vedrine
5df7f12398
MDL-48912 mod_lesson: fix problems found during testing
2015-03-04 21:50:33 +01:00