Dan Poltawski
9680529069
MDL-50687 phpunit: error early if required locale not installed
2015-11-13 07:00:09 +00:00
David Monllao
a0b972ac3c
Merge branch 'MDL-52071-master' of git://github.com/jleyva/moodle
2015-11-13 07:47:58 +08:00
Juan Leyva
b8fbbc44d0
MDL-52071 ws: Add core_enrol_get_course_enrolment_methods to service
2015-11-12 13:21:58 +01:00
Ruslan Kabalin
fa29c0c3d4
MDL-51830 course: Add course section deletion event.
2015-11-12 11:19:37 +00:00
Juan Leyva
419b112832
MDL-52108 messages: New WS core_message_delete_message
2015-11-12 12:05:49 +01:00
Eloy Lafuente (stronk7)
84f7633f82
Merge branch 'MDL-36109-master' of git://github.com/danpoltawski/moodle
2015-11-11 17:10:11 +01:00
Dan Poltawski
950af0b4e0
MDL-51988 behat: select a table by <th> tag
2015-11-11 12:30:35 +00:00
David Monllao
212dc418d4
Merge branch 'MDL-51991-master' of git://github.com/ryanwyllie/moodle
2015-11-11 09:18:52 +08:00
Eloy Lafuente (stronk7)
3c6210a452
Merge branch 'wip-mdl-52077' of https://github.com/rajeshtaneja/moodle
2015-11-10 23:44:28 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Ryan Wyllie
d26d0d9b7e
MDL-51991 atto_table: simplify settings
...
Cleaned up the language strings on the Atto table settings page
and reduced the number of settings options for border styling.
2015-11-10 08:15:01 +00:00
Rajesh Taneja
81676e84e6
MDL-52077 unittest: Fixed string typo
2015-11-10 13:53:47 +08:00
Ryan Wyllie
e1db2b4112
MDL-52042 autocomplete: close suggestion box
...
Close the suggestion box when the input loses focus for more
than half a second.
2015-11-09 07:32:56 +00:00
David Monllao
814809d59e
Merge branch 'wip-MDL-52008-master' of git://github.com/abgreeve/moodle
2015-11-09 13:16:06 +08:00
Adrian Greeve
9e8d0842ba
MDL-52008 accessibility: Skip link works with chrome vox.
2015-11-06 09:47:51 +08:00
Dan Poltawski
2759c1218d
Merge branch 'MDL-52036-master-resettable' of git://github.com/mudrd8mz/moodle
2015-11-05 09:03:20 +00:00
Ryan Wyllie
e24188c881
MDL-50426 behat: fix behat field manager
...
Thanks to Raj for the patch.
2015-11-05 08:20:39 +00:00
rajesh Taneja
0db240c1dd
MDL-51918 behat: Key press should be down-press-up
...
As we simulate real user key press event, the
event should down followed by press and then up key
2015-11-05 09:15:41 +08:00
Brendan Heywood
462065e822
MDL-51718 weblib: Allow moodle_url scheme to be set
2015-11-05 09:08:00 +11:00
David Mudrák
19168d0934
MDL-52036 tablelib: Fix the behaviour of resetting table preferences
...
The problem with the previous implementation was that the table's
$this->prefs can contain valid non-empty value in its default state -
the default column to sort by. On resetting, we must not throw away
these default prefs.
This patch simplifies the TABLE_VAR_RESET interpretation. If such an
HTTP parameter is passed via the request, the table simply behaves as if
there were no previously stored preferences (does not matter if coming
from the current session, or from the persistent cross-session storage).
The logic that decides on whether or not the reset widget should be
displayed is put into a new method can_be_reset() with unit tests
attached.
Finally, the previously private method render_reset_button() is now
protected and the reset widget is given a new semantic CSS class.
2015-11-04 15:07:17 +01:00
David Monllao
3f08e9b98a
MDL-51000 editor_atto: No autosave for guests
2015-11-04 18:46:27 +08:00
Petr Skoda
c73f6d03e5
MDL-48085 flowplayer: prevent flash parameters via url
2015-11-04 10:31:12 +00:00
Damyon Wiese
861c1dea98
MDL-51970 autocomplete: Fix for a regression in MDL-51964
...
This was causing the suggestions list to never open.
Picked up in testing for MDL-51970.
2015-11-04 16:29:47 +08:00
Andrew Nicols
9fe1cb0421
Merge branch 'MDL-51983-master' of git://github.com/ryanwyllie/moodle
2015-11-04 15:21:37 +08:00
Ryan Wyllie
77b0811021
MDL-51983 actionmenu: behat tests
2015-11-04 06:36:32 +00:00
Andrew Nicols
6c57f48034
Merge branch 'MDL-52012-master' of https://github.com/lucisgit/moodle
2015-11-04 13:49:01 +08:00
Ryan Wyllie
5d2c5ba3e4
MDL-51983 actionmenu: fix hideIfOutside
...
The hideIfOutside function was being too restrictive with the
selector for checking if the event occurred within a menu child
(anchor tag) rather than the menu itself.
2015-11-04 03:42:09 +00:00
Ryan Wyllie
4456c306df
MDL-51983 actionmenu: stop event propagation
...
Stop event propagation on keyboard events that have been
successfully handled by the action menu code.
2015-11-04 03:41:34 +00:00
Andrew Nicols
36e323645a
Merge branch 'MDL-51970-master' of git://github.com/damyon/moodle
2015-11-04 08:28:57 +08:00
Eloy Lafuente (stronk7)
217c3e0fc9
Merge branch 'wip-mdl-52007' of https://github.com/rajeshtaneja/moodle
2015-11-03 17:56:23 +01:00
Dan Poltawski
728754de6b
Merge branch 'MDL-52018-master-enfix' of git://github.com/mudrd8mz/moodle
2015-11-03 17:56:21 +01:00
rajesh Taneja
180fdb2f7c
MDL-52007 behat: Use extended timeout for site admin expansion
2015-11-03 16:08:27 +08:00
Helen Foster
da6ecfd8c1
MDL-52018 lang: Merge English strings from the en_fix language pack
2015-11-02 22:12:06 +01:00
Dan Poltawski
2088c22e41
Merge branch 'wip-MDL-50633-master2' of https://github.com/marinaglancy/moodle
2015-11-02 14:04:44 +00:00
Marina Glancy
57ee89569a
MDL-50633 dml: deprecated var replaced in mysql 5.7
...
Thanks to Charles Verge for providing a patch
2015-11-02 21:05:20 +08:00
Tony Butler
d3069afd27
MDL-52012 core_lib: Add namespace to $OUTPUT->notify_message definition
2015-11-02 11:12:47 +00:00
Dan Poltawski
deec056650
Merge branch 'MDL-51854-master' of https://github.com/pauln/moodle
2015-11-02 09:08:01 +00:00
Andrew Nicols
693ed49c10
Merge branch 'MDL-51707-m' of https://github.com/micaherne/moodle
2015-11-02 14:36:10 +08:00
Andrew Nicols
df8095156e
Merge branch 'MDL-47073-master' of git://github.com/junpataleta/moodle
2015-11-02 11:54:21 +08:00
Damyon Wiese
273b255673
MDL-51970 autocomplete: Small refactor because too many options
...
Each function was taking 8-10 args - combine them all in state and options
objects and pass those around instead.
2015-11-02 10:22:53 +08:00
Damyon Wiese
97d2ea7f87
MDL-51970 autocomplete: Add an option to hide the suggestions
...
This is used by tags when official tags are disabled.
2015-11-02 10:21:57 +08:00
Damyon Wiese
be9b036a33
MDL-51964 autocomplete: IE11 fires spurious "input" events
...
We need to check for "real" changes to the input value because
ie11 is just firing events willy nilly.
2015-11-02 10:11:13 +08:00
Jun Pataleta
bbbdfc8610
MDL-47073 lib: Replace backslashes with slashes in jquery plugin urls
...
This patch replaces backslash characters in the generated jQuery
plugin URL to forward slashes when slasharguments is disabled and
the Moodle server is running on IIS.
Thanks to Ryan Panning <Ryan.Panning@district196.org> for
reporting this issue and for suggesting a fix.
2015-10-30 17:05:23 -05:00
Dan Poltawski
3a723033e8
MDL-36109 accesibility: use proper words for logo alt text
2015-10-30 16:55:03 +00:00
Marina Glancy
58e5ab1bac
MDL-51985 files: sync timemodified when possible
2015-10-30 14:46:09 +08:00
Andrew Nicols
22d0a8f11e
MDL-51966 forms: Typo correction
2015-10-30 07:56:25 +08:00
Andrew Nicols
63a03a8b05
Merge branch 'wip-MDL-51966-master' of https://github.com/marinaglancy/moodle
2015-10-30 07:31:28 +08:00
Dan Poltawski
ab0ad70a83
Merge branch 'MDL-51921-master' of git://github.com/junpataleta/moodle
2015-10-29 10:35:03 +00:00
Marina Glancy
ecbc2a2f25
MDL-51966 forms: case-insensitive search in autocomplete
2015-10-29 15:10:20 +08:00
Andrew Nicols
37d0021369
Merge branch 'MDL-51915' of git://github.com/timhunt/moodle
2015-10-29 14:41:45 +08:00