Loading...
 
Skip to main content

Category: Installer (profiles, upgrades and server-related issues)

Installer (profiles, upgrades and server-related issues)
Show subcategories objects

Name Type
htaccess.sh is gone from Tiki26 and after the installation you may need to create the symlink manually
In Tiki we have an _htaccess file that contain directives that can be used in an .htaccess file.

Before Tiki26 at the end of it, the installation process was choosing an option to end with most of the case (where no .htaccess existed) by creating a symlink .htaccess => _htaccess allowing Tiki to redirect you to the "HomePage". (and not tiki-index.php?page=HomePage)

Eventually it was possible to use a script after the installation to do this manually using:
{CODE()}sh _htaccess.sh{CODE}

It is mandatory to use this to enable SefURL as state on the SefURL control panel and the documentation https://doc.tiki.org/Search-Engine-Friendly-URL

But now, as this script is now gone from Tiki26 the server admin need to create manually the symlink.

Some power users reported that there Tiki installation went through and the symlink was set automatically.
I have installed half a dozen of Tiki26 on different system (Debian, OSX, FreeBDS, etc) and I had to create the symlink manually each time.
tracker item
http_build_query
In some PHP version, http_build_query would not work correctly and would not show correctly URL parameters for admin and edit options (in converting the templates from SMARTY).

Make sure that http_build_query function from php is working correctly as some version work only with 2 parameters (even it is said to be Php 5.1.1) and others 3 parameters.

See this issue reported in:

http://tikiwiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=6&comments_parentId=37095
tracker item
Icon missing for Plugin File (or to upload a file) in default and upgraded toolbars
We miss at least one icon to easily add files to the file gallery and get them inserted in the text area easily with the minimum number of clicks.

In default installs, for usability for new users.

