提交图

2563 提交

作者 SHA1 备注 提交日期
Andreas
d998a7f8a2 Changed order of migration script to not cause trouble with migration script in master. 2021-10-06 10:36:50 +02:00
Peter Goodhall
2dcd4f3965 Added comments 2021-09-29 22:02:08 +01:00
Peter Goodhall
650c73f4e6 [LoTW] Fixes issue with sync script running 2021-09-29 22:00:42 +01:00
Peter Goodhall
6bf7d97df8 Removed test function. 2021-09-28 17:21:56 +01:00
Peter Goodhall
8b1770feab [API][CAT] Fixes issue where user_id isn't getting added to the hardware entry 2021-09-28 17:18:04 +01:00
Peter Goodhall
0f57e62a84 Revert "Correct user date formating on QSO pages (Live/Post)"
This reverts commit 77a99780cb.
2021-09-28 16:09:47 +01:00
Peter Goodhall
5f10c52323 Went through logbook and logbook model changing things to logbook linked profiles 2021-09-28 11:21:12 +01:00
Peter Goodhall
f765a1c169 [QSO Entry] Changed worked_grid_before in Logbooks.php to use All station locations 2021-09-28 11:12:35 +01:00
Peter Goodhall
7651517e74
Merge pull request #1190 from AndreasK79/custom_maps_station_logbooks
Custom maps station logbooks
2021-09-27 15:09:21 +01:00
Peter Goodhall
e8be6f8620 Only create the fields in db if they arent there 2021-09-27 15:07:38 +01:00
Andreas Kristiansen
99b7290412
Merge pull request #1194 from T012m3n7oR/QSO-custom-date-format
Correct user date formating on QSO pages (Live/Post)
2021-09-23 10:22:30 +02:00
Andreas Kristiansen
b5ac0952ed
Merge pull request #1193 from AndreasK79/uploadpath
@mattmelling configurable updates folder
2021-09-22 14:21:36 +02:00
Andreas
a796073585 Configurable updates folder. Changed install\config\config.php also. 2021-09-22 14:19:48 +02:00
KT3PJ
77a99780cb Correct user date formating on QSO pages (Live/Post)
The date field will now be populated from the user's preferences, if
this is not set it will fallback to the file config setting.

