提交图

142 提交

作者 SHA1 备注 提交日期
Peter Goodhall
e85c9a6ec0 [Logbook][Translate] Forgot the damn heading #fail 2021-01-05 17:37:01 +00:00
Peter Goodhall
62677b5361 [Logbook][Translated] Translated the main /logbook display 2021-01-05 17:34:19 +00:00
Paul Beesley
8ba41812ad Tweaks to text
Touches page titles, some table headers (capitalisation mostly), menu items.
2020-12-23 13:01:20 +00:00
Peter Goodhall
d607502c29 [QSO popup] Moved station information to "Stations Details" tab 2020-12-22 18:03:01 +00:00
Peter Goodhall
34c41383a9 [QSO View] Added the Contest ID to the popup 2020-12-22 17:54:32 +00:00
Daniel Clerc
58a552ce23 add SIG and SIG_INFO to view_log 2020-11-17 21:35:43 +01:00
Adam
5e9542e73f
Change to show submode if available - otherwise mode
This change matches the initial dashboard view.
2020-11-15 20:20:35 -06:00
Andreas Kristiansen
7fe23d4409
Merge branch 'master' into qslcard_small_fixes 2020-11-04 09:19:12 +01:00
Peter Goodhall
f6c8a03c5d [QSL Card] When selecting file to upload offer file browser or camera. 2020-11-03 13:52:14 +00:00
Peter Goodhall
03529db78b [QSL Management] Added notification on the max file size you can upload 2020-11-02 17:23:41 +00:00
Andreas
8f37c06971 [QSLCard] Removed unused file. Added view qsl inside qso dialog, so that you know which file to delete (else you had to go to view qsl page and delete from there). 2020-11-01 21:45:47 +01:00
Andreas
bcfe979573 [QSL Card image] jQuery upload, dynamically adding/deleting to table and carousel. 2020-11-01 12:36:02 +01:00
Andreas
82ad08d290 Added front and back image upload at the same time. 2020-10-29 20:18:51 +01:00
Peter Goodhall
f974105329 Fixed migration file was malformed PHP, changed some text in the tabs 2020-10-29 17:34:59 +00:00
Andreas Kristiansen
b22ed135b3
Merge branch 'master' into qsl_card_upload 2020-10-29 17:55:23 +01:00
Andreas
6b1f30cb0d New feature: QSL card image upload 2020-10-28 23:20:03 +01:00
Paul Beesley
c65ce673aa Normalise button styles
Blue Solid = Add something, activate something, or perform any other primary action.
Blue Outline = Edit, change or update something.
Red = Delete something or make an irreversable change.
Grey = Deactivate something.
Yellow = Reset something or clear a field.
Green = Retained for search.

Added icons where it made sense to do so.
2020-10-27 20:51:24 +00:00
Peter Goodhall
8f4609f060 [Logbook] Made the table big again, was far to cramped as table-sm was visually hard to read 2020-10-18 21:30:56 +01:00
Peter Goodhall
ef3c3c724f Update qso.php 2020-10-18 15:47:14 +01:00
Peter Goodhall
5f331b651f [QSO Window] Country names not full uppercase 2020-10-18 15:40:26 +01:00
Peter Goodhall
2862b7851a [QSO Window] Added Share QSO Via Twitter 2020-10-18 15:38:49 +01:00
Andreas
a58c913449 Fix for DXCC count on qsl/eqsl/lotw on dashboard. 2020-10-16 20:11:45 +02:00
Peter Goodhall
7d7156de6d [Logbook] make country names less shouty and uniformed 2020-10-12 15:32:21 +01:00
Andreas
f494b55491 Added bootstrapdialog in dashboard, logbook and search. I think that should cover it. 2020-09-24 20:22:09 +02:00
Andreas
a65b19f991 Fixed display QSO for WAS-details as well. Changed so that bootstrapdialog is included on every page. Will start implementation on bootstrapdialog on other awards. 2020-09-18 12:17:41 +02:00
Peter Goodhall
75a4870ad9 [Users] Made Date Format defineable in the user profile and changed all the code in the system to follow selection 2020-09-15 22:04:47 +01:00
Andreas
02f76113ab Selects measurement_base from config-file when creating a new user. 2020-09-15 21:02:36 +02:00
Andreas Kristiansen
86643ca74d
Merge branch 'master' into measurement_base 2020-09-13 14:46:08 +02:00
Andreas
d38deea64a Changed files to use measurement_base from station_profile 2020-09-13 14:42:49 +02:00
Peter Goodhall
1290fb8073
Merge PR #614 from AndreasK79 - Improved WAS Dialog popups with bootstrap4-dialog
Improved WAS javascript dialog windows and also added bootstrap4-dialog as we move away from Fancybox
2020-09-13 11:57:53 +01:00
Peter Goodhall
048a86a581 [logbook] Convert the first character of each word in country name to upper case to be consistant 2020-09-05 23:33:23 +01:00
Andreas
5fc4c65ff9 Added missing file. 2020-08-25 22:04:54 +02:00
Peter Goodhall
a2f572809a Made the world map full width on the /logbook page to match dashboard 2020-08-23 16:42:23 +01:00
Peter Goodhall
b5d1a7c96b
Merge branch 'master' into configurable_modes 2020-08-18 16:22:26 +01:00
es2ice
0d2daee7eb use measurement_base for distance calculation 2020-07-16 22:53:24 +03:00
Kim Huebel
dfc50b664e Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes 2020-05-31 23:40:48 +02:00
Kim Huebel
6813237c59 reworked QSL-Indicators and print-functions to not only use "R" but also
look for "Q" (Queued)... this is logically better if you initiate QSL-sending
by your own... R is for requested by other station to send...

Now we are back to ADIF-Specs-logic :-)
2020-05-25 23:05:21 +02:00
Peter Goodhall
0c11f4e9a7 Made callsign in the QSO popup bold 2020-05-24 23:15:07 +01:00
Peter Goodhall
9af164a41d Made changes to the QSO information popup 2020-05-24 23:12:58 +01:00
Kim Huebel
9cbd65b0cd Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes
some futher modifications
2020-05-24 08:51:30 +02:00
Kim Huebel
396eaab53a Added Submode-Support in Logging/ADIF-Export etc. 2020-05-24 00:06:08 +02:00
Peter Goodhall
2ea3233ee2 Added distance function to QRA library, Added Distance between the Worked Station and Station Profile to QSO Popup 2020-05-23 21:35:46 +01:00
Kim Huebel
f157378f9f Ignored QSLs are greyed arrowed... 2020-05-02 22:15:25 +02:00
Peter Goodhall
6bc90c8dc6 Added Transmit Power field to QSO panel under Station power is defined in watts 2020-04-13 16:47:58 +01:00
Peter Goodhall
625f828bd5 If TX Powers stored in the database it will be shown on the QSO popup under "Station Information" 2020-04-09 15:44:15 +01:00
Peter Goodhall
c72c5deea4 Added USA State to the QSO popup box 2020-03-05 18:29:31 +00:00
Peter Goodhall
9d576be0fd Cleaned up the popup boxes 2020-03-02 20:13:19 +00:00
Peter Goodhall
7d0917db8a Made changes to popup boxes 2020-03-01 18:31:56 +00:00
Peter Goodhall
1dfdce63c5 Removed testing item 2020-03-01 18:08:32 +00:00
Peter Goodhall
c56aa4fa31 Updated Fancybox library, added function to save images to cloudlog from eqsl 2020-03-01 18:08:17 +00:00