Frederic Massart
270dd87113
MDL-55474 block_search_forums: Convert search form to templates
...
Part of MDL-55071
2016-09-23 10:53:29 +01:00
Frederic Massart
ed7844b5f4
MDL-55224 theme_noname: RTL adjustments for auto-flipping era
...
Part of MDL-55071
2016-09-23 10:49:49 +01:00
Damyon Wiese
a8225336d9
MDL-56052 block_settings: race condition
...
YUI events module must be loaded before global events can be used.
2016-09-21 12:21:39 +08:00
Andrew Nicols
13c8792606
Merge branch 'MDL-55586-master' of https://github.com/StudiUM/moodle
2016-09-20 08:17:37 +08:00
Issam Taboubi
c2cd126033
MDL-55586 blocks_lp: Translation strings in competencies
2016-09-19 12:01:19 -04:00
Jan Eberhardt
2c99429375
MDL-55932 block_rss_client: Namespace fixes
2016-09-15 13:24:36 +00:00
Dan Poltawski
5d602e314b
Merge branch 'wip-MDL-55864-master' of git://github.com/marinaglancy/moodle
2016-09-13 14:56:27 +01:00
Marina Glancy
9e21f12dbd
MDL-55864 general: fix PHP7.1 strict warnings
2016-09-13 09:39:26 +08:00
Rajesh Taneja
3c0b682d39
MDL-55353 behat: Ensure teacher edit activity at different time
...
Recent activity is showing activities which were
updated since user last logged in and first modification
done on the activity. So ensure update happens at different
time than activity created.
2016-09-09 10:14:05 +08:00
David Mudrák
57b81c93f5
MDL-55667 navigation: Do not display site participants link to students
...
The problem here was that user/index.php checks the system level
capability moodle/site:viewparticipants when the user is on the front
page, and the moodle/course:viewparticipants on non-front pages.
But the navigation displayed the link by mistake even in situations,
when the user has the capability moodle/course:viewparticipants on the
front page (typically when the default role for the front page is set to
student).
Added behat tests for reproducing the bug and also for checking the
basic functionality of the feature.
2016-08-29 12:11:46 +02:00
David Monllao
132b75d067
Merge branch 'MDL-55391-master' of git://github.com/danpoltawski/moodle
2016-08-23 13:24:29 +08:00
Dan Poltawski
217ef85633
MDL-55391 block_rss: fix typo preventing feed title display
2016-08-19 09:43:32 +01:00
Dan Poltawski
2595cb58c9
Merge branch 'wip-MDL-55397-master' of git://github.com/marinaglancy/moodle
2016-08-15 11:35:35 +01:00
Eloy Lafuente (stronk7)
bc7817edab
Merge branch 'MDL-54656_m32v3' of https://github.com/sbourget/moodle
2016-08-03 00:50:19 +02:00
Marina Glancy
145f29034b
MDL-55397 block_site_main_menu: eliminate CSS conflict
...
CSS for '.path-admin .buttons' defines padding, border and background that affected how main menu looks on admin pages
2016-08-02 14:20:18 +08:00
Eloy Lafuente (stronk7)
bdce994c5f
Merge branch 'MDL-50267-master' of git://github.com/junpataleta/moodle
2016-07-27 00:59:19 +02:00
Eloy Lafuente (stronk7)
f9c46195e4
Merge branch 'MDL-54657_m32v1' of https://github.com/sbourget/moodle
2016-07-26 19:56:20 +02:00
Jun Pataleta
fb77333453
MDL-50267 lang: Remove deprecated strings in 2.9
2016-07-26 16:03:32 +08:00
Dan Poltawski
eab9f3d32e
Merge branch 'wip-mdl-54977' of https://github.com/rajeshtaneja/moodle
2016-07-18 13:27:48 +01:00
Stephen Bourget
25d8a63a4e
MDL-54657 Behat: Add tests for section_links block
2016-07-13 21:38:31 -04:00
JD
560cea838b
MDL-54977 blocks_navigation: Use html_writer::random_id for id
...
uniqid() may returns the same id for faster machines (seen on iis)
so use html_writer::random_id(), to ensure id is different and
navigation don't break
2016-07-13 14:04:16 +08:00
David Monllao
b60d4fca13
Merge branch 'MDL-55048-master' of git://github.com/danpoltawski/moodle
2016-07-12 12:20:35 +02:00
Dan Poltawski
9b62a3eb71
MDL-55048 js: rebuilt files with new version of uglifyjs
2016-07-11 15:53:10 +01:00
Stephen Bourget
03064d6a89
MDL-54891 Block_activity_results: Allow admin defaults
2016-07-08 05:10:27 +00:00
Eloy Lafuente (stronk7)
0f20bf7507
Merge branch 'wip-mdl-54589-mac' of https://github.com/rajeshtaneja/moodle
2016-06-22 01:42:15 +02:00
Eloy Lafuente (stronk7)
e822312af3
Merge branch 'MDL-54939-master' of git://github.com/danpoltawski/moodle
2016-06-21 20:00:36 +02:00
Rajesh Taneja
f55d87c55c
MDL-54589 behat: Fixed failures for phantomjs standalone
2016-06-20 16:03:36 +08:00
Dan Poltawski
c96f55e6f9
MDL-54939 amd: fix lint issues
...
Mostly correcting jsdoc, some other line wrapping rules and empty
functions.
2016-06-17 09:03:18 +01:00
Dan Poltawski
f3ac852859
MDL-54652 block_community: remove unused css
...
Fixing lint errors
2016-06-16 20:49:04 +01:00
Dan Poltawski
35be582696
MDL-54939 amd: Fix lint issues fixable with eslint --fix
2016-06-16 19:33:00 +01:00
Dan Poltawski
0fd08fc7e5
Merge branch 'MDL-35628' of https://github.com/mr-russ/moodle
2016-06-16 09:04:12 +01:00
Dan Poltawski
7d78a2eee2
Merge branch 'MDL-54563-master' of git://github.com/cameron1729/moodle
2016-06-16 09:04:12 +01:00
Dan Poltawski
435fb13814
Merge branch 'MDL-54617-master' of git://github.com/cameron1729/moodle
2016-06-16 09:04:10 +01:00
Dan Poltawski
b08523598b
Merge branch 'MDL-54622_m32v1' of https://github.com/sbourget/moodle
2016-06-16 09:04:09 +01:00
Stephen Bourget
a6540f38ce
MDL-54656 Behat: Add tests for search_forums block
2016-06-12 20:50:21 -04:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
Eloy Lafuente (stronk7)
31220d5a26
Merge branch 'MDL-54739-master' of git://github.com/lameze/moodle
2016-06-07 00:04:59 +02: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
Simey Lameze
f49a3e1791
MDL-54739 blocks: fix activity chooser link alignment
...
Thanks Ryan Wyllie for the help.
2016-06-03 10:55:52 +08:00
Andrew Nicols
05263307d7
MDL-54722 javascript: Add YUI depend wrapper to global event
2016-06-02 10:07:56 +08:00
Andrew Nicols
69dcebb04d
Merge branch 'MDL-54722-master' of git://github.com/cameron1729/moodle
2016-06-01 12:24:14 +08:00
Stephen Bourget
5b40141f6d
MDL-54563 Block: Only Allow completion blocks on course pages
2016-06-01 10:42:01 +08:00
Cameron Ball
fd5466af99
MDL-54722 navigation: Properly overflow expanded nav trees
2016-06-01 10:15:22 +08:00
Andrew Nicols
e68dabc756
Merge branch 'MDL-53598-master' of git://github.com/marinaglancy/moodle
2016-06-01 08:02:32 +08:00
Marina Glancy
9c3710854b
MDL-53598 block_glossary_random: do not fail if glossary was deleted
...
This commit refactors how associated glossary is searched for and removes
unnecessary DB queries. Also prevents from situations when the global glossary or course have
been deleted
2016-05-31 15:30:41 +08:00
Andrew Nicols
b29d2b2aa8
Merge branch 'MDL-54655_m32v1' of https://github.com/sbourget/moodle
2016-05-31 13:29:48 +08:00
David Monllao
ba4cd26414
Merge branch 'MDL-53851-master' of https://github.com/blckct/moodle
2016-05-31 11:46:09 +08:00
Andrew Nicols
73b0dcb106
Merge branch 'MDL-54579_m31v1' of https://github.com/sbourget/moodle
2016-05-31 11:18:27 +08:00
David Monllao
abd5f819d0
Merge branch 'MDL-54002_m32v3' of https://github.com/sbourget/moodle
2016-05-30 16:08:53 +08:00
David Monllao
7e93c2e6f6
Merge branch 'MDL-54577-master' of git://github.com/cameron1729/moodle
2016-05-30 15:45:47 +08:00