John Okely
a057ba5924
MDL-35590 navigation: Remove link from admin node if you have javascript
...
Also:
* In behat, ensure nav node exists before checking attribute (Credit to
Rajesh Taneja)
* Remove some unused JS constants
* Fix debugging notice for users without settings block
2016-01-29 11:28:08 +08:00
David Monllao
4bed1fcc7e
Merge branch 'MDL-35590-fixes' of git://github.com/ryanwyllie/moodle
2016-01-29 10:15:27 +08:00
Andrew Nicols
ca29dd4e84
Merge branch 'MDL-52825_master-fix' of git://github.com/dmonllao/moodle
2016-01-29 10:15:26 +08:00
Ryan Wyllie
5697de1832
MDL-35590 block_navigation: fix keyboard nav
...
Fixed up the left/right keyboard navigation to match
the aria specification. Also stopped the root node from
being collapsible.
2016-01-29 10:15:26 +08:00
David Monllao
90902953a8
MDL-52825 atto: Listen to gesturemovestart to discard some events
2016-01-29 10:15:26 +08:00
Rajesh Taneja
80f37f2739
MDL-35590 behat: Data-loaded is on li node
2016-01-29 10:15:25 +08:00
David Monllao
3e51b0ad7e
MDL-52826 forms: Using id attr
...
Switch from custom id references to the element's id attribute.
Extra fix to get rid of an unnecessary call to getValidationScript().
2016-01-29 10:15:25 +08:00
Eloy Lafuente (stronk7)
3c415f13b8
Merge branch 'MDL-29817' of https://github.com/rushi963/moodle
2016-01-29 10:15:24 +08:00
Eloy Lafuente (stronk7)
6e38f41d8e
MDL-52567 Core: amend existing test to new counting rules
2016-01-29 10:15:24 +08:00
Eloy Lafuente (stronk7)
bc269f6782
Merge branch 'MDL-52567_master' of https://github.com/nadavkav/moodle
2016-01-29 10:15:23 +08:00
Eloy Lafuente (stronk7)
aeba2257f4
Merge branch 'MDL-52780-mailoriginscript' of https://github.com/brendanheywood/moodle
2016-01-29 10:15:20 +08:00
Dan Poltawski
e23c76d72e
Merge branch 'MDL-52826_master' of git://github.com/dmonllao/moodle
2016-01-29 10:15:18 +08:00
Dan Poltawski
1d1c8f6275
Merge branch 'MDL-51702_master' of git://github.com/dmonllao/moodle
2016-01-29 10:15:18 +08:00
Dan Poltawski
760b0a17f1
Merge branch 'MDL-52825_master' of git://github.com/dmonllao/moodle
2016-01-29 10:15:17 +08:00
David Monllao
0e5458f45f
Merge branch 'wip-mdl-52799' of git://github.com/rajeshtaneja/moodle
2016-01-29 10:15:16 +08:00
David Monllao
6c3def94fa
Merge branch 'MDL-35590-master' of git://github.com/lameze/moodle
2016-01-29 10:15:15 +08:00
Nadav Kavalerchik
5200054dc2
MDL-52567 Core: remove quotation marks, for proper word count
2016-01-24 00:47:13 +02:00
Simey Lameze
6759dc35fe
MDL-35590 block_navigation: fix remaining issues
2016-01-22 18:48:04 +08:00
Rajesh Taneja
10ac8baf6e
MDL-35590 behat: Fixed navigation steps to support aria attributes
2016-01-22 17:53:44 +08:00
David Monllao
2edb12ec30
MDL-52826 forms: Move global functions to self-contained
2016-01-22 15:43:08 +08:00
Rushikesh
32f2116b08
MDL-29817 Form : advcheckbox allows attributes even without group key
2016-01-21 22:37:43 +05:30
John Okely
f889544657
MDL-35590 block_navigation: Add aria roles to navigation block tree
2016-01-21 10:18:22 +08:00
David Monllao
c35cf9bfcd
MDL-51702 blocks: Allow permission overrides in dashboard
2016-01-21 08:46:58 +08:00
Dan Poltawski
b42adaab44
Merge branch 'MDL-52702-m' of https://github.com/micaherne/moodle
2016-01-20 14:37:17 +00:00
Eloy Lafuente (stronk7)
668aca1804
MDL-52383 Calendar: user prefs are varchar, look for varchars
2016-01-20 03:07:57 +01:00
Eloy Lafuente (stronk7)
4b2326faad
Merge branch 'MDL-52383'
2016-01-20 01:26:22 +01:00
Eloy Lafuente (stronk7)
d3220ca34f
MDL-52383 Calendar: fix versions
2016-01-20 01:25:16 +01:00
Rajesh Taneja
31ed36f193
MDL-52721 behat: Exclude links in moodle while finding tests
...
Parallel run create links within moodle
so avoid searching for tests within links
2016-01-19 14:35:18 +00:00
Dan Poltawski
61c8abfb1e
Merge branch 'MDL-51715_master_invalidweights' of https://github.com/colin-umn/moodle
2016-01-19 10:39:48 +00:00
Andrew Nicols
6c99c1e777
Merge branch 'MDL-48621_master' of git://github.com/dmonllao/moodle
2016-01-19 15:47:12 +08:00
David Monllao
923589d759
MDL-52825 atto: Ignore out of bounds event targets
2016-01-19 15:37:00 +08:00
David Monllao
20ff2fba25
MDL-48621 events: Adapting unit tests to debugging messages
...
- A new assertDebuggingCalledCount has been introduced, as multiple debugging messages
may be called in some cases, for example when calling events_cron with queued events
that need to be dispatched.
- events_update_definition has been moved out of setUp as debugging messages are only
caught by our phpunit custom stuff when they are called inside tests.
2016-01-19 15:19:10 +08:00
David Monllao
32f8bbd8dc
MDL-48621 events: Adding debugging messages
...
Debugging messages triggered once it is confirmed that the events 1 api handlers
are being used.
2016-01-19 15:12:15 +08:00
Andrew Nicols
441ffe514e
Merge branch 'MDL-49291_master' of git://github.com/markn86/moodle
2016-01-19 08:04:59 +08:00
Andrew Nicols
223c4add23
Merge branch 'MDL-50268-master' of git://github.com/lameze/moodle
2016-01-19 07:56:41 +08:00
Dan Poltawski
e34710c7fe
Merge branch 'wip-mdl-52721' of https://github.com/rajeshtaneja/moodle
2016-01-18 14:39:46 +00:00
Dan Poltawski
0ff8d34f2f
Merge branch 'MDL-52486-master' of git://github.com/cameron1729/moodle
2016-01-18 11:19:55 +00:00
Michael Aherne
5e43eea080
MDL-52702 plagiarism: Improvements to base plugin class
2016-01-18 09:39:54 +00:00
Rajesh Taneja
28dab6408c
MDL-52799 unittest: Removed empty if statement
2016-01-18 15:47:07 +08:00
Andrew Nicols
ae4cc740be
Merge branch 'MDL-52608-master' of https://github.com/xow/moodle
2016-01-18 14:47:52 +08:00
Mark Nelson
806905b59b
MDL-49291 core: final deprecation of sql_*_reader interfaces
2016-01-18 14:24:34 +08:00
Rajesh Taneja
1226f3ca33
MDL-52799 phpunit: Truncate records for brokedmysql not empty.
2016-01-18 14:10:18 +08:00
Simey Lameze
11d4bea28b
MDL-50268 core: proper deprecation of get_file_url() method
2016-01-18 13:44:22 +08:00
Rajesh Taneja
60237c2ce2
MDL-52721 unittest: Exclude tests in vendor and node_modules
2016-01-18 10:25:02 +08:00
Brendan Heywood
e9180351f9
MDL-52780 email: Added better script origin email header
2016-01-18 08:12:49 +11:00
Stephen Bourget
a721339193
MDL-52383 Calendar: Allow users to set lookahead to 1 year
2016-01-15 13:14:56 -05:00
Dan Poltawski
cfdb3d6fe7
Merge branch 'MDL-49290_master' of git://github.com/markn86/moodle
2016-01-13 15:21:01 +00:00
Dan Poltawski
67f6802712
MDL-50851 upgrade: dan *REALLY* *REALLY* sucks at integrating
2016-01-13 12:01:33 +00:00
Dan Poltawski
74a088bc82
Merge branch 'MDL-49662_master' of git://github.com/markn86/moodle
2016-01-13 11:40:49 +00:00
Dan Poltawski
51443a2130
MDL-49111 bennu: remove outdated readme note
2016-01-13 11:31:55 +00:00