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
Marina Glancy
8fc1486d36
MDL-77164 various: fix incorrect phpdocs
2023-04-13 11:35:06 +01:00
Zig Tan
ff70e84941
MDL-39060 backup: fix typo backup destroy() function
2018-03-26 09:25:55 +08:00
James Pratt
809fdb83b1
MDL-41754 (1) Progress tracking : moved from backup and restore to core
2014-01-27 17:45:50 +07:00
sam marshall
2531ae2922
MDL-38190 (2) Backup/restore: Progress tracking for tasks and steps
2013-08-16 10:50:36 +01:00
sam marshall
16cd708835
MDL-38190 (1) Backup/restore: Progress tracking API
2013-08-16 10:50:35 +01:00
David Mudrák
ff8734f21d
MDL-33430 Give tasks an access to their current plan's results
...
This in turn provides access to the plan's results for both structure and
execution steps so they can register something useful there.
2012-06-21 12:28:09 +02:00
Eloy Lafuente
636444e8b6
MDL-25019 backup - course_startdate may not exist
2010-11-24 10:46:15 +00:00
Eloy Lafuente
4f6ed68c1c
MDL-24962 backup - circular refs destroyer for backup plan
2010-11-15 07:15:48 +00:00
Eloy Lafuente
648a575eda
NOBUG: Added support for after_restore() methods on restore. Will help some blocks.
2010-11-01 15:53:35 +00:00
Eloy Lafuente
a42dcde415
MDL-21432 move some stuff from base to backup plan classes
2010-06-22 10:31:37 +00:00
Eloy Lafuente
ce937f9957
MDL-22145 backup storage - provide 'user_tohub' storage for HUB files
2010-04-27 01:02:38 +00:00
Eloy Lafuente
69dd0c8cbf
MDL-21432 backup 2.0 - initial commit. util dir
2010-04-21 09:17:06 +00:00