Dan Poltawski
f549e4b7e8
MDL-54649 quiz/question: remove uncessary !important uses
...
They do not seem at all necessary in testing, so probably just legacy
from lack of css understanding when added.
2016-06-05 20:29:13 +01:00
Dan Poltawski
996a1dab8f
MDL-54649 quiz/question: fix css lint errors
...
Mostly the rules were not having any effect so have been removed.
The text-wrap rule was removed rather than corrected because overflow
was clipped with ellipsis anyway.
An exception for !important has been added to mod/quiz/styles.css
because the use in the secure style is by design. But the exception
isn't ideal because it applied to the whole file and csslint doesn't
seem to be very intelligent at appling line rules at a more granular
level at this point in time.
2016-06-03 14:18:57 +01:00
Jun Pataleta
bb2281d53c
MDL-54765 mod_assign: Use selectedIndex for setting page selection
...
Set the 'selectedIndex' attribute of the page selection element instead of
the 'value' attribute since YUI is having trouble with this in IE.
2016-06-03 14:55:43 +08:00
Frederic Massart
ac032e0e09
MDL-41922 mod_quiz: Don't report quiz due when an attempt was finished
2016-06-03 14:52:34 +08:00
Jake Dallimore
c724c98829
MDL-54702 mod_lti: Support standard cartridge icons in LTI import
2016-06-01 09:49:10 +08:00
David Monllao
d1577993b6
Merge branch 'MDL-54605' of git://github.com/timhunt/moodle
2016-05-31 11:32:11 +08:00
David Monllao
42d0093d6e
Merge branch 'MDL-49943-master' of git://github.com/marinaglancy/moodle
2016-05-30 15:29:22 +08:00
David Monllao
1e562ebc48
Merge branch 'MDL-37138-master-2' of git://github.com/cameron1729/moodle
2016-05-30 15:02:17 +08:00
Marina Glancy
42dfbb5416
MDL-49943 mod_choice: display multiple answers in complete report
2016-05-30 14:17:17 +08:00
Cameron Ball
cd29373c35
MDL-37138 chat: Use blanktarget option for chat text
2016-05-30 13:18:02 +08:00
David Monllao
5baf32c038
Merge branch 'MDL-51806_master' of https://github.com/snake/moodle
2016-05-30 10:51:33 +08:00
Jake Dallimore
f747f5a0d5
MDL-51806 mod_workshop: Add locale support for grade values.
2016-05-30 10:25:26 +08:00
David Monllao
0196f0101c
Merge branch 'wip-MDL-45427-master' of git://github.com/abgreeve/moodle
2016-05-30 10:19:24 +08:00
Tim Hunt
f027922e4f
MDL-54605 quiz regrading: incorrect DB query
...
There were two issues. With groups, the $params array was wrong
due to PHP + vs array_merge sillyness.
Also, the first column in the SQL was not necessarily unique,
so we need to use a recordset rather than get_records.
2016-05-27 08:11:32 +01:00
Adrian Greeve
0cf8082a8f
MDL-49852 mod_assign: Unit tests for activity completion.
2016-05-27 14:10:55 +08:00
Jake Dallimore
7eafbbf7fa
MDL-53392 mod_assign: Remove old Grade Max warning string references
2016-05-26 17:16:53 +08:00
Steve Bader
9569b01cc9
MDL-49852 mod_assign: Fix group assignment completion tracking
...
Fixes completion tracking for group assignments where either only
one student is required to click Submit when submitting the
assignment for grading, all students are required to submit,
or no students are required to click submit (meaning that simply
uploading submits for grading).
2016-05-26 16:03:03 +08:00
Marina Glancy
15a237cea6
MDL-37946 mod_choice: swap horizontal and vertical graphs
2016-05-25 21:31:36 +08:00
Adrian Greeve
43c762ef10
MDL-45427 mod_data: Inserting tags into templates.
...
Allows tags to be inserted into the editor without
having to touch Atto at all.
2016-05-25 15:24:41 +08:00
Cameron Ball
4ca7fdd26e
MDL-46721 assign: Make blind marking participant numbers match
...
Previously emails were setting the "From" header to the incorrect
participant number.
2016-05-24 18:19:54 +08:00
David Monllao
4024b94d17
Merge branch 'MDL-54675-forum-highlight' of https://github.com/brendanheywood/moodle
2016-05-24 14:20:13 +08:00
Brendan Heywood
d0d6902a72
MDL-54675 forum: Fixed bug with multiple adjacent hash anchors
2016-05-24 13:07:07 +10:00
David Monllao
e5fa1c5781
MDL-54562 mod_data: Add activities info to search
2016-05-23 16:06:00 +08:00
David Monllao
ec7ade95db
Merge branch 'MDL-54661-master' of git://github.com/junpataleta/moodle
2016-05-23 14:23:57 +08:00
Eloy Lafuente (stronk7)
4da854a68b
MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts
2016-05-23 01:31:34 +02:00
Jun Pataleta
7af009633a
MDL-54661 mod_assign: Unescape course name in grading nav template
2016-05-20 15:28:37 +08:00
David Monllao
ee5c60c53a
Merge branch 'MDL-54623-master' of git://github.com/junpataleta/moodle
2016-05-20 13:53:26 +08:00
Jun Pataleta
920d3a95a1
MDL-54623 mod_assign: Fix for unit test
...
Fix mod_assign_external_testcase::test_list_participants_returns_user_property_types()
to avoid using hardcoded user properties.
2016-05-20 12:38:29 +08:00
John Okely
e1e1aad183
MDL-53988 mod_lti: Remove popup for duplicate url
...
If creating a proxy fails, we will show an error using the
notification API. So we can remove the notification.exception call.
But modify the docs for ToolProxy.create so that future developers
will know they need to handle failures themselves.
2016-05-20 12:06:03 +08:00
David Monllao
2be707cb5e
Merge branch 'MDL-54623-master' of git://github.com/junpataleta/moodle
2016-05-20 10:36:07 +08:00
Jun Pataleta
5684c89b93
MDL-54623 mod_assign: Fetch correct types for user properties
...
Utilising core_user_external::user_description() to fetch the correct
types for the user properties.
2016-05-20 10:30:29 +08:00
Rajesh Taneja
c14701a2ce
MDL-53988 behat: Fixed modified error string
2016-05-20 09:12:48 +08:00
Dan Poltawski
c56d14be37
Merge branch 'MDL-54627_master' of git://github.com/dmonllao/moodle
2016-05-19 10:59:06 +01:00
Dan Poltawski
71dadd6d26
MDL-53988 lti: build js
2016-05-19 10:57:47 +01:00
John Okely
0450f5e081
MDL-53988 mod_lti: Improve error handling and user interface
...
Only show one, more helpful error instead of two non-helpful errors.
Don't show the 'no configured tools' message if there is a proxy there.
Return to the Tool configure page when editing a proxy if you came
from it.
2016-05-19 17:10:00 +08:00
Jun Pataleta
7150323ecd
MDL-54623 mod_assign: Unit test for list_participants()
2016-05-19 15:36:44 +08:00
Marina Glancy
bff0a28894
MDL-54632 mod_lti: separate show as preconfigured and in activitychooser
2016-05-19 15:15:46 +08:00
David Monllao
ca7b16fa70
Merge branch 'MDL-54638' of git://github.com/stronk7/moodle
...
Conflicts:
mod/lti/version.php
2016-05-19 13:47:22 +08:00
David Monllao
505ce88467
MDL-54627 search: Ensure that all format_string strings are text.
...
All user input that is usually displayed through format_strings with
filters like mulitlang applied should be converted to text as well.
2016-05-19 13:16:01 +08:00
Andrew Nicols
9dfee70f6b
Merge branch 'MDL-53988-master-fix' of https://github.com/xow/moodle
2016-05-19 11:58:16 +08:00
John Okely
b1c8a860cb
MDL-53988 mod_lti: Add language string for unactivated proxies
2016-05-19 11:55:17 +08:00
Andrew Nicols
367c85d78c
Merge branch 'MDL-53988-master' of https://github.com/xow/moodle
2016-05-19 11:43:27 +08:00
John Okely
811d9ff941
MDL-53988 mod_lti: Fix followup up issues
...
Fix function naming
Fix param types
Fix error popping up twice with incorrect URL
Add confirm dialog when you delete a tool
Show orphaned tool proxies in list
Fix interface jumping up and down
Change to use notification stack
Change capabilities in db/services.php
Add loading animation after registering tool
Show loading animation until tools are rendered
2016-05-19 11:18:21 +08:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Dan Poltawski
60941d4cb0
Merge branch 'MDL-54025' of https://github.com/stronk7/moodle
2016-05-18 19:20:23 +01:00
Eloy Lafuente (stronk7)
8728dbeecb
MDL-54025 mod_lti: Amend tests to observe the new behavior
2016-05-18 19:37:57 +02:00
Dan Poltawski
cb5167df12
Merge branch 'MDL-54025_master' of https://github.com/snake/moodle
2016-05-18 11:38:30 +01:00
Dan Poltawski
53b540c82a
Merge branch 'MDL-54027-master' of git://github.com/FMCorz/moodle
2016-05-18 11:05:06 +01:00
Dan Poltawski
07eb3a0db7
Merge branch 'wip-mdl-53956' of https://github.com/rajeshtaneja/moodle
2016-05-18 10:45:22 +01:00
Dan Poltawski
27bdd818f6
Merge branch 'MDL-54549-master-en_fix' of git://github.com/mudrd8mz/moodle
2016-05-18 10:28:08 +01:00