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
Frederic Massart
e6dc03d7c4
MDL-53700 competency: Migrating language strings
2016-04-18 11:06:00 +08:00
Frederic Massart
4aa6acb22a
MDL-53700 competency: Migrating comment related APIs to core
2016-04-18 11:05:59 +08:00
Frederic Massart
c88b6c05ca
MDL-53700 competency: Migrating observers to core
2016-04-18 11:05:59 +08:00
Frederic Massart
5a1a685c28
MDL-53700 competency: Migrating events to core
...
Leaving comments behind for now as it's a tricky one.
2016-04-18 11:05:59 +08:00
Frederic Massart
81de839f37
MDL-53700 competency: Migrating external functions to core
2016-04-18 11:05:59 +08:00
Frederic Massart
767f66c028
MDL-53700 competency: Migrating the competency API to core
2016-04-18 11:05:59 +08:00
Frederic Massart
67bc0eaf38
MDL-53700 competency: Migrate main classes to core
2016-04-18 11:05:59 +08:00
Frederic Massart
36a43db821
MDL-53700 competency: Migrating message definitions to core
2016-04-18 11:05:58 +08:00
Frederic Massart
42a7899f0d
MDL-53700 competency: Migrate tasks to core
2016-04-18 11:05:58 +08:00
Frederic Massart
a4e659c788
MDL-53700 competency: Migrate database tables to core
2016-04-18 11:05:58 +08:00
Frederic Massart
b90e2205b4
MDL-53700 competency: Migrate capabilities to core
2016-04-18 10:59:01 +08:00