Dan Poltawski
11ec31188a
Merge branch 'MDL-53924-master' of git://github.com/FMCorz/moodle
2016-04-26 10:28:37 +01:00
Dan Poltawski
4648ae9e14
Merge branch 'MDL-52035_master' of git://github.com/markn86/moodle
2016-04-26 10:07:38 +01:00
Mark Nelson
01bb32a2b1
MDL-52035 enrol_lti: added enrol plugin
2016-04-26 16:15:47 +08:00
Mark Nelson
1d8886fa31
MDL-52035 auth_lti: added auth plugin
2016-04-26 15:58:08 +08:00
Jun Pataleta
1388b618d9
MDL-53942 form_autocomplete: Properly set noSelectionString
2016-04-26 13:41:29 +08:00
Frederic Massart
f1a9fcd96a
MDL-53924 competency: Relax strictness of default capabilities
2016-04-26 12:12:46 +08:00
Mark Nelson
581ea5013a
MDL-52035 core_block: avoid PHP error when there is no region
...
This occurs when sharing a quiz via the LTI provider when it
adds a 'fake block' for quiz navigation. There may be other
occurrences.
2016-04-26 12:08:31 +08:00
Mark Nelson
466a1713a0
MDL-52035 core: added ability to override pagelayout
...
This is required by the LTI plugin when we share an
activity. We do not want the user to be shown the
navigation blocks etc. The activity should be the
only thing displayed.
2016-04-26 12:08:31 +08:00
David Monllao
6e233df58e
Merge branch 'MDL-53667-master' of git://github.com/FMCorz/moodle
2016-04-26 11:38:00 +08:00
David Monllao
e7c979dff8
Merge branch 'MDL-53632-master' of git://github.com/FMCorz/moodle
2016-04-26 11:29:51 +08:00
David Monllao
8bfd0e6187
Merge branch 'MDL-52550-master' of git://github.com/cameron1729/moodle
2016-04-26 11:11:40 +08:00
Dan Poltawski
7064aaa11e
Merge branch 'MDL-53717_master' of git://github.com/markn86/moodle
2016-04-25 22:20:31 +01:00
Eloy Lafuente (stronk7)
16d26ae0c1
NOBUG: Fixed file access permissions
2016-04-22 10:56:57 +02:00
Simey Lameze
7c2bdca2f6
MDL-52781 core_user: remove invalid countries from unit tests
2016-04-22 14:10:55 +08:00
Simey Lameze
aa788b3c42
MDL-52781 core_user: fix wrong lang check
2016-04-22 13:07:22 +08:00
David Mudrák
62ea3c439e
MDL-53899 admin: Fix permissions of extracted plugin files
2016-04-21 14:37:00 +02:00
David Monllao
fef111472c
MDL-51603 dataformats: Using the long name instead of the short one
2016-04-21 16:20:36 +08:00
David Monllao
9df4ae4189
MDL-51603 dataformats: coding_exception if output buffering
2016-04-21 16:20:36 +08:00
Brendan Heywood
5b95105600
MDL-51603 dataformat: Fixed worksheet title bug
2016-04-21 16:20:36 +08:00
Andrew Nicols
6ab41abd3e
Merge branch 'MDL-52781-master' of git://github.com/lameze/moodle
2016-04-21 15:54:45 +08:00
Simey Lameze
ac9768fc1b
MDL-52781 core_user: replace direct PARAM_ usages.
...
This commit replace as much as possible of clean_param and PARAM_ usages related to user object.
Also few unit tests has been changed to match the new validation
2016-04-21 15:24:36 +08:00
Simey Lameze
4ce0931462
MDL-52781 core_user: improve core_user::fill_properties_cache()
2016-04-21 15:24:35 +08:00
Panagiotis Nikoloutsopoulos
c3c3c9f28a
MDL-52550 atto: Added preventDefaults for events dragover and dragenter
2016-04-21 15:08:20 +08:00
Dan Poltawski
913dcb1b81
Merge branch 'MDL-53451-master-fixup' of https://github.com/FMCorz/moodle
2016-04-20 11:28:55 +01:00
Dan Poltawski
ad2382730e
Merge branch 'MDL-53309_master-second-attempt' of git://github.com/dmonllao/moodle
2016-04-20 10:27:57 +01:00
David Monllao
15a813cda2
Merge branch 'MDL-53599' of git://github.com/nhoobin/moodle
2016-04-20 16:38:57 +08:00
Frederic Massart
4fd183d3c3
MDL-53451 competency: Hook for scale_used used undefined variable
2016-04-20 15:44:01 +08:00
David Monllao
ba44323329
MDL-51603 dataformat: Removing subsystem from the list
2016-04-20 14:41:28 +08:00
David Monllao
a5acf308ae
Merge branch 'MDL-51603-dataformat' of https://github.com/brendanheywood/moodle
...
Conflicts:
lib/tests/component_test.php
2016-04-20 12:37:05 +08:00
David Monllao
45073995a1
Merge branch 'MDL-53799-31' of https://github.com/vadimonus/moodle
2016-04-20 10:59:49 +08:00
Brendan Heywood
5684cc2d1e
MDL-51603 tablelib: Removed legacy export classes
2016-04-20 12:39:29 +10:00
Brendan Heywood
bdb80f6a5f
MDL-51603 tablelib: Delegate to dataformat for downloading
2016-04-20 12:39:29 +10:00
Brendan Heywood
bff1edbe44
MDL-51603 dataformat: Implement streaming dataformat plugin
2016-04-20 12:39:25 +10:00
Brendan Heywood
b4772a41d1
MDL-51603 dataformat: Imported 3rd party lib spout
2016-04-20 12:33:35 +10:00
David Monllao
9a1414c4d8
Merge branch 'MDL-49279-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/classes/plugin_manager.php
2016-04-19 16:55:01 +08:00
Juan Leyva
b2478ed0f6
MDL-49279 mobile: Support export of mobile addons in plugins
2016-04-19 10:32:53 +02:00
David Monllao
c3b661403c
Merge branch 'cbe' of git://github.com/FMCorz/moodle
2016-04-19 12:37:11 +08:00
Andrew Nicols
383819375d
Merge branch 'MDL-53779-master' of git://github.com/FMCorz/moodle
2016-04-19 10:32:56 +08:00
Eloy Lafuente (stronk7)
15f69edb1d
Merge branch 'MDL-53796_master' of git://github.com/dmonllao/moodle
2016-04-19 01:58:13 +02:00
Tim Hunt
67b67a50cf
MDL-53855 accessibility: navbar should be in exactly one nav region
...
And that should be labelled.
2016-04-18 16:56:34 +01:00
Frederic Massart
29879f8f4c
MDL-53667 templates: Improve JS string handling in templates
...
The native String.replace method in extremely slow when we are
dealing with a large string and large quantity of strings to replace.
This new solution walks through the string looking for placeholders
to replace.
2016-04-18 17:14:32 +08:00
Frederic Massart
746da8ba60
MDL-53632 competency: Consistently use the terms frameworks, plans, ...
...
- Templates: 'Learning plan templates'
- Plans: 'Learning plans'
- Frameworks: 'Competency frameworks'
When the context, or sentence, is already stating that we are talking
about 'learning plans' or 'competencies', it may sound redundant to
repeat those terms, therefore we can simply refer to 'Templates',
'Plans', and 'Frameworks'.
2016-04-18 16:51:39 +08:00
Mark Nelson
38870d60fd
MDL-53717 core: prevent PHP notice during install
2016-04-18 16:38:36 +08:00
Nicholas Hoobin
c5211882f7
MDL-53599 session: Added a session_class_handler for Redis.
...
It is now possible to set up Redis as a session handler for Moodle.
Ensure that the phpredis extension is enabled and working on your sever.
Please place the following lines in config.php
$CFG->session_handler_class = '\core\session\redis';
$CFG->session_redis_save_path = 'tcp://127.0.0.1';
To determine if it has been set correctly, navigate to
$CFG->wwwroot/admin/phpinfo.php and find following the strings in the
session block,
session.save_handler = redis
session.save_path = tcp://127.0.0.1
2016-04-18 16:28:45 +10:00
Frederic Massart
1e99f31e33
MDL-53654 competency: Provide a way to delete evidence
2016-04-18 11:06:47 +08:00
Frederic Massart
56537316f6
MDL-53719 competency: Delete content upon course and cm delete/reset
2016-04-18 11:06:01 +08:00
Frederic Massart
b14311b2cd
MDL-53760 competency: Set block_lp as default dashboard block
2016-04-18 11:06:01 +08:00
Frederic Massart
8d0c57ed08
MDL-53700 competency: Migrating scale_used hook to core
2016-04-18 11:06:00 +08:00
Frederic Massart
899f46d6de
MDL-53700 competency: Use URL resolver in events
2016-04-18 11:06:00 +08:00
Frederic Massart
d8370908b5
MDL-53700 competency: Update standard plugins list
2016-04-18 11:06:00 +08:00