David Mudrák
3d2aa2ebef
MDL-66118 hub: Remove the mentions of moodle.net
...
This is an update of the site registration admin page and some relevant
backend code to remove the mentions of moodle.net.
AMOS BEGIN
CPY [registerwithmoodleorg,core_admin],[registerwithmoodleorg,core_hub]
AMOS END
2019-10-04 21:23:11 +02:00
Jun Pataleta
6498f438a5
Merge branch 'MDL-65153-master' of git://github.com/damyon/moodle
2019-05-07 16:24:37 +08:00
Damyon Wiese
89da9b4900
MDL-65154 competencies: Filter course competencies
...
Add an activity filter to the course competencies screen.
2019-05-06 09:34:25 +08:00
Damyon Wiese
5a7b845059
MDL-65153 competencies: Urls course competencies
...
The template for the course competencies page expects a pluginbaseurl parameter
but the webservice that fetches when rendered by AJAX is missing this property.
2019-03-22 13:16:38 +08:00
Damyon Wiese
6bdaf20462
MDL-63876 competencies: Skip enabled check
...
Allow rendering a competency summary if competencies are disabled, but do not include
links to competencies pages.
2019-03-29 11:31:15 +08:00
Damyon Wiese
8aff6f6f14
MDL-63876 badges: Coding style
...
Add comments to document function params and template example context.
2019-03-29 11:31:15 +08:00
Damyon Wiese
15e6a76e6f
MDL-63876 competencies: Use direct URL
...
Instead of showing competencies in a dialogue, give them their own full url to
display the competency in the framework it belongs to. This is useful for exported
data that won't have access to javascript.
2019-03-29 11:31:15 +08:00
Damyon Wiese
da5e19a128
MDL-63876 badges: Do not call tool_lp directly
2019-03-29 11:31:15 +08:00
Damyon Wiese
f94786e0e1
MDL-63876 badges: Add competency criteria
...
Properly integration badges with competencies provided in Moodle.
Automatically grant the badge when the defined competencies are marked as proficient.
2019-03-29 11:31:15 +08:00
Damyon Wiese
c0417b04ff
MDL-53346 competencies: Show user learning plans
...
On the course competencies page, show the user their learning plans
that contain each of the course competencies.
2019-02-06 08:33:55 +08:00
Zig Tan
de33cd0cab
MDL-61892 admin/tools: Implement null privacy providers
2018-04-20 11:41:20 +08:00
Damyon Wiese
a60e8ba51e
MDL-59365 enrol_manual: Rewrite the yui enrolment popup in amd
...
The add/roles thing was only converted to bootstrap 2/4 markup and the yui left in place.
The modal for adding users to a course was unsavable so I rewrote it with an mform in a popup, still calling
the same (barely) modified ajax script.
The webservice for searching cohorts was taken from admin/tool/lp and moved into /cohort. I added a generic "cohort"
mform element at the same time.
The webservice for searching for users was taken from the original ajax script.
2017-07-11 13:47:26 +01:00
Damyon Wiese
ac40d8b589
MDL-57596 forms: CLEANHTML in persistent forms
...
Add special handling for text fields with the CLEANHTML type. This should
be used when students and teachers can edit the same field (you can't trust those students).
Applies cleaning on submitted data, and on data stored in the DB before it is put back in an editing form.
2017-03-10 18:04:48 +00:00
Damyon Wiese
5c83f8cdb9
MDL-57273 persistent: Remove use of helper as getter
...
get('blah') are for properties
get_blah() are for helpers
2017-01-25 11:14:00 +08:00
Damyon Wiese
6b206c5309
MDL-57273 persistent: Dont allow set and get for helpers
...
Helper methods (ie custom methods on a persistent) should not be callable via set() or get() even
if they start with set_ or get_. They are not the same as custom getters and setters for real persistent
properties.
2017-01-24 15:39:53 +08:00
Damyon Wiese
d5818626c0
MDL-57273 persistent: Improved style
...
Use \blah::class instead of '\\blah' in define_class functions.
Allow chaining of setters by returning $this.
2017-01-23 11:58:59 +08:00
Damyon Wiese
599acbe776
MDL-57273 persistent: protected custom getters
...
(and setters).
2017-01-20 12:56:19 +08:00
Damyon Wiese
9c91a9593d
MDL-57273 core: Remove magic setters and getters
...
Remove the magic getters and setters from persistent. They are deprecated only in the persistent
class for competencies.
2017-01-20 12:56:19 +08:00
Frederic Massart
32896dcbab
MDL-57273 core: Using $renamedclasses for deprecated classes
2017-01-20 12:56:19 +08:00
Frederic Massart
b505a9e4e0
MDL-57273 core: Migrating the persistent form class to core
2017-01-20 12:56:19 +08:00
Frederic Massart
4bc68a416e
MDL-57273 core: Exporters support custom formatting parameters
2017-01-20 12:56:19 +08:00
Frederic Massart
f5f02ac0d3
MDL-57273 core: Migrating some exporters from tool_lp & core_competency
2017-01-20 12:56:18 +08:00
Frederic Massart
476bf96f4d
MDL-57273 core: Added a performance helper to use with exporters
2017-01-20 12:56:18 +08:00
Frederic Massart
6e28143599
MDL-57273 core: Migrating core_competency exporters into core
2017-01-20 12:56:18 +08:00
David Monllao
237af2ba61
Merge branch 'MDL-56734-master' of git://github.com/lameze/moodle
2016-11-17 15:10:52 +08:00
Simey Lameze
d78207b6c3
MDL-56734 tool_lp: add competency frameworks repo button
2016-11-17 13:15:56 +08:00
David Monllao
e466786f78
Merge branch 'master_MDL-56358' of git://github.com/danmarsden/moodle
2016-11-16 08:33:45 +08:00
Jun Pataleta
3c7387722d
MDL-56720 tool_lp: Do not push empty values to IDs array
2016-11-03 14:09:40 +08:00
Eloy Lafuente (stronk7)
5165c9f460
MDL-56297 forms: Normalize uses of 'url' fields to use size=60
...
While this is not related to this issue, when reviewing it was
detected that the size of those url fields was really small and
looking decided to add this bit of normalization over existing uses.
2016-10-31 19:47:41 +01:00
Dan Marsden
97223bb356
MDL-56358 tool_lp tool_cohortroles: allow null idnumber
2016-10-28 12:00:44 +13:00
Issam Taboubi
22690d6d71
MDL-55760 tool_lp: Wrong rating display when more than one scale set
2016-09-23 11:01:32 -04:00
Jun Pataleta
a2d5c332a2
MDL-54924 tool_lp: Make the url property optional
2016-06-20 14:57:10 +08:00
Dan Poltawski
6967b71a34
Merge branch 'MDL-54546-master' of git://github.com/junpataleta/moodle
2016-05-13 18:11:29 +08:00
Jun Pataleta
e5336562db
MDL-54546 tool_lp: Use correct property types for user/course exporters
2016-05-12 19:04:58 +08:00
Jun Pataleta
32cf4bcb93
MDL-54073 tool_lp: Unescape PARAM_TEXT properties in templates
...
Use triple-curly brackets to unescape the PARAM_TEXT properties in
templates.
Changed idnumber's type to PARAM_RAW for frameworks and competencies.
2016-05-12 11:24:51 +08:00
Frederic Massart
043ae97239
MDL-54053 competencies: Teachers can rate competencies from a course
2016-05-06 09:27:30 +08:00
Frederic Massart
60011d9a8a
MDL-53982 competency: Javascript error due to string injection
2016-05-02 16:59:09 +08:00
Andrew Nicols
7b9cf51ad2
Merge branch 'MDL-53982-master' of git://github.com/FMCorz/moodle
2016-05-02 13:04:20 +08:00
Frederic Massart
ba7f6eeaee
MDL-53982 competency: Javascript error due to string injection
2016-05-02 12:57:03 +08:00
David Monllao
b4dfe61bdb
Merge branch 'MDL-53877-master' of git://github.com/junpataleta/moodle
2016-05-02 10:22:25 +08:00
Serge Gauthier
3cd9461e77
MDL-53877 competency: Help and better validation text for evidence URL
2016-05-02 10:01:24 +08:00
David Monllao
3166be0831
Merge branch 'MDL-53917-master' of git://github.com/junpataleta/moodle
2016-05-02 10:00:29 +08:00
Dan Poltawski
f6ab2b87e6
Merge branch 'MDL-53879-master' of git://github.com/FMCorz/moodle
2016-04-29 12:18:05 +01:00
Jun Pataleta
e9b4bca0f8
MDL-53917 tool_lp: Show course competency notice appropriately
...
Show course competency notice only if the user has a
moodle/competency:competencygrade capability.
2016-04-29 15:23:44 +08:00
Frederic Massart
8ea0f17ae9
MDL-53879 competency: Remove limit on framework depth
2016-04-28 16:41:24 +08:00
Jun Pataleta
60a9993bce
MDL-53494 tool_lp: Fix dialogue display when plan is completed
2016-04-27 09:09:52 +01:00
Dan Poltawski
587580a0df
Merge branch 'MDL-53494_master' of https://github.com/StudiUM/moodle
2016-04-26 11:31:55 +01:00
Dan Poltawski
23f1dbde67
Merge branch 'MDL-53859_master' of https://github.com/StudiUM/moodle
2016-04-26 10:31:00 +01:00
David Monllao
e9eb7ca21f
Merge branch 'MDL-53878_master' of https://github.com/StudiUM/moodle
2016-04-26 10:49:32 +08:00
David Monllao
1ef42d5f29
Merge branch 'MDL-53865-master' of git://github.com/junpataleta/moodle
2016-04-26 09:38:33 +08:00