Damyon Wiese
a214d35ec2
MDL-52064: Improve persistent exporter
...
- Use to_record instead of custom getters
- Remove custom formatting for taxonomies
- Fix bugs in exporter (PARAM_FORMAT was wrong)
- use $comp->get_context() instead of $comp->get_framework()->get_context()
2016-04-18 10:58:41 +08:00
Frederic Massart
1896274ff5
MDL-51029 tool_lp: Implement competency rules
2016-04-18 10:58:41 +08:00
Jean-Philippe Gaudreau
192569ed17
MDL-51805 tool_lp: Freeze learning plan when it is marked as completed
...
This includes:
* Copy user competencies to user_competency_plan when updating plan
with status complete.
* User competencies in user_competency_plan are deleted when the plan
is set back to draft or active.
* the api::list_plan_competencies method is now returning
user_competency_plan objects if plan status is complete.
* external functions and renderer have been adapted to the new api
methods.
* Remove fields status and reviewerid from user_competency_plan
2016-04-18 10:58:41 +08:00
Frederic Massart
8ff9ae8d6f
MDL-50328 tool_lp: Unit test failure and little clean-up of plans page
2016-04-18 10:58:40 +08:00
Issam Taboubi
554b369b60
MDL-50328 tool_lp: Allow competencies to be assigned to a user plan
2016-04-18 10:58:40 +08:00
Frederic Massart
1d8f0a6f50
MDL-51034 tool_lp: List competencies in a user's plan
2016-04-18 10:58:40 +08:00
Issam Taboubi
58405003f8
MDL-51646 tool_lp: Implement plan status
2016-04-18 10:58:40 +08:00
Frederic Massart
5159d6794b
MDL-51965 tool_lp: Revisit capabilities to read/manage plans
...
Templates can no longer be linked to the plan via the plan editing
page because we will need to handle plan linking/unlinking directly.
2016-04-18 10:58:37 +08:00
Serge Gauthier
53084abb75
MDL-51645 tool_lp: Rename the plan capabilities
2016-04-18 10:58:36 +08:00
Issam Taboubi
c61db7bb6a
MDL-51602 tool_lp: Add ability to duplicate a competency framework
2016-04-18 10:58:36 +08:00
Frederic Massart
03c6665894
MDL-51791 tool_lp: Improving persistent validation
...
- Validation methods must be protected
- An ID cannot be set when calling create()
2016-04-18 10:58:36 +08:00
Frederic Massart
a54d5b042a
MDL-51026 tool_lp: Taxonomy terms can be defined on a framework
2016-04-18 10:58:36 +08:00
Frederic Massart
14d9abc261
MDL-50482 tool_lp: Use list_competencies as static and bump version
2016-04-18 10:58:36 +08:00
Issam Taboubi
76c107eac1
MDL-50482 tool_lp: Add ability to duplicate a learning plan template
2016-04-18 10:58:36 +08:00
Frederic Massart
46fdd1d8ef
MDL-50253 tool_lp: Port course competencies to new persistent model
2016-04-18 10:58:36 +08:00
Frederic Massart
aec5363ec1
MDL-50253 tool_lp: Clean up implementation of related competencies
2016-04-18 10:58:35 +08:00
David Monllao
4f81545979
MDL-50253 tool_lp: Adding related competencies
...
Conflicts:
admin/tool/lp/classes/api.php
admin/tool/lp/classes/external.php
admin/tool/lp/classes/output/renderer.php
admin/tool/lp/db/install.xml
admin/tool/lp/db/services.php
admin/tool/lp/lang/en/tool_lp.php
admin/tool/lp/version.php
2016-04-18 10:58:35 +08:00
Issam Taboubi
b397969665
MDL-51460 tool_lp: List frameworks' API function does not support order
2016-04-18 10:58:35 +08:00
Frederic Massart
cc643d16dd
MDL-51506 tool_lp: Migrating template_competency to new model API
2016-04-18 10:58:34 +08:00
Frederic Massart
5af3778e13
MDL-51506 tool_lp: Migrating plan to new model API
2016-04-18 10:58:34 +08:00
Frederic Massart
b60702643c
MDL-51506 tool_lp: Migrating competency_framework to new model API
2016-04-18 10:58:34 +08:00
Frederic Massart
c27113d93e
MDL-51506 tool_lp: Migrating competency to new model API
2016-04-18 10:58:34 +08:00
Frederic Massart
679bce3692
MDL-51031 tool_lp: Removing ability to reorder the templates
...
This was done for the frameworks as well. As we display the templates
accross contexts, the sortorder will not produce the expected result
therefore it is better to remove it.
2016-04-18 10:58:34 +08:00
Frederic Massart
f0da26a494
MDL-51031 tool_lp: Templates can be created on a category level
2016-04-18 10:58:33 +08:00
Frederic Massart
f610a95732
MDL-51025 tool_lp: Add context support to count_frameworks
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
Ankit Agarwal
b17d3d10d7
MDL-50608 tool_lp: Code cleanup
2016-04-18 10:58:33 +08:00
Mark Nelson
556838950f
MDL-50608 tool_lp: tidy up and bug fixes
2016-04-18 10:58:33 +08:00
Mark Nelson
e90c24d09d
MDL-49462 tool_lp: general bug fixes and tidy up
2016-04-18 10:58:32 +08:00
Mark Nelson
54c5a739dc
MDL-49462 tool_lp: added template competencies page
2016-04-18 10:58:32 +08:00
David Monllao
4db373d5cb
MDL-49460 tool_lp: Adding user learning plans
...
Basic CRUD skeleton with external functions.
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