Fabian Berg
04b9aa49c7
Merge branch 'dev' into support_cache
2026-02-02 13:46:55 +00:00
HB9HIL
90e0928213
now the cache stuff matches the rest of the debug page much better
2026-02-02 14:38:14 +01:00
HB9HIL
61b94c0bde
make colors and ui more user friendly
2026-02-02 14:17:56 +01:00
HB9HIL
3ed51b53e6
check for php extentions before calling the cache driver. this avoids unnecessarry errors
2026-02-02 14:11:51 +01:00
HB9HIL
2af5180aa7
case sensitive
2026-02-02 13:58:20 +01:00
HB9HIL
dc7f7254e1
same fallback behaviour for memcached adapter
2026-02-02 13:42:11 +01:00
HB9HIL
02eccc6f1a
beta of cache debug view
2026-02-02 13:37:06 +01:00
HB9HIL
9fa0604810
redis driver now catches successfully a missing redis extension and a unavailable redis server
2026-02-02 13:13:42 +01:00
HB9HIL
3699c63241
removed log_message for memcached stuff
2026-02-02 13:00:43 +01:00
HB9HIL
823148c752
not only check for redis extension during driver load
2026-02-02 12:57:31 +01:00
Fabian Berg
fdc5153fb7
Merge pull request #2892 from HB9HIL/memcached_session_deprecations
...
php8+ friendly fixes for memcached sessions
2026-02-02 11:42:36 +00:00
HB9HIL
7633161890
php8+ friendly fixes
2026-02-02 12:40:25 +01:00
HB9HIL
4d23c75781
alpha version of cache debug information
2026-02-02 11:39:51 +01:00
HB9HIL
937f09eae7
Drop support for wincache
2026-02-02 10:38:52 +01:00
HB9HIL
0fa30b3962
Merge remote-tracking branch 'upstream/dev' into pr/HB9HIL/2888
2026-02-02 10:37:44 +01:00
github-actions
40f56d66d7
po/mo updates
2026-02-02 08:14:11 +00:00
Fabian Berg
e63e8965d9
Merge pull request #2889 from HB9HIL/fix_multi_callbook
...
Fix multicallbook configuration
2026-02-02 08:13:48 +00:00
github-actions
655a1e88f4
po/mo updates
2026-02-02 07:45:30 +00:00
Fabian Berg
4b0d861187
Merge pull request #2884 from HB9HIL/import_fixes
...
Improvements and fixes for import functions
2026-02-02 07:45:05 +00:00
Fabian Berg
45bb6f758a
Merge branch 'dev' into import_fixes
2026-02-02 07:41:41 +00:00
HB9HIL
15d5f63d27
fixed path
2026-02-02 08:40:26 +01:00
Joerg (DJ7NT)
61fd21d1cf
Merge pull request #2891 from int2001/phpredis
2026-02-02 08:35:49 +01:00
HB9HIL
cb3e156f11
add the exentions for the other drivers aswell
2026-02-02 08:33:32 +01:00
Andreas Kristiansen
2b46230a42
Avoid a null error
2026-02-02 07:54:24 +01:00
int2001
853c0d9fa6
Codeformatting ;)
2026-02-02 06:25:35 +00:00
int2001
265d81f700
Install php-redis-extension
2026-02-02 06:19:14 +00:00
HB9HIL
87e9437f02
if a callbook query was successful on the first attempt there are not error arraykeys
2026-02-01 22:10:23 +01:00
HB9HIL
a19a79360e
added an important note about cache_path since we may force file based caching for larger files instead using the configured adapter
2026-02-01 20:38:29 +01:00
HB9HIL
a1a6342cb6
added a comment to be more clear about file adapter
2026-02-01 20:32:49 +01:00
HB9HIL
f4427c1fa3
APC is legacy and does not exist anymore. But apcu works awesome so adjusted the config sample
2026-02-01 20:30:22 +01:00
HB9HIL
9e19dec6bf
refactored the cache loader
...
- adjusted formatting to make it easier to read
- added the key prefix from config
- made everything failsafe since users don't have that configured by default
2026-02-01 20:21:14 +01:00
HB9HIL
6299e02e81
added key_prefix to the caching config
2026-02-01 20:17:26 +01:00
HB9HIL
c6178985ba
adjusted comments so it matches the other files
2026-02-01 20:16:28 +01:00
HB9HIL
a6ceb38ebe
prepared memcached config
2026-02-01 20:16:04 +01:00
HB9HIL
ac608b5fd0
prepared and tested redis configuration
2026-02-01 19:36:43 +01:00
HB9HIL
3a2bce8646
make the cache adapter as config options and use them when calling the cache lib
2026-02-01 19:33:51 +01:00
HB9HIL
549307e5f1
updated cache lib and drivers from https://github.com/pocketarc/codeigniter
2026-02-01 19:07:17 +01:00
HB9HIL
50aea5ccd4
fix redis adapter which was broken since 4 years
2026-02-01 18:56:56 +01:00
Joerg (DJ7NT)
5af088306c
Merge pull request #2877 from int2001/create_single_station
...
Accept also single-stations on create_station
2026-02-01 18:43:14 +01:00
int2001
3fe22d6500
check if station_id is empty or null
2026-02-01 17:38:10 +00:00
Joerg (DJ7NT)
8e4e607733
Merge pull request #2887 from int2001/prepare_only_live
...
Prevent livelogging into POST-QSO
2026-02-01 16:22:48 +01:00
int2001
7c1537a0c9
Prevent livelogging into POST-QSO
2026-02-01 13:21:04 +00:00
Fabian Berg
2728079e3e
Merge pull request #2885 from HB9HIL/club_direct
...
implement config option to directly log into a club
2026-02-01 11:50:15 +00:00
HB9HIL
6eacc561f9
Don't store the operator callsign in local storage for the operator modal. too much risk to accidentially hit okay and work with the wrong operator
2026-02-01 01:29:29 +01:00
HB9HIL
724defa2cc
implement config option to directly log into a club
2026-02-01 01:07:47 +01:00
HB9HIL
675c0a229c
@int2001 you know ;-)
2026-01-31 20:15:01 +01:00
HB9HIL
dc29d69e4e
stations model is already loaded at this point and Mh lib only needs to be loaded once in a session
2026-01-31 20:14:30 +01:00
HB9HIL
8ee1537c96
removed unused variable
2026-01-31 20:05:30 +01:00
HB9HIL
e2bcbfc84a
stations model is already loaded at this point
2026-01-31 20:04:39 +01:00
HB9HIL
af8918c3ff
if dxcc is set in the record we complete the array with data we got anyway
2026-01-31 20:00:22 +01:00