AND we need to respect tiki sites that had those tools ({img src="https://dev.tiki.org/img/icons/file-manager-add.png"}, for instance, which does something like [https://dev.tiki.org/tiki-upload_file.php?galleryId=3&view=browse&filegals_manager=area_51bb470595cd3&insertion_syntax=file]) added in the toolbar. In a site that I upgraded from 10.x to 11.x I had that tool removed, and this other one {img src="https://dev.tiki.org/img/icons/file-manager.png"} (PluginFile) also removed sitewide.
tracker item
In htaccess, IfModule deflate_module is not picking up for ClearOS
_htaccess contains the following but has no effect in ClearOS (which is like CentOS)

{CODE()}
<IfModule deflate_module>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript application/javascript
</IfModule>
{CODE}

But the following works:
{CODE()}
<IfModule mod_deflate.c>
<filesMatch "\.(js|css|html)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
{CODE}

http://gtmetrix.com/ reports a difference for PageSpeed Enable gzip compression and YSlow Compress components with gzip


I am wondering if I should add or replace.
tracker item
Incorrect base path detected when installing on IIS (Directory does not exist errors)
When running the installer on IIS the incorrect root path is detected. The directory tikiwiki is installed into is being stripped from the directory hierarchy.

The problem including the solution is referenced in the forum thread at http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=26943&highlight=directory%20does%20not%20exist
tracker item
Incorrect URLs on IIS installs in document root
This bug is tied to [http://example.com|http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1964&trackerId=5&show=view]

I have had various issues navigating my wiki seemingly because $base_url is not getting built correctly, or at all. The first of these issues happens at login where the user puts in a bad username or password. The redirect to the error page fails on Firefox and has a URL with doubled forward slashes after the domain because the $base_url is not getting passed. URLs get built as follows (where 'example.com' is my domain):

Firefox:
{img src=images/code.png}%%% {CODE()} http://example.com\/tiki-error.php?error=Invalid+username {CODE}

IE:
{img src=images/code.png}%%% {CODE()} http://example.com//tiki-error.php?error=Invalid+username {CODE}

This happens with relative URLs all over tikiwiki in my installation, which is a WAMP with virtualHost entries in the httpd.conf to resolve 2 distict domains on the same server.
tracker item
Increase size of article title from 80 to 255 char
subtitles and topline have 255 characters so why is title limited?
tracker item
Indexing failed while processing "Update" (type wiki page) with the error "RemoteTransportException[
On creation of revision 66 of http://dev.tiki.org/Update, I got:
{img fileId="657"}

{CODE(caption="Error(s)")}Indexing failed while processing "Update" (type wiki page) with the error "RemoteTransportException[[search3][inet[/76.74.203.89:9300]][indices/mapping/put]]; nested: MergeMappingException[Merge failed with failures {[mapper [comment_count] of different type, current_type [long], merged_type [string], mapper [contributors] has different index values, mapper [contributors] has different tokenize values, mapper [contributors] has different index_analyzer, mapper [object_id] has different index values, mapper [object_id] has different tokenize values, mapper [object_id] has different index_analyzer, mapper [url] has different index values, mapper [url] has different tokenize values, mapper [url] has different index_analyzer, mapper [object_type] has different index values, mapper [object_type] has different tokenize values, mapper [object_type] has different index_analyzer, mapper [view_permission] has different index values, mapper [view_permission] has different tokenize values, mapper [view_permission] has different index_analyzer, mapper [title_initial] has different index values, mapper [title_initial] has different tokenize values, mapper [title_initial] has different index_analyzer, mapper [relations] has different index values, mapper [relations] has different tokenize values, mapper [relations] has different index_analyzer, mapper [deep_categories] of different type, current_type [long], merged_type [string], mapper [relation_types] has different index values, mapper [relation_types] has different tokenize values, mapper [relation_types] has different index_analyzer, mapper [categories] has different index values, mapper [categories] has different tokenize values, mapper [categories] has different index_analyzer, mapper [language] has different index values, mapper [language] has different tokenize values, mapper [language] has different index_analyzer, mapper [geo_located] has different index values, mapper [geo_located] has different tokenize values, mapper [geo_located] has different index_analyzer, mapper [allowed_groups] has different index values, mapper [allowed_groups] has different tokenize values, mapper [allowed_groups] has different index_analyzer]}]; "{CODE}
tracker item
Install fails on step 5 on Dreamhost shared hosting
I have tiki11.1 running on dreamhost. When I tried to upgrade to 12.0, I received the following error on step 5 of the install:

No route found. Please see http://dev.tiki.org/url+Rewriting+Revamp

I then created a new database and did a fresh install of 12.0 to the new database. I received the same error message.

I am able to log into the site and the application seems to be working okay. When I go to the Admin home page, I get the following error:

Your database requires an update to match the the Tiki version; use the installer. Using Tiki with an incorrect database version will cause errors. If you have shell (SSH) access, you can also use the following, on the command line, from the root of your Tiki installation: php installer/shell.php

Local.php still shows the version at version 11

I am not sure this is relevant but I want to point out that dreamhost uses a separate server for their mysql databases. If I install tiki at http://tiki.a2host.us, the database will reside at mysql.a2host.us.
tracker item
Install script should detect previous install (install instead of upgrade will wipe your database)
{img src=images/code.png}%%% {CODE(wrap=>1)}
(7:48:16 PM) marclaport1: polom
(7:48:21 PM) ***marclaport1 has an idea
(7:48:31 PM) marclaport1: to make tiki easier to install
(7:48:34 PM) marclaport1: and safer
(7:50:54 PM) marclaport1: say I point to tiki-install.php
(7:51:07 PM) marclaport1: on a tiki which is already in existence
(7:51:27 PM) marclaport1: i get a choice of clean install (tiki.sql) with various profiles
(7:51:59 PM) marclaport1: or to upgrade (1.8.x_to_1.9.x.sql)
(7:52:20 PM) marclaport1: why offer a clean install unless db is empty?
(7:53:33 PM) marclaport1: so if tiki-install.php can only can the upgrade sql (which is designed to be run over & over again) tiki becomes safer
(7:54:55 PM) marclaport1: if the database exists, there should be a note the admin to use phpmyadmin to go and empty the database of create a new one for tiki
(8:00:29 PM) ***marclaport1 feels that must be something wrong with this idea, or else all the smart people in tiki would have though about it.
(8:03:38 PM) ***marclaport1 has the impression that most tiki devs don't use the web installer
(8:04:21 PM) marclaport1: ...
{CODE}

{THUMB(image=>img/wiki_up/Smarter_Tiki_install.jpg,)/}
tracker item
installation bug
20.0
unpack on server
svn update
Checked out revision 70418
setup -> "Tables creations status
0 %tiki_oauthserver_clients 100%
Patches creations status
Tables indexing tiki_tracker_item_fields

Building patches 99999999_image_plugins_kill_tiki

Building scripts ..." is endless

the same problem without svn
tracker item
Installation error - cannot create database "tiki_profile_symbols"
Sorry if I'm either reporting this in the wrong place, or reporting a known issue. I've looked around a bit but couldn't find my problem listed. I have two TW installations that have run fine for 2 years, and I just downloaded the latest version of TW for a new application.

Created a MySQL 4 database.
Ran the automatic installation routine.

Got told there were 1000+ OK SQL statements, and 1 that failed.

When I click on "details" I get:

Command: CREATE TABLE tiki_profile_symbols (
`domain` VARCHAR(50) NOT NULL,
`profile` VARCHAR(50) NOT NULL,
`object` VARCHAR(50) NOT NULL,
`type` VARCHAR(20) NOT NULL,
`value` VARCHAR(50) NOT NULL,
`named` ENUM('y','n') NOT NULL,
`creation_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY( `domain`, `profile`, `object` ),
INDEX(`named`)
)
Message: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP,
PRIMARY KEY( `domain`, `profile`, `object`

I did this a second time to make sure (brand new directory on the server, and brand new SQL database). I cannot access the Admin-Modules segment in my new TW installation; I get the following error. Everything else appears to work -- new setup is at http://dev.steadfastlutherans.org .. second setup is at http://dev.steadfastlutherans.com .. I can give anyone admin access if you need it.

Pretty standard linux install, using 1and1.com servers.

Any help appreciated!




An error occured in a database query!

Context:
File tiki-admin_modules.php
Url tiki-admin_modules.php
Query:
SELECT `tc`.*, tpcd.`data`, COALESCE(`tpcf`.`future`,0) AS `future`, COALESCE(`tpca`.`actual`,?) AS `actual`, COALESCE(`tpcn`.`next`,?) AS `next`, GREATEST(0, COALESCE(`tpco`.`old`,0) - 1) AS `old` FROM (`tiki_content` AS `tc` LEFT JOIN ( SELECT `contentId`, count(*) AS `future` FROM `tiki_programmed_content` WHERE `publishDate`>? GROUP BY contentId ) AS `tpcf` ON ( `tc`.`contentId` = `tpcf`.`contentId` ) LEFT JOIN ( SELECT `contentId`, max(`publishDate`) AS `actual` FROM `tiki_programmed_content` WHERE `publishDate`<=? GROUP BY contentId ) AS `tpca` ON ( `tc`.`contentId` = `tpca`.`contentId` ) LEFT JOIN ( SELECT `contentId`, min(`publishDate`) AS `next` FROM `tiki_programmed_content` WHERE `publishDate`>=? GROUP BY contentId ) AS `tpcn` ON ( `tc`.`contentId` = `tpcn`.`contentId` ) LEFT JOIN ( SELECT `contentId`, count(*) AS `old` FROM `tiki_programmed_content` WHERE `publishDate`<? GROUP BY contentId ) AS `tpco` ON ( `tc`.`contentId` = `tpco`.`contentId` ) LEFT JOIN ( SELECT `contentId`, `data`, `publishDate` FROM `tiki_programmed_content` ) AS `tpcd` ON ( `tc`.`contentId` = `tpcd`.`contentId` AND `tpcd`.`publishDate` = `tpca`.`actual` )) ORDER BY `contentId` desc
Values:
0 1229233709
1 1229233709
2 1229233709
3 1229233709
4 1229233709
5 1229233709
Message:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `contentId`, count(*) AS `future` FROM `tiki_programmed_
tracker item
installation issues with v2.0 and MSSQL backend
I am having an issue with installing v2.0 on IIS with MSSQL backend.

After entering all of the info such as database server, name, and login info, it returns the following error:

PHP Fatal error: Call to a member function fetchRow() on a non-object in C:\inetpub\wwwroot\tikiwiki\installer\tiki-installer.php on line 43

This appears to be the MSSQL version of bug ID 1653.
tracker item
Installation on PostgreSQL: syntax error creating 'tiki_categorized_objects'
Installation error during table creates:

Command: CREATE TABLE "tiki_categorized_objects" (
"catObjectId" bigserial,
"type" varchar(50) default NULL,
"objId" varchar(255) default NULL,
"description" text,
"created" bigint default NULL,
"name" varchar(200) default NULL,
"href" varchar(200) default NULL,
"hits" integer default NULL,
PRIMARY KEY ("catObjectId"),
KEY(type, objId)
)
Message: ERROR: syntax error at or near "("
LINE 11: KEY(type, objId)
tracker item
Installation process of Tiki from git doesn't complete anymore and end with Fatal error
On a fresh Tiki26 from git, after the database successfully update for Tiki 26.3VCS the process stop with following error.

Tiki seems installed, htaccess and locking stuff are not done as it should.

{CODE()}
Fatal error rendering template resource tiki-install_screens.tpl

TypeError: implode(): Argument #1 ($array) must be of type array, string given in /home/myhealthteam26/public_html/temp/templates_c/en_classic^27459344042fd8ba424fbcd0d3a486f3beb1e7d5_0.file.footer.tpl.php:154
Stack trace:
#0 /home/myhealthteam26/public_html/temp/templates_c/en_classic^27459344042fd8ba424fbcd0d3a486f3beb1e7d5_0.file.footer.tpl.php(154): implode()
#1 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(123): content_65b7477199b376_06385372()
#2 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode()
#3 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(217): Smarty_Template_Compiled->render()
#4 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(386): Smarty_Internal_Template->render()
#5 /home/myhealthteam26/public_html/temp/templates_c/en_classic^ca01cb0087b1ae914919adc84b2426c08085c01c_0.file.tiki-install_screens.tpl.php(42): Smarty_Internal_Template->_subTemplateRender()
#6 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(123): content_65b7477173d195_44264353()
#7 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode()
#8 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(217): Smarty_Template_Compiled->render()
#9 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(238): Smarty_Internal_Template->render()
#10 /home/myhealthteam26/public_html/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(134): Smarty_Internal_TemplateBase->_execute()
#11 /home/myhealthteam26/public_html/lib/init/smarty.php(492): Smarty_Internal_TemplateBase->display()
#12 /home/myhealthteam26/public_html/installer/tiki-installer.php(857): Smarty_Tiki->display()
#13 /home/myhealthteam26/public_html/tiki-install.php(139): include_once('...')
#14 {main}
{CODE}

---

~~#F00:Update 2024-02-20~~: This happen as PHP script execution mode is set to "FMP", switching the mode to "CGI wrapper" and creating a symlink for .htaccess solved the issue. It was possible to set back to FPM once complete the installer.
tracker item
Installation script problem
There is a small bug in install.php that makes installation screen completely white when user submits to second step.
The problem originates from difference between dbTiki and dbtiki, where in line 586 the database connection is made in dbtiki, but some where else the dbTiki is used.
tracker item
Installation script, Database update; Error when updating the database (from the install script)
I have now 1 error on the installation when upgrading the database from Tiki24 to Tiki25 but a very long list of packages (see below).

By the way, no matter how many time I update the same database I always see the same: 10 successfully
updated queries and 1 error. (?)

{CODE()}
INSERT INTO `tiki_secdb` (`filename`, `md5_value`, `tiki_version`) VALUES
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyAnalogVideoOPL.php', 'b76b851fc9a768253421d09bc4743779', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyCompressedDigitalVideoOPL.php', '3fcec4934b2dd5518ccb9121a9ab702f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyCopyEnablerType.php', '08d519ef36c9ba9df45e5189a6bee37f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyDigitalAudioOPId.php', '8eae82b24c05a44cfa976b6a7ea5e790', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyDigitalAudioOPL.php', 'c2f0b3ee7ea1a1ef87dfa37529380bd1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyLicenseRemovalPolicy.php', '4673535147df049530af6a3454fe3f58', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyMinimumLicenseSecurityLevel.php', 'fc3d7b63ace196b5900b68b7f0f0c57a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyPlayEnablerType.php', '1d28a41906a5f0aed3bf4127f275686c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyPolicyOrderBy.php', '9180f682358e2eb044b12d37444c940f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyProfileOrderBy.php', '1743242deb176f87405d8cf6b41c0621', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/PlayReadyUncompressedDigitalVideoOPL.php', 'ed93c588c72d5f7d106292401eaac458', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/PlayReadyPlugin.php', '3db3d5de04263ba15660978e21d6e620', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Service/PlayReadyDrmService.php', 'db948a37545c42525588185d57f43a44', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyAnalogVideoOPIdHolder.php', '5e94502c1375c4bc1ef790a09fdc24e9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyContentKey.php', '43f15ef42f6d6da656cecf24907d7ccd', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyCopyEnablerHolder.php', 'ab4bcaef5c7217ed59ebdc931c3c7db1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyCopyRight.php', 'ed32ebd6da93a2cef0ef6c8ff606adbc', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyDigitalAudioOPIdHolder.php', '3e6871c1e29b409d0573b9e22419835a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyLicenseDetails.php', '4ad96580f97de058d2f76d3682b57f67', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyPlayEnablerHolder.php', '0853a7530b7029b59a7ae6cc1241ad9e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyPlayRight.php', 'a5809e372ef4e7cd49228796d5f0e186', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyPolicy.php', '59968d4c2bef3a04f8886e2926ee1dc7', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyPolicyBaseFilter.php', '96ccfa52106a9c713b455b225a90a197', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyPolicyFilter.php', '94f979055ebbb1824c0c523c0ff95214', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyProfile.php', 'e7255de6f9b222d0ecea0c18162a2d53', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyProfileBaseFilter.php', '7b8964c28a23d061314df2942f5de1e2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyProfileFilter.php', 'e2f887574f5aa277df4e68b1d712ccc6', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/PlayReadyRight.php', '019ccc7e13dff8bdd1c1c763ab90aad2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PlayReady/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Enum/PodcastDistributionProfileOrderBy.php', '6ce65a2d5c620c8ad7715bbf1ba9956e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Enum/PodcastDistributionProviderOrderBy.php', 'eabab06c9bf443227c4c37eb5fb8c6be', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/PodcastDistributionPlugin.php', 'bb2e8c82c21421ec5a842bceabebffd3', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Type/PodcastDistributionJobProviderData.php', 'd1eafacada1049b739dedfe0623a36f0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Type/PodcastDistributionProfile.php', '8766d8858e614855dddc6dc50b70b4e1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Type/PodcastDistributionProfileBaseFilter.php', '14dd1a343c7dcb8622e2b0675cf0313a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Type/PodcastDistributionProfileFilter.php', '5d8c973ea69187fa5f7937d2528d257b', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Type/PodcastDistributionProvider.php', 'dced541b0a12e6b3153d09ea62ffeed1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Type/PodcastDistributionProviderBaseFilter.php', 'fe3d7db6d2ef9413f4c80441a4255a87', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Type/PodcastDistributionProviderFilter.php', '83be923b0fbb81d3a4bbe90c4fc0912f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PodcastDistribution/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Poll/PollPlugin.php', '7fb73c1d3146f6b6f716bca8b6fca8e0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Poll/Service/PollService.php', 'b6183f3e94882fcb269a3a5cc8779a19', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Poll/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Poll/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Enum/PushNotificationCommandType.php', '79e9872a5f7325ce2c24b23cd257bdbf', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Enum/PushNotificationTemplateOrderBy.php', '30717d27b5f37dd5a180e76e16a0c7ea', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/PushNotificationPlugin.php', '5caf1e3bed1a58ff46888bca2c9a42b0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Type/PushEventNotificationParameter.php', '6e150bbeed65157f0806ca0a704d8764', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Type/PushNotificationData.php', '6155c4df8b276912131505e0e265d048', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Type/PushNotificationParams.php', 'c65f3edde2956d53db2aa4889e20e654', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Type/PushNotificationTemplate.php', '14476254a862433ad0a503ce93e57f23', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Type/PushNotificationTemplateBaseFilter.php', '289d5dadc21bd625279336d9971c58d5', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Type/PushNotificationTemplateFilter.php', 'd5314b2be2308cc119c064ed1e46039d', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Enum/QuickPlayDistributionField.php', '4094f7aeaaa68637c9eac4e4b5953c00', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Enum/QuickPlayDistributionProfileOrderBy.php', 'c1fe9905aeb017fcdd242262a16c4eac', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Enum/QuickPlayDistributionProviderOrderBy.php', '0c7e166dd10a4ee25140b1e9dfe08022', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/QuickPlayDistributionPlugin.php', 'b2022385615103a275bc823bffe95917', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Type/QuickPlayDistributionJobProviderData.php', '26eca6cc5729b74d211f4efc1f3d800f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Type/QuickPlayDistributionProfile.php', '6364c19dfb22a1ab08be1b4db3763298', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Type/QuickPlayDistributionProfileBaseFilter.php', '968916f0113b85ed1907b704d6fd3a91', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Type/QuickPlayDistributionProfileFilter.php', '7b9c547485e5304bec97a28a79807874', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Type/QuickPlayDistributionProvider.php', 'd740414b84627be684fe56dcb82e431a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Type/QuickPlayDistributionProviderBaseFilter.php', '800f524696925f25ef6872de80c73154', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Type/QuickPlayDistributionProviderFilter.php', '79a72b741c54c7115ce14a564645d22a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/QuickPlayDistribution/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Enum/AnswerCuePointOrderBy.php', '3f6c84f8ac9e4a0f55c4282269d62d3d', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Enum/QuestionCuePointOrderBy.php', 'de93c430482c53c0127dd7c5025e8cc9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/QuizPlugin.php', 'e851d396c62a28e7885bfc03dd6986c9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Service/QuizService.php', 'db382167d866f8d3488b297d82b8e57d', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/AnswerCuePoint.php', '7cb2ad291a5e50b674d64975e93c8ed0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/AnswerCuePointBaseFilter.php', 'fa5b4b4f4f616e7b4ef83af09f052435', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/AnswerCuePointFilter.php', '9569777130ccd01bffd04e04f7b3d6f1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/OptionalAnswer.php', '88fdc765e3fd913fe9ee5de3eedaab3a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/QuestionCuePoint.php', 'fe974fa9b2d6a80e9924aeea148d6c66', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/QuestionCuePointBaseFilter.php', '68f9b0ace7c272fb36e4ac233c8186a5', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/QuestionCuePointFilter.php', 'ece54383836f98e53ffd208a3ef3bc78', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/Quiz.php', 'c890f08ed67ecef21854af02b80fe5ca', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/QuizAdvancedFilter.php', '37e91701ddd41b076300925690058afb', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/QuizFilter.php', 'f4cf7f320fda7c927e98aac39d9fc881', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/QuizListResponse.php', '2f518afba176355c33d3861eab6af7d4', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/QuizUserEntryFilter.php', '951446d2cf52cf49bfbd873c048de4ae', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Quiz/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Enum/RatingCountOrderBy.php', 'b05ea5f3e06ea33d05608343b5bc66d7', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/RatingPlugin.php', '2105fecbeabd4df581b7a210c9e6d4fc', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Service/RatingService.php', '14f2744aac212be61e9d38afc860fdb2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Type/RatingCount.php', '2b81ac44a6db9c9d6e181c5cf3c1896a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Type/RatingCountBaseFilter.php', '0e620da9e2f8636456f01c6f6c7c4984', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Type/RatingCountFilter.php', 'a3ee8df6191cf351d6e546b77cda8709', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Type/RatingCountListResponse.php', '68ef2469338b4145a2dd9171a7441680', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Rating/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/CatalogItemLanguage.php', 'fc925b7d8d8ecba278f3f5f4b27bdb60', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/EntryVendorTaskCreationMode.php', '658c9f9946fc70de3e370c9e9f3e4ebf', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/EntryVendorTaskOrderBy.php', 'fd4ceeeeee7e57629f917635d170dc28', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/EntryVendorTaskStatus.php', '51b0bed2c0d806b2172fde2bf308a59a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/ReachProfileContentDeletionPolicy.php', 'a2de7ed5ed9a71d1ca7d823c3b81328c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/ReachProfileOrderBy.php', 'fda1be6ea2b1855ba8fc66263e610390', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/ReachProfileStatus.php', '5438b91abf33b3b87bb4159f674ba7c1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/ReachProfileType.php', '737acbb271b9ec04143f60fe8ad98e36', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/ReachVendorEngineType.php', 'da6688344be7532d93164c8d803ef2af', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorCaptionsCatalogItemOrderBy.php', '80e5678c09f8eba2a75ca95786c1f0ac', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorCatalogItemOrderBy.php', '5adf1348cd30efb72d00e0b41d816ea1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorCatalogItemOutputFormat.php', '2b6606b334f23ef6b1f37350b1960a56', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorCatalogItemPriceFunction.php', 'aa8bfdd9fa284065156183e2a99beda3', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorCatalogItemStatus.php', '649c6112164a4e1032b331a286d61b84', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorCreditRecurrenceFrequency.php', '94330d3c8e219deca7b6b001404a3316', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorServiceFeature.php', '025f171005c834e750be3bd5d2362266', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorServiceTurnAroundTime.php', '85f10fd890f91c85151a51802abd4b68', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorServiceType.php', '7d7a6fc23c35983eed3d3d989fab8a57', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorTaskProcessingRegion.php', '9acecaa1da52e6d68e17c4298595188c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/VendorTranslationCatalogItemOrderBy.php', '66bd0a8b4603295a01f33e2015db1a08', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/ReachPlugin.php', '51d694061cd78894f9e079eac6bb1dcf', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Service/EntryVendorTaskService.php', '3f6963aa6af7ba4b39f061742d37abc4', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Service/PartnerCatalogItemService.php', '198a094fce78eb9527974a81913d3faf', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Service/ReachProfileService.php', '5dd4eb8d37fb693bb9a7dd142476db88', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Service/VendorCatalogItemService.php', 'c8d6f24590096fa5d8a084d72bf044b6', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/AddEntryVendorTaskAction.php', 'cca9340510ed29a6630b7641ce04361f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/AlignmentVendorTaskData.php', 'b2f0bf1adaf57dab0ad236a5b8aa4885', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/BaseVendorCredit.php', '14e9d2c81812e82582c69d800eb4cde1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/CatalogItemAdvancedFilter.php', 'b54008e0f74d17cf653df2aad7226add', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/CategoryEntryCondition.php', 'aeb23d20d51d08decb19d9296174c6cf', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/Dictionary.php', '9b697d2ecb73703ecc963885323a427a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/EntryVendorTask.php', '11853ed917c0cdf33e4dabd6613f4159', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/EntryVendorTaskBaseFilter.php', 'efa01b9f3038cddafc522c487ffbca6e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/EntryVendorTaskCsvJobData.php', '79526a76d542bc8d69801f5a5eefa0e5', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/EntryVendorTaskFilter.php', 'ef69a4a9d9603823bdc672211f823f65', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/EntryVendorTaskListResponse.php', '6a10170d5faeeba70d3ff7f86788bbd8', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/IntelligentTaggingVendorTaskData.php', 'e8ccfe428da069bbd2a67315312bbd97', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/ReachProfile.php', 'acbb543cb8579327a78909d7994bdc7a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/ReachProfileBaseFilter.php', '5fd4d9e610b05c0fce9b30c0b9af0625', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/ReachProfileFilter.php', '27e1d8e2b2bf2fce4ff224939ac2494a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/ReachProfileListResponse.php', '314e3c0dce088d694c4b1a6d46e2b120', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/ReachReportInputFilter.php', 'dc1b7e67142d8830255f7b8af2294814', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/ReoccurringVendorCredit.php', '818afe1bae82ca20e32bc86cdfa89dc2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/ScheduledVendorTaskData.php', 'fad630ef3bf4f1eeb19dea21a5ac7b6e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/TimeRangeVendorCredit.php', '3754e47eaa1ab73e27c27b5601eae94c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/TranslationVendorTaskData.php', '4f676399543fcaad9fffe6657b6206f1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/UnlimitedVendorCredit.php', '3d7f55d538e59f61759981bfe07b85f1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorAlignmentCatalogItem.php', '5e06d325655dbc9875fa992cb7f83ac9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorAlignmentCatalogItemFilter.php', '5e93aab1f7f702015ffcb0137317cbb0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorAudioDescriptionCatalogItem.php', 'b248af733fb044658eb7809e04661901', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorAudioDescriptionCatalogItemFilter.php', '764472f806725de1a04426b9eca3b923', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCaptionsCatalogItem.php', 'fa4b67a43b11d6453dd0c3d0458298a7', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCaptionsCatalogItemBaseFilter.php', '5421b6979a33dd14d035819e85eca538', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCaptionsCatalogItemFilter.php', '9087e4b6013aa986b9f973ad0a7daab8', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCatalogItem.php', '276d0556d88b84dcb0ba736f315926ba', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCatalogItemBaseFilter.php', '194b707ce7fbde41d7abf3367c335094', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCatalogItemFilter.php', 'f9df484b7371bc8de0b8a56663dbcab8', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCatalogItemListResponse.php', 'db0b6910061c38fb220bcc5bae72a1ee', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCatalogItemPricing.php', '51601ba07cd268d15862fd20ddd97cc6', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorChapteringCatalogItem.php', '92f8f3e8b997d282f9f377c12063abf3', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorChapteringCatalogItemFilter.php', '7453d712c9547166e9e7bcc6eec275ab', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorCredit.php', 'd178ce318126f5f5c1c0ed4a35e8db02', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorDubbingCatalogItem.php', '07abbc49642bd7ffe30b7e0e5a6ded9e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorDubbingCatalogItemBaseFilter.php', '0c13ec3f747fea5f2faece15d861380c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorDubbingCatalogItemFilter.php', '10d1d286af0333f20f6e1f7b16dc9ab7', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorIntelligentTaggingCatalogItem.php', '85bc3bcdfd2513971ac6fd3a51014c8c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorLiveCaptionCatalogItem.php', '34a4d1285c8724ca45565ec33fac325c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorLiveCaptionCatalogItemFilter.php', '9189a9ae9f0f3e09aa884d6c53649ad7', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorTaskData.php', '6a351340120cd2e1e9483cda2e3eeddf', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorTaskDataCaptionAsset.php', '77d28ae7154728185df95e04b1e17434', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorTranslationCatalogItem.php', 'eec4128bf98e0f2d8760366c88ae10a0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorTranslationCatalogItemBaseFilter.php', '405bbd05d62dc39b2378cc69ea890c86', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/VendorTranslationCatalogItemFilter.php', '19327b0bab019ed6c2f46c0cf798ffa2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Reach/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Registration/RegistrationPlugin.php', 'c8b0475c0a180c8fd183b1b485631275', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Registration/Type/RegistrationUserEntry.php', '5e7eea60a2686b80b5edd6b2ab5a317f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Registration/Type/RegistrationUserEntryFilter.php', '2e8cf6ec612415feb6d59ce049bef4f0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Registration/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Registration/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/CameraScheduleResourceOrderBy.php', '4cdd8b41c414312839e4b00db792d271', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/EntryScheduleEventOrderBy.php', '840a21fb064bc9acfb0d28a43b469139', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/LiveEntryScheduleResourceOrderBy.php', 'e782e534af364bc5e03f365f30be365c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/LiveStreamScheduleEventOrderBy.php', 'd42a1f99f2716f76dd82dbe179cba0cf', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/LocationScheduleResourceOrderBy.php', 'ce7952ad48e3d92fbfcc819b04a85008', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/RecordScheduleEventOrderBy.php', '4078b080f6124e3dd336f13d52567bbc', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventClassificationType.php', '653e6d358d2b180b03d0d158a3828aa2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventConflictType.php', '2a05e94f01cec6a3f4a97f33070f885a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventOrderBy.php', '3dc224c24aeb6a092ca37469dea15b72', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventRecurrenceDay.php', '0b77d44bb719d171b646e597b2ae101e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventRecurrenceFrequency.php', '743f1f3e8f056c38449eb3ea5eaf2872', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventRecurrenceType.php', '1384bb6efb28db89b768458408f5b733', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventResourceOrderBy.php', '6ff4ffabfaf1ab973a7c6f80cd4a4435', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventStatus.php', 'e814e4cc882935ea8a5b416f0d56bf73', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleEventType.php', 'a65c0284d1026097657b4a9b6da1a990', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleResourceOrderBy.php', '33a98232b1d7b80df03ad9b06eeeab0c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/ScheduleResourceStatus.php', '1668da8e44a02da37534feda7c3faa33', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/SchedulePlugin.php', 'c16512b4024e07ffc0c20b859c62a3fd', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Service/ScheduleEventResourceService.php', 'eabfaa9ed3d1a38f8bf151fefd83a29a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Service/ScheduleEventService.php', '20ce9bd1ac550a506face68abc81c89f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Service/ScheduleResourceService.php', '918868088476efc8ad96bc3dd6ea3050', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/BaseLiveScheduleEvent.php', '0fc8349bf99780bdd8c23ecd3c0db798', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/BlackoutScheduleEvent.php', '682e11e090f55b2765ab140875d8ac48', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/BlackoutScheduleEventFilter.php', '762b0a93ebec3634ac040687a82ae0e6', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/CameraScheduleResource.php', 'd6fd5721e8a1a96da76aef8c98db5267', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/CameraScheduleResourceBaseFilter.php', '558e3afb38471f6c8d375266768694ea', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/CameraScheduleResourceFilter.php', 'baccbc9d07943548e7f84a945cf43cc7', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/EntryScheduleEvent.php', '79defbe84191a6071f318becfb9bcf2c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/EntryScheduleEventBaseFilter.php', '8008ccebcccc674f751dd58d03c8c737', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/EntryScheduleEventFilter.php', 'df302d2e8609905fa1a6d820977b25a0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LinkedScheduleEvent.php', 'ba4f564283c64d03aac99d0e357262c9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveCaptionFeature.php', '482fa79b0f7827b0186738564c054496', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveEntryScheduleResource.php', 'a062196ee9fa93347fa971b14eb103b5', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveEntryScheduleResourceBaseFilter.php', 'df2d33d93e942d00fcbce8d98a075ebb', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveEntryScheduleResourceFilter.php', 'ba2e848c2d9bb3ea9cb0ec1fb15c6b76', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveFeature.php', '422f5165de25b98e338547b3af562e9d', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveRedirectScheduleEvent.php', 'ef4c1d77c10b938e9fb85050b4178467', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveRedirectScheduleEventFilter.php', '6b4ef676e5a28a8d5a2c8d5e4e03a44a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveRestreamFeature.php', '51e77065e4727e78abee72faca377bf8', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveStreamScheduleEvent.php', '3f12a2709ac3fbb9c6539ad63911110c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveStreamScheduleEventBaseFilter.php', '16fd50a4e967922faa99e373ea47ade9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LiveStreamScheduleEventFilter.php', 'e47da579a066d1fe47b5d8a9b6fb0fad', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LocationScheduleResource.php', 'bb2092320b0c4766ca1168a0f1963f7a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LocationScheduleResourceBaseFilter.php', '4fe7d13076e44f3e34ecbabfaac0b57b', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/LocationScheduleResourceFilter.php', '4b0f8b81f86067d24c1d88a58958a318', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/MeetingScheduleEvent.php', 'a22297cf1e49a58cf95e0978ec52fa47', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/MeetingScheduleEventBaseFilter.php', 'e96fd03a89424b68c6265a943c17fd61', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/MeetingScheduleEventFilter.php', '3389720b3ea5d81c1b03f6a152448173', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/RecordScheduleEvent.php', '0c72356fcb691791ee8c6180696d401f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/RecordScheduleEventBaseFilter.php', '4acf9d1d600fe098724678f0a6c16c68', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/RecordScheduleEventFilter.php', '56f7d06b74837289d3642a196499b26e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEvent.php', '6c9d52d6118de232fbf369a2eaf5574b', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEventBaseFilter.php', '0f4d7a029e473567c49cc0612c439914', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEventFilter.php', 'f30bf56c28074424635c3ab4c29e1878', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEventListResponse.php', '2fff5a2966a00fccf08296c9398ce72d', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEventRecurrence.php', '0d0daafd1c968eaebe9b8203509cc297', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEventResource.php', 'a43102018c151239b68fe2ac477f2511', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEventResourceBaseFilter.php', '72cc297b66bb74702f8af967cb1598d9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEventResourceFilter.php', 'c10e6807084f1e666d6b64e5892e6632', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleEventResourceListResponse.php', 'ae88b9b1c4df1f4903744fbcc4c6b1f8', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleResource.php', 'd3bd6164e7e4428a1714415c07e4af89', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleResourceBaseFilter.php', '65eeadcfe76bcd1bb6e868a2ded7fdbd', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleResourceFilter.php', '330184fc071166f151140e60f4945766', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/ScheduleResourceListResponse.php', 'e1fbbf576ce13e1158f4475d93857522', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/VodScheduleEvent.php', '749cf7079d316e766f56492106cac3f2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/VodScheduleEventBaseFilter.php', '522ec9992103981bc382849f3eee0aa2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/VodScheduleEventFilter.php', 'ac8556c7d5232d665dd7f324653e06fc', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Schedule/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleBulkUpload/ScheduleBulkUploadPlugin.php', '648d8aa6f0909accf1038059d6f46327', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleBulkUpload/Type/BulkUploadICalJobData.php', 'e986bac06419bcd48c38885bc7fd92e3', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleBulkUpload/Type/BulkUploadResultScheduleEvent.php', 'd167e532abb1af86dda40b32f92e55e4', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleBulkUpload/Type/BulkUploadResultScheduleResource.php', '779351832745d8e002f616526fec1808', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleBulkUpload/Type/BulkUploadScheduleEventCsvJobData.php', '7e1e35912fde675e7f9c1fabd36ca600', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleBulkUpload/Type/BulkUploadScheduleEventJobData.php', 'bf1635ba6616928d60047d478bedd3b1', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleBulkUpload/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleBulkUpload/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleDropFolder/ScheduleDropFolderPlugin.php', '1300de1535e99b60718337d1908ee006', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleDropFolder/Type/DropFolderICalBulkUploadFileHandlerConfig.php', '49d7d354d98dba26c6d4c6684485bf30', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleDropFolder/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduleDropFolder/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/DeleteFlavorsLogicType.php', 'e2b3b46500c656e803a8cc286bd306ee', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/DryRunFileType.php', '84d07c525b2ceb2aba0f9c72cf403642', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/ObjectFilterEngineType.php', 'fdc4a22d0144e69d908a3fbc79533866', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/ObjectTaskType.php', 'c11138a161561d593c06e1d92d20bb85', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/ScheduledTaskAddOrRemoveType.php', '7adf5e3dbe5b917ce6fcf2bd93afe8f5', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/ScheduledTaskProfileOrderBy.php', 'c767968129ea39bd3566f5e5a7846af6', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/ScheduledTaskProfileStatus.php', '9335de020643c492aaebb6547cd77b3f', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/ScheduledTaskPlugin.php', '589ac8fb64ed8983a9f8fe90bd900d52', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Service/ScheduledTaskProfileService.php', 'a100b8b8aa817853aee6cd06c34b9a70', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ConvertEntryFlavorsObjectTask.php', '35fdb510bf9b75930a72ecb192484004', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/DeleteEntryFlavorsObjectTask.php', 'ca2d858699b9967180b6513c7aa91e77', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/DeleteEntryObjectTask.php', '23ba648f5a5f888b03e72c8abb989989', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/DeleteLocalContentObjectTask.php', '647e831bed30437ce5107e6ee2526670', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/MailNotificationObjectTask.php', 'ce0e02f5e8357496425e0b67b4ac109c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ModifyCategoriesObjectTask.php', '247782010f89fdb2ffacac0372e59f96', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ModifyEntryObjectTask.php', 'a907a16143f5293e5b69d3b11a0f092b', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ObjectTask.php', '31429ad47cb2f07b193e541083b78ac2', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ScheduledTaskJobData.php', '45b107947af00e4540da618d207d4672', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ScheduledTaskProfile.php', 'd39d994381894828b5d7da41f05a967c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ScheduledTaskProfileBaseFilter.php', '0de64c8ea389faa57502934337572eec', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ScheduledTaskProfileFilter.php', '86e7a0cbd0e12c01562ca2ff8ccb2f14', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/ScheduledTaskProfileListResponse.php', 'e81437b1b4719bacd4bb498503bc39c3', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/StorageExportObjectTask.php', 'd39259905b4ef8a66c44e36ed0e47765', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskContentDistribution/ScheduledTaskContentDistributionPlugin.php', '3f1ae5ac624cf87cc76ac6e47b0522a6', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskContentDistribution/Type/DistributeObjectTask.php', '6a26e896a5a0da2822c3780d48b09a2b', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskContentDistribution/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskContentDistribution/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskEventNotification/ScheduledTaskEventNotificationPlugin.php', 'e605d4f33dc397b3c1f04e2bd6cb00d4', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskEventNotification/Type/DispatchEventNotificationObjectTask.php', 'ee51ef103e1873631c249656435519de', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskEventNotification/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskEventNotification/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskMetadata/ScheduledTaskMetadataPlugin.php', '123ea6af0faaf6acfb02d3442a223cb7', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskMetadata/Type/ExecuteMetadataXsltObjectTask.php', '9e30a18d85af8b5e7832ab07c664d412', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskMetadata/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTaskMetadata/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SearchHistory/SearchHistoryPlugin.php', '60cf1ce82b40420933a8dfe6d5a38fff', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SearchHistory/Service/SearchHistoryService.php', 'cda85c6aefec6eef2e703627f492a989', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SearchHistory/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SearchHistory/Type/ESearchHistory.php', 'ebc2e5dd8c5185f868fd4bcf6742f845', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SearchHistory/Type/ESearchHistoryFilter.php', '48f335a7498ceb90a4f1dcd8a6dd25fc', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SearchHistory/Type/ESearchHistoryListResponse.php', '8de4479f2887881bbc17791dbc10b992', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SearchHistory/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SearchHistory/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Enum/ShortLinkOrderBy.php', '3bf546287fb1ed94b498c8a68516b17c', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Enum/ShortLinkStatus.php', '271f102c9ed96cae6cfb9311e6529825', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Service/ShortLinkService.php', '0f527072c922c1242e99268b09c5c71a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/ShortLinkPlugin.php', 'ec5e7d3b3b116f04655823f85e415d6b', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Type/ShortLink.php', '594cf99e209f10a82292d5a95dbddb09', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Type/ShortLinkBaseFilter.php', '4c954778a2dc84fdd0f9d461f0107d40', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Type/ShortLinkFilter.php', '9b1e4a2000d61a95ba1de95e58cb61a0', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Type/ShortLinkListResponse.php', '8e59e423666e89f7410604655a16f563', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ShortLink/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Enum/SipEntryServerNodeStatus.php', '4094f7aeaaa68637c9eac4e4b5953c00', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Enum/SipServerNodeOrderBy.php', '180ebb89224dbbd318244b7c15462e59', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Enum/SipSourceType.php', '50bec4ecd631e7954aeec65f7a17ee04', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Service/PexipService.php', 'e5454af1d8c2f5171015196a31299c9a', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/SipPlugin.php', '65e5db2c33dc840e051c573682940bb6', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Type/SipEntryServerNode.php', '9c83004af4c6fe1361a1ace3b24a300b', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Type/SipEntryServerNodeBaseFilter.php', '1fea3d31af928c047d44110647a44259', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Type/SipEntryServerNodeFilter.php', 'aac90073808ede9354288427ccf28edf', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Type/SipServerNode.php', '3c59544011f2f61db95c5155386a76cc', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Type/SipServerNodeBaseFilter.php', '6ec08f13c4a090bcc773f7252797b8c9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Type/SipServerNodeFilter.php', 'ed30a496cdb3b8a13796b025053d4049', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sip/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Enum/SsoStatus.php', '1df80709d955bfb64b4b79c73fcc0e74', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Service/SsoService.php', 'eb73d513d889bd5235c315945231d369', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/SsoPlugin.php', 'bcdf6a5d7bba24d6481660adba553649', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Type/Sso.php', '79ee6b8867d4e7fcf36af83acc9fe77e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Type/SsoBaseFilter.php', 'eecfde83acf42383b1d932d8bb131da3', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Type/SsoFilter.php', 'c261629807e2dcf9c84db6da15fa4435', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Type/SsoListResponse.php', '56a09f1a8e8108549e96efca89b57f23', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Sso/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Enum/SystemPartnerLimitType.php', '4094f7aeaaa68637c9eac4e4b5953c00', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Enum/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Service/SystemPartnerService.php', '4094f7aeaaa68637c9eac4e4b5953c00', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/SystemPartnerPlugin.php', 'a963fdb208658b1a7bc93c3304a4bafa', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Type/SystemPartnerFilter.php', '13ec2599893a7a39792b7a865871e1e9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Type/SystemPartnerUsageFilter.php', '2c8c2ba2637087cba785c1bb95c65a19', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Type/SystemPartnerUsageItem.php', '50f2198c0089df8f2b9cd5cc114eb779', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Type/SystemPartnerUsageListResponse.php', 'f6ce889291e8272f1592815db587a1e9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/Type/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/SystemPartner/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/TagSearch/Service/TagService.php', 'fb6b167161f4ef44fe3b80567a5dd25e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/TagSearch/Service/index.php', 'd41d8cd98f00b204e9800998ecf8427e', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/TagSearch/TagSearchPlugin.php', 'e839c22d118db0dd302998826a55fda9', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/TagSearch/Type/IndexTagsByPrivacyContextJobData.php', '6e90abcf2efd822199cc8f4f4595f9b3', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/TagSearch/Type/Tag.php', '7a0ff4327a2030ab75c1e0f09e7c25e3', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/TagSearch/Type/TagFilter.php', '6de06d5872dc3e27352dcd2d51696bd7', '25.0vcs'),
('./vendor_bundled/vendor/kaltura/api-clien
tracker item
Installation script; locking the Tiki installer is now taking a lot of time
On the last step of the installation the admin is asked if he want to lock the Tiki.
No matter what you choose, after the submission, it take 10 to 15sec before you are redirected to the homepage.

It is A LOT of time without waiting wheel or something and the user may think he missed the click on the button re-submitting and getting to an error page (this Tiki installer is locked).
tracker item
Installation script; The process locked itself and using a different browser with incognito window is required
After installing a Tiki25 from git I started the Tiki installation.
I set the database connection and after validation the script showed me the security page "Tiki Installer Security Precaution".

I reloaded and went to the website with index errors (the installation process half completed).

I retried several times to run the installation script to end to the same "Tiki Installer Security Precaution" around the database update (not new database).

I had to open the site on a different browser with incognito page, to specifically go to tiki-install.php to complete the installation script from one end to the other.

While this is point to an issue with caches or cookies, the installation script need to run and overcome such problems.
Whatever it is, the installation script should clean his road to install success because you never know what can happen during an installation and it is not always possible to complete in one pass without errors.

After 24h I decided to re-install Tiki (to test some fixes) I was simply unable to do it without using a private window.
tracker item
Installation script; User interface could be improved for better user experience and readability
On mobile, the installation menu is open and displayed at the top.
The admin has to scroll down on each page to see the content (instruction and buttons)

On desktop, there is a lot of white space at the page top surrounding the page title.
It create sometime a scroll bar and the bottom of some items is hidden (the admin has to scroll to be sure nothing is hidden at the bottom of the page). With such height space available, we should be able to display the full page without scrolling bar on desktop).

The license text area has been reduced drastically and it doesn't look good. (module and desktop)

tracker item
Installation step 'Configure General Settings' looses i18n language choice
The installer used to be l10n ready. That is, you select a language in the first step, and all the other steps would display the strings in your desired language (provided they are translated in the corresponding language.php, etc).

Current trunk looses the language choice in the step: 'Configure General Settings', and the information is all shown again in English, even if the strings are translated in language.php.
--
Fixed, thanks Manni for checking! {sign user="xavidp" datetime="2013-11-07T16:55:04+00:00"}
tracker item
Installation to Document Root Issues
The installation documentation (I referred to all pages linked from the main page plus several postgresql-specific ones) do not give any indication that TikiWiki is only usable if installed in document root (aka TikiWiki is greedy/must run the whole domain). This should be specified as a installation requirement.

A better solution (IMHO) would be to fix the coding (e.g. replace absolute paths by relative ones) so that TikiWiki would place nice if installed in a subdirectory.
tracker item
Installation with SQLite
With the choice of SQLite database

When installing
Fatal error: Call to a member function fetchRow() on a non-object in P:\xampp\htdocs\tiki10\installer\tiki-installer.php on line 50

When get tiki-index.php after installation
Unable to connect to the database !
SQL logic error or missing database
tracker item
Installation, Composer: Removing abandoned packages and folder than can't be scanned (cleanup)
Installed a Tiki from git 836e12ee and ran Composer.
Got some warnings:

{CODE()}
Could not scan for classes inside "vendor/adodb/adodb-php/" which does not appear to be a file nor a folder
Could not scan for classes inside "vendor/h5p/h5p-core" which does not appear to be a file nor a folder
Could not scan for classes inside "vendor/h5p/h5p-editor" which does not appear to be a file nor a folder
Could not scan for classes inside "vendor/pear/xml_rpc" which does not appear to be a file nor a folder
Could not scan for classes inside "vendor/smarty/smarty/libs/sysplugins/smarty_security.php" which does not appear to be a file nor a folder
{CODE}

{CODE()}
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package montefuscolo/xmpp is abandoned, you should avoid using it. No replacement was suggested.
Package symfony/inflector is abandoned, you should avoid using it. Use EnglishInflector from the String component instead.
Package zendframework/zend-version is abandoned, you should avoid using it. Use ocramius/package-versions instead.
Package zendframework/zendservice-akismet is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package sensiolabs/security-checker is abandoned, you should avoid using it. Use https://github.com/fabpot/local-php-security-checker instead.
{CODE}

May be it could be cleaned ?
tracker item
Installation, Setup; setup.sh text should be updated with git ways (not SVN)
After an install from git, when you open setup.sh you see:

^
Tiki setup.sh - your options
============================

Composer: If you are installing via a released Tiki package (zip, tar.gz, tar.bz2, 7z), you can and should skip using Composer. If you are installing and upgrading via SVN, you need to run Composer after 'svn checkout' and 'svn upgrade'. More info at https://doc.tiki.org/Composer
^

Obviously this need to be updated as we are not using SVN anymore but git and Gitlab.
tracker item
Show PHP error messages