Skip to content

Commit 858b1c9

Browse files
committed
Component/Cron: remove ilCronDefinitionProcessor
1 parent 6ce6a15 commit 858b1c9

4 files changed

Lines changed: 1 addition & 105 deletions

File tree

cli/hello_world.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*********************************************************************/
1818

19-
require_once(__DIR__ . "/../artifacts/bootstrap.php");
19+
require_once(__DIR__ . "/../artifacts/bootstrap_setup.php");
2020

2121
// This calls a simple entrypoint, for testing and documentation purpose. This
2222
// should just print a simple hello and will work when bootstrapping works.

components/ILIAS/Authentication/service.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@
2323
<pluginslot id="authhk" name="AuthenticationHook" />
2424
</pluginslots>
2525
<logging />
26-
<crons>
27-
<cron id="auth_destroy_expired_sessions" class="ilAuthDestroyExpiredSessionsCron" />
28-
</crons>
2926
</service>

components/ILIAS/Component/classes/Setup/class.ilComponentDefinitionsStoredObjective.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,6 @@ public function write(): void
143143
new \ilCOPageDefinitionProcessor($db),
144144
new \ilComponentInfoDefinitionProcessor(),
145145
new \ilLoggingDefinitionProcessor($db),
146-
/*
147-
new \ilCronDefinitionProcessor(
148-
$db,
149-
$settings_factory->settingsFor(),
150-
$component_repository,
151-
$component_factory
152-
),
153-
*/
154146
new \ilMailTemplateContextDefinitionProcessor($db),
155147
new \ilObjectDefinitionProcessor($db),
156148
new \ilSystemCheckDefinitionProcessor($db),

components/ILIAS/Cron/classes/Setup/class.ilCronDefinitionProcessor.php

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)