Dan Poltawski
1b00e27281
Moodle release 3.2rc5
2016-12-02 15:19:10 +00:00
Dan Poltawski
6a6b1bd782
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-12-02 15:19:09 +00:00
Dan Poltawski
65cc788bb1
Merge branch 'wip-mdl-57232' of https://github.com/rajeshtaneja/moodle
2016-12-02 15:00:48 +00:00
Rajesh Taneja
54348ea6d7
MDL-57232 behat: Add blocks in boost theme
...
Currently behat in boost depend on blocks
so make sure we have them.
2016-12-02 22:48:13 +08:00
Eloy Lafuente (stronk7)
72edf2ef13
Merge branch 'wip-mdl-57245' of https://github.com/rajeshtaneja/moodle
2016-12-02 14:15:27 +01:00
Rajesh Taneja
43b3cf0f25
MDL-57245 behat: Use correct @_file_upload tag
2016-12-02 19:04:32 +08:00
Eloy Lafuente (stronk7)
dadbe55c81
Merge branch 'MDL-57193-master-notest' of git://github.com/FMCorz/moodle
2016-12-02 11:41:02 +01:00
Dan Poltawski
1acd568793
MDL-56553 usertours: fix apostrophe use
2016-12-02 09:22:42 +00:00
Frederic Massart
7fc7486f49
MDL-57193 auth_db: Flip the array outside the loop for better perf
...
Also as the recent changes where affecting the whitespaces quite
a lot, I took the liberty of aligning a few lines which weren't.
2016-12-02 16:29:47 +08:00
John Okely
ec3e79134f
MDL-57193 auth_db: Use a recordset and array_key_exists
2016-12-02 16:29:47 +08:00
Josh Willcock
34949c1a55
MDL-57193 auth_db: Fixed bug suspends all users if external DB has > 10k
2016-12-02 16:29:47 +08:00
David Monllao
b9278260c7
MDL-56553 usertours: Removing trailing ^M
2016-12-02 16:23:03 +08:00
Ryan Wyllie
1459415f93
MDL-56553 tool_usertours: change add a block step to position right
2016-12-02 07:53:07 +00:00
David Monllao
76e337ab96
Merge branch 'MDL-57232-master' of git://github.com/damyon/moodle
2016-12-02 14:20:17 +08:00
David Monllao
80ee8a3eb0
Merge branch 'MDL-57209-master' of git://github.com/crmpicco/moodle
2016-12-02 13:26:56 +08:00
Damyon Wiese
9d1402abd8
MDL-57232 blocks: Split undeletableblocktypes
...
There are 2 kinds of blocks that are undeletable. Those required by the
theme and those protected via the admin page ui. We only want the theme
ones to be auto created site wide if they don't exist - so we need to
rename the theme ones and split the logic.
2016-12-02 12:32:03 +08:00
Andrew Nicols
666b9fcb6a
MDL-57243 search: Correct todo doc
2016-12-02 10:53:52 +08:00
Andrew Nicols
ddcb68b284
Merge branch 'MDL-57243_master' of git://github.com/dmonllao/moodle
2016-12-02 10:49:34 +08:00
David Monllao
5f654ea2c0
MDL-57243 search: Note about search area base classes relocation
2016-12-02 09:51:05 +08:00
Andrew Nicols
d8326d8364
MDL-57101 media_videojs: Load legacy events before use
2016-12-02 08:58:19 +08:00
Eloy Lafuente (stronk7)
f200f74552
Merge branch 'wip-MDL-57234-master' of https://github.com/Beedell/moodle
2016-12-01 17:58:51 +01:00
John Beedell
6c45e525fc
MDL-57234 Quiz report: fix exception in Responses for all users
2016-12-01 16:23:18 +00:00
Dan Poltawski
063d5c28cf
Merge branch 'MDL-57220-master' of git://github.com/damyon/moodle
2016-12-01 13:20:15 +00:00
Dan Poltawski
a8bac97613
Merge branch 'MDL-57194-master' of git://github.com/lameze/moodle
2016-12-01 12:20:01 +00:00
David Monllao
2b114798b9
Merge branch 'MDL-57210-master' of git://github.com/ryanwyllie/moodle
2016-12-01 16:12:25 +08:00
Andrew Nicols
53cbfac2b9
Merge branch 'MDL-57101-master-fixup' of https://github.com/FMCorz/moodle
2016-12-01 15:07:42 +08:00
Frederic Massart
b52c562a8c
MDL-57101 media_videojs: Dynamic loader works on self-matching nodes
2016-12-01 14:51:40 +08:00
Frederic Massart
36e6789b27
MDL-57101 filter: Load globally available filters on every page
...
Previous commits were overlooked, they should have passed the
system context to filter_manager::setup_page_for_fitlers(), the
page context was passed instead. Regardless, the processing of
the latter is too excessive for what we need, but, more importantly,
it does not return "Off, but available" filters which we also need.
2016-12-01 14:51:40 +08:00
Frederic Massart
39a9ac4098
MDL-57101 core_media: Only instantiate enabled plugins
2016-12-01 14:50:04 +08:00
Simey Lameze
7d17256a75
MDL-57194 core_charts: Allow colors to be overridden by setting
2016-12-01 14:44:00 +08:00
Andrew Nicols
8f5de6f268
Merge branch 'MDL-56553-master-2' of git://github.com/ryanwyllie/moodle
2016-12-01 14:31:45 +08:00
Andrew Nicols
1f16e4e68e
Merge branch 'MDL-57219-master' of git://github.com/damyon/moodle
2016-12-01 13:30:23 +08:00
Andrew Nicols
995c6d2787
Merge branch 'MDL-57206-master' of https://github.com/snake/moodle
2016-12-01 12:21:25 +08:00
David Monllao
bb8b3ba6f8
Merge branch 'wip-mdl-57229' of https://github.com/rajeshtaneja/moodle
2016-12-01 11:38:59 +08:00
Rajesh Taneja
04bfccdce6
MDL-57229 enrol: Enrol dialog should have relative position
...
On clean theme it is absolute position and on small
screen user can't scroll to enrol user
2016-12-01 11:13:46 +08:00
Ryan Wyllie
3cc12bd747
MDL-57210 theme_boost: fix header buttons on smaller resolutions
2016-12-01 02:21:25 +00:00
Damyon Wiese
e7d0de87c9
MDL-57219 blocks: Dont create and empty block for spacing
...
Change box to an empty container. We are after tiny tiny changes ATM.
2016-12-01 10:12:29 +08:00
Damyon Wiese
ef06bc18b0
MDL-57220 boost: Fix for date selector inline template
...
It was putting the label on a separate line.
2016-12-01 09:48:59 +08:00
Damyon Wiese
52ee200368
MDL-57220 boost: minimal fix for radio button template
...
It still does not match
http://v4-alpha.getbootstrap.com/components/forms/#radios
but I don't want to make radical changes before 3.2 release.
2016-12-01 09:48:06 +08:00
Ryan Wyllie
10df630ee8
MDL-56553 tool_usertours: add admin and course tours
2016-12-01 00:44:29 +00:00
Ryan Wyllie
3eb3d916cb
MDL-56553 tool_usertours: allow tours to be shipped with Moodle
2016-12-01 00:36:02 +00:00
Jake Dallimore
bb316e0764
MDL-57206 core: describe newly introduced hooks in upgrade.txt
...
Added a description and example for the
<component>_course_module_background_deletion_recommended hook.
2016-12-01 08:25:28 +08:00
AMOS bot
5544189dd1
Automatically generated installer lang files
2016-12-01 00:05:38 +08:00
AMOS bot
09ade73632
Merge branch 'master' into install_master
2016-12-01 00:05:38 +08:00
Dan Poltawski
ce7149b10c
MDL-57197 js: fix AMD module warnings
...
In 3.2 we are free of AMD lint warnings, unfortunately we can't expose
them through grunt yet due to
"File ignored because of a matching ignore pattern. Use "--no-ignore" to
override"
ps. this isn't related to MDL-57197 at all, i'm just a Rebel
2016-11-30 13:50:38 +00:00
Dan Poltawski
5814817ceb
Merge branch 'MDL-57169_master' of git://github.com/markn86/moodle
2016-11-30 11:04:38 +00:00
Dan Poltawski
a9b85245f2
Merge branch 'MDL-52199-incoming-nice-fail' of https://github.com/brendanheywood/moodle
2016-11-30 09:52:35 +00:00
Dan Poltawski
10461a04c6
Merge branch 'MDL-57207-master' of git://github.com/cameron1729/moodle
2016-11-30 09:51:21 +00:00
Cameron Ball
9a22c99ea9
MDL-57207 mod_lti: Remove redundant popover() call
...
Since MDL-56748 popovers are properly delegated. Making manual calls
to .popover redundant.
2016-11-30 17:45:41 +08:00
Andrew Nicols
b95107ca83
Merge branch 'MDL-57205-master' of git://github.com/damyon/moodle
2016-11-30 15:03:43 +08:00
Andrew Nicols
432ed35484
Merge branch 'MDL-57127-master' of git://github.com/FMCorz/moodle
2016-11-30 14:27:23 +08:00
David Monllao
f4aec377fc
Merge branch 'MDL-56682_master' of git://github.com/markn86/moodle
2016-11-30 13:56:08 +08:00
David Monllao
99d2667f5c
Merge branch 'MDL-57072-master' of git://github.com/junpataleta/moodle
2016-11-30 13:36:32 +08:00
Andrew Nicols
a57699ead8
Merge branch 'MDL-57177-master' of git://github.com/cameron1729/moodle
2016-11-30 13:15:58 +08:00
Craig R Morton
f6f0cb49aa
MDL-57209 forms: Notice: Undefined index: options in profile edit page
...
Skipping a loop iteration if the option group has no options.
2016-11-30 13:08:56 +08:00
Frederic Massart
061a39ac5d
MDL-57127 output: Increase memory limit when parsing CSS
2016-11-30 12:19:03 +08:00
Andrew Nicols
3f342da584
Merge branch 'MDL-57101-master-2nd' of git://github.com/FMCorz/moodle
2016-11-30 12:13:54 +08:00
David Monllao
4495ddcf9f
Merge branch 'MDL-56955-master' of git://github.com/lameze/moodle
2016-11-30 11:34:29 +08:00
Simey Lameze
45cd101f80
MDL-56955 theme_boost: fix login failure displaying on user menu
2016-11-30 11:32:38 +08:00
David Monllao
c5a5f26ce2
Merge branch 'MDL-57090-master' of git://github.com/ankitagarwal/moodle
2016-11-30 10:43:16 +08:00
Damyon Wiese
7c0725857a
MDL-57205 forms: Prevent debugging in selectgroups
...
Sometimes the option group has no options I guess. The same check is in
exportValue.
2016-11-30 10:38:51 +08:00
Andrew Nicols
70f0e8353d
Merge branch 'wip-MDL-57186-master' of https://github.com/marinaglancy/moodle
2016-11-30 10:20:31 +08:00
David Monllao
8c291fb06e
Merge branch 'wip-MDL-56829-master-2' of git://github.com/marinaglancy/moodle
2016-11-30 10:05:16 +08:00
David Monllao
449b730e09
Merge branch 'MDL-57095-master' of git://github.com/ryanwyllie/moodle
2016-11-30 09:26:07 +08:00
Andrew Nicols
8018dc63c7
Merge branch 'MDL-57174_master' of git://github.com/markn86/moodle
2016-11-30 09:12:54 +08:00
Jun Pataleta
8ace7b6c34
MDL-57072 theme_boost: Render action menu for category management
2016-11-30 09:11:32 +08:00
Eloy Lafuente (stronk7)
3f083d9a33
MDL-57197 versions: main version bump
2016-11-29 22:58:22 +01:00
Eloy Lafuente (stronk7)
04649747a4
MDL-57197 versions: bump all versions and requires near release
...
version = 2016120500 release version
requires= 2016112900 current rc4 version
2016-11-29 22:57:05 +01:00
Eloy Lafuente (stronk7)
eb80018202
Merge branch 'MDL-57133-master-enfix' of git://github.com/mudrd8mz/moodle
2016-11-29 22:36:29 +01:00
AMOS bot
f3317a0eac
Automatically generated installer lang files
2016-11-30 00:04:41 +08:00
Dan Poltawski
a0352aa95e
Moodle release 3.2rc4
2016-11-29 13:33:15 +00:00
Dan Poltawski
d5d1d56f9c
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-11-29 13:33:13 +00:00
David Mudrák
1270616023
MDL-56800 theme_boost: Radios should not have name if soft frozen, too
2016-11-29 11:32:28 +00:00
Andrew Nicols
06ded0ed5f
MDL-56800 theme_boost: Remove name from hardFrozen radio
2016-11-29 08:11:31 +00:00
Ryan Wyllie
c22141bd0c
MDL-57095 theme: fix content styling for notification page
2016-11-29 07:14:05 +00:00
Marina Glancy
6f19da0549
MDL-57186 media: fix link in security report
2016-11-29 13:54:49 +08:00
Andrew Nicols
220f3ac711
MDL-56858 theme_boost: Correct bad merge conflict
2016-11-29 13:49:18 +08:00
David Monllao
1e102ca3ca
Merge branch 'wip-mdl-57168-m1' of git://github.com/rajeshtaneja/moodle
2016-11-29 13:41:55 +08:00
David Monllao
7621fe8399
Merge branch 'MDL-57158-int-fix-1' of github.com:ryanwyllie/moodle
2016-11-29 13:36:52 +08:00
Damyon Wiese
0d5f5f7357
MDL-57124 boost: I want really tiny logos.
...
Said no-one ever.
Use max-height so very small logos will not be scaled up.
2016-11-29 13:21:35 +08:00
Marina Glancy
7d94f001e2
MDL-56829 media_videojs: play inline on iPhone with ios 10
2016-11-29 13:02:31 +08:00
Frederic Massart
e37c128686
MDL-57101 filter: Always set-up the page for filters
2016-11-29 12:36:28 +08:00
Frederic Massart
a174f2474f
MDL-57101 media_videojs: Set-up player on dynamically loaded content
2016-11-29 12:36:26 +08:00
Andrew Nicols
805659e1fa
Merge branch 'MDL-56919-master' of git://github.com/junpataleta/moodle
2016-11-29 12:06:56 +08:00
Jun Pataleta
01dc1c11ec
MDL-56919 mod_forum: Assign check icon for selected subscription mode
2016-11-29 12:03:34 +08:00
Andrew Nicols
740dbe77a2
Merge branch 'MDL-56858_master-alt-2' of git://github.com/markn86/moodle
2016-11-29 11:52:32 +08:00
David Monllao
8b516a6a55
Merge branch 'MDL-57163_master' of git://github.com/dmonllao/moodle
2016-11-29 11:46:55 +08:00
David Monllao
4a1165ba39
MDL-57163 install: Check curl availability before curl_version()
2016-11-29 11:46:06 +08:00
David Herney
5634310997
MDL-57169 backup: ensure images in category descriptions are shown
2016-11-29 11:40:47 +08:00
Rajesh Taneja
9eb8f6ec56
MDL-57168 behat: Don't press continue as it will go to Annotate PDF
...
This might cause random failures as the draft files are being accessed by other user
2016-11-29 10:53:02 +08:00
David Monllao
dc3e3c0831
Merge branch 'MDL-57097-master' of git://github.com/lameze/moodle
2016-11-29 10:51:10 +08:00
Cameron Ball
d91cbe1e62
MDL-57177 theme_boost: Use regular ! for advanced form fields
...
Previously we used U+2757 on advanced form fields, which was problematic
as it's part of emoji and displays differently on different platforms.
This is a problem since we explicitly style it to be blue, but, for
example on OS X it's red (since it gets replaced with their emoji).
2016-11-29 10:48:38 +08:00
Mark Nelson
8599ac9e56
MDL-57174 mod_lesson: show settings menu on edit.php page
2016-11-29 10:24:55 +08:00
Damyon Wiese
4d41cec8db
MDL-57124 boost: Show pageheaderbutton when no navbar
...
Even if there is no navbar - if there is a pageheaderbutton we need to
show it (E.g. Customise this page on dashboard).
2016-11-29 10:07:16 +08:00
David Mudrák
5e45c34221
MDL-57133 lang: Reword the strings in Behat tests too
2016-11-29 01:59:31 +01:00
Helen Foster
67823776a0
MDL-57133 lang: Merge English strings from the en_fix language pack
2016-11-29 01:49:28 +01:00
Ryan Wyllie
12f7202177
MDL-57158 theme: add margin for icon in pull right menu
2016-11-29 00:34:44 +00:00
Rajesh Taneja
8392a86068
MDL-57168 behat: Check for button not text
2016-11-29 07:36:43 +08:00
Mark Nelson
dc801cb6b9
MDL-56858 theme_boost: separate input description and label
...
Also added missing advanced and required form symbols.
2016-11-28 18:24:16 +08:00
Mark Nelson
4a8c6b4259
MDL-56682 mod_assign: ensure the variable is not null
2016-11-28 16:47:00 +08:00
Dan Poltawski
1cbc346092
Merge branch 'MDL-57176-master' of git://github.com/damyon/moodle
2016-11-28 08:30:37 +00:00
David Monllao
c56c23720b
Merge branch 'MDL-57124-master' of git://github.com/damyon/moodle
2016-11-28 15:22:46 +08:00
Damyon Wiese
7ad1d2da47
MDL-57124 Boost: Login page styles (and signup)
...
Center logo / site name.
Add padding to logo / site name.
Serve retina images and resize with css.
Add a line under the logo / site name.
Don't show site name if there is a logo.
Obey nonavbar option in core_renderer.
2016-11-28 15:20:35 +08:00
Ankit Agarwal
3d1be67752
MDL-57090 hubs: Replace smart select with searchableselect
2016-11-28 12:22:25 +05:30
Damyon Wiese
58ec5a315b
MDL-57176 blocks: Never never never dup blocks
...
Dont create duplicate blocks 'requiredbytheme' for any reason.
2016-11-28 14:48:02 +08:00
David Monllao
6ee691d71b
Merge branch 'MDL-57158-master' of git://github.com/ryanwyllie/moodle
2016-11-28 14:39:22 +08:00
Ryan Wyllie
60ff24c0f1
MDL-57158 theme: fix icon margin in action menus
2016-11-28 06:37:08 +00:00
David Monllao
c811356efb
Merge branch 'MDL-57156-master' of https://github.com/snake/moodle
2016-11-28 14:00:50 +08:00
Vladimir Zhirov
acefc7d963
MDL-57163 installation: fixed "Call to undefined function curl_version"
2016-11-28 13:25:41 +08:00
David Monllao
f59bab60c0
Merge branch 'wip-mdl-57168' of https://github.com/rajeshtaneja/moodle
2016-11-28 12:59:11 +08:00
Rajesh Taneja
47b03b9170
MDL-57168 behat: Fixed xpath to ensure active link is checked
2016-11-28 12:57:56 +08:00
Rajesh Taneja
d442a3169c
MDL-57168 behat: Return link is the existing category
2016-11-28 12:57:56 +08:00
Rajesh Taneja
3df6e801b5
MDL-57168 behat: Ensure drawer is open before clicking the link
2016-11-28 12:57:55 +08:00
David Monllao
920778eb93
Merge branch 'MDL-56619-master' of git://github.com/ryanwyllie/moodle
2016-11-28 12:45:46 +08:00
David Monllao
d826c64c57
Merge branch 'wip-mdl-57147' of https://github.com/rajeshtaneja/moodle
2016-11-28 12:40:27 +08:00
David Monllao
085e077fa3
Merge branch 'MDL-57146-master' of git://github.com/damyon/moodle
2016-11-28 12:15:30 +08:00
Ryan Wyllie
341da3e3fb
MDL-56619 theme: filemanager_selectlayout bootstrap 4 form styling
2016-11-28 03:42:40 +00:00
Jake Dallimore
0395ec28e2
MDL-57156 themes: override caption alignment in theme boost
2016-11-28 11:35:11 +08:00
David Monllao
dd106016ee
Merge branch 'MDL-57122-master' of git://github.com/ankitagarwal/moodle
2016-11-28 11:31:05 +08:00
Ankit Agarwal
2adf5ef946
MDL-57122 boost: Don't escape strings twice
...
Strings should always be escaped in templates not before
2016-11-28 08:22:41 +05:30
Ankit Agarwal
6c4aba1e7e
MDL-57122 boost: Add context docs to login template
2016-11-28 08:22:41 +05:30
Jun Pataleta
894b1825f6
MDL-56919 boost: Render non-action menu items as disabled action links
2016-11-28 10:20:18 +08:00
Jun Pataleta
27a3843d05
MDL-56919 templates: action_link template fixes when disabled
...
For the case where the action_link template is shown as disabled:
* Allow extra classes to be set on on the class attribute.
* Allow extra attributes to be set.
2016-11-28 10:20:18 +08:00
Rajesh Taneja
96813571b1
MDL-57147 phpunit: Check if time is greater than or equal to
...
Some windows only have 1/100 microtime resolution
so a lot of times it does not advance enough.
2016-11-28 09:40:21 +08:00
AMOS bot
c1722505e1
Automatically generated installer lang files
2016-11-27 00:05:45 +08:00
Dan Poltawski
39f621305d
Merge branch 'MDL-57134-master' of git://github.com/lameze/moodle
2016-11-25 12:35:17 +00:00
Dan Poltawski
1f5fbd1696
Merge branch 'wip-mdl-56659' of https://github.com/rajeshtaneja/moodle
2016-11-25 11:17:36 +00:00
Dan Poltawski
cdef9e91a3
Merge branch 'MDL-56800-master-radio' of git://github.com/mudrd8mz/moodle
2016-11-25 10:44:19 +00:00
David Monllao
3eabedbb92
Moodle release 3.2rc3
2016-11-25 15:58:02 +08:00
David Monllao
9441af9596
NOBUG: Fixed file access permissions
2016-11-25 15:58:02 +08:00
David Monllao
c08a263134
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-11-25 15:58:01 +08:00
Marina Glancy
392367c4f7
MDL-56586 behat: fix behat tests to work with new add block
2016-11-25 14:04:10 +08:00
Rajesh Taneja
350d0ae6b7
MDL-56659 core: Enable password field when label is clicked
2016-11-25 12:09:37 +08:00
Rajesh Taneja
dfa707c994
MDL-56659 core: No need for noscript tag and set size later
...
1. BrowserKitDriver::setValue only checks if the element is
disabled. It still is able to set value on hidden elements
So there is no need for noscript tag in password unmask
2. Set size on hidden field is not valid html, so set it later
when text element is displayed
2016-11-25 12:09:37 +08:00
David Monllao
0d9d55a3ad
Merge branch 'MDL-56584-master-fix1' of http://github.com/damyon/moodle
2016-11-25 11:15:32 +08:00
David Monllao
b4f82837ba
Merge branch 'MDL-55324-master-fix' of git://github.com/cameron1729/moodle
2016-11-25 11:11:20 +08:00
David Monllao
bae517c616
Merge branch 'MDL-57094-int-patch-1' of github.com:ryanwyllie/moodle
2016-11-25 10:52:00 +08:00
David Monllao
b68af8e6f8
Merge branch 'MDL-56801-master' of git://github.com/lameze/moodle
2016-11-25 10:40:39 +08:00
Ryan Wyllie
af46d1dd23
MDL-57094 admin_tool: fix subscription behat tests
2016-11-25 02:24:33 +00:00
David Monllao
b35c209d76
MDL-56551 calendar: Update behat test according to DOM changes
2016-11-25 10:06:36 +08:00
Damyon Wiese
a1e8265d48
MDL-57146 boost: New tabbed settings page missing branch links
...
Branches that are also links were not showing as links.
2016-11-25 10:00:22 +08:00
David Monllao
b71149c9ac
Merge branch 'MDL-56761-master' of git://github.com/ryanwyllie/moodle
2016-11-25 09:36:17 +08:00
Damyon Wiese
262253f624
MDL-56584 boost: Use tabindex-1 on nav drawer
...
Also use aria-hidden on unicode symbol for hamburger.
2016-11-25 09:27:17 +08:00
David Monllao
c15f993cde
Merge branch 'wip-mdl-56898-fix4' of https://github.com/rajeshtaneja/moodle
2016-11-25 09:24:24 +08:00
Rajesh Taneja
d2a44a71ac
MDL-56898 behat: Focus only works with JS
2016-11-25 09:20:52 +08:00
David Monllao
92fa8b8fde
Merge branch 'MDL-57126-master' of https://github.com/snake/moodle
2016-11-25 09:18:26 +08:00
David Monllao
29c96d214b
Merge branch 'MDL-55857-master' of git://github.com/danpoltawski/moodle
2016-11-25 08:46:04 +08:00
Marina Glancy
1adf21fc1d
MDL-57019 behat: corrections to the selectors, adding waiting
2016-11-25 08:38:24 +08:00
Jake Dallimore
d714aeb4f5
MDL-57126 core: add 'scss' to list of core filetypes.
...
This allows filetype restrictions to work when uploading additional
preset files on the Boost admin settings page.
2016-11-25 07:53:59 +08:00
David Mudrák
c03f1de198
MDL-56800 theme_boost: Clean up rendering of the radio buttons
...
The <input type="radio"> element does not support the size attribute so
there is no point of rendering it. Also fixed the example data as the
field name must not contain any whitespace.
2016-11-24 23:50:21 +01:00
David Mudrák
edd837038a
MDL-56800 theme_boost: Display frozen form's radios as disabled
...
For frozen (read-only) forms, the radio widget was not displayed at all
and only the legend text was displayed. So it was not possible to see
which one of the radios in a group was selected.
This patch mimics the original quick form rendering and displays the
radio as disabled.
2016-11-24 23:47:39 +01:00
Dan Poltawski
ad76556b76
Merge branch 'MDL-56948-master' of https://github.com/lucisgit/moodle
2016-11-24 15:58:05 +00:00
Dan Poltawski
9cc9690575
Merge branch 'MDL-57102-master' of git://github.com/jleyva/moodle
2016-11-24 10:43:21 +00:00
Dan Poltawski
b001cd4b17
Merge branch 'MDL-56431-filter-fix' of git://github.com/abgreeve/moodle
2016-11-24 09:45:53 +00:00
Dan Poltawski
74b8557661
Merge branch 'MDL-57013_master' of https://github.com/nadavkav/moodle
2016-11-24 09:44:32 +00:00
Adrian Greeve
72a5842bd7
MDL-56431 messaging: Added aria label to filter.
...
Added an aria label to the course filter in the
messaging page.
2016-11-24 17:33:22 +08:00
Dan Poltawski
304e8a8d0c
Merge branch 'wip-MDL-56586-master-2' of git://github.com/marinaglancy/moodle
2016-11-24 09:30:29 +00:00
Dan Poltawski
c5c8f3a6f5
Merge branch 'MDL-57118-master' of git://github.com/damyon/moodle
2016-11-24 09:26:52 +00:00
Marina Glancy
86ac6a3763
MDL-57019 behat: make tab navigation compatible with boost
2016-11-24 16:47:00 +08:00
Simey Lameze
539de849cd
MDL-57134 core_badges: add missing badgeslib.php include
2016-11-24 16:45:17 +08:00
David Monllao
68dde67d9f
Merge branch 'MDL-57094-master' of git://github.com/ryanwyllie/moodle
2016-11-24 15:53:26 +08:00
David Monllao
8b81daf4dd
Merge branch 'MDL-56429-master' of git://github.com/ryanwyllie/moodle
2016-11-24 15:47:31 +08:00
David Monllao
4de871f4ca
Merge branch 'MDL-57001-master' of git://github.com/damyon/moodle
2016-11-24 15:29:04 +08:00
Damyon Wiese
a955cf531c
MDL-57118 boost: Participants cog shows too much
...
Because 0 == 'participants' in php.
2016-11-24 15:27:17 +08:00
Andrew Nicols
9a102866be
Merge branch 'MDL-56564-master-2' of git://github.com/junpataleta/moodle
2016-11-24 15:22:12 +08:00
David Monllao
8411e0a508
Merge branch 'wip-mdl-56797' of https://github.com/rajeshtaneja/moodle
2016-11-24 15:19:18 +08:00
Ryan Wyllie
1fb687ea8f
MDL-56761 theme: fix RTL styling for hover tooltip
2016-11-24 07:12:46 +00:00
Damyon Wiese
2fedc0da7c
MDL-57001 roles: Do access check for switchroles
...
Put it in the API so it can't be skipped.
2016-11-24 15:11:19 +08:00
Damyon Wiese
7dba450fd4
MDL-57001 user_menu: Hide switch roles students
...
Check that there are switchable roles before showing the link in the user menu.
2016-11-24 15:11:19 +08:00
Damyon Wiese
22b8c5b842
MDL-57001 user_menu: Fixes for unit tests
...
We added a link to the user menu so we have to adjust the tests.
2016-11-24 15:11:19 +08:00
Damyon Wiese
8c224317ee
MDL-57001 switchroles: Add a cancel link to the page.
2016-11-24 15:11:19 +08:00
Damyon Wiese
70b03eff02
MDL-57001 switchroles: Move to user menu
...
Take this out of the navigation and force it in the user menu.
2016-11-24 15:11:19 +08:00
Damyon Wiese
7095f5be97
MDL-57001 usermenu: Add switch role to the bottom of the user menu
2016-11-24 15:11:19 +08:00
Andrew Nicols
4213f7e236
Merge branch 'wip-MDL-57019-fix' of https://github.com/marinaglancy/moodle
2016-11-24 15:09:43 +08:00
Simey Lameze
45d5594ecb
MDL-56801 theme_boost: remove registration_textfield rule
...
The registration_textfield conflicts with the form default styling and breaks form layout.
2016-11-24 14:40:38 +08:00
Marina Glancy
bf07b81543
MDL-56586 blocks: use template for non-JS add block selector
2016-11-24 14:24:59 +08:00
Damyon Wiese
be2247fb24
MDL-56586 blocks: Do the addblock in a modal
2016-11-24 14:24:59 +08:00
Marina Glancy
b1e5624ad9
MDL-56586 blocks: Fix mess with links to permissions
...
problem 1: links to blocks permissions changes were missing in boost
problem 2: when modifying link from dashboard user is returned to profile ('returnurl' passed but not respected)
problem 3: link to check permissions missing from category management page
fix: instead of respecting both 'return' and 'returnurl' parameter use only 'returnurl'
fix: use 'popup' layout when modifying permissions for a block
2016-11-24 14:24:59 +08:00
Marina Glancy
b11916d3e7
MDL-56586 blocks: allow theme to manage "Add a block" select
2016-11-24 14:24:56 +08:00
Ryan Wyllie
de4ca62e7a
MDL-56429 theme: add margin to processor settings form controls
...
Add a top margin to the form controls in the processor settings modal on
the notification preferences page to separate the content from the
controls.
2016-11-24 06:12:27 +00:00
Marina Glancy
b0842f61f4
MDL-57019 behat: new step to navigate to gradebook section
2016-11-24 12:46:27 +08:00
Cameron Ball
4d85886b5f
MDL-55324 atto_media: Reduce maximum height of atto modal
...
Previously after adding a few sources or expanding a few fieldsets
the modal would be pushed off the bottom of the screen. Here we
reduce the maximum height to allow it to remain visible.
2016-11-24 12:31:30 +08:00
David Monllao
692c1bf345
Merge branch 'MDL-56391_master-fix' of https://github.com/markn86/moodle
2016-11-24 11:28:00 +08:00
Mark Nelson
bb3a1d6f39
MDL-56391 core_user: fixed failing behat
2016-11-24 11:24:32 +08:00
Simey Lameze
b6f549d139
MDL-57097 mod_assign: add event listener to avoid form submit
2016-11-24 11:24:25 +08:00
Jun Pataleta
144c149704
MDL-56564 mod_lti: Reset fields before updating tool matches
2016-11-24 11:09:03 +08:00
Andrew Nicols
2ecb3ffa97
Merge branch 'wip-mdl-56898-fix3' of https://github.com/rajeshtaneja/moodle
2016-11-24 11:08:55 +08:00
David Monllao
fa42b7bc69
Merge branch 'MDL-57069_master' of git://github.com/markn86/moodle
2016-11-24 11:04:28 +08:00
Cameron Ball
e24699cc7a
MDL-55324 atto_media: Preserve help text when adding sources
2016-11-24 10:55:05 +08:00
David Monllao
ff8b71ef7b
Merge branch 'MDL-56871_master' of git://github.com/markn86/moodle
2016-11-24 09:53:45 +08:00
David Monllao
55f8edfdf2
Merge branch 'MDL-56993-master' of git://github.com/damyon/moodle
2016-11-24 09:50:31 +08:00
David Monllao
654efef456
Merge branch 'MDL-56551-master' of git://github.com/damyon/moodle
2016-11-24 09:47:18 +08:00
Andrew Nicols
65f0ef9e34
Merge branch 'wip-mdl-57112' of https://github.com/rajeshtaneja/moodle
2016-11-24 08:43:45 +08:00
Rajesh Taneja
febbb9f8cd
MDL-57112 behat: Social activity block is by default present
2016-11-24 07:45:55 +08:00
Rajesh Taneja
8c35e49b37
MDL-56898 behat: No need to trigger error, as it sometimes hangs behat
2016-11-24 07:31:38 +08:00
Rajesh Taneja
b3502be320
MDL-56898 behat: Ensure we have button in viewport and page is stable
2016-11-24 07:27:19 +08:00
Juan Leyva
851b291998
MDL-57102 tool_mobile: Return launchurl when sign-up enabled
2016-11-23 19:35:08 +00:00
Juan Leyva
813320fbb6
MDL-57102 auth: Add new signup_is_enabled function
...
And apply the function in:
- login/signup.php
- blocks/login/block_login.php
2016-11-23 19:35:08 +00:00
Damyon Wiese
9d44510d60
MDL-57100 JS: Exceptions give exceptions
...
Exceptions returned from ajax are not in the format expected by the JS, so
an error occurs and the exception popups are not appearing.
2016-11-23 18:07:26 +00:00
Dan Poltawski
4b287476f3
Merge branch 'MDL-53964' of https://github.com/timhunt/moodle
2016-11-23 16:07:28 +00:00
AMOS bot
c61d7c0802
Merge branch 'master' into install_master
2016-11-24 00:06:13 +08:00
Dan Poltawski
183b1d6785
MDL-56995 boost: fix css lint warning
2016-11-23 15:47:12 +00:00
Dan Poltawski
2a55269ce8
Merge branch 'MDL-56584-master' of git://github.com/damyon/moodle
2016-11-23 15:44:29 +00:00
Dan Poltawski
2ec4ed4dba
Merge branch 'MDL-56995-master' of git://github.com/damyon/moodle
2016-11-23 15:07:26 +00:00
Damyon Wiese
242997744d
MDL-56995 boost: Hide navigation for print media
...
Hide the navigation elements, flat navigation settings menus etc when
printing.
2016-11-23 22:32:20 +08:00
Dan Poltawski
203f51d627
MDL-57064 tests: update externallib test
2016-11-23 13:00:29 +00:00
Dan Poltawski
9f82774a8b
Merge branch 'MDL-57064-master' of git://github.com/FMCorz/moodle
2016-11-23 12:46:18 +00:00
Dan Poltawski
c8012422eb
Merge branch 'MDL-35949' of https://github.com/timhunt/moodle
2016-11-23 12:31:22 +00:00
Dan Poltawski
68153d5cbc
Merge branch 'MDL-56564-master-2' of git://github.com/junpataleta/moodle
2016-11-23 11:27:20 +00:00
Dan Poltawski
be58f604b5
Merge branch 'MDL-57112-master' of git://github.com/cameron1729/moodle
2016-11-23 10:34:33 +00:00
Dan Poltawski
93b68886e9
Merge branch 'MDL-57093-master' of git://github.com/ryanwyllie/moodle
2016-11-23 10:32:01 +00:00
Dan Poltawski
fd111ccabf
MDL-57061 boost: build js
2016-11-23 10:23:02 +00:00
Dan Poltawski
2664ef1861
Merge branch 'MDL-57061-master' of git://github.com/FMCorz/moodle
2016-11-23 10:18:48 +00:00
Adrian Greeve
58c2684db2
MDL-56431 messaging: Set focus to the write a message box.
2016-11-23 09:13:51 +00:00
Adrian Greeve
d14207fd25
MDL-56431 messaging: Adding access to messaging.
...
This adds the most crucial elements needed for making
the messaging page accessible. There are still some other
areas that need addressing.
2016-11-23 09:13:50 +00:00
Damyon Wiese
c0f89860ec
MDL-56993 boost: Add behat tests for boost nav menus
2016-11-23 16:47:25 +08:00
Mark Nelson
cb8057531f
MDL-56871 core_message: fix inconsistent online status between panels
2016-11-23 16:32:46 +08:00
Dan Poltawski
19d8b0f9e1
Merge branch 'MDL-56182-master' of git://github.com/FMCorz/moodle
2016-11-23 08:26:38 +00:00
Cameron Ball
1b367ac6e8
MDL-57112 blocks: Add back social_activities block for social courses.
...
Courses in the social format are difficult to use. This patch
simply adds back the social activities block to the social
course format.
2016-11-23 16:06:37 +08:00
Andrew Nicols
a954685767
Merge branch 'MDL-56988-master' of git://github.com/lameze/moodle
2016-11-23 15:53:49 +08:00
Andrew Nicols
020fb9d2dc
Merge branch 'MDL-56733-master' of git://github.com/ankitagarwal/moodle
2016-11-23 15:50:38 +08:00
Ankit Agarwal
2c0dfa7d33
MDL-56733 boost: Add a preset repo link
2016-11-23 13:14:48 +05:30
Damyon Wiese
ea5084f7f1
MDL-56993 boost: Fix navigation for singleactivity format
...
The single activity course format has no course front page, so we need
to make a special case for it so it's possible to get to the course
admin menu and put the course nodes in the flat navigation.
2016-11-23 15:31:27 +08:00
Simey Lameze
270b2e443c
MDL-56988 report: review and apply boosty styles to all reports
2016-11-23 15:30:32 +08:00
Mark Nelson
afa68a8174
MDL-57069 core_message: prevent past messages being loaded
2016-11-23 14:26:14 +08:00
Andrew Nicols
2a58fef860
Merge branch 'MDL-57059-master' of git://github.com/lameze/moodle
2016-11-23 14:15:42 +08:00
David Monllao
d062d64fb8
Merge branch 'MDL-56116-master' of git://github.com/FMCorz/moodle
2016-11-23 14:01:48 +08:00
Frederic Massart
862816eec3
MDL-56116 theme_boost: Improve developer documentation related to themes
2016-11-23 13:55:28 +08:00
Ryan Wyllie
b487a7c028
MDL-57094 message: change view more link in notification popover
2016-11-23 05:54:07 +00:00
Simey Lameze
bea19e0dec
MDL-57059 theme_boost: add rule to fix slot number misalignment
2016-11-23 13:37:55 +08:00
Jun Pataleta
1b669ebeba
MDL-56564 mod_lti: External tool form fixes
...
* Revert disabling of the Preconfigured tool field on edit mode
* Reset LTI tool configuration fields when selecting a different
preconfigured tool.
* Behat fixes for UI changes.
2016-11-23 13:10:51 +08:00
Frederic Massart
e0c5ffb681
MDL-57061 theme_boost: Focus the invalid form elements on error
2016-11-23 12:11:57 +08:00
Andrew Nicols
5bda9fe900
Merge branch 'MDL-55324-master' of git://github.com/cameron1729/moodle
2016-11-23 12:09:46 +08:00
Cameron Ball
28e93cc41b
MDL-55324 atto_media: Implement HTML compliant media plugin
...
This patch completely reworks the atto media plugin to allow
insertion of HTML media elements.
2016-11-23 11:57:33 +08:00
Cameron Ball
a60a98d900
MDL-55324 filepicker: Explicitly set callback from showFilePicker
...
Prior to this patch the callback passed to showFilePicker was saved
and reused for subsequent calls. This doesn't allow the use of a function
for generating the callback.
This patch explicitly sets the callback each time.
2016-11-23 11:56:40 +08:00
Andrew Nicols
44cf94a877
Merge branch 'wip-MDL-57019-master' of git://github.com/marinaglancy/moodle
2016-11-23 11:54:16 +08:00
David Monllao
d5c2829b06
MDL-56902 version: Triggering a major upgrade
2016-11-23 11:50:26 +08:00
David Monllao
b3440a13cc
Merge branch 'MDL-56902-master-fix1' of http://github.com/damyon/moodle
2016-11-23 11:48:44 +08:00
Ryan Wyllie
52aeda247c
MDL-57093 forum: less specific unread styling
...
Changed the CSS for unread styling to no longer use ids because the
rules are too specific and override other elements with the .unread
class on the forum pages.
2016-11-23 03:40:30 +00:00
Damyon Wiese
48489fb93a
MDL-56551 calendar: cibot fixes from this issue
2016-11-23 11:25:57 +08:00
Damyon Wiese
7ee4a28719
MDL-56551 calendar: Events list fixes for boost
...
The events list is now a list of cards with headers.
Spacing and layout is now done with bootstrap utility classes.
The existing classes were kept - and the styles for bootstrapbase are not changed much.
Also calendar colours can be overridden from a preset.
2016-11-23 11:25:52 +08:00
Damyon Wiese
1ac36fa9f7
MDL-56902 blocks: No theme blocks if fake blocks only
...
When showing only fake blocks, never auto create the blocks for the
theme. This would give you double blocks.
2016-11-23 11:07:32 +08:00
Frederic Massart
6b7e523b5d
MDL-56182 mod_lti: Include the query string when comparing type URLs
2016-11-23 10:16:50 +08:00
David Monllao
8fb1b3bb68
Merge branch 'MDL-56391_master' of git://github.com/markn86/moodle
2016-11-23 09:49:03 +08:00
Dan Poltawski
3fd840072f
MDL-56988 report: attempt to improve styling of reports
2016-11-23 08:50:06 +08:00
David Monllao
44c3d0775c
Merge branch 'MDL-56902-master' of git://github.com/damyon/moodle
2016-11-23 08:29:41 +08:00
David Monllao
111d6b8f24
Merge branch 'MDL-57089-master' of git://github.com/ankitagarwal/moodle
2016-11-23 08:20:13 +08:00
David Monllao
74138c7cd0
Merge branch 'MDL-57087_master' of git://github.com/markn86/moodle
2016-11-23 08:01:25 +08:00
Dan Poltawski
0484a0d511
Merge branch 'MDL-57075-master' of git://github.com/ryanwyllie/moodle
2016-11-22 21:14:20 +00:00
Dan Poltawski
95b25310ce
Merge branch 'MDL-56795-master' of git://github.com/damyon/moodle
2016-11-22 21:01:59 +00:00
Dan Poltawski
1da2cf3bc0
Merge branch 'MDL-57018-master' of git://github.com/damyon/moodle
2016-11-22 20:59:17 +00:00
Dan Poltawski
cb151980c4
Merge branch 'MDL-56656-master' of git://github.com/ankitagarwal/moodle
2016-11-22 18:05:10 +00:00
Dan Poltawski
03f450c10d
Merge branch 'MDL-56987-master' of git://github.com/damyon/moodle
2016-11-22 18:01:38 +00:00
Dan Poltawski
d3b13065ce
Merge branch 'MDL-57012-master' of git://github.com/damyon/moodle
2016-11-22 18:01:10 +00:00
Dan Poltawski
73430100ff
Merge branch 'MDL-57042-master' of git://github.com/damyon/moodle
2016-11-22 18:00:45 +00:00
AMOS bot
499f4a7823
Automatically generated installer lang files
2016-11-23 00:04:53 +08:00
Eloy Lafuente (stronk7)
0fbe41f4cd
Moodle release 3.2rc2
2016-11-22 16:22:21 +01:00
Dan Poltawski
e122972d3f
Merge branch 'MDL-56938-master-fix1' of http://github.com/damyon/moodle
2016-11-22 10:26:52 +00:00
Ankit Agarwal
7597ab0b99
MDL-56656 messages: Proper multilang formating in messaging pages
2016-11-22 14:51:12 +05:30
Damyon Wiese
57bfb7c30a
MDL-56938 filter_media: Responsive size fallback player
...
Apply responsive sizing to any video element in a media filter div.
This applys to the HTML5 video player and the fall back player if
video.js fails to load.
2016-11-22 17:04:55 +08:00
Ankit Agarwal
2561e79fca
MDL-57089 boost: Fix single select rendering
...
Also added context docs to the template file
2016-11-22 14:06:59 +05:30
John Okely
529e944a8c
MDL-56782 custommenu add multilang example
2016-11-22 15:12:55 +08:00
Damyon Wiese
45ed4271b7
MDL-56902 blocks: no nav / settings in boost
...
Upgraded sites switching to boost should not see nav/settings blocks.
2016-11-22 15:02:51 +08:00
Damyon Wiese
51718b752d
MDL-56902 blocks: Prevent blocks returning when switching themes.
...
Now if the current theme requires some blocks that don't exist, they
will be created - but with a new flag that indicates this block should
only be returned if the current theme requires it. This allows flipping back
and forth between boost and clean without restoring the nav and settings blocks
in boost.
2016-11-22 14:53:24 +08:00
Mark Nelson
9c6c29932a
MDL-56391 core_message: addressed confusing links on the profile page
...
1) Use the string 'Send message' rather than 'View messages'.
2) Removed the 'View messages' string as it is no longer used
and was introduced in the new messaging UI.
3) Removed the 'View profile' link and made the user's profile
picture a link to their profile instead, this was only
recently plausible because of MDL-57036.
2016-11-22 14:35:19 +08:00
Damyon Wiese
8cdff4beda
MDL-56584 boost: Focus on drawer when it is opened
2016-11-22 14:05:43 +08:00
Damyon Wiese
95210c6650
MDL-56987 bootstrapbase: Center align in page modals
2016-11-22 13:31:50 +08:00
Mark Nelson
3c1cdac63f
MDL-57087 core_message: ignore site policy if logged in as admin
2016-11-22 13:20:49 +08:00
Frederic Massart
84979ab793
MDL-57064 course: Return all properties when getting navigation options
2016-11-22 12:58:52 +08:00
Andrew Nicols
8d294e729f
Merge branch 'MDL-57035-master' of git://github.com/FMCorz/moodle
2016-11-22 12:02:45 +08:00
Damyon Wiese
a51122983c
MDL-57018 boost: Style marking guide entry form
...
Add boost styles to marking guide entry form.
2016-11-22 11:47:45 +08:00
David Monllao
82f9746962
Merge branch 'MDL-56782-master' of git://github.com/damyon/moodle
2016-11-22 11:46:13 +08:00
Frederic Massart
cbca970ab7
MDL-57035 repository_skydrive: Compability with converged type apps
...
http://go.microsoft.com/fwlink/p/?LinkID=615760
2016-11-22 11:46:05 +08:00
Damyon Wiese
e466e337b0
MDL-57018 marking guide: Style frequent comments
...
Style frequently used comments for bootstrap 4.
2016-11-22 11:46:01 +08:00
Ryan Wyllie
a6a277f06c
MDL-57075 message: notification popover see all link
...
The "see all" link in the notification popover should link to the full
notifications page similar to how the "see all" link in the message
popover links to the messaging page.
2016-11-22 03:44:26 +00:00
Andrew Nicols
282f0437f1
Merge branch 'wip-mdl-56898-fixup' of https://github.com/rajeshtaneja/moodle
2016-11-22 11:33:25 +08:00
Andrew Nicols
873a7e1e86
Merge branch 'MDL-56683-master' of git://github.com/damyon/moodle
2016-11-22 11:27:28 +08:00
Andrew Nicols
38a8590ed0
Merge branch 'wip-mdl-56994' of https://github.com/rajeshtaneja/moodle
2016-11-22 11:22:30 +08:00
Rajesh Taneja
45e862c4bd
MDL-56898 behat: Wait for pending JS after setting password
2016-11-22 11:20:30 +08:00
Andrew Nicols
d51d8ca2af
Merge branch 'MDL-55838-master' of git://github.com/damyon/moodle
2016-11-22 11:17:33 +08:00
Rajesh Taneja
f4565e7147
MDL-56994 behat: Fixed activity selector to find proper li
...
Previous to this patch, only 1 activity was
expected and if there are more than 1 activities
then it will fail. Improved step to find the
correct activity node by name
2016-11-22 11:02:52 +08:00
Damyon Wiese
52a51514f6
MDL-56683 theme_boost: Popovers on dynamic content
2016-11-22 10:28:25 +08:00
David Monllao
42cf4a3470
Merge branch 'MDL-57023-master' of git://github.com/andrewnicols/moodle
2016-11-22 10:23:21 +08:00
Damyon Wiese
5d03ab36b5
MDL-55838 theme_boost: Fix secure layout
...
It was out of date with the columns2 layout and had links outside it's content.
2016-11-22 10:22:17 +08:00
Andrew Nicols
727145bf1c
MDL-56407 message: Additional unit test for unblocked user
2016-11-22 09:45:52 +08:00
Brendan Heywood
3d8fbf39f7
MDL-52199 core_message: IMAP errors passed to task api
2016-11-22 12:44:30 +11:00
Andrew Nicols
d10ca75b8c
Merge branch 'MDL-56407-master-2' of git://github.com/junpataleta/moodle
2016-11-22 09:06:09 +08:00
Andrew Nicols
aacdf8e280
MDL-57023 tool_usertours: Ensure that the tour key is unique
...
The tour key was already unique, but this change makes it unique to the
current user too.
2016-11-22 09:05:31 +08:00
Andrew Nicols
aabebc7516
MDL-57023 tool_usertours: Update to v0.9.10
...
This new version of the library brings with it storage of the current
step number in the browser session storage.
This allows the page to reload whilst viewing a tour and have the tour
continue.
2016-11-22 09:05:31 +08:00
David Monllao
5009bcd9b4
Merge branch 'MDL-56986-master-fix' of https://github.com/lameze/moodle
2016-11-22 09:04:26 +08:00
Andrew Nicols
4b2790c580
Merge branch 'MDL-56809-master' of git://github.com/ankitagarwal/moodle
2016-11-22 08:49:18 +08:00
Simey Lameze
5e43ccd3b9
MDL-56986 block_course_summary: remove edit icon scenario from behat
2016-11-22 08:39:35 +08:00
Andrew Nicols
783ef76bfc
Merge branch 'MDL-56716-master' of git://github.com/damyon/moodle
2016-11-22 08:10:11 +08:00
Rajesh Taneja
49cf53dd93
MDL-56797 theme_boost: Fixed css on rubric icon so text wraps
2016-11-22 07:26:25 +08:00
Dan Poltawski
4b631c2d87
Merge branch 'wip-mdl-56898-fix2' of https://github.com/rajeshtaneja/moodle
2016-11-21 15:07:49 +00:00
Damyon Wiese
00f5c95590
MDL-57012 boost: Filepicker layout fix
...
Use container-fluid which is always 100% wide.
2016-11-21 21:35:12 +08:00
Damyon Wiese
7e81bd114e
MDL-56782 custommenu - update docs
...
We don't support sub-menus in all themes (boost) so we want to update
the docs and example.
2016-11-21 21:17:43 +08:00
Dan Poltawski
9446cb507c
Merge branch 'MDL-56318-master' of git://github.com/damyon/moodle
2016-11-21 09:55:09 +00:00
Damyon Wiese
ef25d51f5b
MDL-56795 boost: Close drawer after navigating on mobile
2016-11-21 17:26:45 +08:00
Damyon Wiese
21a5c3c447
MDL-56318 assign: Polish for assign grading in boost
...
These styles mostly remove the responsiveness from the grading form.
2016-11-21 16:59:39 +08:00
David Monllao
9557be1542
Merge branch 'MDL-57063-master' of git://github.com/FMCorz/moodle
2016-11-21 16:53:44 +08:00
Dan Poltawski
05551a935a
Merge branch 'MDL-56849-master' of git://github.com/damyon/moodle
2016-11-21 08:36:27 +00:00
Dan Poltawski
f7d76254fd
Merge branch 'MDL-56994-master-2' of git://github.com/junpataleta/moodle
2016-11-21 07:30:58 +00:00
Damyon Wiese
28f2458448
MDL-56849 mod_wiki: Update styles for boost
...
Make sure all form field have bootstrap styles. Use bootstrap tables on
tables. Remove custom styling. Prefer left-aligned text.
2016-11-21 15:19:16 +08:00
Damyon Wiese
e283c6ca33
MDL-56716 boost: Fix styling for review options
...
The checkbox form template was changed, so this custom rule needs
updating.
2016-11-21 15:08:41 +08:00
Rajesh Taneja
26fef01b6b
MDL-56898 behat: Go to a non html page to avoid any unwanted ajax calls
...
After scenario is finished, go to README.txt, so
there is no JS/AJAX calls pending and site is ready
for reset before next scenario
2016-11-21 14:16:49 +08:00
Rajesh Taneja
d9a9a87835
MDL-56898 behat: Ensure the page is stable before executing
2016-11-21 14:16:48 +08:00
David Monllao
e0ba33697f
Merge branch 'MDL-56938-master' of git://github.com/damyon/moodle
2016-11-21 14:09:43 +08:00
Ankit Agarwal
f318b74b49
MDL-56809 boost: Don't escape html in single select options
2016-11-21 11:38:51 +05:30
Ankit Agarwal
63531fff79
MDL-56809 boost: Add template context info
2016-11-21 11:38:51 +05:30
Andrew Nicols
51e8968635
Merge branch 'MDL-56612_master' of git://github.com/dmonllao/moodle
2016-11-21 13:40:00 +08:00
Andrew Nicols
e67c14053e
Merge branch 'MDL-56974-master' of git://github.com/jleyva/moodle
2016-11-21 13:21:27 +08:00
David Monllao
30f023b1b3
Merge branch 'MDL-56975-master' of git://github.com/jleyva/moodle
2016-11-21 13:15:40 +08:00
Damyon Wiese
fce0f1c235
MDL-56938 messages: Images and videos display badly in messaging
...
Make sure they get minimum and maximum width so they don't overflow and
don't appear tiny.
2016-11-21 13:01:36 +08:00
David Monllao
57c01bca0e
MDL-56612 navigation: Remove redundant load_courses_enrolled call
2016-11-21 12:42:09 +08:00
David Monllao
7d432be4e9
Merge branch 'MDL-57017-master' of git://github.com/andrewnicols/moodle
2016-11-21 12:40:26 +08:00
Andrew Nicols
2380daba7b
Merge branch 'MDL-57054-master' of git://github.com/jleyva/moodle
2016-11-21 12:38:05 +08:00
Damyon Wiese
9741087ffd
MDL-57042 messaging: When selecting a user, go to send message
...
This is the whole point of this UI - make it the default action after
searching and selecting a user. You can still get to their profile by
clicking their name in the header of the messaging pane.
2016-11-21 12:22:30 +08:00
David Monllao
2f5208ea1b
Merge branch 'MDL-57049-master' of https://github.com/snake/moodle
2016-11-21 11:49:59 +08:00
Andrew Nicols
1e9487092d
Merge branch 'MDL-56877' of https://github.com/eSrem/moodle
2016-11-21 11:08:01 +08:00
Frederic Massart
3d3fb328b4
MDL-57063 backup: Do not try to set default value on locked setting
...
We cannot set a default value on settings which are 'config' or
'permission' locked or an exception will be thrown from
base_setting::set_value.
2016-11-21 11:03:41 +08:00
Andrew Nicols
23bb1871b3
Merge branch 'MDL-55275' of https://github.com/tobiasreischmann/moodle
2016-11-21 11:01:40 +08:00
Andrew Nicols
896718ef79
Merge branch 'MDL-56943-master' of git://github.com/danpoltawski/moodle
2016-11-21 10:54:09 +08:00
David Monllao
dfe7cbe4cf
Merge branch 'MDL-57036_master' of git://github.com/markn86/moodle
2016-11-21 10:51:29 +08:00
Jun Pataleta
25bfa25190
MDL-56994 mod_forum: Auto-create news forum if course format supports it
2016-11-21 10:05:05 +08:00
Jun Pataleta
e47d61e198
MDL-56994 course: Show News field only if course format supports news
2016-11-21 10:05:01 +08:00
Jun Pataleta
87799e9fba
MDL-56994 course: New method to check if format supports news forum
2016-11-21 09:50:55 +08:00
David Monllao
30cfed3731
Merge branch 'MDL-57052-master' of git://github.com/jleyva/moodle
2016-11-21 09:47:51 +08:00
David Monllao
406f1eb76d
Merge branch 'MDL-57051-master' of git://github.com/jleyva/moodle
2016-11-21 09:45:44 +08:00
Marina Glancy
fc14932c40
MDL-57019 core_grades: change default navigation to tabs
...
without navigation block in boost it is not easy to navigation between gradebook sections
2016-11-21 09:31:49 +08:00
Rajesh Taneja
7f24e5e654
MDL-56898 behat: Click on logout link in footer, it's faster
2016-11-21 09:25:35 +08:00
Rajesh Taneja
65eb39c0b4
MDL-56898 behat: Increase autosavefrequency for behat tests
...
We don't need editor to autosave, as this cause
unwanted ajax request
2016-11-21 09:25:35 +08:00
Rajesh Taneja
1bce723292
MDL-56898 behat: Try data reset if it fails because of pending process
2016-11-21 09:25:35 +08:00
David Monllao
f48cc821db
Merge branch 'MDL-56972-master' of https://github.com/snake/moodle
2016-11-21 09:05:40 +08:00
Jake Dallimore
0a5cafcbe9
MDL-57049 libraries: update jqueryui version in requirejs path
2016-11-21 08:57:53 +08:00
Andrew Nicols
5084343b3f
Merge branch 'MDL-42977-master' of git://github.com/lameze/moodle
2016-11-21 08:52:42 +08:00
David Monllao
a4abacc9a6
Merge branch 'MDL-56986-master' of git://github.com/lameze/moodle
2016-11-21 08:51:47 +08:00
David Monllao
ff687b9c15
Merge branch 'MDL-56843-master' of git://github.com/lameze/moodle
2016-11-21 08:48:22 +08:00
Andrew Nicols
b0db945b11
Merge branch 'MDL-57002-master' of git://github.com/FMCorz/moodle
2016-11-21 08:21:31 +08:00
Tim Hunt
edf2f7bdf1
MDL-53964 qtype_ddmarker: marker label 0 should be allowed
2016-11-20 21:32:55 +00:00
Tim Hunt
030d8f22c2
MDL-35949 quiz accessibility: move input outside label
2016-11-20 16:59:00 +00:00
Juan Leyva
d0da94cdf4
MDL-56974 auth_email: Incorrect param type for redirect in sign_up WS
2016-11-19 18:21:56 +00:00
Juan Leyva
02bb0c0637
MDL-56975 tool_mobile: Fix page set_url
2016-11-19 18:15:59 +00:00
Juan Leyva
8abfb7b1bb
MDL-57054 mod_quiz: check_updates_since not returning questionids
2016-11-19 17:44:48 +00:00
Juan Leyva
0840b3e687
MDL-57052 course: Missing required file in check_module_updates_since
2016-11-19 17:27:01 +00:00
Juan Leyva
6706c1cb12
MDL-57051 course: Do not return directories in check_module_updates
2016-11-19 16:54:31 +00:00
Tony Butler
40e0baf08e
MDL-56948 mod_assign: Don't call get_grade_item() unless we have one
2016-11-18 15:37:09 +00:00
Dan Poltawski
835f1f9add
Merge branch 'MDL-57038-master' of git://github.com/FMCorz/moodle
2016-11-18 14:41:56 +00:00
Dan Poltawski
b3fd942b52
Merge branch 'MDL-56693_master' of git://github.com/dmonllao/moodle
2016-11-18 14:25:20 +00:00
Dan Poltawski
cd4a6b8b0b
Moodle release 3.2rc1
2016-11-18 10:06:20 +00:00
Dan Poltawski
644444829a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-11-18 10:06:18 +00:00
Dan Poltawski
ff308ab4fb
Merge branch 'MDL-56959-master-fixup' of https://github.com/FMCorz/moodle
2016-11-18 07:53:31 +00:00
Frederic Massart
755b013fdf
MDL-56959 output: Prevent notice when csstreepostprocess is undefined
2016-11-18 15:47:32 +08:00
EizEddin AlKatrib
af28ceb945
MDL-42977 course: Fixed the default behaviour of the Collapse/Expand all link
2016-11-18 14:24:42 +08:00
Frederic Massart
538ce414a5
MDL-57002 repository_webdav: Use default temporary file name
...
The WebDAV library does not like when there are UTF-8 characters
in the temporary file name. It changes the path but does not return
it, so the file ends up being saved somewhere unknown. As we do not
need the file name at all, we let repository::prepare_file()
generate one.
2016-11-18 12:47:59 +08:00
David Monllao
f2e599d51c
MDL-56693 boost: Highlight config.php settings in admin UI
2016-11-18 12:22:59 +08:00
Jake Dallimore
fe9864f488
MDL-56972 backup: fix question category stamp duplicates during restore
...
To kerb future stamp duplication, MDL-54864 added a unique index to the
question_categories table (stamp, contextid) and added an upgrade step
to fix existing duplicate stamps. It missed the case where a course with
duplicate stamps in the same context is directly restored into moodle
3.1, causing index clashes. This issue provides a fix for that.
2016-11-18 11:15:02 +08:00
Mark Nelson
f4c39cb983
MDL-57036 core_message: always show profile picture on messaging UI
2016-11-18 11:13:36 +08:00
Frederic Massart
3d66b5a100
MDL-57038 theme_bootstrapbase: Fix expand icon with RTL auto-flipped
2016-11-18 11:05:10 +08:00
Andrew Nicols
cb3f67364d
Merge branch 'MDL-56463_master-fix2' of git://github.com/dmonllao/moodle
2016-11-18 11:02:19 +08:00
Simey Lameze
b95a05a536
MDL-56843 theme_boost: remove top margin from repository search div
2016-11-18 09:47:30 +08:00
Simey Lameze
2da36b3750
MDL-56986 block_course_summary: remove unnecessary small cog icon
2016-11-18 09:18:46 +08:00
David Monllao
aab30ea828
Merge branch 'MDL-55869_m32v1' of https://github.com/sbourget/moodle
2016-11-18 09:16:06 +08:00
David Monllao
74c21d51d0
Merge branch 'MDL-55566_m32v1' of https://github.com/sbourget/moodle
2016-11-18 09:05:13 +08:00
David Monllao
b14a04e0a4
MDL-56463 tool_mobile: Set object properties always in same order
...
There are differences in http://php.net/manual/en/function.list.php
between PHP 5 and in PHP 7. They neither recommend to rely on the new order
as it may change again in future.
2016-11-18 08:50:08 +08:00
Andrew Nicols
8a668f75a8
Merge branch 'MDL-56989-master' of git://github.com/danpoltawski/moodle
2016-11-18 07:55:42 +08:00
Andrew Nicols
3e5a1d8029
Merge branch 'MDL-57004-master' of git://github.com/ankitagarwal/moodle
2016-11-18 07:27:15 +08:00
Dan Poltawski
099a2aee68
Merge branch 'MDL-56959-master' of git://github.com/FMCorz/moodle
2016-11-17 18:01:58 +00:00
AMOS bot
a7c01b5876
Automatically generated installer lang files
2016-11-18 00:06:34 +08:00
David Monllao
e23e6c2f64
Merge branch 'MDL-56826-master-fix1' of git://github.com/damyon/moodle
2016-11-17 20:25:31 +08:00
David Monllao
f209d76b0d
Merge branch 'MDL-57015' of git://github.com/stronk7/moodle
2016-11-17 20:23:20 +08:00
Dan Poltawski
abdffed5fc
Merge branch 'wip-MDL-56869-master' of https://github.com/marinaglancy/moodle
2016-11-17 11:32:49 +00:00
Ankit Agarwal
40e24fda5b
MDL-57004: boost: Show action menu on section pages
2016-11-17 16:31:50 +05:30
Dan Poltawski
486fac73f2
Merge branch 'MDL-56467_master' of git://github.com/markn86/moodle
2016-11-17 10:15:51 +00:00
Virgil Ashruf
5ceb68d169
MDL-56877 autogroup form: no limit on cohorts
2016-11-17 10:46:53 +01:00
Dan Poltawski
a0c3ab0b30
Merge branch 'MDL-56767-master-fix' of https://github.com/lameze/moodle
2016-11-17 08:51:18 +00:00
Damyon Wiese
009c57d730
MDL-56826 question: Add bootstrap styles to question preview
2016-11-17 16:14:34 +08:00
David Monllao
820a43510f
Merge branch 'MDL-56763-master' of git://github.com/lameze/moodle
2016-11-17 16:10:01 +08:00
Frederic Massart
493ef66ecd
MDL-56959 theme: Inherit the parent CSS tree post processor
2016-11-17 15:18:29 +08:00
Frederic Massart
41b973bcbb
MDL-56959 theme: SCSS file is inherited from parent
...
Also added support for the SCSS property to be a Closure
and return content rather than simply being the name of a file.
2016-11-17 15:18:29 +08:00
David Monllao
237af2ba61
Merge branch 'MDL-56734-master' of git://github.com/lameze/moodle
2016-11-17 15:10:52 +08:00
Andrew Nicols
79f15159da
Merge branch 'wip-MDL-57007-master' of git://github.com/marinaglancy/moodle
2016-11-17 14:36:02 +08:00
Andrew Nicols
2f0cd733be
Merge branch 'MDL-56822-master' of git://github.com/cameron1729/moodle
2016-11-17 14:33:39 +08:00
David Monllao
4006e187f3
MDL-56826 version: Increase version after history rewrite
2016-11-17 14:25:52 +08:00
David Monllao
98f43f1b08
Merge branch 'MDL-56826-master' of git://github.com/damyon/moodle
2016-11-17 14:24:59 +08:00
Damyon Wiese
12d6dfc1ce
MDL-56826 questions: Add styling for boost theme
...
Changes include:
* question: Add bootstrap classes to buttons and selects so they look consistent.
* mod_quiz: Add bootstrap styles to report form elements
* question: Add bootstrap classes to question form elements
* And remove the success/fail styles from boost because they conflict badly
with the quiz plugin styles (making unreadable text).
* quiz: nav block buttons had black background
* quiz: Add bootstrap styles to quiz navigation buttons
* qtype_ddmarker: Remove bullets from list
Edit form coordinates preview had list bullets for each coordinate.
* boost: Prevent menu scrolling on quiz edit
* mod_quiz: Add bootstrap styles to edit quiz fields
Pagination and max grades forms.
* quiz: Undo some custom styles on review options
These checkboxes were laid out in a fake grid with no responsiveness
that conflicts with the bootstrap form-inline templates. Reset the
custom style to bootstrap default.
* quiz: Fix unit tests for boost changes
* qtype_ddwtos: Accurate positioning of drop targets
* questions: Make the review page responsive
* question: bootstrap 4 compatibility
.alert in bs4 contains no colours by default, you need to mix it with
one of the context classes to get some change in colours, borders etc.
2016-11-17 14:20:52 +08:00
Simey Lameze
25ca6f1638
MDL-56763 theme_boost: ignore boostrap popover rtl scss
...
Because Bootstrap Javascript does is not expecting to be flipped, it breaks the popover on RTL languages.
We already swap the directions on the help icon template so popover scss rules can be ignored.
2016-11-17 14:19:49 +08:00
Simey Lameze
7508e218d2
MDL-56767 theme_boost: change remember username checkbox to bs4 style
2016-11-17 13:36:21 +08:00
Andrew Nicols
3d15dfc9d2
Merge branch 'MDL-56221' of https://github.com/bostelm/moodle
2016-11-17 13:31:33 +08:00
David Monllao
c35ef2e9a0
Merge branch 'MDL-56463_master-fix' of git://github.com/dmonllao/moodle
2016-11-17 13:27:21 +08:00
David Monllao
96abc5f1cd
MDL-56763 tool_mobile: Unit test fix
...
Checking external_format_text return instead of just using SITE->summary
2016-11-17 13:25:54 +08:00
Simey Lameze
d78207b6c3
MDL-56734 tool_lp: add competency frameworks repo button
2016-11-17 13:15:56 +08:00
David Monllao
d41b1ba49e
Merge branch 'MDL-56463-master' of git://github.com/jleyva/moodle
2016-11-17 13:10:23 +08:00
Marina Glancy
e938ea398c
MDL-57007 behat: assume all capabilities during installation
2016-11-17 13:07:09 +08:00
David Monllao
29dfbb422f
Merge branch 'MDL-56842-master' of git://github.com/danpoltawski/moodle
2016-11-17 12:28:34 +08:00
David Monllao
9ecf0674ff
Merge branch 'MDL-56870-master-v2' of https://github.com/snake/moodle
2016-11-17 12:18:26 +08:00
Cameron Ball
b5b7af96bb
MDL-56822 messaging: Hide notification icons on site policy screen
...
If we have the nofications and messaging popovers displaying on the
policy confirmation screen we hit an exception since the webservices
won't work if the policy hasn't been agreed to.
This patch simply stops them from showing if the site policy hasn't
been agreed to.
2016-11-17 12:10:52 +08:00
Andrew Nicols
76acac80eb
Merge branch 'MDL-56978_iconv' of https://github.com/mrmark/moodle
2016-11-17 11:20:39 +08:00
Jake Dallimore
a428cf4ac8
MDL-56870 lib: block access to deleted module in require_login
2016-11-17 10:57:13 +08:00
David Monllao
0915860e51
Merge branch 'MDL-52186-master' of git://github.com/junpataleta/moodle
2016-11-17 10:42:08 +08:00
Jun Pataleta
b62bebbf1c
MDL-52186 enrol_meta: Sync only active enrol_meta instances
...
Thanks to Peter Klinka for the solution!
2016-11-17 10:40:54 +08:00
David Monllao
75166d0627
Merge branch 'wip-mdl-56865' of https://github.com/rajeshtaneja/moodle
2016-11-17 10:35:38 +08:00
David Monllao
6dc3a5b699
Merge branch 'MDL-56915-master' of git://github.com/FMCorz/moodle
2016-11-17 10:32:00 +08:00
Andrew Nicols
c6b4421524
MDL-57017 tool_usertours: Allow targetting of the frontpage
2016-11-17 10:23:00 +08:00
Andrew Nicols
50e16a67ab
Merge branch 'MDL-56767-master' of git://github.com/danpoltawski/moodle
2016-11-17 10:07:35 +08:00
Eloy Lafuente (stronk7)
7336ba40d5
MDL-57015 tests: Use preventResetByRollback() if test uses transactions
2016-11-17 02:41:31 +01:00
David Monllao
a813b0c3dc
Merge branch 'MDL-56999-master' of git://github.com/damyon/moodle
2016-11-17 09:31:07 +08:00
Jun Pataleta
26dca05d02
MDL-56407 message: Indicate user is blocked in message area
2016-11-17 09:11:37 +08:00
Rajesh Taneja
920d7ffadd
MDL-56865 behat: Don't set error handler for behat install
2016-11-17 08:56:54 +08:00
Andrew Nicols
84c8c00959
Merge branch 'wip-mdl-56603' of https://github.com/rajeshtaneja/moodle
2016-11-17 08:51:47 +08:00
Rajesh Taneja
d48c0a1d9a
MDL-56603 behat: Fixed search messages string to use id
2016-11-17 08:46:32 +08:00
Eloy Lafuente (stronk7)
7b0057b895
Merge branch 'MDL-56922-master' of git://github.com/danpoltawski/moodle
2016-11-17 01:38:24 +01:00
Henning Bostelmann
9574320a36
MDL-56221 mod_assign: Suppress unwanted grade notifications
...
* Quick grading: Properly recognize unchanged grades
* Individual grading: Amend JS that transfers checkbox state
2016-11-16 21:53:33 +00:00
Nadav Kavalerchik
6e402aeb0a
MDL-57013 Theme_boost: Fix inline edit tooltip in RTL mode.
2016-11-16 23:38:28 +02:00
Mark Nielsen
6670d28fbc
MDL-56978 core: fix error handling in min_fix_utf8
...
Must completely suppress notice from iconv as Behat's
shutdown function uses error_get_last() which is
unable to detect if the error was suppressed or not.
2016-11-16 08:59:15 -08:00
Dan Poltawski
a4e2d64571
MDL-56943 boost: correct ARIA roles
...
* role="navigation" can't go directly on a list
* role="banner" should only be done once and not on a link
2016-11-16 16:52:03 +00:00
AMOS bot
7489d697be
Automatically generated installer lang files
2016-11-17 00:04:37 +08:00
Tobias Reischmann
1cca9a3479
MDL-55275 assign: Prevent exception under admin role assignment.
...
In group mode the submission status was displayed to admins.
This caused an exception when the admins were enrolled as teachers
in a course while being the only member of a group.
2016-11-16 16:55:22 +01:00
Dan Poltawski
310808b778
MDL-56989 boost: fix template lint issues
...
1) Add example context where missing
2) Don't use an uncessary function in JS
2016-11-16 14:56:29 +00:00
Juan Leyva
e2fe3bc081
MDL-56463 tool_mobile: Apply text formatting to tool_mobile WS
2016-11-16 14:54:37 +00:00
Dan Poltawski
6eb6c5fd6d
MDL-56989 boost: don't double-escape page titles
2016-11-16 14:41:03 +00:00
Dan Poltawski
6182ec8901
MDL-56842 boost: add example context to login template
2016-11-16 13:59:47 +00:00
Dan Poltawski
16732d0631
MDL-56842 boost: load required js on login page
2016-11-16 13:59:47 +00:00
Dan Poltawski
05a25f86dd
MDL-55857 boost: add example context
2016-11-16 13:24:24 +00:00
Dan Poltawski
8515e2d16d
MDL-55857 boost: template for checkboxes in repo plugins
...
Thanks to Damyon for the suggested markup
2016-11-16 13:12:18 +00:00
Dan Poltawski
7d3a7bbd1f
Merge branch 'MDL-33960-lti-scroll' of https://github.com/gabrielrosset/moodle
2016-11-16 13:03:38 +00:00
Dan Poltawski
3b195bfb81
MDL-56922 theme_boost: grey out activity icon when hidden
...
This was present in bootstrapbase and is I think an important visual
distinction.
2016-11-16 11:58:42 +00:00
David Monllao
e3cb80f10c
Merge branch 'wip-MDL-56847-master' of git://github.com/marinaglancy/moodle
2016-11-16 19:38:08 +08:00
Eloy Lafuente (stronk7)
904fcbee8b
Merge branch 'MDL-55362_master' of git://github.com/Chocolate-lightning/moodle
2016-11-16 11:29:01 +01:00
Frederic Massart
6321934c73
MDL-56205 theme_boost: Adjust margin between icon and caret in dropdowns
2016-11-16 10:20:53 +00:00
Eloy Lafuente (stronk7)
751122dbc0
Merge branch 'MDL-56908-master' of git://github.com/danpoltawski/moodle
2016-11-16 11:18:15 +01:00
Dan Poltawski
c1e74a0937
Merge branch 'MDL-56965-master' of git://github.com/ankitagarwal/moodle
2016-11-16 10:08:10 +00:00
Dan Poltawski
f882aed3b3
Merge branch 'wip-MDL-56776-master' of git://github.com/marinaglancy/moodle
2016-11-16 09:46:10 +00:00
Eloy Lafuente (stronk7)
e7b9ea226c
Merge branch 'MDL-56911-master' of git://github.com/ankitagarwal/moodle
2016-11-16 10:33:09 +01:00
Dan Poltawski
1bf9d6ac92
Merge branch 'MDL-56889-master' of git://github.com/danpoltawski/moodle
2016-11-16 09:20:28 +00:00
Frederic Massart
35b48c7aed
MDL-56915 webdav: Increase maximum expected header size
2016-11-16 17:19:19 +08:00
Dan Poltawski
706e012fd6
MDL-56889 boostrapbase: remove excessive stylelint-disables
...
From bs4-compat.less, replace with file level disable instead.
2016-11-16 08:50:14 +00:00
Simey Lameze
660b51e013
MDL-56889 bootstrapbase: create static bs4 compatible mixins
2016-11-16 08:50:08 +00:00
Marina Glancy
d76dd4d064
MDL-56869 media_videojs: upgrade video.js to 5.12.6
2016-11-16 16:27:30 +08:00
Dan Poltawski
6dc4c68e4e
MDL-56767 block_login: Use btn-block as suggested by Andrew
2016-11-16 08:09:14 +00:00
Marina Glancy
4125ce046b
MDL-56776 calendar: display month above the dates
...
month is displayed in table caption which is by default in the bottom in BS4
2016-11-16 15:46:56 +08:00
Andrew Nicols
7da7c1e24a
Merge branch 'wip-MDL-56603-master-v2' of git://github.com/abgreeve/moodle
2016-11-16 15:36:37 +08:00
Damyon Wiese
3eb9cc2f6e
MDL-56999 boost: Maintenance layout needs padding
2016-11-16 15:18:27 +08:00
Mark Nelson
393eccb077
MDL-56467 message_airnotifier: fixed settings pop-up not displaying
2016-11-16 14:56:32 +08:00
Adrian Greeve
d3d0248afc
MDL-56603 message: Added see all link to message popup.
2016-11-16 14:51:17 +08:00
Adrian Greeve
8151761378
MDL-56603 messaging: Add a new message link to popup.
...
Added a link to create a new message from the message
popup menu.
2016-11-16 14:51:17 +08:00
Andrew Nicols
faadaedb17
Merge branch 'wip-mdl-56710' of https://github.com/rajeshtaneja/moodle
2016-11-16 14:14:26 +08:00
Andrew Nicols
0064cb1193
Merge branch 'MDL-56967-master' of git://github.com/damyon/moodle
2016-11-16 14:05:07 +08:00
Andrew Nicols
a435242491
Merge branch 'wip-mdl-56981' of https://github.com/rajeshtaneja/moodle
2016-11-16 14:00:40 +08:00
David Monllao
70d2c9fcf8
Merge branch 'MDL-56784-master' of git://github.com/cameron1729/moodle
2016-11-16 13:49:51 +08:00
David Monllao
12ebaf1c6b
Merge branch 'MDL-56187-master' of git://github.com/damyon/moodle
2016-11-16 13:35:38 +08:00
Cameron Ball
8712a50ec2
MDL-56784 theme_boost: Fix escaped markup in filemanager_fileselect
...
The markup in the filemanager_fileselect template was being escaped,
causing a help icon not to display.
Additionally, the popover for the help icon was not display since
"loader.js" was not properly delegating the popover calls.
2016-11-16 13:10:51 +08:00
David Monllao
97279f8d5d
Merge branch 'MDL-56139_master' of git://github.com/markn86/moodle
2016-11-16 11:51:18 +08:00
Andrew Nicols
90677673da
Merge branch 'MDL-56958-master' of git://github.com/damyon/moodle
2016-11-16 11:07:20 +08:00
Mark Nelson
af5765b3fb
MDL-56139 core_message: removed unused constants
2016-11-16 10:22:52 +08:00
Mark Nelson
ffd7798c96
MDL-56139 core: changes after peer review
...
- No longer use the Fibonacci sequence for delaying the timeout.
It is too aggressive.
- The backoff_timer AMD module now expects the callback AND the
backoff function to be passed to the constructor.
- Added ability to specify polling frequency in config.php.
- Added helper function to return the cache key.
- Reworded the parameters for clarity.
2016-11-16 10:22:52 +08:00
Ryan Wyllie
fb1469d84f
MDL-56139 message: ajax poll for new messages in message area
2016-11-16 10:22:33 +08:00
Andrew Nicols
583278f070
Merge branch 'MDL-56703-master' of git://github.com/damyon/moodle
2016-11-16 10:16:09 +08:00
Andrew Nicols
901c0ea7de
Merge branch 'wip_MDL-48055_master_quiz_activity_report_grade_visibility' of https://github.com/POETGroup/moodle
2016-11-16 10:08:13 +08:00
David Monllao
8898725385
Merge branch 'MDL-56921_master' of https://github.com/nadavkav/moodle
2016-11-16 10:04:37 +08:00
Damyon Wiese
cee482ca4e
MDL-56703 boost: Fix mustache html warnings
...
Don't put div in a span
2016-11-16 10:01:19 +08:00
Damyon Wiese
7a9309f32e
MDL-56703 boost: Escaping bug in flat nav and navbar
...
The items in the flat navigation were double escaped. Also added
context to template.
2016-11-16 10:01:11 +08:00
Andrew Nicols
4642a8c593
Merge branch 'MDL-56193-master' of git://github.com/damyon/moodle
2016-11-16 09:52:55 +08:00
Damyon Wiese
4682f17c49
MDL-56967 boost: Fix for layout problem with IE11
2016-11-16 09:36:38 +08:00
Mathew May
44002b183c
MDL-55362 core: Fixed topic section default name empty h2 tag
2016-11-16 14:19:55 +13:00
Rajesh Taneja
4b371f9769
MDL-56710 editor: Fix box-sizing to context box
...
With BS4, box-sizing is border-box and this leads to
icon not shown properly. TinyMCE toolbar should use
box-sizing as context-box
2016-11-16 08:37:15 +08:00
David Monllao
e466786f78
Merge branch 'master_MDL-56358' of git://github.com/danmarsden/moodle
2016-11-16 08:33:45 +08:00
Andrew Nicols
6aefea74a4
Merge branch 'MDL-55209' of https://github.com/NeillM/moodle
2016-11-16 08:24:39 +08:00
Rajesh Taneja
4ea8f814a0
MDL-56981 behat: Fixed xpath of radio button to contain class
2016-11-16 08:14:07 +08:00
David Monllao
1c70e86b5e
Merge branch 'MDL-56942-master' of git://github.com/jleyva/moodle
2016-11-16 08:09:54 +08:00
David Monllao
900a2c554e
Merge branch 'm32_MDL-56917_TLS_Env_Checks_Based_On_Caps_Not_Raw_Version' of https://github.com/scara/moodle
2016-11-16 05:31:55 +08:00
Matteo Scaramuccia
ade30c673c
MDL-56917 core_upgrade: Do not use the raw version to check cURL caps.
...
Some Linux distros can backport features due to security issues
while keeping the same (old) version. See e.g.:
- RHEL 7, https://rhn.redhat.com/errata/RHSA-2015-2159.html
- RHEL 6, https://rhn.redhat.com/errata/RHBA-2016-0842.html
- Remi PHP 7.0.x, https://github.com/remicollet/remirepo/commit/87954ef9ca41
2016-11-15 21:50:07 +01:00
Mike Churchward
930570b410
MDL-48055 q_u_outline, q_u_complete: added checks for grade visibility.
2016-11-15 12:35:38 -05:00
Dan Poltawski
6027eaebc5
Merge branch 'MDL-55848-master' of git://github.com/lameze/moodle
2016-11-15 16:33:26 +00:00
Dan Poltawski
78b281b24d
Merge branch 'wip-mdl-56860' of git://github.com/rajeshtaneja/moodle
2016-11-15 16:29:59 +00:00
Dan Poltawski
1efacd2b35
MDL-56767 block_login: add bootstrap markup
...
Remove existing overrides forcing the markup off
2016-11-15 15:44:09 +00:00
Dan Poltawski
e44bd69aaa
MDL-56939 theme_boost: Link to MDL for future
2016-11-15 14:31:45 +00:00
Dan Poltawski
dad0b3bfeb
Merge branch 'MDL-56939-master' of git://github.com/damyon/moodle
2016-11-15 14:29:35 +00:00
gabrielrosset
d030347bce
MDL-33960 mod_lti: fix page scroll
2016-11-15 14:40:21 +01:00
Dan Poltawski
d25f96b766
MDL-56908 upgrade: bootstrap styling for settings save button
2016-11-15 12:51:14 +00:00
Dan Poltawski
b4d6669dd0
on-demand release 3.2beta+
2016-11-15 11:02:52 +00:00
Dan Poltawski
90d00d0eae
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-11-15 11:02:51 +00:00
Dan Poltawski
efe57105d6
Merge branch 'MDL-56903-master-enfix' of git://github.com/mudrd8mz/moodle
2016-11-15 10:42:36 +00:00
Helen Foster
7f6accd448
MDL-56903 lang: Merge English strings from the en_fix language pack
2016-11-15 11:19:48 +01:00
Ankit Agarwal
0d02bb964b
MDL-56965 themes: Fix logo CSS for RTL
2016-11-15 15:20:36 +05:30
Jake Dallimore
5cfaecac47
MDL-56931 themes: restrict extra padding to edit mode only
2016-11-15 09:29:57 +00:00
David Monllao
396edc0a5e
Merge branch 'MDL-56910-master' of git://github.com/danpoltawski/moodle
2016-11-15 09:07:42 +00:00
Damyon Wiese
998432c2c9
MDL-56724 mod_choice: Improve alignment and checkboxes on dates
2016-11-15 09:07:42 +00:00
David Monllao
2f3ae73ab0
Merge branch 'wip-MDL-56899-master' of git://github.com/marinaglancy/moodle
2016-11-15 09:07:41 +00:00
David Monllao
04fbba050d
Merge branch 'MDL-56690-master' of git://github.com/damyon/moodle
2016-11-15 09:07:40 +00:00
Andrew Nicols
1e9f38a487
Merge branch 'MDL-56785-master-fix' of https://github.com/lameze/moodle
2016-11-15 09:07:40 +00:00
Damyon Wiese
813afc6797
MDL-56618 behat: Fix xpath for behat
...
We changed the output so the test needs to match
2016-11-15 09:07:39 +00:00
Simey Lameze
c1584e154c
MDL-56785 theme_boost: apply bs4 styles to search options checkboxes
2016-11-15 09:07:39 +00:00
Andrew Nicols
ebba556af7
Merge branch 'MDL-56844-master' of git://github.com/damyon/moodle
2016-11-15 09:07:38 +00:00
Andrew Nicols
7afc76fbd6
Merge branch 'MDL-56952-master' of git://github.com/damyon/moodle
2016-11-15 09:07:37 +00:00
David Monllao
92ba7648fe
Merge branch 'MDL-56905-master' of git://github.com/jleyva/moodle
2016-11-15 09:07:37 +00:00
Andrew Nicols
2d45ac279d
Merge branch 'MDL-56823' of git://github.com/aolley/moodle
2016-11-15 09:07:36 +00:00
David Monllao
1cc10f3f67
Merge branch 'MDL-56895-master' of git://github.com/danpoltawski/moodle
2016-11-15 09:07:35 +00:00
David Monllao
0fef835188
Merge branch 'MDL-56739-master' of git://github.com/jleyva/moodle
2016-11-15 09:07:35 +00:00
Eloy Lafuente (stronk7)
7a677348e4
Merge branch 'MDL-56724-master' of git://github.com/damyon/moodle
2016-11-15 09:07:34 +00:00
Eloy Lafuente (stronk7)
2589802489
Merge branch 'MDL-56910-master' of git://github.com/danpoltawski/moodle
2016-11-15 09:07:33 +00:00
David Monllao
5a9a2c61b9
Merge branch 'MDL-56824-master' of git://github.com/damyon/moodle
2016-11-15 09:07:33 +00:00
David Monllao
39e7d46d89
Merge branch 'MDL-56834-master-fix1' of http://github.com/damyon/moodle
2016-11-15 09:07:32 +00:00
Andrew Nicols
2fd423721f
Merge branch 'MDL-56846-master' of git://github.com/damyon/moodle
2016-11-15 09:07:31 +00:00
Dan Poltawski
4f1ba09334
Merge branch 'MDL-54871' of https://github.com/bostelm/moodle
2016-11-15 09:07:31 +00:00
Dan Poltawski
642bbbdd10
Merge branch 'MDL-54782_master' of git://github.com/markn86/moodle
2016-11-15 09:07:30 +00:00
Dan Poltawski
4678592332
Merge branch 'MDL-56426_master' of git://github.com/markn86/moodle
2016-11-15 09:07:29 +00:00
Dan Poltawski
6dad38deed
Merge branch 'MDL-56913' of git://github.com/timhunt/moodle
2016-11-15 09:07:29 +00:00
Dan Poltawski
d82aa0a2d9
MDL-56910 filepicker: fix eranously removed styles
...
No idea what happened to my testing of this change, but it was wrong.
2016-11-15 08:27:03 +00:00
Ankit Agarwal
dc48cc0a79
MDL-56911 themes: Resolve settings before calling parser
2016-11-15 13:34:52 +05:30
Damyon Wiese
fcd412470a
MDL-56939 boost: Fix for bootstrap select reset
...
Bootstrap makes select form elements not using custom-select broken when
they have a size. The contents overflow the field.
2016-11-15 15:41:19 +08:00
Damyon Wiese
d9a1d6834c
MDL-56193 theme_boost: Make the enrol users modal wider
2016-11-15 15:12:19 +08:00
Marina Glancy
5e5ce443fd
MDL-56847 tags: exclude modules that are being deleted
...
we don't check any access for admins for performance reasons, course modules
that are in the process of deletion should be filtered out on the early stage
2016-11-15 14:34:18 +08:00
Damyon Wiese
946281d282
MDL-56958 ajax: Prefer the general renderer
2016-11-15 12:44:59 +08:00
Damyon Wiese
ae9bbd9847
MDL-56193 enrol_manual: Bootstrap styles for assign roles
...
Use a bootstrap popover for the assign roles form.
2016-11-15 11:29:49 +08:00
Damyon Wiese
f10ae4676d
MDL-56193 enrol: Modernise the enrol users popup
...
This just injects bootstrap classes into the old yui2 thing. It needs
rewriting.
2016-11-15 11:29:18 +08:00
Damyon Wiese
f25185d7b0
MDL-56844 scorm: Review styles in boost theme
...
The main change is that in boost we get rid of the random centered text.
To compensate we use "container" which is fixed with with auto margins -
but the text is still left aligned.
2016-11-15 11:19:33 +08:00
David Monllao
b09db258e5
Merge branch 'MDL-56905-master' of git://github.com/jleyva/moodle
2016-11-15 10:55:20 +08:00
Andrew Nicols
857a0ab60e
Merge branch 'MDL-56952-master' of git://github.com/damyon/moodle
2016-11-15 10:18:01 +08:00
Andrew Nicols
d7978641dc
Merge branch 'MDL-56823' of git://github.com/aolley/moodle
2016-11-15 10:04:21 +08:00
David Monllao
6f0efcc891
Merge branch 'MDL-56895-master' of git://github.com/danpoltawski/moodle
2016-11-15 09:51:07 +08:00
David Monllao
d163d37593
Merge branch 'MDL-56739-master' of git://github.com/jleyva/moodle
2016-11-15 09:40:17 +08:00
Eloy Lafuente (stronk7)
de7e277e1f
Merge branch 'MDL-56724-master' of git://github.com/damyon/moodle
2016-11-15 02:17:10 +01:00
Eloy Lafuente (stronk7)
852264ad23
Merge branch 'MDL-56910-master' of git://github.com/danpoltawski/moodle
2016-11-15 02:13:40 +01:00
Simey Lameze
3745973281
MDL-55848 assignfeedback_editpdf: remove problematic class_exists check
...
Due to a bug on opcache, this check had to be removed along the empty class to avoid
error on assignment grading interface.
2016-11-15 09:05:42 +08:00
David Monllao
3a14f060d1
Merge branch 'MDL-56824-master' of git://github.com/damyon/moodle
2016-11-15 09:03:52 +08:00
Damyon Wiese
204413187e
MDL-56952 plugininfo: You can uninstall theme_base
2016-11-15 08:55:41 +08:00
David Monllao
4b96878ab6
Merge branch 'MDL-56834-master-fix1' of http://github.com/damyon/moodle
2016-11-15 08:52:34 +08:00
Andrew Nicols
181b5922ce
Merge branch 'MDL-56846-master' of git://github.com/damyon/moodle
2016-11-15 08:05:54 +08:00
Dan Poltawski
493ec714fd
Merge branch 'MDL-54871' of https://github.com/bostelm/moodle
2016-11-14 16:27:42 +00:00
Dan Poltawski
729132fa6a
Merge branch 'MDL-54782_master' of git://github.com/markn86/moodle
2016-11-14 16:23:33 +00:00
Dan Poltawski
f6dabb3194
MDL-56910 filepicker: give button BS styling
2016-11-14 15:46:49 +00:00
Dan Poltawski
cead8a8138
Merge branch 'MDL-56426_master' of git://github.com/markn86/moodle
2016-11-14 14:03:10 +00:00
Dan Poltawski
8bcc2cbd8a
Merge branch 'MDL-56913' of git://github.com/timhunt/moodle
2016-11-14 13:58:47 +00:00
Dan Poltawski
20f576629b
Merge branch 'wip_MDL-48055_master_quiz_activity_report_grade_visibility' of https://github.com/POETGroup/moodle
2016-11-14 13:39:56 +00:00
Dan Poltawski
585ba846da
Merge branch 'mdl-56831-master' of https://github.com/Dagefoerde/moodle
2016-11-14 13:21:35 +00:00
Dan Poltawski
55e54953a4
Merge branch 'MDL-56916-master-normalizedoc' of git://github.com/mudrd8mz/moodle
2016-11-14 13:09:48 +00:00
Dan Poltawski
8d857d0ecc
Merge branch 'MDL-56839-master' of git://github.com/jleyva/moodle
2016-11-14 13:06:48 +00:00
Dan Poltawski
0b96b9c5c2
Merge branch 'MDL-56618-master' of git://github.com/damyon/moodle
2016-11-14 12:38:32 +00:00
Juan Leyva
449e15f092
MDL-56942 login: Add missing required lib in complete_user_login
2016-11-14 12:07:54 +00:00
Eloy Lafuente (stronk7)
2dcb3746b0
Merge branch 'MDL-56794-master' of git://github.com/damyon/moodle
2016-11-14 12:28:29 +01:00
Dan Poltawski
4af34676f7
MDL-56719 mod_chat: clarify 'course theme' change
...
Plus remove some pointless code.
2016-11-14 11:09:23 +00:00
Dan Poltawski
e7bba8ce4d
Merge branch 'MDL-56719-master' of git://github.com/damyon/moodle
2016-11-14 11:06:22 +00:00
Eloy Lafuente (stronk7)
dd24216a3b
Merge branch 'MDL-56880-m' of https://github.com/micaherne/moodle
2016-11-14 12:04:25 +01:00
Dan Poltawski
ed81eab309
Merge branch 'MDL-56935-master' of git://github.com/junpataleta/moodle
2016-11-14 10:49:23 +00:00
Eloy Lafuente (stronk7)
95bfa52549
Merge branch 'MDL-56882-master' of git://github.com/crazyserver/moodle
2016-11-14 11:14:37 +01:00
Dan Poltawski
ea70612b00
Merge branch 'MDL-56435-master' of git://github.com/damyon/moodle
2016-11-14 10:10:54 +00:00
Dan Poltawski
51d9431e48
Merge branch 'MDL-56931-master' of https://github.com/snake/moodle
2016-11-14 10:03:48 +00:00
Damyon Wiese
cf199b4448
MDL-56834 boost: Be cautious about nodes in the navbar
...
Some pages (fresh install) don't have the navbar yet, so check for null.
2016-11-14 17:18:29 +08:00
Pau Ferrer Ocaña
0ffe8d2f0c
MDL-56882 assign: Enable revert outcomes to No outcome
2016-11-14 09:56:35 +01:00
Dan Poltawski
d017e3fb48
Merge branch 'MDL-56398-master' of git://github.com/lameze/moodle
2016-11-14 08:34:13 +00:00
David Monllao
337b723b07
Merge branch 'MDL-56803-master' of git://github.com/damyon/moodle
2016-11-14 16:25:43 +08:00
Dan Poltawski
6b8c8f4bc2
Merge branch 'MDL-56711-master' of git://github.com/damyon/moodle
2016-11-14 08:21:14 +00:00
Damyon Wiese
f93bdccab7
MDL-56803 boost: hide region-main settings menu on 1 col layouts
2016-11-14 16:02:55 +08:00
Mark Nelson
f34df17977
MDL-56426 core_message: prevent page jump when viewing notif. settings
2016-11-14 16:02:42 +08:00
Damyon Wiese
04165cd446
MDL-56803 glossary: More style fixes for glossary
...
Fix checkbox alignment for search on small screens, and put separation
between glossary items in a list.
2016-11-14 16:02:09 +08:00
Andrew Nicols
125bd58ff9
Merge branch 'MDL-56657-master' of git://github.com/damyon/moodle
2016-11-14 15:46:31 +08:00
Damyon Wiese
1093b461f6
MDL-56803 mod_glossary: Fix styles for boost theme
2016-11-14 15:43:58 +08:00
Marina Glancy
f31e1e8b25
MDL-56899 filter: suppress dom parsing errors
...
Domdocument does not know about <video> and <audio> tags, also it's too strict for html style
solution from http://stackoverflow.com/questions/6090667/php-domdocument-errors-warnings-on-html5-tags
2016-11-14 15:16:09 +08:00
Damyon Wiese
2f3f8e45da
MDL-56657 admin: Style all admin/role pages for boost
2016-11-14 15:11:15 +08:00
Damyon Wiese
f619064b9b
MDL-56719 boost: Style mod_chat for boost
...
I stayed away from big markup changes. This is a table layout so needs rewriting which is a big job.
2016-11-14 15:08:57 +08:00
Andrew Nicols
cfade93cb8
Merge branch 'MDL-56785-master' of git://github.com/lameze/moodle
2016-11-14 15:06:40 +08:00
David Monllao
fd887df697
Merge branch 'MDL-56888-master-workshop-leap2a' of git://github.com/mudrd8mz/moodle
2016-11-14 15:01:21 +08:00
Damyon Wiese
fe3db0ca08
MDL-56618 theme_boost: Fix backup / restore pages (again)
...
I removed most of the layout styles and started again.
2016-11-14 15:00:46 +08:00
Andrew Nicols
87264a2022
Merge branch 'MDL-56845-master' of git://github.com/damyon/moodle
2016-11-14 14:44:07 +08:00
Andrew Nicols
622c84f630
Merge branch 'MDL-56853-master' of git://github.com/damyon/moodle
2016-11-14 14:36:45 +08:00
Simey Lameze
27a5b91f45
MDL-56398 core_message: make modals consistent across themes
2016-11-14 14:35:38 +08:00
Andrew Nicols
8f3a295c6e
Merge branch 'MDL-56242-master' of git://github.com/damyon/moodle
2016-11-14 14:07:36 +08:00
David Monllao
9444636cb8
Merge branch 'MDL-56834-master' of git://github.com/damyon/moodle
2016-11-14 14:00:45 +08:00
Andrew Nicols
49ae3661d3
Merge branch 'MDL-56769-master' of git://github.com/damyon/moodle
2016-11-14 13:38:00 +08:00
Jun Pataleta
cf2bc26911
MDL-56935 theme_boost: Fix double escaping of navbar items
2016-11-14 13:35:26 +08:00
Damyon Wiese
c1ae9079db
MDL-56187 theme_boost: Atto fields styling for validation errors
2016-11-14 13:13:46 +08:00
Mark Nelson
7dbc501811
MDL-54782 core_message: deprecated/removed strings from lang file
2016-11-14 12:09:46 +08:00
Jake Dallimore
7135bbb188
MDL-56931 themes: fix for module edit menu on course home
...
Increased bottom padding to allow space for the lower edit menus to be
displayed without a vertical scrollbar.
2016-11-14 11:52:00 +08:00
Damyon Wiese
bf5dcc8abb
MDL-56724 mod_choice: coding style fixes
...
For the lines affected by this patch.
2016-11-14 11:38:36 +08:00
Damyon Wiese
eaf45bce09
MDL-56724 boost: Update mod_choice to use bootstrap classes for styles
2016-11-14 11:37:45 +08:00
Damyon Wiese
7d41ccf0fb
MDL-56794 boost: Styling for forum module
2016-11-14 11:30:17 +08:00
Damyon Wiese
0f76052836
MDL-56824 mod_lesson: Style fixes for theme_boost
2016-11-14 11:20:55 +08:00
Damyon Wiese
f2405a5f5c
MDL-56242 theme_boost: Fix styling for confirm boxes (js and in page)
...
They should be left aligned with a header, content and footer (right aligned with the buttons).
There should be a primary continue button and a secondary cancel button.
2016-11-14 11:11:28 +08:00
Damyon Wiese
a7bebd0638
MDL-56834 boost: Nav for participants page
...
On the participants page, hide the small cog and put a region main
settings menu with all the nodes from the "Users" branch in the settings
block.
2016-11-14 10:40:41 +08:00
Damyon Wiese
7b02521c39
MDL-56435 boost: Better styling for competencies in boost
...
Changes
- add custom-select to all select fields
- add btn btn-primary/secondary to all buttons
- add list-inline to all lists with inline class
- style dropdowns like a bootstrap menu
- add col-md-6 to span6
2016-11-14 10:31:01 +08:00
Jan Dageförde
c2e123355d
MDL-56831 quiz: Declare YUI dependencies explicitly where needed
2016-11-13 23:07:00 +01:00
Nadav Kavalerchik
974573b4ea
MDL-56921 Atto: Image alignment should not be RTLed in RTL mode.
2016-11-13 12:31:42 +02:00
David Mudrák
6b6a2ec439
MDL-56916 docs: Fix documentation of the normalize_component return
2016-11-12 10:45:29 +01:00
Tim Hunt
f31d0fff2e
MDL-56913 quiz: teachers should see a review link for a preview
...
So what they see is like what students see.
2016-11-11 16:51:54 +00:00
AMOS bot
4827eaa744
Automatically generated installer lang files
2016-11-12 00:28:50 +08:00
Juan Leyva
5222cb1ce8
MDL-56905 tool_mobile: Return private tokens just after log-in
2016-11-11 15:21:01 +00:00
Juan Leyva
b5f3e90e1c
MDL-56739 auth: Support launching the app upon user confirm
2016-11-11 15:06:36 +00:00
Dan Poltawski
b1f3de5793
MDL-56895 porfolio: give buttons bootstrap styling
2016-11-11 12:39:35 +00:00
Dan Poltawski
0b8e0c374f
on-demand release 3.2beta+
2016-11-11 12:06:14 +00:00
Dan Poltawski
e9eec33560
Merge branch 'MDL-56602-master-upgrade' of git://github.com/andrewnicols/moodle
2016-11-11 10:22:20 +00:00
Andrew Nicols
9fa6d4e04e
Merge branch 'MDL-55121-master' of git://github.com/lameze/moodle
2016-11-11 15:12:50 +08:00
Damyon Wiese
058edbafc8
MDL-56711 theme_boost: Highlight sections at activity level
...
When looking at an activity, the current section for the course should be active in the flat navigation.
2016-11-11 14:27:56 +08:00
Andrew Nicols
ea10a0319b
MDL-56602 core: Lock themerev during upgrade
...
This also changes install to use a fixed themerev.
2016-11-11 14:15:00 +08:00
Andrew Nicols
fe86e2f034
Merge branch 'wip-mdl-56189' of https://github.com/rajeshtaneja/moodle
2016-11-11 14:07:10 +08:00
Rajesh Taneja
259d3742f9
MDL-56189 behat: Fixed xpath to use contains class
2016-11-11 13:45:33 +08:00
Andrew Nicols
56fb91bc38
Merge branch 'MDL-55994' of https://github.com/bostelm/moodle
2016-11-11 13:29:57 +08:00
Simey Lameze
51f3693cdb
MDL-55121 environment: check for unsuported php version 7.1
2016-11-11 12:37:07 +08:00
Andrew Nicols
9c56f904d2
Merge branch 'MDL-56768-master-fix1' of http://github.com/damyon/moodle
2016-11-11 12:15:55 +08:00
David Monllao
3ecf492a75
Merge branch 'MDL-56811-master' of git://github.com/damyon/moodle
2016-11-11 12:13:30 +08:00
Andrew Nicols
6b7b3e59f2
Merge branch 'MDL-56417_master' of https://github.com/dmonllao/moodle
2016-11-11 11:53:41 +08:00
Andrew Nicols
06cca0158c
Merge branch 'MDL-56190-master-fix1' of http://github.com/damyon/moodle
2016-11-11 11:39:48 +08:00
Damyon Wiese
7becb39f63
MDL-56768 gradereport_grader: Fix point the user column floats
...
Need to account for body margin when calculating whether to float the
user column.
2016-11-11 11:34:48 +08:00
Andrew Nicols
a044ff57a1
Merge branch 'MDL-52216_master' of https://github.com/eugeneventer/moodle-fixes
2016-11-11 11:21:26 +08:00
Damyon Wiese
f46fab0ea1
MDL-56190 clean: Fix grade restriction styles
...
Grade restriction is now broken into 3 lines - but it needed custom
padding.
2016-11-11 11:04:18 +08:00
Rajesh Taneja
e57c0f41ad
MDL-56860 behat: Fixed moodle_list format and printer description
2016-11-11 07:47:34 +08:00
Adrian Greeve
f65db49765
MDL-56363 mod_assign: Restrictions added for tutors.
...
If the grader does not have the accessallgroups capability,
or groups mode is set to separate groups and the user is not
a member of the group then no participants are shown.
2016-11-11 00:28:33 +01:00
Eugene Venter
dbd8cadb5c
MDL-52216 mod_lesson: prevent invalid view modes
2016-11-11 09:19:37 +13:00
Michael Aherne
51c6d25b3b
MDL-56880 webservices: Fix documentation of get_enabled_plugins()
2016-11-10 16:18:06 +00:00
Dan Poltawski
6063f62e7d
Merge branch 'MDL-56725-master' of git://github.com/damyon/moodle
2016-11-10 15:37:38 +00:00
Dan Poltawski
a3ead7172b
Merge branch 'MDL-55249_m32v1' of https://github.com/sbourget/moodle
2016-11-10 15:01:41 +00:00
Dan Poltawski
e3cc23ae86
Merge branch 'MDL-56720-master' of git://github.com/junpataleta/moodle
2016-11-10 15:00:21 +00:00
Dan Poltawski
213fc325ad
MDL-56652 roles: Add padding to capability filter
2016-11-10 14:44:17 +00:00
Dan Poltawski
f41218d9fd
Merge branch 'MDL-56652-master' of git://github.com/lameze/moodle
2016-11-10 14:37:00 +00:00
David Mudrák
48ea715da0
MDL-56888 workshop: Fix Leap2A export of the workshop submission
...
The whole story described in the tracker. Shortly, Mahara seems to have
a bug (or undocumented feature) that it expects the Leap2A content
wrapped in a single container.
2016-11-10 15:30:11 +01:00
Dan Poltawski
c220e6d8c7
Merge branch 'MDL-56189-master' of git://github.com/damyon/moodle
2016-11-10 14:06:02 +00:00
Dan Poltawski
a4b0cfa3f7
Merge branch 'MDL-56768-master' of git://github.com/damyon/moodle
2016-11-10 13:51:11 +00:00
Dan Poltawski
d5d6eda93c
Merge branch 'MDL-55777-master' of git://github.com/ankitagarwal/moodle
2016-11-10 13:46:10 +00:00
Dan Poltawski
158ab03e12
Merge branch 'MDL-56190-master' of git://github.com/damyon/moodle
2016-11-10 13:43:35 +00:00
Eloy Lafuente (stronk7)
55f171a1d6
Merge branch 'MDL-53481-master-uniqsqlparam' of git://github.com/mudrd8mz/moodle
2016-11-10 13:11:50 +01:00
Dan Poltawski
f670b39e69
Merge branch 'MDL-56602-master-2' of git://github.com/andrewnicols/moodle
2016-11-10 11:26:14 +00:00
Juan Leyva
b0f00b3166
MDL-56739 auth: Support new redirect parameter in confirmation
2016-11-10 09:35:21 +00:00
Juan Leyva
d6a25bc49a
MDL-56739 auth: Support custom confirmation URL
2016-11-10 09:35:21 +00:00
David Mudrák
445aa472b9
MDL-53481 availability: Fix unit test to not execute the huge query
...
Some DBs have troubles to execute such a huge query as generated in this
test. We do not actually need to execute it. All we need is to make sure
that the parameter placeholders are enumerated correctly. So it is what
this new test does.
2016-11-10 09:52:31 +01:00
Simey Lameze
2e1c739a28
MDL-56652 core_roles: Add BS4 styling to define roles form
2016-11-10 16:46:54 +08:00
Damyon Wiese
560a43f24c
MDL-56190 availability: Styling on boost and clean
...
Update the HTML coming from the JS to include bootstrap classes.
Delete as many styles from boost scss as possible.
Regression test on clean and do final tweaks in less.
2016-11-10 16:30:00 +08:00
Damyon Wiese
930ce60550
MDL-56725 mod_data: better field alignment
...
Labels containing only accesshide text should have the accesshide class
on the label, not the content so the label does not push the content
down.
2016-11-10 16:25:48 +08:00
Damyon Wiese
398be7c897
MDL-56725 mod_data: coding style
...
Fixes from lines in the previous commit.
2016-11-10 16:21:01 +08:00
Damyon Wiese
e85fda95c6
MDL-56725 mod_data: Style fixes for boost theme
2016-11-10 16:21:01 +08:00
Damyon Wiese
1572a39251
MDL-56768 boost: Special positioning for grader report
...
Grader report has custom overflow handling which does not cope with a
scrollable content region. So we need to make the content region flow
weirdly out to the right of the page, and push the blocks underneath -
even on really wide screens where it looks bad. We also needed to
upgrade the custom scroll code to handle the margin on the body
changing.
2016-11-10 16:17:49 +08:00
Juan Leyva
1e17258b66
MDL-56268 webservice: Format backtrace to avoid display private data
2016-11-10 16:15:31 +08:00
Simey Lameze
face152176
MDL-51347 core_notes: check view notes capability by course context
2016-11-10 16:15:31 +08:00
Tim Hunt
cf0b9432d8
MDL-53744 question file access: fix access checks
2016-11-10 16:15:31 +08:00
Juan Leyva
42778e124e
MDL-56065 user: Fix update_users Web Service
...
Users won’t be updated if:
- They are admins and the user updating is not
- They are the guest user
- They are mnet users
- They are deleted users
2016-11-10 16:15:31 +08:00
Dan Poltawski
fd9eb89022
Merge branch 'wip-MDL-56855-master' of https://github.com/marinaglancy/moodle
2016-11-10 08:14:42 +00:00
Damyon Wiese
f43155b65a
MDL-56189 theme_boost: Padding for modgrade form elements
2016-11-10 16:13:34 +08:00
Dan Poltawski
da55f3582b
Merge branch 'MDL-56705-master' of git://github.com/damyon/moodle
2016-11-10 08:03:37 +00:00
Simey Lameze
1954b9d5c9
MDL-56785 theme_boost: remove unnecessary styling
2016-11-10 15:48:30 +08:00
Damyon Wiese
6fe0b5bd9b
MDL-56769 boost: Change last link in settings menu
...
Was: "Course/Frontpage administration"
Now: "More..."
2016-11-10 15:20:53 +08:00
Damyon Wiese
e7bda18de6
MDL-56705 forms: Use [] for multiple values
...
Some "select" based form elements are not inheriting directly from
MoodleQuickForm_select - so did not have the adjustment to the form
field name that allows multiple values. I moved this fix to the
templateable trait so all the form fields get this fix.
2016-11-10 14:57:58 +08:00
Marina Glancy
69ba7bf659
MDL-56855 media_videojs: MPEG-2 is not supported
2016-11-10 14:46:47 +08:00
Nicholas Hoobin
b86c685075
MDL-56417 session: Respect the return value of ignore_timeout_hook.
2016-11-10 14:24:24 +08:00
David Monllao
a6fa0d9c97
Merge branch 'MDL-56766-master' of git://github.com/danpoltawski/moodle
2016-11-10 13:54:09 +08:00
Damyon Wiese
16076f1e3d
MDL-56811 forum: Auto create the latest news forum
...
When a course is created or updated, create a news forum if the
newsitems setting is > 0.
2016-11-10 13:51:02 +08:00
David Monllao
8b3a8fa707
Merge branch 'wip-mdl-56397' of https://github.com/rajeshtaneja/moodle
2016-11-10 13:46:37 +08:00
David Monllao
096a418d01
Merge branch 'MDL-56715-master' of https://github.com/xow/moodle
2016-11-10 13:19:01 +08:00
Ankit Agarwal
f2330472f0
MDL-55777 installation: Check libcurl version on install
2016-11-10 10:16:19 +05:30
Andrew Nicols
3302e8bfa5
Merge branch 'MDL-56820-master' of https://github.com/snake/moodle
2016-11-10 12:20:17 +08:00
Andrew Nicols
002ea88630
Merge branch 'MDL-54646-master' of git://github.com/junpataleta/moodle
2016-11-10 11:46:59 +08:00
Jake Dallimore
700ef87691
MDL-56820 themes: Fix user search drop down on grading page for boost
...
Fixes a problem where the drop down list is cut off by overflow.
2016-11-10 11:45:59 +08:00
Andrew Nicols
3b77723701
Merge branch 'MDL-56051-master' of git://github.com/damyon/moodle
2016-11-10 11:45:01 +08:00
David Monllao
5473943cac
Merge branch 'MDL-56832-master' of git://github.com/danpoltawski/moodle
2016-11-10 11:43:51 +08:00
David Monllao
af49935a53
Merge branch 'MDL-56753-master' of git://github.com/lameze/moodle
2016-11-10 11:38:24 +08:00
John Okely
eea9f10900
MDL-56715 form: Allow password unmask fields to be cleared in FF49
2016-11-10 11:22:59 +08:00
Simey Lameze
763f7b05ae
MDL-56753 mod_assign: behat tests for groups and grouping counting
2016-11-10 11:09:37 +08:00
Andrew Nicols
96eba6b982
Merge branch 'MDL-55883_m32v1' of https://github.com/sbourget/moodle
2016-11-10 11:06:11 +08:00
Tomasz Muras
ff1fc4d9f4
MDL-54646 tags: Hide manage tags in menu if tags disabled.
2016-11-10 10:59:06 +08:00
Simey Lameze
426bb5ae0f
MDL-56753 mod_assign: fix groups and submitted counting on grading summary
...
This also fixes a coding error that was displayed when a group was not part of
assignment grouping.
2016-11-10 10:58:29 +08:00
Andrew Nicols
b8af6c1ef0
Merge branch 'MDL-56585-master' of git://github.com/danpoltawski/moodle
2016-11-10 09:53:28 +08:00
Andrew Nicols
743f9c8c42
Merge branch 'wip-mdl-56840' of https://github.com/rajeshtaneja/moodle
2016-11-10 09:38:26 +08:00
Andrew Nicols
a6f85967e0
Merge branch 'MDL-56754-master' of git://github.com/jleyva/moodle
2016-11-10 08:29:04 +08:00
Andrew Nicols
9d75a519f3
MDL-56602 themes: Use version number as base themerev
2016-11-10 08:02:31 +08:00
Adam Olley
d456bd42c3
MDL-56823 session: redis sessions don't honour $CFG->sessiontimeout
...
The redis session handler doesn't use the sessiontimeout config setting
to determine session lifetime.
It has a lock expiry, which is set to 7200 (or a config setting) that is
used to determine how long a lock is held onto, but that should be
distinct from the session timeout.
2016-11-10 10:30:04 +10:30
Juan Leyva
6406431537
MDL-56839 upgrade.txt: Fix incorrect information in lib/upgrade.txt
2016-11-09 21:00:33 +00:00
Dan Poltawski
757aef2334
MDL-56766 calendar: improve calendar export labels
2016-11-09 17:00:05 +00:00
Dan Poltawski
2c212753fe
MDL-56585 tool_lpimportcsv: adjust help popups
2016-11-09 16:11:41 +00:00
Dan Poltawski
bc2aaef4fa
MDL-56832 theme_boost: Mention CSS in setting description
2016-11-09 14:50:07 +00:00
Dan Poltawski
224789b79c
Merge branch 'MDL-56863-master' of git://github.com/jleyva/moodle
2016-11-09 14:38:26 +00:00
Juan Leyva
678555b499
MDL-56863 tool_mobile: Capture moodle_exception in get_autologin_key
2016-11-09 13:20:49 +00:00
Dan Poltawski
793fe29014
Merge branch 'MDL-48498-master-iv6-undefinedfix' of https://github.com/snake/moodle
2016-11-09 12:16:03 +00:00
Juan Leyva
82f5802a94
MDL-56754 course: Stealth sections should be handled
...
Right now this WS is returning all the sections without advising if is
a stealth section or not, this have some implications (in the mobile
app right now the stealth sections are displayed)
2016-11-09 09:38:46 +00:00
Andrew Nicols
a2567336df
Merge branch 'MDL-56755-m' of https://github.com/micaherne/moodle
2016-11-09 15:42:32 +08:00
Andrew Nicols
4cc6477198
Merge branch 'MDL-56790-master' of git://github.com/damyon/moodle
2016-11-09 15:40:16 +08:00
Damyon Wiese
b8396c335a
MDL-56662 boost: Don't mess with display, set min-height
...
Changing the display was messing with the layout of some things in the
file picker. Lets set the min-height instead which has less
side-effects.
2016-11-09 15:14:24 +08:00
Damyon Wiese
eacf30e61f
MDL-56051 blocks: Support drag and drop blocks in boost.
2016-11-09 14:42:18 +08:00
Andrew Nicols
55a3911408
Merge branch 'MDL-56726-master-cfgadmin' of git://github.com/mudrd8mz/moodle
2016-11-09 14:37:47 +08:00
David Monllao
4e2ae9caee
Merge branch 'MDL-56596-master-fix' of git://github.com/andrewnicols/moodle
2016-11-09 14:35:41 +08:00
David Monllao
33788800ec
Merge branch 'MDL-56133' of https://github.com/NeillM/moodle
2016-11-09 14:23:50 +08:00
David Monllao
3f066469af
Merge branch 'wip-mdl-56630-fix2' of git://github.com/rajeshtaneja/moodle
2016-11-09 14:14:51 +08:00
Andrew Nicols
f2dab83445
MDL-56596 tool_usertours: Update to tours v0.9.9
2016-11-09 14:10:31 +08:00
David Monllao
38b74ef717
Merge branch 'MDL-56662-master' of git://github.com/damyon/moodle
2016-11-09 13:58:01 +08:00
Rajesh Taneja
d514d25e0a
MDL-56630 behat: Click on link in specificed block/region
2016-11-09 13:56:49 +08:00
Damyon Wiese
f87084f8f1
MDL-56662 theme_boost: Filepickers have 0 height
...
We need to set a display value on the file picker body so the inline height is ignored.
2016-11-09 13:55:45 +08:00
Rajesh Taneja
26ca972e9e
MDL-56840 behat: Wait till pdf conversion progress is finished
2016-11-09 13:39:00 +08:00
Damyon Wiese
ba4173384d
MDL-56853 mod_folder: Review styles in boost
...
Remove random center-alignment and put buttons on a single line.
2016-11-09 13:35:08 +08:00
Rajesh Taneja
bd955bfea7
MDL-56397 behat: updated composer.lock to use behat 3.2.2
...
Behat 3.2.2 fixes transformation issue
2016-11-09 13:31:22 +08:00
David Monllao
6e986b2919
Merge branch 'mdl-54852-master' of https://github.com/Dagefoerde/moodle
2016-11-09 13:07:26 +08:00
David Monllao
0c499e0a5c
Merge branch 'MDL-53481-master-uniqsqlparam' of git://github.com/mudrd8mz/moodle
2016-11-09 12:49:17 +08:00
David Monllao
7ecf7511f8
Merge branch 'MDL-56694-master' of git://github.com/lameze/moodle
2016-11-09 12:24:17 +08:00
Andrew Nicols
16f9660cfe
Merge branch 'MDL-56196-master' of git://github.com/damyon/moodle
2016-11-09 11:59:02 +08:00
Jake Dallimore
c02778ac30
MDL-48498 admin: fix get_setting return for mixedhostiplist setting
2016-11-09 11:32:58 +08:00
Damyon Wiese
50302c404a
MDL-56790 boost: Styling fixes for mod_feedback
...
Also fixed are problems with frozen select from elements showing raw
HTML. I checked the other form templates for similar problems and fixed
them all.
2016-11-09 11:29:58 +08:00
Andrew Nicols
cfa4b26231
Merge branch 'MDL-56792-master-v2' of git://github.com/lameze/moodle
2016-11-09 11:27:57 +08:00
Simey Lameze
cff1f90adf
MDL-56792 core_charts: clean html content from title and labels
...
This commit add cleanData() and call it from all places that has labels or title
to guarantee that html content will not be printed on the chart.
2016-11-09 10:41:12 +08:00
Damyon Wiese
64a5bc94e9
MDL-56846 mod_survey: Fix styles in boost
...
Add bootstrap classes to form fields and remove random centered text.
2016-11-09 10:02:26 +08:00
Andrew Nicols
43bdbbf682
Merge branch 'MDL-56607-master' of git://github.com/jleyva/moodle
2016-11-09 09:39:48 +08:00
Damyon Wiese
3ae54e045a
MDL-56845 admin: Change default for adminlinkcategories
...
Change the default for adminlinkcategories from false to true because it
helps navigate the site admin settings in boost.
2016-11-09 09:37:37 +08:00
Eloy Lafuente (stronk7)
6c5ee657a7
Merge branch 'MDL-56699-master' of git://github.com/damyon/moodle
2016-11-09 02:11:55 +01:00
David Monllao
0cbfb7ff2a
Merge branch 'MDL-56409-master' of git://github.com/ankitagarwal/moodle
2016-11-09 08:36:36 +08:00
Stephen Bourget
3bf46ee717
MDL-55566 chat: Improve next scheduled chat message
2016-11-08 16:00:05 -05:00
Stephen Bourget
3a2f9a2ea4
MDL-55869 mod_chat: Only create calendar events when chat is published
2016-11-08 14:57:32 -05:00
Dan Poltawski
231e2ec99a
Merge branch 'MDL-56555-master' of git://github.com/andrewnicols/moodle
2016-11-08 17:56:12 +00:00
Dan Poltawski
e20c8ddc80
Merge branch 'MDL-48498-master-iv6' of https://github.com/snake/moodle
2016-11-08 17:51:17 +00:00
Dan Poltawski
674c4f6891
Merge branch 'MDL-56596-master' of git://github.com/andrewnicols/moodle
2016-11-08 13:43:54 +00:00
David Mudrák
93f4f3494a
MDL-53481 availability: Fix uniqueness of SQL named param placeholders
...
Static variables do not behave the way you might expect when accessing
them through the classes inheritance. When accessing a method via self::
or static:: operators, even though the method is inherited, its variable
scope is not. So the method unique_sql_parameter() was using the scope
of the child class and each child class had its own sequence of usp1,
usp2, usp3, ... placeholders. This led to "Incorrect number of query
parameters" error when multiuple condition classes were contributing to
a single SQL query.
All credit should go to Adam Olley who debugged and described the
essence of the problem in the tracker.
2016-11-08 13:36:07 +01:00
Neill Magill
6a6f2e1ca6
MDL-56133 tool_langimport: Changes should be visible after import
...
Before this change if a language pack was updated by the
\tool_langimport\task\update_langpacks_task scheduled task, changes
would not be available to users until an admin manually cleared the
strings cache.
This change causes the cache to purged when a language pack it update,
this will cause it to rebuild so users will start seeing updates
automatically.
2016-11-08 10:56:56 +00:00
Juan Leyva
9d92a3a6ba
MDL-56607 settings: Remove Mobile settings from WS overview
2016-11-08 09:52:16 +00:00
Michael Aherne
db8514bcff
MDL-56755 assign: Improve documentation of assign::get_grade_item()
2016-11-08 08:58:31 +00:00
Ankit Agarwal
20ab51fdbc
MDL-56409 messages: Save one db query per page load
2016-11-08 12:50:30 +05:30
Jake Dallimore
605bab84ce
MDL-48498 core_files: Add security helper to curl class
...
Allow injection of security_helper objects into curl, but default
to a core helper tied to http security settings values.
2016-11-08 15:11:15 +08:00
Jake Dallimore
f6d9efefaa
MDL-48498 core_files: curl_security_helper_base and implementation
...
Base class and core implementation providing a means to check URLs
against the curl security admin settings entries.
2016-11-08 15:11:15 +08:00
Jake Dallimore
067268942c
MDL-48498 admin: new setting types for curl host/port restrictions
...
Two new classes in lib/adminlib. One providing validation for a
newline-delimited textarea supporting domain names, domain wildcards,
IPv4/IPv6 addresses and IPv4/IPv6 ranges. The second providing
validation for a newline-delimited textarea of port numbers.
2016-11-08 15:10:35 +08:00
Simey Lameze
d138d6e2ac
MDL-56694 theme_boost: center login button in filepicker
2016-11-08 15:01:03 +08:00
Damyon Wiese
9280f62e38
MDL-56196 mod_lti: Fix popups and secret form in boost
2016-11-08 14:27:26 +08:00
Frédéric Massart
3d979f9676
MDL-56196 mod_lti: Adapt templates for both Boost and Clean
2016-11-08 14:11:14 +08:00
Andrew Nicols
592c691c8f
MDL-56555 tool_usertours: Update tool sharing link
2016-11-08 13:51:11 +08:00
Henning Bostelmann
c448ab3f44
MDL-54871 mod_data: Remove text field when forced name present
2016-11-07 21:59:37 +00:00
Juan Leyva
0c6c86643e
MDL-56607 settings: Move mobile settings to top-level
...
AMOS BEGIN
MOV [mobilecssurl,core_admin],[mobilecssurl,tool_mobile]
MOV [configmobilecssurl,core_admin],[configmobilecssurl,tool_mobile]
AMOS END
From Plugins / Web Services / Mobile to Appearance / Mobile
2016-11-07 09:53:29 +00:00
Jan Dageförde
f928c24dcc
MDL-54852 assignment: Suppress "leave page" warning after save
...
If the user navigates away from the grading page immediately
after saving the grading form, the browser warning can be
safely omitted, as there are no unsaved changes. This is achieved
by calling `reset_form_dirty_state()` of the core_formchangechecker
YUI module, which is responsible for the warning.
2016-11-07 10:35:06 +01:00
Ankit Agarwal
55af4309f7
MDL-56409 messages: Do not fetch notifications if they are disabled
2016-11-07 09:59:11 +05:30
Henning Bostelmann
f8b56ac904
MDL-55994 blog: Resolve warning messages in RSS feed generation
2016-11-06 17:38:26 +00:00
David Mudrák
abcd53444b
MDL-56726 admin: Fix some hard-coded paths to the admin directory
2016-11-03 09:54:28 +01:00
Jun Pataleta
3c7387722d
MDL-56720 tool_lp: Do not push empty values to IDs array
2016-11-03 14:09:40 +08:00
Neill Magill
bd305a3973
MDL-55209 coursecat: Should be able to remove category idnumber
...
Users should be able to remove an idnumber from a category, before this
change when trying to delete an idnumber users would be told it already
existed.
This change also stops 0 from being allowed multiple times as an idnumber.
2016-11-02 09:50:34 +00:00
Neill Magill
c10bfee49f
MDL-55209 coursecat: Should be able to remove category idnumber test
...
A user should be able to remove an idnumber from a category, also 0
should not be allowed multiple times.
2016-11-02 09:50:30 +00:00
Damyon Wiese
a053229f0f
MDL-56690 theme_boost: Allow menus to scroll in the header
...
The header is fixed - so if menus in the header are longer than the page, you can't scroll
to the bottom of the menu. This sets max height on the menus to the viewport height - the navbar height and sets them to scroll
auto.
2016-11-02 15:48:49 +08:00
Damyon Wiese
88e709ae43
MDL-56699 boost: Don't break when activities use onclick in nav
...
Boost templates were not nicely rendering onclick handlers in the navbar.
2016-11-02 13:35:54 +08:00
Andrew Nicols
8385163bab
MDL-56596 tool_usertours: Update to latest version of tours and popper
...
The updated release of the popper library addresses some issues where
boundaries were not resepected correctly.
2016-11-02 11:37:31 +08:00
Mike Churchward
a620c573bc
MDL-48055 q_u_outline, q_u_complete: added checks for grade visibility.
2016-11-01 14:14:51 -04:00
Stephen Bourget
c5176b2968
MDL-55249 mod_feedback: Associate status with current activity
...
The status screen in mod_feedback simply checks to see if there are any
attempts in progress to return the user status. This check should be
limited to only include instances of the current feedback activity not
any feedback activity on the site.
2016-10-30 16:01:20 -04:00
Dan Marsden
97223bb356
MDL-56358 tool_lp tool_cohortroles: allow null idnumber
2016-10-28 12:00:44 +13:00
Stephen Bourget
9ff8cdd971
MDL-55883 mod_lesson: Missing include in lesson_update_events
2016-10-26 21:22:01 -04:00