MDL-51580 upgradelib: Delete stuff used by removed upgrade steps
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 7 Feb 2016 23:23:01 +0000 (00:23 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 15 Feb 2016 17:38:21 +0000 (18:38 +0100)
commit1405f010b7c52026f2838647bd8adf6734fc8a9e
treea9be9cfcc7c9846801e86eec5bcf599c980a3c0b
parente8c82aac82d7bebb5d994338f7321d96073fd0f0
MDL-51580 upgradelib: Delete stuff used by removed upgrade steps

This commits removes stuff from different upgradelib files, used
exclusively by the already deleted upgrade steps. Given such
exclusivity it was not needed to proceed with a 2-phase deprecation
as far as the functions were 100% internal to upgrade.

This is the list of deleted functions, all them docummented in their
corresponding upgrade.txt files:

- repository_picasa_admin_upgrade_notification();
- repository_googledocs_admin_upgrade_notification();
- repository_boxnet_admin_upgrade_notification();
- repository_alfresco_admin_security_key_notice();
- qtype_essay_convert_to_html();
- portfolio_picasa_admin_upgrade_notification();
- portfolio_googledocs_admin_upgrade_notification();
- portfolio_boxnet_admin_upgrade_notification();
- mod_book_migrate_moddata_dir_to_legacy();
- mod_book_migrate_all_areas();
- mod_book_migrate_area();
- mod_assignment_pending_upgrades_notification();
- upgrade_mysql_fix_unsigned_and_lob_columns();
- upgrade_course_completion_remove_duplicates();
- upgrade_save_orphaned_questions();
- upgrade_rename_old_backup_files_using_shortname();
- upgrade_mssql_nvarcharmax();
- upgrade_mssql_varbinarymax();
- upgrade_fix_missing_root_folders();
- upgrade_course_modules_sequences();
- upgrade_grade_item_fix_sortorder();
- upgrade_availability_item();
17 files changed:
lib/db/upgradelib.php
lib/tests/upgradelib_test.php
lib/upgrade.txt
lib/upgradelib.php
mod/assignment/db/upgradelib.php [deleted file]
mod/book/db/upgradelib.php [deleted file]
mod/book/upgrade.txt
portfolio/boxnet/db/upgradelib.php [deleted file]
portfolio/googledocs/db/upgradelib.php [deleted file]
portfolio/picasa/db/upgradelib.php [deleted file]
portfolio/upgrade.txt
question/type/upgrade.txt
repository/alfresco/db/upgradelib.php [deleted file]
repository/boxnet/db/upgradelib.php [deleted file]
repository/googledocs/db/upgradelib.php [deleted file]
repository/picasa/db/upgradelib.php [deleted file]
repository/upgrade.txt