Commit graph

24 commits

Author SHA1 Message Date
Peter Goodhall
e6ecfa4f1b Require Clublog username to be a valid email address
Enforces that Clublog usernames are valid email addresses throughout the application, reflecting Clublog's policy change to no longer accept callsigns as usernames. Updates validation in controllers, models, and views, adds a migration to clear non-email usernames, and updates language files in multiple languages to clarify the requirement.
2025-10-13 13:40:56 +01:00
Peter Goodhall
471c83a8b8 Impliments a simple remember me feature for 14 days
Starts to impliment #3087 this has a remember me for 14 days
2024-04-30 14:48:47 +01:00
phl0
9a79cbcfcd
Add option to configure private feed key and show only workable passe 2024-03-09 08:49:12 +01:00
HB9HIL
b54913f49f improved language 2023-12-17 20:46:38 +01:00
abarrau
c02d2dce7b add translate file 2023-12-17 18:14:01 +01:00
abarrau
f90e83f4b3 fr lang 2023-11-30 18:20:50 +01:00
abarrau
ade2324ffd update french language
1/ state update tranlate french language

DONE (with delimitor ")
- account_lang.php
- adif_lang.php
- admin_lang.php
- contesting_lang.php
- eqsl_lang.php
- export_lang.php
- filter_lang.php
- general_words_lang.php
- gridsquares_lang.php
- lotw_lang.php
- notes_lang.php
- qslcard_lang.php
- statistics_lang.php

IN PROGRESS
- awards_lang.php

TO DO
- menu_lang.php
- options_lang.php
- qso_lang.php
- station_lang.php

2/ change add/edit station_profil for tag "gen_find_zone_xxx" (general_words)
--> same consistency for all languages

3/ add tag "gridsquares_gridsquares_worked" (general_words) for all language file
--> exist only for english
2023-11-12 17:50:23 +01:00
abarrau
72808efb3e update french language (+ standardize format)
1/ Update French tag value for files :
account_lang.php --> done
adif_lang.php --> done
admin_lang.php --> done
awards_lang.php
contesting_lang.php --> done
eqsl_lang.php	--> non change
export_lang.php
filter_lang.php
general_words_lang.php --> in progress
gridsquares_lang.php
lotw_lang.php
menu_lang.php
notes_lang.php --> done
options_lang.php
qslcard_lang.php --> done
qso_lang.php
station_lang.php
statistics_lang.php --> done

2/ addition of a space (on 1 line of the adif file for each language) to standardize the structure of the files

3/ standardize css form-control for 1 field on add/edit user view
2023-11-11 19:04:58 +01:00
HB9HIL
0f96bd9cd1 added Quicklog Translations 2023-11-05 12:31:09 +01:00
HB9HIL
6503787f26 added Translations 2023-11-04 18:57:09 +01:00
HB9HIL
671ae9f4ce added translation for user edited success banner 2023-11-02 21:24:18 +01:00
phl0
973d76eeb5
Add option to log QSO end times separately
Squashed commit of the following:

commit 595f620d9e
Author: phl0 <github@florian-wolters.de>
Date:   Wed Nov 1 13:58:05 2023 +0100

    Update languages

commit f670a06059
Author: phl0 <github@florian-wolters.de>
Date:   Wed Nov 1 13:55:04 2023 +0100

    Added user option for enabling QSO end time logging

commit 36d9a95ebb
Merge: 54d5bb53 352931b1
Author: phl0 <github@florian-wolters.de>
Date:   Wed Nov 1 12:18:39 2023 +0100

    Merge branch 'dev' into qsoTime

commit 54d5bb535b
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:14:58 2023 +0200

    start/end times for other languages

commit c5f6bb0cab
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:14:42 2023 +0200

    Hide end time if only differs in seconds as we only display minutes
    anyway ...

commit d519d88604
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:14:29 2023 +0200

    use start as end time if end is not set separately

commit f2588ad132
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:13:43 2023 +0200

    reset timers on form reset

commit 2b7ee4e48c
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:13:27 2023 +0200

    Strip seconds from session time variable

commit e0c35aa0cf
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:13:11 2023 +0200

    Adapt contest logging

commit 5368ef25f3
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:12:50 2023 +0200

    Make date field a little smaller

commit ad2d7e756c
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:12:30 2023 +0200

    Add button to reset start time

commit f56e031946
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:11:09 2023 +0200

    Copy start to end time on focus out

commit b741d0428d
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:10:45 2023 +0200

    Only min and sec for post QSO template

commit 77314edd31
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:08:49 2023 +0200

    Basics for QSO end time logging
2023-11-01 14:24:13 +01:00
HB9HIL
b014ca49cb Winkeyer Translation 2023-10-17 20:47:10 +02:00
phl0
8e5ca1d42d
Adapt other languages 2023-10-15 21:25:47 +02:00
HB9HIL
259738fca7 Created dedicated station_lang.php 2023-10-12 20:21:05 +02:00
HB9HIL
a71c62a6fb Station Edit (work in progress) 2023-10-12 10:44:37 +02:00
HB9HIL
39dbe00fb4 Station Controller (uncomplete) 2023-10-12 08:30:18 +02:00
HB9HIL
eb8222203e Station Profile View 2023-10-12 02:08:57 +02:00
HB9HIL
61d9da7e50 User Edit Choose Language Multilanguage 2023-10-08 08:34:30 +02:00
HB9HIL
3924eea5b6
fixed syntax mistake 2023-10-03 01:01:16 +02:00
HB9HIL
aae9489c1f
Updated all language snippets based on language/english 2023-10-03 00:46:17 +02:00
abarrau
a4e8efc7ad
Translate to French account_lang.php 2023-09-14 18:03:54 +02:00
abarrau
8e25e8dcfc
Update account_lang.php
php tag not good
2023-03-01 13:19:16 +01:00
Peter Goodhall
8c84235698 Merge pull request #1440 from ClaudeMa/master
French translation updated
2022-04-01 18:23:02 +01:00