Skip to content

Commit

Permalink
VID-827: Remove chat tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Aug 7, 2024
1 parent 300483e commit eb0c4e0
Show file tree
Hide file tree
Showing 29 changed files with 12 additions and 1,527 deletions.
11 changes: 11 additions & 0 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -816,5 +816,16 @@ function xmldb_videotime_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2023011205, 'videotime');
}

if ($oldversion < 2024050602) {
$pluginman = core_plugin_manager::instance();

$progress = new progress_trace_buffer(new text_progress_trace(), true);
$pluginman->uninstall_plugin('videotimetab_chat', $progress);
$progress->finished();

// Videotime savepoint reached.
upgrade_mod_savepoint(true, 2024050602, 'videotime');
}

return true;
}
2 changes: 0 additions & 2 deletions tab/chat/amd/build/comment.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions tab/chat/amd/build/refresh.min.js

This file was deleted.

71 changes: 0 additions & 71 deletions tab/chat/amd/src/comment.js

This file was deleted.

25 changes: 0 additions & 25 deletions tab/chat/amd/src/refresh.js

This file was deleted.

This file was deleted.

This file was deleted.

148 changes: 0 additions & 148 deletions tab/chat/classes/comment.php

This file was deleted.

Loading

0 comments on commit eb0c4e0

Please sign in to comment.