-Move date format detection to earlier in the index.php file to allow a
single lookup of the format for the entire file.
-Convert hardcode date string to format selection in index.php to allow
the custom format to show on the Post QSO page.
-Convert php format string to jclock format string in footer.php to
allow the custom format to show on the Live QSO page.
2021-09-22 08:18:58 -04:00
Andreas Kristiansen
a2da3753ed
Merge pull request #1111 from T012m3n7oR/master
Add the gridsquare from LotW QSL to the logbook
2021-09-22 13:38:41 +02:00
Andreas
9a6b6263bb [Custom Map] Cleaned up the code a little bit. Swapped station profile name to logbook name in the view. 2021-09-20 22:03:39 +02:00
Andreas Kristiansen
a9f5859757
Merge pull request #1189 from AndreasK79/add_userid_to_api
[API] Added userid to the API key.
2021-09-20 19:34:28 +02:00
Andreas Kristiansen
92e45d6735
Merge branch 'station_logbooks' into add_userid_to_api 2021-09-20 19:34:19 +02:00
Andreas Kristiansen
d65f608439
Merge pull request #1188 from AndreasK79/userid_hardware
[Hardware] Added userid to everything that has to do with hardware.
2021-09-20 19:33:53 +02:00
Andreas Kristiansen
345c753d13
Merge branch 'station_logbooks' into userid_hardware 2021-09-20 19:33:31 +02:00
Andreas Kristiansen
ad045a1a8d
Merge pull request #1187 from AndreasK79/notes_assign_to_user
Notes assign to user
2021-09-20 19:32:59 +02:00
Andreas
51fba79397 [Hardware] Changed page title to be the same as the menu name 2021-09-20 19:32:41 +02:00
Andreas
30ba927c25 [API] Added userid to the API key. 2021-09-20 15:16:53 +02:00
Andreas
586bc969fa [Hardware] Added userid to everything that has to do with hardware. 2021-09-20 15:03:35 +02:00
Andreas
5f2cd9d55d [Notes] Added userid to everything that has to do with show/create/edit/delete note. 2021-09-20 12:24:58 +02:00
Andreas
a554ad07aa [Notes] Added migration script for adding userid to notes. 2021-09-20 12:16:44 +02:00
Peter Goodhall
a15b9f2a89 Fixes bug where you couldn't save an editted QSO 2021-09-18 17:49:04 +01:00
KT3PJ
b46368fe06 LotW gridsquare will not be updated if VUCC gridsquares exist. 2021-09-18 12:22:43 -04:00
Andreas
9311e7c85a [Custom Map] Tweaks for station logbooks 2021-09-18 17:59:19 +02:00
Andreas Kristiansen
109683e041
Merge pull request #1180 from AndreasK79/gridsquare_map_query_fix 2021-09-17 18:47:20 +02:00
Andreas
25bffdce83 [Gridsquare Map] Bugfix. The confirmed fields would not be correct. Or_where seems to work only when where are two conditions in the where statement. 2021-09-17 18:11:25 +02:00
Andreas Kristiansen
e6df7bc96f
Merge pull request #991 from AndreasK79/sat_blank
[QSO entry] Blanking satellite blanks mode and propagation mode. Fixe…
2021-09-16 19:15:38 +02:00
Peter Goodhall
635a03c306 Merge pull request #1138 from AndreasK79/theme_cleanup
[Themes] Cleanup
2021-09-15 23:12:56 +01:00
Andreas
b0219a6775 [Themes] Added missing files 2021-09-15 23:11:48 +01:00
Andreas
bb3b837382 [Themes] Small tweaking of CSS for selectize overrides. 2021-09-15 23:11:48 +01:00
Andreas
708d5dc278 [Themes] Moved bootstrap-dialog.css and selectize.bootstrap4.css to css folder. Moved differences to overrides.css, and made sure to load this after the other css files. Now we only need two files for a theme in Cloudlog. 2021-09-15 23:11:48 +01:00
Andreas Kristiansen
e16f461f0a Merge pull request #1174 from AndreasK79/modal_css_height_fix
This CSS fix adds a scrollbar to the modal if content height is great…
2021-09-15 23:06:40 +01:00
Andreas
f1ade7d3ef This CSS fix adds a scrollbar to the modal if content height is greater than resolution 2021-09-15 23:05:52 +01:00
Andreas
e4952101f9 Renamed a file to fix a merge collision in migration files. 2021-09-15 19:33:34 +02:00
Andreas Kristiansen
313ff76cd4
Merge pull request #1127 from AndreasK79/custom_themes
Custom themes
2021-09-15 19:32:04 +02:00
Andreas Kristiansen
77da77ffd1
Merge branch 'station_logbooks' into custom_themes 2021-09-15 19:30:34 +02:00
Andreas Kristiansen
1ad0343ed0
Merge pull request #1150 from AndreasK79/dxatlas_grid_export
Dxatlas grid export
2021-09-15 19:15:33 +02:00
Peter Goodhall
8af09c819f
Merge pull request #1172 from AndreasK79/distances_worked_station_logbooks
[Distances Worked] Updated code (with a rewrite) to support station l…
2021-09-13 14:48:53 +01:00
Andreas
f369b172bd [Distances Worked] Updated code (with a rewrite) to support station logbooks 2021-09-12 16:46:16 +02:00
Peter Goodhall
38963ce887
Merge pull request #1170 from AndreasK79/quick_lookup_station_logbooks
[Quick Lookup] Updated code to support station logbooks
2021-09-11 16:55:01 +01:00
Peter Goodhall
ddccc622b1
Merge pull request #1169 from AndreasK79/accumulated_station_logbooks
[Accumulated Statistics] Updated code to support station logbooks
2021-09-11 16:54:50 +01:00
Peter Goodhall
e78b616946
Merge pull request #1168 from AndreasK79/days_station_logbooks
[Days With QSOs] Updated code to support station logbooks
2021-09-11 16:54:38 +01:00
Andreas
cad5c1c569 [Quick Lookup] Updated code to support station logbooks 2021-09-10 23:13:25 +02:00
Andreas
33cdbca735 [Accumulated Statistics] Updated code to support station logbooks 2021-09-10 22:59:10 +02:00
Andreas
14bb2db47f [Days With QSOs] Updated code to support station logbooks 2021-09-10 20:04:03 +02:00