Juan Leyva
1006459415
MDL-50944 mod_choice: New Web Service mod_choice_submit_choice_response
2015-09-02 10:35:36 +02:00
Juan Leyva
565528cebc
MDL-50944 mod_choice: New Web Service mod_choice_get_choice_options
2015-09-02 10:35:36 +02:00
Juan Leyva
b87f31db53
MDL-50944 mod_choice: New Web Service mod_choice_get_choice_results
2015-09-02 10:35:35 +02:00
Marina Glancy
8e35585390
MDL-50919 tags: new UI for managing tags
2015-09-02 14:15:13 +08:00
David Monllao
f242c83c77
Merge branch 'MDL-51090' of git://github.com/timhunt/moodle
2015-09-02 09:47:34 +08:00
David Monllao
c32c21802b
Merge branch 'MDL-50971' of git://github.com/NeillM/moodle
2015-09-02 09:23:11 +08:00
Eloy Lafuente (stronk7)
7cc3cf6fc0
Merge branch 'MDL-43896-master-modulesyntax' of git://github.com/mudrd8mz/moodle
2015-09-02 00:30:33 +02:00
Tim Hunt
b2694c0219
MDL-51090 question: further refinements to validating manual grades
2015-09-01 23:05:37 +01:00
David Mudrák
eb013fc8bf
MDL-48165 workshop: Validate the rubric editing form
2015-09-01 23:37:20 +02:00
David Mudrák
b962ae1f41
MDL-48165 workshop: Add support for assessment forms validation
2015-09-01 23:37:17 +02:00
Dan Poltawski
522c7fd350
Merge branch 'MDL-45841' of git://github.com/timhunt/moodle
2015-09-01 10:14:45 +01:00
David Monllao
9f6a55f7ea
Merge branch 'MDL-51179-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/upgrade.txt
2015-09-01 15:57:21 +08:00
Damyon Wiese
988592c556
MDL-51179 Atto: Extend autosave fix to cover text changes
...
Added new functions to editor api - set/get_text so the
original form text can be determined from an editor.
When calling use_editor() you should first call set_text() with
the text that will be inserted in the form element.
There is also a new scheduled task for cleaning Atto autosave drafts.
2015-09-01 12:23:00 +08:00
David Mudrák
01889f019d
MDL-43896 admin: Drop support for the $module syntax in version.php
2015-08-31 09:57:50 +02:00
David Mudrák
3920ad93e2
MDL-50109 forum: Add behat tests for posts ordering
2015-08-31 09:55:02 +02:00
David Mudrák
8d960707c4
MDL-50109 forum: Add unit tests for the forum_get_discussion_neighbours
...
The added tests are variants of existing tests for blog-like forums.
2015-08-31 09:55:02 +02:00
David Mudrák
9e381efd1f
MDL-50109 forum: Respect chronological order of blog posts in prev/next
...
The function forum_get_discussion_neighbours() is used to generate links
to neighbour discussions. I had to change the signature of the function
to have access to the forum's type without the need to re-read it from
the database in additional query.
The SQL query for blogs is a variant of the existing query, just using
the first post's creation time instead of the discussion's timemodified
time.
2015-08-31 09:55:02 +02:00
David Mudrák
8d032f59f4
MDL-50109 forum: Display blog posts in reverse chronological order
2015-08-31 09:55:01 +02:00
Jinu Abraham
b6c97f4c2b
MDL-51232 mod_book: Filter name header
2015-08-31 12:04:01 +09:30
Neill Magill
ccfb9b69db
MDL-50971 ActionMenu: Action menus cause page to jump when closing
...
This patch changes the behavior of open action menus when using a mouse.
Before this patch when clicking on the page with an open action menu the focus would be
returned to the action menu's call button. This could cause the page to jump when a
mouse user did not close an action menu, scrolled and then tried to perform another
action on the page.
After this patch when clicking the focus will not be returned to the action menu's call button.
The behavior of the script will not be changed when using the keyboard.
2015-08-28 12:13:16 +01:00
Eloy Lafuente (stronk7)
1b5034025b
Merge branch 'MDL-51148-master-enfix' of git://github.com/mudrd8mz/moodle
2015-08-27 12:46:11 +02:00
Helen Foster
ce2c0f3a74
MDL-51148 lang: Merge English strings from the en_fix language pack
2015-08-26 16:46:43 +02:00
David Monllao
7ac0ddd00a
Merge branch 'MDL-50933' of git://github.com/timhunt/moodle
2015-08-25 14:28:06 +08:00
David Monllao
a2ce97e306
Merge branch 'MDL-50996' of git://github.com/timhunt/moodle
2015-08-25 14:26:25 +08:00
Eloy Lafuente (stronk7)
bcf9c54c20
Merge branch 'MDL-50714-master' of git://github.com/andrewnicols/moodle
2015-08-25 00:06:01 +02:00
Tim Hunt
924db7109c
MDL-45841 forum: show unread posts on blog-style forum front page
2015-08-24 21:44:56 +01:00
Dan Poltawski
ee9b9ffd51
Merge branch 'MDL-49701' of git://github.com/jmvedrine/moodle
2015-08-24 15:14:15 +01:00
Tim Hunt
857e2a6f8c
MDL-50996 quiz: fix review error with unusual permissions
2015-08-24 09:53:52 +01:00
Tim Hunt
83cd293a10
MDL-50933 quiz: improve completion behat tests
...
These now use the faster set-up methods.
2015-08-21 17:51:04 +01:00
Andrew Nicols
bff7570e87
MDL-50714 mod_forum: Add tests for all groupmodes
2015-08-21 08:19:29 +08:00
Andrew Nicols
344e126378
MDL-50714 mod_forum: Correct use of movedicussions cap when posting
...
The ability to view the group dropdown was too closely related to the
movediscussions capability when posting, or editing a forum post.
The movedicussions capability should only be considered for some parts of
this logic. Users should be able to select the group to post to when
writing message, as long as they have access to that group.
2015-08-21 08:18:46 +08:00
Nelson Moller
52b08f5fce
MDL-51090: mod_quiz grading validation of an essay question
...
An invalid format is casted to 0 (if a string) or to some truncated value in other cases (ex: 10..5).
2015-08-20 19:58:49 +01:00
David Monllao
7046798f56
MDL-50391 mod_lti: Fixing indentation
2015-08-20 09:49:22 +08:00
Eloy Lafuente (stronk7)
5d60665bef
Merge branch 'MDL-46078-master' of git://github.com/damyon/moodle
2015-08-19 18:30:36 +02:00
Dan Poltawski
2bd33cfdb0
Merge branch 'MDL-50127-master-squashed' of git://github.com/xow/moodle
2015-08-19 18:30:30 +02:00
David Monllao
d2999f8085
Merge branch 'MDL-50391-master' of git://github.com/aspark21/moodle
2015-08-19 18:30:28 +02:00
David Monllao
889a0c840a
Merge branch 'MDL-50911_master' of git://github.com/StudiUM/moodle
2015-08-17 11:58:28 +08:00
David Monllao
5e8a03b429
Merge branch 'MDL-51088-master' of git://github.com/andrewnicols/moodle
2015-08-17 09:24:55 +08:00
David Monllao
fd76204a8b
Merge branch 'MDL-51100-master' of git://github.com/andrewnicols/moodle
2015-08-17 08:50:49 +08:00
Frederic Massart
e36b5c0030
MDL-50127 mod_data: RTL styles for the required image
2015-08-14 16:46:58 +08:00
John Okely
c07c5e7bdd
MDL-50127 mod_data: Fix required icons in add entry screen
2015-08-14 16:46:58 +08:00
Andrew Nicols
711b1d6b3e
MDL-51100 behat: Remove javascript tag from usermenu steps
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-14 08:52:29 +08:00
Andrew Nicols
2e782e5142
MDL-51088 mod_forum: Improve mod_forum behat performance
2015-08-14 07:58:13 +08:00
Alistair Spark
8b40604ab9
MDL-50391 format_singleactivity: fix LTI Tool opens in existing window
2015-08-13 14:13:02 +01:00
David Monllao
819ab257f7
Merge branch 'MDL-46321-master' of git://github.com/tonyjbutler/moodle
2015-08-12 08:49:14 +08:00
David Monllao
3718d2cd17
Merge branch 'MDL-50947_master' of git://github.com/moodlerooms/moodle
2015-08-12 08:30:03 +08:00
David Monllao
fb41850a3c
Merge branch 'MDL-50720' of git://github.com/bostelm/moodle
2015-08-12 08:27:09 +08:00
Eloy Lafuente (stronk7)
20c50b0d5c
Merge branch 'MDL-50062-master' of git://github.com/FMCorz/moodle
2015-08-12 01:52:04 +02:00
Eloy Lafuente (stronk7)
4da133199f
Merge branch 'MDL-50430' of https://github.com/danielneis/moodle
2015-08-12 00:48:07 +02:00
Sam Chaffee
4180d9706b
MDL-50947 mod_lti Remove deprecated grade.php
2015-08-11 10:30:06 -06:00