Commit Graph

6396 Commits

Author SHA1 Message Date
Andreas Kristiansen
ff25d804aa Reduces same db calls 2024-05-28 10:04:01 +02:00
Joerg (DJ7NT)
2a3404ca44 Update Logbook_model.php
Removed accidently replaced columns with `*`
2024-05-28 07:12:38 +02:00
HB9HIL
980b53e061 Merge branch 'dev' into clublog 2024-05-27 20:25:52 +02:00
Andreas Kristiansen
4416373797 Needed for big adif file exports 2024-05-27 19:11:53 +02:00
Andreas Kristiansen
4fa45726cc Merge pull request #415 from AndreasK79/import_speed
Import speed
2024-05-27 18:24:11 +02:00
Joerg (DJ7NT)
dc2b09d7d4 Merge branch 'dev' into import_speed 2024-05-27 16:22:45 +02:00
HB9HIL
dee81e454e create map plot for current page 2024-05-27 13:25:59 +02:00
HB9HIL
3027747408 missing locations array 2024-05-27 13:24:36 +02:00
HB9HIL
94251db95a added pagination 2024-05-27 13:23:58 +02:00
HB9HIL
44d810201c sorted things and initialized pagination 2024-05-27 13:23:05 +02:00
HB9HIL
0663640e72 missing tbody 2024-05-27 13:21:33 +02:00
HB9HIL
20945b7dc4 make index easier to read 2024-05-27 13:19:53 +02:00
HB9HIL
0a403d4a1e no need for user_model here 2024-05-27 13:18:17 +02:00
HB9HIL
b286c2e844 Merge branch 'dev' into hide_time 2024-05-27 10:45:55 +02:00
HB9HIL
8cfbdae9ca syntax 2024-05-27 10:29:21 +02:00
HB9HIL
3ebb862ec5 public map should be enabled by default 2024-05-27 10:12:20 +02:00
HB9HIL
6962b1ad5f Merge branch 'dev' into hide_time 2024-05-27 09:54:58 +02:00
HB9HIL
e2d338fa59 Merge branch 'dev' into clublog 2024-05-27 09:54:46 +02:00
HB9HIL
dfa46c98c6 Merge branch 'dev' into activators 2024-05-27 09:54:08 +02:00
HB9HIL
19543a46d9 Merge branch 'dev' into hide_time 2024-05-27 09:45:10 +02:00
int2001
527dd080ac Change Table-Population to lazy comparision as well 2024-05-27 06:07:59 +00:00
phl0
c152bb8062 Use strpos instead of substr_count 2024-05-27 07:56:19 +02:00
Joerg (DJ7NT)
843501c4e1 Merge branch 'dev' into import_speed 2024-05-27 07:18:29 +02:00
phl0
2ff173f659 Show time category only if time is actually shown
Also use default date format from config
2024-05-27 07:00:30 +02:00
phl0
8603c1f2b5 Hide time based on config 2024-05-27 06:59:38 +02:00
phl0
55093f52de Show time as H:i as in all other places 2024-05-27 06:57:54 +02:00
phl0
7a9af010dc Fix code formatting 2024-05-27 06:57:03 +02:00
Andreas Kristiansen
ad759c2919 And controller is needed 2024-05-26 20:47:36 +02:00
Andreas Kristiansen
a4330da95a Active id is already fetched, no need for db call in foreach 2024-05-26 20:43:28 +02:00
int2001
21b6f01544 Fixes QSL-Columns 2024-05-26 17:10:56 +00:00
HB9HIL
efa53522d4 Merge remote-tracking branch 'upstream/dev' into clublog 2024-05-26 18:10:15 +02:00
HB9HIL
1eed1f17ec Merge remote-tracking branch 'upstream/dev' into activators 2024-05-26 18:09:50 +02:00
int2001
090c62fece BugFix (Take 1st Element of Mode-Array) 2024-05-26 11:41:53 +00:00
int2001
310362e96c Reduced more queries (DXCC Speedup) 2024-05-26 10:52:05 +00:00
Andreas Kristiansen
52c54ae210 Merge branch 'import_speed' into import_speed 2024-05-26 08:45:22 +02:00
int2001
c26beab69c More reduction. Instead of querying DXCC in a loop, fetch them via like 2024-05-26 06:38:19 +00:00
int2001
57bdafe2c0 Reduce load produced by the "CIA"-Function 2024-05-26 06:02:51 +00:00
int2001
3e9318b88a Cache more results (reduces 400 Calls on 400 QSOs) 2024-05-26 05:37:46 +00:00
int2001
5be9caa2c5 Refactored MODES to use ONE SQL in Constructor (reduces SQLs) 2024-05-26 05:13:11 +00:00
Andreas Kristiansen
2ff5775a84 Remove one db call for each page load 2024-05-25 21:24:35 +02:00
HB9HIL
3929e11710 Merge remote-tracking branch 'upstream/dev' into hide_time 2024-05-25 19:57:24 +02:00
HB9HIL
6d1338f429 hide time in public view and show in user dateformat in dashboard 2024-05-25 19:57:00 +02:00
Joerg (DJ7NT)
01045e2368 Merge pull request #406 from int2001/fix_empty_grid
Calculation issue if lat/lon or some grid-information is missing
2024-05-25 18:53:31 +02:00
Joerg (DJ7NT)
e25e698237 Merge branch 'dev' into fix_empty_grid 2024-05-25 16:48:02 +02:00
HB9HIL
1709a718b5 Merge branch 'dev' into activators 2024-05-25 16:35:48 +02:00
HB9HIL
48f813c4dd Merge branch 'dev' into clublog 2024-05-25 16:35:34 +02:00
HB9HIL
0e05a948a8 Merge branch 'dev' into map_options 2024-05-25 16:30:37 +02:00
HB9HIL
9139a7468d its fine to show only 'options saved' 2024-05-25 16:27:50 +02:00
HB9HIL
a6fcb5e0a3 hide public map if public_maps is disabled 2024-05-25 16:09:38 +02:00
HB9HIL
f5c897084c hide gridsquares menu of public maps is disabled 2024-05-25 16:09:19 +02:00