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
Frederic Massart
23381ab803
MDL-51036 tool_lp: Making comments work inside templates
2016-04-18 10:58:49 +08:00
Frederic Massart
44c6470d90
MDL-51025 tool_lp: Removing hardcoded link to frameworks in navigation
2016-04-18 10:58:33 +08:00
Frederic Massart
2de75345bb
MDL-51025 tool_lp: Frameworks can be created on a category level
2016-04-18 10:58:33 +08:00
Damyon Wiese
7e8d4dac9b
MDL-50308 tool_lp: Big javascript cleanup
...
This includes:
* Move all JS modules from lib/amd to admin/tool/lp/amd
* Add all jsdocs
* fix all jshint warnings
* Rewrite the actionmenu wrapper to a real amd module
2016-04-18 10:58:32 +08:00
Damyon Wiese
d9a39950b2
MDL-49459 Learning plans: Support for creating and editing competency frameworks.
...
This includes an API (\tool_lp\competency_api), a set of web services, unit tests for the web services and a nice UI built as an admin tool.
2016-04-18 10:58:32 +08:00
Damyon Wiese
c2f30eeddb
MDL-49264 Javascript: Add a simple version of dragdrop reordering
...
This is done in YUI with an AMD wrapper.
2016-04-18 10:58:32 +08:00
Damyon Wiese
61ddd5ecd4
MDL-49263 Javascript: Add an AMD wrapper for actionmenus
2016-04-18 10:58:32 +08:00
Matteo Scaramuccia
bc219382b7
MDL-53837 assign: Fix executable check for 'unoconv.py' on Windows.
2016-04-17 22:35:13 +02:00
Vadim Dvorovenko
e6b2598b75
MDL-53799 Navigation: Text keys for questionbank
...
Adding text keys for navigation nodes for questionbank, course reset
and switchroles
2016-04-17 22:54:57 +07:00
Damyon Wiese
821ab1bf9b
MDL-52954 assign: Behat fixes because the assign grading ui has changed
2016-04-15 15:57:56 +08:00
David Monllao
1076e02f29
MDL-53309 grades: Only update when required
2016-04-15 15:15:32 +08:00
Damyon Wiese
11c16f5fc8
MDL-53772 externallib: Deprecate external_function_info()
2016-04-14 15:07:41 +08:00
Damyon Wiese
e02e7f5a01
MDL-53772 libraries: More context fixes
...
1. Improve upgrade note
2. Don't abuse $PAGE to get the current course/cm
3. Use validate_context, never $PAGE->set_context()
4. Reset current coursemodule in validate_context().
5. Respect moodlepageclass when calling an external function.
2016-04-14 15:02:41 +08:00
David Monllao
3dd89357d4
Merge branch 'MDL-53772-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/upgrade.txt
2016-04-14 14:01:16 +08:00
Marina Glancy
787ec240c1
MDL-53772 inplace_editable: set context in callbacks
2016-04-14 13:58:29 +08:00