diff --git a/Dockerfile b/Dockerfile index 5dc3dc0de..526e215e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,12 +7,17 @@ RUN set -e; \ apt-get update; \ apt-get install -y --no-install-recommends \ libzip-dev \ + libpng-dev \ + libjpeg-dev \ + libfreetype6-dev \ cron \ ; \ + docker-php-ext-configure gd --with-freetype --with-jpeg; \ \ docker-php-ext-install -j "$(nproc)" \ mysqli \ zip \ + gd \ ; \ \ a2enmod rewrite; \ diff --git a/README.md b/README.md index 31ba85ea2..5a54f4dc6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@
+
Directory access is forbidden.
+ + + diff --git a/application/locale/et/LC_MESSAGES/messages.mo b/application/locale/et/LC_MESSAGES/messages.mo new file mode 100644 index 000000000..bc52453c1 Binary files /dev/null and b/application/locale/et/LC_MESSAGES/messages.mo differ diff --git a/application/locale/et/LC_MESSAGES/messages.po b/application/locale/et/LC_MESSAGES/messages.po new file mode 100644 index 000000000..a56887fea --- /dev/null +++ b/application/locale/et/LC_MESSAGES/messages.po @@ -0,0 +1,11950 @@ +# WAVELOG PO FILE +# Copyright (c) 2024 Wavelog by DF2ET, DJ7NT, HB9HIL and LA8AJA. +# This file is distributed under the MIT licence. +# +# tviitkarDirectory access is forbidden.
+ + + diff --git a/application/locale/lt/LC_MESSAGES/messages.mo b/application/locale/lt/LC_MESSAGES/messages.mo new file mode 100644 index 000000000..9b04a8a55 Binary files /dev/null and b/application/locale/lt/LC_MESSAGES/messages.mo differ diff --git a/application/locale/lt/LC_MESSAGES/messages.po b/application/locale/lt/LC_MESSAGES/messages.po new file mode 100644 index 000000000..946ad1f34 --- /dev/null +++ b/application/locale/lt/LC_MESSAGES/messages.po @@ -0,0 +1,11944 @@ +# WAVELOG PO FILE +# Copyright (c) 2024 Wavelog by DF2ET, DJ7NT, HB9HIL and LA8AJA. +# This file is distributed under the MIT licence. +# +msgid "" +msgstr "" +"Report-Msgid-Bugs-To: translations@wavelog.org\n" +"POT-Creation-Date: 2024-11-10 13:02+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAMEDirectory access is forbidden.
+ + + diff --git a/application/locale/lv/LC_MESSAGES/messages.mo b/application/locale/lv/LC_MESSAGES/messages.mo new file mode 100644 index 000000000..1ddc36173 Binary files /dev/null and b/application/locale/lv/LC_MESSAGES/messages.mo differ diff --git a/application/locale/lv/LC_MESSAGES/messages.po b/application/locale/lv/LC_MESSAGES/messages.po new file mode 100644 index 000000000..5b4e79d93 --- /dev/null +++ b/application/locale/lv/LC_MESSAGES/messages.po @@ -0,0 +1,11944 @@ +# WAVELOG PO FILE +# Copyright (c) 2024 Wavelog by DF2ET, DJ7NT, HB9HIL and LA8AJA. +# This file is distributed under the MIT licence. +# +msgid "" +msgstr "" +"Report-Msgid-Bugs-To: translations@wavelog.org\n" +"POT-Creation-Date: 2024-11-10 13:02+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAMEsession->flashdata('error'); ?>
+= __("This data comes from"); ?> https://www.contestcalendar.com/
diff --git a/application/views/contesting/index.php b/application/views/contesting/index.php index c4b6e2e4b..75be220dd 100644 --- a/application/views/contesting/index.php +++ b/application/views/contesting/index.php @@ -159,7 +159,7 @@| = __("Countries Breakdown"); ?> | += __("DXCCs Breakdown"); ?> | ||
| php-gd | ++ + = __("Installed"); ?> + + = __("Not Installed"); ?> + + | +||
= __("Here you can see all QSOs which have not been previously uploaded to a QRZ logbook."); ?>
= __("You need to set a QRZ Logbook API key in your station profile. Only station profiles with an API Key set are displayed."); ?>
config->item('disable_manual_qrz'))) { echo 'Warning This might take a while as QSO uploads are processed sequentially.
'; } ?> @@ -70,6 +71,7 @@- -
++ +
" class="btn btn-primary">= __("Export requested QSLs to CSV-file"); ?> diff --git a/application/views/qslprint/qsolist.php b/application/views/qslprint/qsolist.php index aeadf894e..a9245606b 100644 --- a/application/views/qslprint/qsolist.php +++ b/application/views/qslprint/qsolist.php @@ -1,6 +1,6 @@ result() != NULL) { - echo '
| '.__("Callsign").' | @@ -11,6 +11,7 @@ if ($qsos->result() != NULL) {' . __("RST (S)") . ' | ' . __("RST (R)") . ' | ' . __("Station") . ' | +' . __("Profile name") . ' | ' . __("QSL") . ' ' . __("Via") . ' | ' . __("Send Method") . ' | ' . __("QSL") . ' | '; @@ -43,6 +44,7 @@ if ($qsos->result() != NULL) { echo '' . $qsl->COL_RST_SENT . ' | '; echo '' . $qsl->COL_RST_RCVD . ' | '; echo '' . $qsl->station_callsign . ' | '; + echo '' . $qsl->station_profile_name . ' | '; echo '' . $qsl->COL_QSL_VIA . ' | '; echo ''; echo_qsl_sent_via($qsl->COL_QSL_SENT_VIA); echo ' | '; echo '';
diff --git a/application/views/qso/edit_ajax.php b/application/views/qso/edit_ajax.php
index 6a735b8dd..41ef35d7c 100644
--- a/application/views/qso/edit_ajax.php
+++ b/application/views/qso/edit_ajax.php
@@ -1,14 +1,14 @@
-
+
- optionslib->get_theme()) { ?>
-
-
-
-
+ optionslib->get_theme()) { ?>
+
+
+
+
@@ -21,614 +21,636 @@
-
-
-
-
- |
|---|