Skip to content

Commit 4ca9030

Browse files
author
Boy Baukema
committed
Fixed engine-api index for new layout.
Added release notes for 4.5.3
1 parent 2d5bda0 commit 4ca9030

File tree

8 files changed

+19
-11
lines changed

8 files changed

+19
-11
lines changed
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
<?php
22
/** @var Zend_Layout $layout */
33
$layout = $this->layout();
4-
$layout->setLayout('1-column-blue-grey-narrow');
4+
$layout->setLayout('default');
55

66
// Set Layout properties
77
$layout->title = $layout->title. ' - API';
88
$layout->header = $layout->title;
99
$layout->footerText = $this->t('footer');
1010
?>
11-
<div>
12-
<h2>Welcome to the EngineBlock API index page!</h2>
13-
<p>
14-
We currently only support 1 action, pushing metadata configuration.
15-
To do this POST a valid JSON document with 'connections' to /connections,
16-
using the engineApi.user and engineApi.password in HTTP Basic authentication.
17-
</p>
11+
<div id="engine-main-page" class="box">
12+
<div class="mod-content">
13+
14+
<div class="main">
15+
<h1>Welcome to the EngineBlock API index page!</h1>
16+
<p>
17+
We currently only support 1 action, pushing metadata configuration.
18+
To do this POST a valid JSON document with 'connections' to /connections,
19+
using the engineApi.user and engineApi.password in HTTP Basic authentication.
20+
</p>
21+
</div>
22+
</div>
1823
</div>

docs/release_notes/4.5.3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# OpenConext EngineBlock v4.5.3 Release Notes #
2+
3+
Fixed index for engine-api endpoint.

www/api/cached

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../authentication/cached

www/api/css

Lines changed: 0 additions & 1 deletion
This file was deleted.

www/api/javascript

Lines changed: 0 additions & 1 deletion
This file was deleted.

www/api/javascripts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../authentication/javascripts

www/api/media

Lines changed: 0 additions & 1 deletion
This file was deleted.

www/api/stylesheets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../authentication/stylesheets

0 commit comments

Comments
 (0)