Skip to content

Commit ba762a9

Browse files
HB9HILAndreasK79int2001
authored
Adding "Hotfixes" (wavelog#76)
* Re-added forum link * remove 'v' in Version Dialog * Update README.md added Link to demo instance * Update index.php * We should be MIT Conform --------- Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com> Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com> Co-authored-by: int2001 <joerg@dj7nt.de>
1 parent d6a3945 commit ba762a9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ The Core-Dev-Team for Wavelog are (in Alphabetic order of the Call):
1313
* HB9HIL ([@HB9HIL](https://github.com/HB9HIL))
1414
* LA8AJA ([@AndreasK79](https://github.com/AndreasK79))
1515

16+
## Demo
17+
Test Wavelog and it's features!
18+
https://demo.wavelog.org
19+
20+
Username: demo
21+
Password: demo
22+
23+
1624
## Requirements
1725
* Linux based Operating System (Windows stack may also work)
1826
* Apache (Nginx should work)

application/views/interface_assets/header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ function handleKeyPress(event) {
388388

389389
<a class="dropdown-item" target="_blank" href="https://github.com/wavelog/wavelog/wiki" title="Help"><i class="fas fa-question"></i> <?php echo lang('menu_help'); ?></a>
390390

391+
<a class="dropdown-item" target="_blank" href="https://github.com/wavelog/wavelog/discussions" title="Forum"><i class="far fa-comment-dots"></i> <?php echo lang('menu_forum'); ?></a>
391392

392393
<div class="dropdown-divider"></div>
393394

application/views/version_dialog/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
$htmlReleaseBodyWithLinks = preg_replace('/(https?:\/\/[^\s<]+)/', '<a href="$1" target="_blank">$1</a>', $htmlReleaseBody);
5454

5555
$releaseName = isset($firstRelease['name']) ? $firstRelease['name'] : 'No version name information available';
56-
echo "<h4>v".$releaseName."</h4>";
56+
echo "<h4>".$releaseName."</h4>";
5757
echo nl2br($htmlReleaseBodyWithLinks);
5858
} else {
59-
echo 'Fehler beim Decodieren der JSON-Daten oder leere Antwort erhalten.';
59+
echo 'Error at parsing JSON-Data or got empty result from github.';
6060
}
6161
} else {
62-
echo 'Fehler beim Abrufen der Daten von der GitHub API.';
62+
echo 'Error at getting the data from GitHub.';
6363
}
6464
?>
6565
</div>

0 commit comments

Comments
 (0)