Wykres commitów

2161 Commity (a3d3599f0065a37b75517ee23b14cf2393a517bd)

Autor SHA1 Wiadomość Data
Peter Goodhall a3d3599f00 Fixed errors where general_words was used and mismatched
Based on the code seems this is untested
2021-02-21 14:43:21 +00:00
Leroy Diaz c299ac4e7b Add Spanish translations for QSO Details lightbox 2021-02-08 21:23:08 +00:00
Leroy Diaz 56c77f3bd2 Add support for translations to 'QSO Details' lightbox 2021-02-08 21:23:08 +00:00
Peter Goodhall 59ef57f450
Merge pull request #875 from leroydiazg/remove-duplicated-translations
Remove duplicated lines in translation files
2021-02-08 19:55:39 +00:00
Peter Goodhall 690cdff9e8
Merge pull request #874 from leroydiazg/fix-spanish-translation
Fix Spanish 'general words' translations
2021-02-08 19:54:58 +00:00
Leroy Diaz ac4dff5e9f Remove duplicated lines in translation files. 2021-02-08 19:42:06 +00:00
Leroy Diaz d5fcf7de09 Fix Spanish 'general words' translations 2021-02-08 19:30:06 +00:00
Peter Goodhall 12b6906a88
Didnt mean to totally delete the git ignore #lid 2021-02-08 17:17:06 +00:00
Peter Goodhall 51610be6e8
Add script to automate the update process more 2021-02-08 17:12:55 +00:00
Peter Goodhall db9aca689d
Add editorconfig file for setting coding style by @poll-busily
Merge pull request #770 from poll-busily/editorconfig
2021-02-08 17:11:42 +00:00
Peter Goodhall 33a89cb37a
Merge pull request #867 from phl0/AddSDOKinfo
Add SDOK info
2021-02-08 17:10:30 +00:00
Peter Goodhall 8143cfeb1f
Delete .gitignore
Currently not all files are automatically downloaded so this will cause lots of issues adding json file to ignore list
2021-02-08 17:09:21 +00:00
Peter Goodhall 5f6bb0221b
Merge pull request #872 from AndreasK79/counties_add_state_in_view
[US Counties] Added state in detail view
2021-02-08 14:17:45 +00:00
Peter Goodhall 42a8657fbb
Merge pull request #871 from AndreasK79/master
Fetches state from previous QSO. Fixes #854
2021-02-08 13:05:16 +00:00
Andreas 29d2656c1f [US Counties] Added state in detail view 2021-02-08 13:42:25 +01:00
Andreas c35d0d257e Fetches state from previous QSO. Fixes #854 2021-02-08 13:40:07 +01:00
Peter Goodhall 0d2fe0a43b
Merge pull request #869 from AndreasK79/us_counties
US Counties award added
2021-02-08 00:57:18 +00:00
Peter Goodhall 5835623e95
Merge pull request #870 from AndreasK79/county_fixes
[US Counties] Switched field in database, as col_cnty is the correct …
2021-02-08 00:55:57 +00:00
Peter Goodhall 538d41dd0d
Changed FOX-1E to AO-109 2021-02-08 00:54:59 +00:00
Andreas fc6641f567 [US Counties] Switched field in database, as col_cnty is the correct one. Also corrected format for county. It should be saved as state,county 2021-02-07 17:15:32 +01:00
Peter Goodhall fb17de1c58 Bug selectize.destroy(); was causing js inside Cloudlog to break 2021-02-07 14:44:29 +00:00
Andreas 7642ab874f [Awards][US Counties] Can see list of counties now, and QSOs when clicked on county. 2021-02-07 15:22:03 +01:00
Andreas e558abf890 [Awards][US Counties] Added US Counties Award. Only totals so far. 2021-02-07 00:03:05 +01:00
phl0 a4a9217e37
Minor changes (variable naming and comments) 2021-02-04 16:46:11 +01:00
Peter Goodhall 3bbc0b4736
Merge pull request #865 from oh1jw/patch-1
Update general_words_lang.php for Finnish
2021-02-03 16:35:46 +00:00
oh1jw 75a9684cd3
Update general_words_lang.php
updated translation
2021-02-03 15:21:45 +02:00
phl0 5597927c64
Also provide SDOK info for logging German DOKs 2021-02-03 12:28:58 +01:00
Peter Goodhall 89d579489a
[QSO Dialog] County has been added.
Adds USA County
2021-01-31 16:49:54 +00:00
Andreas 44a1dd5691 [QSO Entry] County can now be saved and changed when editing a QSO. 2021-01-31 15:27:56 +01:00
Andreas 7892846e8a [QSO Entry] Added county with autocomplete to the form. 2021-01-31 15:02:23 +01:00
Peter Goodhall d2aec5d159 [Options][Appearance] You can now select the default language. 2021-01-31 13:41:46 +00:00
Peter Goodhall 4770340c45 [Options] Load the default language setting 2021-01-31 13:25:44 +00:00
Peter Goodhall 67ba28d145 [Migration] 061 adds language to the options table default to english 2021-01-31 13:24:25 +00:00
Peter Goodhall 0d2dab1afe [Nav] Changed Analytics - Maps to Custom Maps 2021-01-31 13:17:09 +00:00
Peter Goodhall 6517ca0e18
[Distances Worked] You can now choose satellite. Also code clean up
[Distances Worked] You can now choose satellite. Also cleaned up some…
2021-01-31 13:12:57 +00:00
Andreas 28d30de120 [Distances Worked] You can now choose satellite. Also cleaned up some code. 2021-01-30 23:25:13 +01:00
Paul Beesley 7152f69008 Add script to automate the update process more
We recommend creating an update script in the install notes so why not provide one that works for the environment we refer to there (Debian/Ubuntu)? This script automates the git pull and setting of permissions on writable directories. It has a bit of error handling for safety and allows the admin to choose whether to update to the tip of master (current behaviour) or to the latest tag.
2021-01-30 14:16:16 +00:00
Paul Beesley 32fa20a130 Add editorconfig file for setting coding style
Editorconfig is a standard, supported by many popular editing tools, that helps set required editor settings automatically to support the project's coding style. It's not a linter / auto-formatter, it just sets a few basic options. Supported editors will pick up these settings specifically for the cloudlog source directory, not interfering with project or user settings in other locations.

