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
Tim Hunt
e7880337ad
MDL-72265 backup: fix checking of override capabilites on restore
...
Thanks to Peter Dias <peter@moodle.com > for his help with the unit test.
2021-08-05 13:54:59 +01:00
Marina Glancy
44e86fb3d5
MDL-34859 backup: add restore defaults
2017-03-20 14:59:45 +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
39ca3044ea
MDL-41728 Backup: Unnecessary use of in_array in base_plan
...
Remove unnecessary use of in_array which causes performance problems
when loading the plan for very large courses.
2013-09-11 14:32:14 +01: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
Rajesh Taneja
e7b24943e6
MDL-27120 backup: fixed docblock and code cleanup
2012-05-29 16:22:45 +08:00
Ashley Holman
f213bbd77a
MDL-27120 backup: replace sequential scan search with hash-based lookup.
2012-05-29 14:44:06 +08:00
Eloy Lafuente
4f6ed68c1c
MDL-24962 backup - circular refs destroyer for backup plan
2010-11-15 07:15:48 +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
1c9e93c77a
MDL-21432 backup settings - added root "activities" setting and section settings
2010-04-25 15:51:42 +00:00
Eloy Lafuente
69dd0c8cbf
MDL-21432 backup 2.0 - initial commit. util dir
2010-04-21 09:17:06 +00:00