Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d817933
Object: Move CopyWizard to Object
kergomard Jun 19, 2024
04ff821
Accordion: Deprecate With ILIAS 11
kergomard Jun 19, 2024
c40b154
Chart: Deprecate With ILIAS 10
kergomard Jun 19, 2024
9e30f42
Excpetions: Move and Deprecate with ILIAS 11
kergomard Jun 19, 2024
eb16240
Form: Deprecate With ILIAS 12
kergomard Jun 19, 2024
d77c910
Link: Deprecate With ILIAS 10
kergomard Jun 19, 2024
3cb5df7
PermanentLink: Deprecate With ILIAS 11
kergomard Jun 19, 2024
9f96679
Verification: Deprecate With ILIAS 11
kergomard Jun 19, 2024
8da4e9e
YUI: Deprecate With ILIAS 11
kergomard Jun 19, 2024
2258369
JQuery: Deprecate With ILIAS 11
kergomard Jun 19, 2024
ca6e607
AssessmentQuestion: Removal
kergomard Jun 19, 2024
7a44502
QTI: Move To TestQuestionPool
kergomard Jun 19, 2024
7c14382
CSV: Deprecate With ILIAS 10/11
kergomard Jun 19, 2024
4a6ceb8
Types: Move Test to BackgroundTasks
kergomard Jun 19, 2024
79cb958
History: Deprecate With ILIAS 10
kergomard Jun 19, 2024
dfc64e4
Utils: Deprecate Utilities with ILIAS 11/12
kergomard Jun 19, 2024
755e807
Move Multilingualism to Didactic Template
kergomard Feb 10, 2025
b90f117
Move ilCache to News
kergomard Feb 10, 2025
269d6dd
Move DataSet to Export
kergomard Feb 10, 2025
2b3e16a
Split-Up Advanced Editing
kergomard Feb 10, 2025
8bd9a56
Move Block to Container
kergomard Feb 10, 2025
e99895a
Rename SOAPAuth to AuthSOAP
kergomard Feb 10, 2025
f467fa3
Remove WorkflowEngine
kergomard Feb 10, 2025
55e738f
Remove ilCSVUtils and Move Deprecations
kergomard Feb 10, 2025
31639a0
Move Deprecations of Chart, History & Link to 11
kergomard Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(array $allowedTags = null, string $cacheDirectory =
$this->cacheDirectory = $cacheDirectory;

if (null === $allowedTags) {
$allowedTags = ilObjAdvancedEditing::_getUsedHTMLTags('textarea');
$allowedTags = ilRTESettings::_getUsedHTMLTags('textarea');
}
$this->allowedTags = $allowedTags;

Expand Down
3 changes: 3 additions & 0 deletions components/ILIAS/Accordion/Accordion.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

namespace ILIAS;

/**
* @deprecated 11 This component will be removed with ILIAS 11
*/
class Accordion implements Component\Component
{
public function init(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

use ILIAS\Repository\BaseGUIRequest;

/**
* @deprecated 11 This component will be removed with ILIAS 11
*/
class StandardGUIRequest
{
use BaseGUIRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
/**
* Accordion user interface class
* @author Alexander Killing <killing@leifos.de>
* @deprecated 11 This component will be removed with ILIAS 11
*/
class ilAccordionGUI
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
/**
* Saves (mostly asynchronously) user properties of accordions
* @author Alexander Killing <killing@leifos.de>
* @deprecated 11 This component will be removed with ILIAS 11
*/
class ilAccordionPropertiesStorageGUI implements ilCtrlBaseClassInterface
{
Expand Down
37 changes: 0 additions & 37 deletions components/ILIAS/AdvancedEditing/AdvancedEditing.php

This file was deleted.

Loading