This config specifies UTF-8 encoding and LF line-endings for all project files, tabbed indentation for source and data files and finally final newlines and whitespace trimming just for source files. These are based on what I saw in https://github.com/magicbug/Cloudlog/wiki/Development-Notes and from the dominant formatting options in the existing source files. All open to changes, of course.

If an editor is set up to perform reformatting of code automatically (e.g. on save or on paste) then these rules will influence that behaviour, but they will not cause an editor to reformat existing code on their own.
2021-01-30 10:42:19 +00:00
Peter Goodhall 59616f1f5c [QSO] small improvement to json lookup jsonlookupcallsign 2021-01-29 20:20:01 +00:00
Peter Goodhall b8d2032ed6 [QSO] Fixes #557 Where /P wasn't handled properly 2021-01-29 20:11:35 +00:00
Peter Goodhall b69c8e91e4 [Data Files] Adds US National Parks on the Air CSV for LOTW Usage 2021-01-27 19:25:38 +00:00
Peter Goodhall 40b95814be [Data Files] Updated US Counties this is the final version 2021-01-27 19:24:37 +00:00
Peter Goodhall 2063332455 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2021-01-27 19:17:16 +00:00
Peter Goodhall e5ad2630a0 [Station Profile] Added warning that QRZ Logbook requires paid subscription #351
This addresses comment that QRZ logbook needs a paid subscription to function fixes #351
2021-01-27 19:17:14 +00:00
Peter Goodhall 9dab00b979
Merge pull request #852 from AndreasK79/dok_sota_autoupdate
Added autoupdate for DOK and SOTA file used for autocompletion
2021-01-26 20:36:42 +00:00
Andreas ee7eabde76 Added autoupdate for DOK and SOTA file used for autocompletion 2021-01-26 17:54:31 +01:00
Peter Goodhall ea1c56e2a5
Merge pull request #851 from ok1cdj/master
Czech translation of the system
2021-01-26 15:24:01 +00:00
Peter Goodhall 1820fd1ca3 [User][Edit] Added some extra date formats 2021-01-26 15:22:15 +00:00
ok1cdj 8ff4ef732c Czech translation of the system 2021-01-25 22:27:08 +01:00
Peter Goodhall c9f0544353
[Station Profiles] #847 from AndreasK79 dropdown for States and Counties
This provides a autocomplete for US counties based on the state provided.
2021-01-24 23:19:14 +00:00