Go to the source code of this file.
Variables | |
| $base = dirname(__DIR__, 4) | |
| Applies the concise German homepage and registers its new media. | |
| $_SERVER ['REQUEST_URI'] = '/dbxapp/' | |
| $_SERVER ['HTTP_HOST'] = 'localhost' | |
| $_SERVER ['HTTPS'] = 'on' | |
| $_SERVER ['SCRIPT_NAME'] = '/dbxapp/index.php' | |
| const | dbxSystem 'dbxWebApp' |
| const | dbxRunAsAdmin 1 |
| $db = dbx()->get_system_obj('dbxDB') | |
| $dd = dbx()->get_system_obj('dbxDD') | |
| $mediaDd = 'dbx|dbxMedia' | |
| $mediaUsageDd = 'dbx|dbxMediaUsage' | |
| $contentDd = 'dbx|content_de' | |
| for( $step=0;$step< 1000;$step++) if(($schema['status'] ?? '') !=='finished') | $media |
| foreach($media as $id=> $record) | $upsertMedia |
| $posterId | |
| $videoId | |
| $pages | |
| $pageId = is_array($pages) && isset($pages[0]['id']) ? (int)$pages[0]['id'] : 0 | |
| if($pageId<=0) | $content = |
| $updated | |
| if($updated !==1) | $wantedUsage |
| $activeUsage | |
| $kept = array('hero' => array(), 'inline' => array()) | |
| if (class_exists(\dbx\dbxContent\dbxContentSitemap::class)) | |
| $_SERVER[ 'HTTP_HOST'] = 'localhost' |
Definition at line 15 of file update_homepage_20260728.php.
| $_SERVER[ 'HTTPS'] = 'on' |
Definition at line 16 of file update_homepage_20260728.php.
| $_SERVER[ 'REQUEST_URI'] = '/dbxapp/' |
Definition at line 14 of file update_homepage_20260728.php.
| $_SERVER[ 'SCRIPT_NAME'] = '/dbxapp/index.php' |
Definition at line 17 of file update_homepage_20260728.php.
| $activeUsage |
Definition at line 287 of file update_homepage_20260728.php.
| $base = dirname(__DIR__, 4) |
Applies the concise German homepage and registers its new media.
All database reads and writes intentionally use dbxDB with DD references. Existing media IDs 166, 371 and 432 are retained so older CMS content keeps working while receiving the new visual assets.
Definition at line 12 of file update_homepage_20260728.php.
| $content = |
Definition at line 183 of file update_homepage_20260728.php.
| $contentDd = 'dbx|content_de' |
Definition at line 29 of file update_homepage_20260728.php.
Definition at line 25 of file update_homepage_20260728.php.
Definition at line 26 of file update_homepage_20260728.php.
| $kept = array('hero' => array(), 'inline' => array()) |
Definition at line 298 of file update_homepage_20260728.php.
Referenced by dbx\dbxContent_admin\dbxContentMediaUsageMaintenance\plan().
| for($step=0; $step< 1000; $step++) if (( $schema[ 'status'] ?? '') !=='finished') $media |
Definition at line 45 of file update_homepage_20260728.php.
Referenced by dbxDoxygenFigure().
| $mediaDd = 'dbx|dbxMedia' |
Definition at line 27 of file update_homepage_20260728.php.
| $mediaUsageDd = 'dbx|dbxMediaUsage' |
Definition at line 28 of file update_homepage_20260728.php.
| $pageId = is_array($pages) && isset($pages[0]['id']) ? (int)$pages[0]['id'] : 0 |
Definition at line 178 of file update_homepage_20260728.php.
Referenced by dbx\dbxKi\dbxKiBriefingService\handlePageUpdatePreviewJson(), dbx\dbxKi\dbxKiBriefingService\renderPageUpdateForm(), and tutorial_assign_existing().
| $pages |
Definition at line 167 of file update_homepage_20260728.php.
| $posterId |
Definition at line 134 of file update_homepage_20260728.php.
| $updated |
Definition at line 257 of file update_homepage_20260728.php.
| foreach ( $media as $id=> $record) $upsertMedia |
Definition at line 100 of file update_homepage_20260728.php.
| $videoId |
Definition at line 150 of file update_homepage_20260728.php.
| if ( $updated !==1) $wantedUsage |
Definition at line 283 of file update_homepage_20260728.php.
| const dbxRunAsAdmin 1 |
Definition at line 20 of file update_homepage_20260728.php.
| const dbxSystem 'dbxWebApp' |
Definition at line 19 of file update_homepage_20260728.php.
| if(class_exists(\dbx\dbxContent\dbxContentSitemap::class)) | ( | class_exists(\dbx\dbxContent\dbxContentSitemap::class) | ) |
Definition at line 339 of file update_homepage_20260728.php.