Dan Poltawski
11a83dbb1e
Merge branch 'MDL-49973-master' of git://github.com/cameron1729/moodle
2015-09-22 09:44:44 +01:00
Damyon Wiese
28de777199
MDL-51222 Javascript: Trigger events for filters on DOM insertion
...
When nodes are added to the dom, they may need to be re-processed by a JS based
filter. To do this we need to trigger the legacy YUI event filter-content-updated.
To make this easier I added some wrappers to template that will insert the node, run any
JS and trigger the event.
I also changed existing yui code to call the amd function to trigger the event. This way
all jquery and yui listeners will always be notified.
2015-09-22 15:40:51 +08:00
Dan Poltawski
f3164da6cf
Merge branch 'MDL-51330-master' of https://github.com/sammarshallou/moodle
2015-09-21 12:10:35 +01:00
David Mudrák
7d62bc2417
MDL-51403 install: Improve the language validation in the CLI installer
...
There are two essential improvements here. Firstly, by replacing the
file_exists() check with array_key_exists() we make sure that only
actual language code will be written into the config.php file (and not
the empty value in case of input that does not pass the PARAM_SAFEDIR
cleaning).
Additionally, we no longer display the full list of available languages
by default. The list can be displayed in the interactive mode by typing
the ? character instead of the language code. This makes the overall
interface cleaner, does not cause the header information (such as the
Moodle version) to scroll away and makes the nice cli logo more visible
(which was the main motivation for the whole patch anyway ;-).
2015-09-17 21:06:32 +02:00
Andrew Davis
6537778044
MDL-49973 changed continue to delete on delete confirmations
2015-09-14 17:40:34 +08:00
David Monllao
742548e251
Merge branch 'wip-mdl-51101' of git://github.com/rajeshtaneja/moodle
2015-09-14 16:18:01 +08:00
Andrew Nicols
ac43dc23e4
Merge branch 'MDL-50783-master' of git://github.com/damyon/moodle
2015-09-14 15:52:42 +08:00
Damyon Wiese
ba224fb42c
MDL-50783 Ajax: Configure how to call a webservice through db/service.php
...
Now the db/service.php array can contain these extra keys to provide information
on how a webservice may be called:
'ajax' => true (Default is false)
Replaces the xx_is_allowed_from_ajax callback.
'loginrequired' => false (Default is true)
Means that this webservice can be called through lib/ajax/service-nosession.php
which sets NO_MOODLE_COOKIES to true (faster). This is only safe for webservices returning
static public data (e.g. get_string).
2015-09-14 15:10:21 +08:00
Mark Nelson
53914e4465
MDL-51051 core_grades: 'Categories and items' => 'Gradebook setup'
2015-09-14 08:23:32 +08:00
Rajesh Taneja
d8ada0f19b
MDL-51101 behat: Removed old behat steps checking feature
...
This was introduced when there were no features
testing all the steps. Now we have all use-cases
so removing this feature file
2015-09-10 14:43:59 +08:00
Marina Glancy
2ff1f05183
MDL-51357 roles: fix table layout after MDL-38763
2015-09-09 13:07:11 +08:00
sam marshall
b9dba4e3aa
MDL-51330 Cron: In log, scheduled tasks don't show component
2015-09-07 18:40:05 +01:00
Eloy Lafuente (stronk7)
10006e8ff9
Merge branch 'MDL-48494-master-component' of git://github.com/mudrd8mz/moodle
2015-09-02 00:32:13 +02:00
Eloy Lafuente (stronk7)
7cc3cf6fc0
Merge branch 'MDL-43896-master-modulesyntax' of git://github.com/mudrd8mz/moodle
2015-09-02 00:30:33 +02:00
Dan Poltawski
3e5bcbf851
Merge branch 'MDL-38763-master-amd' of git://github.com/mastnym/moodle
2015-09-01 12:17:05 +01:00
David Monllao
1652309d02
Merge branch 'MDL-51109-master' of git://github.com/danpoltawski/moodle
2015-09-01 18:31:26 +08:00
Dan Poltawski
a6e9c23016
MDL-51109 task: more debug info for failed scheduled tasks
2015-09-01 10:59:55 +01:00
Martin Mastny
2493568970
MDL-38763 core_role: AMD module for managing permissions
2015-09-01 07:31:58 +02:00
David Mudrák
033761fe9b
MDL-48494 admin: Fail validation of plugins with no component declared
2015-08-31 10:01:34 +02:00
David Mudrák
f5f5a60ac9
MDL-43896 admin: Fail validation of plugins with $module in version.php
2015-08-31 09:57:50 +02:00
David Monllao
5d98022e81
Merge branch 'MDL-51084-master' of git://github.com/marinaglancy/moodle
2015-08-31 12:54:49 +08:00
Marina Glancy
bdead9b5c7
MDL-51084 tool_customlang: return to the same page after submit
2015-08-28 16:20:03 +08:00
Eloy Lafuente (stronk7)
1b5034025b
Merge branch 'MDL-51148-master-enfix' of git://github.com/mudrd8mz/moodle
2015-08-27 12:46:11 +02:00
David Mudrák
f729af1609
MDL-51148 tool_langimport: Use the amended string in Behat test
2015-08-26 17:03:36 +02:00
Helen Foster
ce2c0f3a74
MDL-51148 lang: Merge English strings from the en_fix language pack
2015-08-26 16:46:43 +02:00
David Monllao
09fc06d799
Merge branch 'wip-MDL-50973-master' of git://github.com/marinaglancy/moodle
2015-08-25 10:13:18 +08:00
David Monllao
9502083292
MDL-49280 auth: Rewording duplicate emails setting
...
From allowuserstoshareemailaddresses to allowaccountssameemail, also
changing lang strings.
2015-08-20 12:56:11 +08:00
Dan Poltawski
cfd9279f3d
Merge branch 'MDL-46167-master' of https://github.com/mackensen/moodle
2015-08-19 18:30:28 +02:00
Dan Poltawski
cfeadc66b0
Merge branch 'MDL-49280-m' of https://github.com/micaherne/moodle
2015-08-17 15:03:59 +01:00
David Monllao
fd76204a8b
Merge branch 'MDL-51100-master' of git://github.com/andrewnicols/moodle
2015-08-17 08:50:49 +08:00
Andrew Nicols
711b1d6b3e
MDL-51100 behat: Remove javascript tag from usermenu steps
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-14 08:52:29 +08:00
Marina Glancy
7f0c7f01c0
MDL-51062 behat: permission steps should work without js
2015-08-09 20:33:27 +08:00
Eloy Lafuente (stronk7)
1f65da81f5
Merge branch 'MDL-50416-master' of git://github.com/lameze/moodle
2015-08-04 20:04:27 +02:00
Eloy Lafuente (stronk7)
569d879df8
MDL-46963 env: adding missing check_database_tables_row_format check
2015-08-04 19:48:02 +02:00
Eloy Lafuente (stronk7)
07b8df8b1e
MDL-50624 env: adding missing restrict_php_version_7 check
2015-08-04 19:31:01 +02:00
Michael Aherne
bc9837241f
MDL-49280 user: Config for allowing duplicate emails
2015-08-04 08:46:08 +01:00
Andrew Nicols
fec4959809
Merge branch 'MDL-45772-master-4' of git://github.com/xow/moodle
2015-08-04 09:56:47 +08:00
John Okely
380001929a
MDL-45772 admin: Stop browsers from autofilling passwords incorrectly
2015-08-04 09:54:34 +08:00
Simey Lameze
de5c8d90af
MDL-50416 environment: add missing slasharguments checks
2015-08-04 09:31:47 +08:00
Ryan Wyllie
19452dc4be
MDL-50624 environment: add PHP7 as unsupported version
...
Added PHP7 as an unsupported version for Moodle 2.8 and 2.9 in
the environment checks
2015-08-03 00:58:50 +00:00
Marina Glancy
336a843391
MDL-50973 admin: do not throw exception on /admin/
2015-08-01 17:37:24 +08:00
Lauri Koskela
e225a665ff
MDL-50762 tool_capability: Do not hide first capability in list
2015-07-17 15:28:37 +03:00
Eloy Lafuente (stronk7)
b164e2ec30
Merge branch 'MDL-50049-master' of git://github.com/ankitagarwal/moodle
2015-07-09 20:24:13 +02:00
Dan Poltawski
6bf2e10e0a
MDL-50466 logstore: bump version to load new task definitions
2015-07-07 15:09:28 +01:00
Dan Poltawski
fae47ac284
Merge branch 'MDL-50466-m' of https://github.com/micaherne/moodle
2015-07-07 09:36:50 +01:00
Charles Fulton
096fd59653
MDL-46167 admin_cli: allow skipping of database installation
2015-07-04 19:15:50 +00:00
Dan Poltawski
559c0f09bd
MDL-39319 langimport: fix language file ordering and trailing whitespace
2015-07-01 11:06:33 +02:00
Dan Poltawski
56420e3664
Merge branch 'MDL-39319-master' of git://github.com/mastnym/moodle
2015-07-01 11:04:37 +02:00
Ankit Agarwal
2149326b8c
MDL-50049 deprecation: Remove usage of deprecated api and cleanup
2015-06-29 17:15:50 +05:30
Michael Aherne
8daf8d87f2
MDL-50466 tasks: Specific minute values for log cleanup
2015-06-29 08:45:04 +01:00