]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
1.8 - Dark Arena 1.8
authorBanana <mail@bananas-playground.net>
Sat, 30 Aug 2025 08:25:38 +0000 (10:25 +0200)
committerBanana <mail@bananas-playground.net>
Sat, 30 Aug 2025 08:25:38 +0000 (10:25 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
CHANGELOG
USES
VERSION
webclient/i18n/deu.ini
webclient/i18n/eng.ini
webclient/view/default/tool/tool-imdbweb.html

index e4b56083c4b48546d64044b329ddf0ce0d3a5011..5341f249563564a6dea55eedb53f9fd8db69987f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.x - Dark Arena
+1.8 - Dark Arena 2025-08-30
     * Config change: See upgrade/from-version-1.7.md
     * Updated requirements information. Mentions gd now, which should be a default setting for most PHP installs.
     * Fixed: Usage of default sorting in dashboard and collection view.
diff --git a/USES b/USES
index 768aca2bec6fb60c3a471469ee7bee51b60d3666..08368beffe4ff1059d440c0ef29f807fa43a2c95 100644 (file)
--- a/USES
+++ b/USES
@@ -2,4 +2,3 @@ https://github.com/FabianBeiner/PHP-IMDB-Grabber with some modifications
 https://getuikit.com/
 https://jdan.github.io/98.css/
 https://sortablejs.github.io/Sortable/
-https://getbootstrap.com/
diff --git a/VERSION b/VERSION
index e482fcb9dd96f465984f47075139c1d99b151759..d3312e8a15e5fc7371678ae512b85557e459c8c7 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.x - Dark Arena
+1.8 - Dark Arena
index e1120f2c4b1c60c9d1730ef8d73b05adadea202d..a644c90e97db2430b013918e73889242e261f9e5 100644 (file)
@@ -282,8 +282,10 @@ tool.googlebooks.search = reuse.global.search
 tool.googlebooks.searchIsbn = "ISBN Suche"
 tool.googlebooks.select = reuse.global.none
 tool.headline.using = "Verwendung von %s in Sammlung: %s"
+tool.imdb.posters = "Film Poster"
 tool.imdb.save = reuse.global.save
 tool.imdb.search = reuse.global.search
+tool.imdb.search.hint = "Suche funktioniert mit der IMDB Film ID am Besten. Auf IMDB manuell suchen und davon die ID nehmen."
 tool.imdb.select.none = reuse.global.none
 tool.limitations = "Einschränkungen"
 tool.limitations.override = "Daten werden überschrieben"
index 91062ffdafd38d6d94720d127bb38d61b72ec74f..72d97db6b9ac208dd711b203bc5c18f121aff01a 100644 (file)
@@ -282,8 +282,10 @@ tool.googlebooks.search = reuse.global.search
 tool.googlebooks.searchIsbn = "Search ISBN"
 tool.googlebooks.select = reuse.global.none
 tool.headline.using = "Using %s with collection: %s"
+tool.imdb.posters = "Movie posters"
 tool.imdb.save = reuse.global.save
 tool.imdb.search = reuse.global.search
+tool.imdb.search.hint = "Seach works best if you use the imdb movie ID after searching manually on imdb itself."
 tool.imdb.select.none = reuse.global.none
 tool.limitations = "Limitations"
 tool.limitations.override = "Data will be overwritten"
index 8ab9c63d4c489e1959d8ab4d2db228919cc8f3f6..daae51735c68143f42b2e4f181c77bce4e8838dc 100644 (file)
@@ -1,6 +1,9 @@
 <p><b><?php echo $I18n->t('tool.limitations'); ?></b></p>
 <p><?php echo $I18n->t('tool.limitations.override'); ?></p>
-<p><a href="http://www.impawards.com/" target=_blank>Movie posters</a></p>
+<p>
+       <?php echo $I18n->t('tool.imdb.posters'); ?> <a href="http://www.impawards.com/" target=_blank>impawards</a><br />
+       <?php echo $I18n->t('tool.imdb.search.hint'); ?>
+</p>
 
 <form class="uk-form-horizontal uk-margin-small" method="post" enctype="multipart/form-data">
        <div class="uk-margin">