Tim Hunt
a10bd0d9a8
MDL-52806 quiz manual grading: show right answer for auto-graded Qs
2016-02-19 12:06:24 +00:00
Tim Hunt
de3b803dea
MDL-49338 quiz stats: preview urls wrong for question variants
2016-02-19 12:01:05 +00:00
David Mudrák
9e7d95d232
MDL-53081 docs: Improve the text doc files in the root directory
...
Existing contents of README moved to INSTALL. Added new README,
CONTRIBUTING and PULL_REQUEST_TEMPLATE files. TRADEMARK updated using
the text at https://moodle.com/trademarks/ .
2016-02-19 09:11:06 +01:00
Rajesh Taneja
9b4903c8fd
MDL-52970 behat: Wait for page to be ready after click
...
After click enusre to wait so text fields are not
use autosize
2016-02-19 15:23:49 +08:00
Rajesh Taneja
fee2cde5b6
MDL-52970 behat: Navigation step improvement
...
If navigation node to expand is a link then first
click on it and navigate to next page where it is
expanded, and then click on link within. This is
needed as some drivers click on link and don't open
the navigation node which are links
2016-02-19 15:21:52 +08:00
Rajesh Taneja
f7a73e196e
MDL-52970 behat: For single select only click event is enough
2016-02-19 15:21:52 +08:00
Rajesh Taneja
e8ef0e4f63
MDL-52970 behat: don't set select value if already set
...
In FF 44.0, it fails to click on submit button if
select value is set to the original value
2016-02-19 15:21:51 +08:00
Rajesh Taneja
660b0f0eed
MDL-50484 core_lib: No need to cache action_icons
...
action_icons should not be cached as they
have a unique id and if cache is used then
all icons will have same id.
Other solution is to replace id with some static
but it's not worth a cache for a page, so
removing cache
2016-02-19 14:00:04 +08:00
Rajesh Taneja
7b287e09e2
MDL-50484 core_grade: courseheader id should be unique
...
grader report show category with courseheader id
which gets replicated for all categories on page.
This will now be courseheader_categoryname.
2016-02-19 14:00:04 +08:00
Rajesh Taneja
7e341eb48f
MDL-50484 block_navigation: Set number to be unique
...
Set number to be unique for unique id's
in navigation
2016-02-19 14:00:04 +08:00
Rajesh Taneja
1ebda3eb8c
MDL-50484 lib_formslib: Persistant input should have different id
...
Persistant input is appended for frozen elements
and should have different id then the actual element
2016-02-19 14:00:04 +08:00
Rajesh Taneja
2aacd415e1
MDL-50484 mod_lesson: Use group to add multiple radio inputs
...
https://docs.moodle.org/dev/lib/formslib.php_Form_Definition#radio
Radio input should be added in group and not individual, so
that each element created has unique id and template
2016-02-19 14:00:03 +08:00
dg711
88e1d0ed26
MDL-52892 message: users' pic overrides others
...
While listing the messages , the logged in users' profile pic used to
override over other users' pics .
2016-02-19 00:58:44 +05:30
David Mudrák
2bc19a7a10
MDL-44093 flowplayer: Provide information about source code location
...
Moodle ships with compiled binary code of the flowplayer. This patch
adds information about the source code location according to GNU GPLv3
section 6d and provides the original license for the code from
7c39fbe31e/core/LICENSE.txt
2016-02-18 15:47:14 +01:00
Dan Poltawski
83a951023e
weekly release 3.1dev
2016-02-18 09:14:12 +00:00
Dan Poltawski
dafff3b84c
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-02-18 09:14:09 +00:00
David Monllao
b0f437d8f7
Merge branch 'wip-mdl-52387' of git://github.com/rajeshtaneja/moodle
2016-02-18 11:48:14 +08:00
Rajesh Taneja
b4a5d4fa17
MDL-52387 auth_ldap: Use proper dn to find password age
...
dn with fine grained password should be used
to get msds-maximumpasswordage attribute.
No checks should be used to see if the array
key is set as entry should always return them.
2016-02-18 11:38:03 +08:00
Eloy Lafuente (stronk7)
12d5994fc7
MDL-52964 Qtype: Small fixes to behat tests
...
This applies some small changes to proposed behat tests:
- Geting rid of the @javascript tag when it's not needed.
- Adding some missing @_switch_window tags.
- Fixing some scenario names, previously duplicated.
- Fixing some typos and whitespace.
2016-02-18 01:42:22 +01:00
Eloy Lafuente (stronk7)
cad67991d4
Merge branch 'MDL-52964' of https://github.com/mkassaei/moodle
2016-02-18 00:58:10 +01:00
Eloy Lafuente (stronk7)
83fe83e988
Merge branch 'wip-MDL-51802-fix' of https://github.com/marinaglancy/moodle
2016-02-17 17:29:07 +01:00
Marina Glancy
fa4dd0169d
MDL-51802 core: change template example
2016-02-17 20:32:55 +08:00
Dan Poltawski
0b14d8612b
Merge branch 'MDL-51214-master' of git://github.com/andrewnicols/moodle
2016-02-17 07:58:15 +00:00
Marina Glancy
7c5c80350c
MDL-49807 mod_wiki: section detection regexp fix
2016-02-17 13:11:10 +08:00
David Monllao
a6f4866e52
Merge branch 'MDL-48015-master' of git://github.com/junpataleta/moodle
2016-02-17 09:49:04 +08:00
Eloy Lafuente (stronk7)
45cb6145fb
Merge branch 'MDL-51852-master' of git://github.com/andrewnicols/moodle
2016-02-17 02:03:48 +01:00
Andrew Nicols
a6fc917168
MDL-51852 mod_forum: Respect timed discussions in emails
2016-02-17 07:57:57 +08:00
Eloy Lafuente (stronk7)
642a4fde4b
Merge branch 'wip-MDL-51802-master4' of https://github.com/marinaglancy/moodle
2016-02-16 23:22:35 +01:00
Eloy Lafuente (stronk7)
c70d54405b
Merge branch 'MDL-29506-master' of git://github.com/andrewnicols/moodle
2016-02-16 17:50:22 +01:00
Eloy Lafuente (stronk7)
8bd2db2023
Merge branch 'MDL-52997-email-threading' of https://github.com/brendanheywood/moodle
2016-02-16 17:11:10 +01:00
AMOS bot
8753cdbca8
Automatically generated installer lang files
2016-02-17 00:05:41 +08:00
Eloy Lafuente (stronk7)
fa6426a069
Merge branch 'MDL-52814' of git://github.com/timhunt/moodle
2016-02-16 16:48:04 +01:00
Dani Palou
85894eda01
MDL-52993 wiki: Add unit tests for wiki_user_can_edit
...
Note: amended on integration to fix some comments.
2016-02-16 16:44:41 +01:00
Dani Palou
bb05505e00
MDL-52993 wiki: Fix wiki_user_can_edit for collab and separate groups
2016-02-16 16:44:07 +01:00
Dan Poltawski
821296dc7b
Merge branch 'MDL-52862_master' of https://github.com/juancs/moodle
2016-02-16 15:18:46 +00:00
Dan Poltawski
0aefe91c50
Merge branch 'MDL-52990-email-themes' of https://github.com/brendanheywood/moodle
2016-02-16 11:17:54 +00:00
Dan Poltawski
3a9cc98c80
Merge branch 'MDL-34160-forum-subject' of https://github.com/brendanheywood/moodle
2016-02-16 11:04:41 +00:00
Dan Poltawski
33fa0e1181
Merge branch 'MDL-53012-master' of https://github.com/sammarshallou/moodle
2016-02-16 10:44:57 +00:00
Dan Poltawski
f155059452
Merge branch 'MDL-48439-change-background-colour-of-tool_capability-table' of git://github.com/synergylearning/moodle
2016-02-16 10:42:33 +00:00
Dan Poltawski
cbce7be769
MDL-28030 setup: Ensure $CFG->urlrewriteclass is properly setup
...
(To avoid crippling a site)
2016-02-16 11:35:07 +01:00
Dan Poltawski
cfdc1bb0ca
Merge branch 'MDL-52879' of git://github.com/timhunt/moodle
2016-02-16 10:26:57 +00:00
Eloy Lafuente (stronk7)
5d8dfdef1d
Merge branch 'MDL-51929-master' of git://github.com/dpalou/moodle
2016-02-16 11:22:53 +01:00
Dan Poltawski
6bb1bd930f
Merge branch 'MDL-49612-master' of git://github.com/dpalou/moodle
2016-02-16 09:30:12 +00:00
Dan Poltawski
d330eb4342
Merge branch 'master_MDL-50620' of https://github.com/danmarsden/moodle
2016-02-16 09:09:08 +00:00
Dani Palou
052da7304a
MDL-51929 external: Apply new validate_courses to data/lti/survey
2016-02-16 08:26:07 +01:00
David Monllao
82e1b645eb
Merge branch 'MDL-52208-master-2' of git://github.com/junpataleta/moodle
2016-02-16 14:39:46 +08:00
Jun Pataleta
79c7fffce3
MDL-52208 webservice_soap: Remove Zend from webservice_soap
2016-02-16 14:14:11 +08:00
Brendan Heywood
efd420608e
MDL-52990 email: Added site wide email mustache templates
2016-02-16 16:39:25 +11:00
David Monllao
b018aec5da
Merge branch 'MDL-51117-master' of git://github.com/andrewnicols/moodle
2016-02-16 13:26:37 +08:00
David Monllao
7fadf9edff
Merge branch 'MDL-52414_m31v7' of https://github.com/sbourget/moodle
2016-02-16 12:44:09 +08:00