Skip to content

Commit 2a0f674

Browse files
committed
Release 9.15
1 parent f6aebe9 commit 2a0f674

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

include/inc.ilias_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
*
2727
* @package ilias-core
2828
*/
29-
const ILIAS_VERSION = "9.14 2025-09-23";
30-
const ILIAS_VERSION_NUMERIC = "9.14"; // since version ILIAS 6 this must be always x.y: x and y are numbers
29+
const ILIAS_VERSION = "9.15 2025-11-04";
30+
const ILIAS_VERSION_NUMERIC = "9.15"; // since version ILIAS 6 this must be always x.y: x and y are numbers

setup/sql/ilias3.sql

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ CREATE TABLE `cmi_interaction` (
21302130
`id` varchar(255) DEFAULT NULL,
21312131
`latency` varchar(20) DEFAULT NULL,
21322132
`result` varchar(4000) DEFAULT NULL,
2133-
`c_timestamp` varchar(20) DEFAULT NULL,
2133+
`c_timestamp` varchar(40) DEFAULT NULL,
21342134
`c_type` varchar(32) DEFAULT NULL,
21352135
`weighting` double DEFAULT NULL,
21362136
`learner_response` longtext DEFAULT NULL,
@@ -2988,7 +2988,7 @@ CREATE TABLE `cp_datamap` (
29882988

29892989
CREATE TABLE `cp_dependency` (
29902990
`cp_node_id` int(11) NOT NULL DEFAULT 0,
2991-
`resourceid` varchar(50) DEFAULT NULL,
2991+
`resourceid` varchar(200) DEFAULT NULL,
29922992
PRIMARY KEY (`cp_node_id`),
29932993
KEY `i2_idx` (`resourceid`)
29942994
) ;
@@ -7324,6 +7324,8 @@ INSERT INTO `il_db_steps` VALUES ('ilResourceStorageDB90',1,'2023-12-12 16:39:39
73247324
INSERT INTO `il_db_steps` VALUES ('ilResourceStorageDB90',2,'2023-12-12 16:39:39.994875','2023-12-12 16:39:40.021210');
73257325
INSERT INTO `il_db_steps` VALUES ('ilResourceStorageDB90',3,'2023-12-12 16:39:40.021888','2023-12-12 16:39:40.027049');
73267326
INSERT INTO `il_db_steps` VALUES ('ilResourceStorageDB90',4,'2023-12-12 16:39:40.027697','2023-12-12 16:39:40.032367');
7327+
INSERT INTO `il_db_steps` VALUES ('ilScorm2004DatabaseUpdateSteps',1,'2025-11-04 15:52:44.228126','2025-11-04 15:52:44.230754');
7328+
INSERT INTO `il_db_steps` VALUES ('ilScorm2004DatabaseUpdateSteps',2,'2025-11-04 15:52:44.231024','2025-11-04 15:52:44.234765');
73277329
INSERT INTO `il_db_steps` VALUES ('ilScormAiccDatabaseUpdateSteps',1,'2024-01-31 14:38:25.408514','2024-01-31 14:38:25.417677');
73287330
INSERT INTO `il_db_steps` VALUES ('ilSessionDBUpdateSteps9',1,'2023-12-12 16:39:40.848750','2023-12-12 16:39:40.854713');
73297331
INSERT INTO `il_db_steps` VALUES ('ilSessionDBUpdateSteps9',2,'2023-12-12 16:39:40.855241','2023-12-12 16:39:40.869825');
@@ -7415,6 +7417,7 @@ INSERT INTO `il_db_steps` VALUES ('ilWorkflowEngine9DBUpdateSteps',1,'2023-12-12
74157417
INSERT INTO `il_db_steps` VALUES ('ilWorkflowEngine9DBUpdateSteps',2,'2023-12-12 16:39:41.555897','2023-12-12 16:39:41.595930');
74167418
INSERT INTO `il_db_steps` VALUES ('ilWorkflowEngine9DBUpdateSteps',3,'2023-12-12 16:39:41.596587','2023-12-12 16:39:41.597086');
74177419
INSERT INTO `il_db_steps` VALUES ('ilWorkflowEngine9DBUpdateSteps',4,'2023-12-12 16:39:41.597674','2023-12-12 16:39:41.601575');
7420+
INSERT INTO `il_db_steps` VALUES ('LSODropActivationDBUpdateSteps',1,'2025-11-04 15:52:44.221345','2025-11-04 15:52:44.224762');
74187421

74197422
--
74207423
-- Table structure for table `il_dcl_data`
@@ -11962,24 +11965,6 @@ CREATE TABLE `loginname_history` (
1196211965
--
1196311966

1196411967

11965-
--
11966-
-- Table structure for table `lso_activation`
11967-
--
11968-
11969-
CREATE TABLE `lso_activation` (
11970-
`ref_id` int(11) NOT NULL,
11971-
`online` tinyint(4) NOT NULL DEFAULT 0,
11972-
`effective_online` tinyint(4) NOT NULL DEFAULT 0,
11973-
`activation_start_ts` int(11) DEFAULT NULL,
11974-
`activation_end_ts` int(11) DEFAULT NULL,
11975-
PRIMARY KEY (`ref_id`)
11976-
) ;
11977-
11978-
--
11979-
-- Dumping data for table `lso_activation`
11980-
--
11981-
11982-
1198311968
--
1198411969
-- Table structure for table `lso_settings`
1198511970
--
@@ -13581,7 +13566,7 @@ INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'200
1358113566
INSERT INTO `object_data` VALUES (35,'typ','notf','Note Folder Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
1358213567
INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
1358313568
INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',NULL,NULL);
13584-
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-09-23 14:39:28','',NULL,NULL);
13569+
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-11-04 15:52:44','',NULL,NULL);
1358513570
INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',NULL,NULL);
1358613571
INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
1358713572
INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
@@ -20396,7 +20381,7 @@ INSERT INTO `settings` VALUES ('common','ilfrmnoti1','1');
2039620381
INSERT INTO `settings` VALUES ('common','ilfrmreadidx1','1');
2039720382
INSERT INTO `settings` VALUES ('common','ilfrmthri2','1');
2039820383
INSERT INTO `settings` VALUES ('common','ilGlobalTstPoolUsageSettingInitilisation','1');
20399-
INSERT INTO `settings` VALUES ('common','ilias_version','9.14.0');
20384+
INSERT INTO `settings` VALUES ('common','ilias_version','9.15.0');
2040020385
INSERT INTO `settings` VALUES ('common','ilinc_akclassvalues_required','1');
2040120386
INSERT INTO `settings` VALUES ('common','ilmpathix','1');
2040220387
INSERT INTO `settings` VALUES ('common','iloscmsgidx1','1');
@@ -25116,4 +25101,4 @@ CREATE TABLE `xmlvalue_seq` (
2511625101

2511725102

2511825103

25119-
-- Dump completed on 2025-09-23 14:39:29
25104+
-- Dump completed on 2025-11-04 15:52:45

0 commit comments

Comments
 (0)