Eloy Lafuente (stronk7)
29a541724f
MDL-65292 style: Fix all the function declaration ordering
...
This has been generated running the following Sniff,
part of the Moodle's CodeSniffer standard:
- PSR2.Methods.MethodDeclaration
It just ensures all the function declarations have
the correct order for:
- abstract and final.
- visibility (public, protected, private).
- static.
So, all the lines modified by this commit are function declarations
and the only changes are in the positions of those keywords.
2024-02-28 23:47:47 +01:00
Paul Holden
212d668c7a
MDL-79840 contentbank: fix references to invalid icon images.
2023-10-25 08:44:30 +01:00
Daniel Neis Araujo
d124df500c
MDL-76338 contentbank: copy content in content bank
2023-07-28 17:05:57 -03:00
Amaia Anabitarte
0d11cf1bc9
MDL-78183 core_contentbank: Improve error handling
2023-07-07 12:21:24 +02:00
François Moreau
3776fbafb2
MDL-69762 core_contentbank: let users hide their content
2021-02-15 13:26:32 -05:00
Andrew Nicols
805cca26fd
Merge branch 'MDL-69270-master' of git://github.com/ferranrecio/moodle
2020-09-01 07:26:02 +08:00
Andrew Nicols
e1f3746112
MDL-69269 contentbank: Fix issues identified in integration
2020-09-01 07:26:01 +08:00
Sara Arjona
66455e02d8
MDL-69269 contentbank: add support to download content
2020-08-28 12:28:13 +02:00
Ferran Recio
c5a8469abb
MDL-69270 contentbank: replace content with file
2020-08-26 12:36:27 +02:00
Ferran Recio
5132309170
MDL-69143 contentbank: catching Exception on file upload
2020-08-12 16:57:17 +02:00
Ferran Recio
3dfbd5a16f
MDL-69143 contentbank: add import file method to content
2020-07-29 17:49:50 +02:00
Amaia Anabitarte
0633e60a91
MDL-68936 core_contentbank: Checking manage permissions to allow editing
2020-06-08 16:40:10 +02:00
Víctor Déniz Falcón
75f58cbfa2
MDL-67810 core_contentbank: added dropdown menu to create content
2020-05-27 10:27:13 +01:00
Amaia Anabitarte
7a460fd5d5
MDL-68782 core_contentbank: Fixing undefined variable error
2020-05-20 12:42:44 +02:00
Eloy Lafuente (stronk7)
6462724e4f
Merge branch 'MDL-68526-master' of git://github.com/aanabit/moodle
2020-05-18 17:14:12 +02:00
Amaia Anabitarte
f2a9bb6edb
MDL-68526 core_contentbank: Delete content when a course is deleted
...
Or when a course category is moved/deleted
2020-05-18 16:05:04 +02:00
Amaia Anabitarte
6fc3477cc5
MDL-68636 core_contentbank: Changing get_icon function
2020-05-15 11:35:31 +02:00
Amaia Anabitarte
f9830e456a
MDL-68636 core_contentbank: Changing parameter classes to be consistent
2020-05-15 11:35:31 +02:00
Amaia Anabitarte
fb302d3848
MDL-67800 core_contentbank: Creating events for contentbank
2020-05-05 10:20:20 +02:00
Amaia Anabitarte
448012c6b6
MDL-67790 core_contentbank: Add Rename content option
2020-05-04 20:15:05 +02:00
Sara Arjona
de322e3de6
MDL-67795 contentbank: make consistent $record vs $content
2020-04-23 13:09:40 +02:00
Sara Arjona
c0d615e8f9
MDL-67795 contentbank: delete content API
2020-04-23 13:09:40 +02:00
Amaia Anabitarte
33b8ca26f9
MDL-67786 core_contentbank: New content bank contenttype plugin type
...
Co-authored by: Ferran Recio <ferran@moodle.com >
2020-04-15 23:45:08 +02:00