Commit Graph

10 Commits

Author SHA1 Message Date
HB9HIL
fbda15ff5b cache clean works fine with file adapter. no need to hassle around with file handling 2026-02-02 16:28:44 +01:00
HB9HIL
2e9a2a6d2c kiss 2026-02-02 14:57:35 +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
02eccc6f1a beta of cache debug view 2026-02-02 13:37:06 +01:00
HB9HIL
3699c63241 removed log_message for memcached stuff 2026-02-02 13:00:43 +01:00
HB9HIL
4d23c75781 alpha version of cache debug information 2026-02-02 11:39:51 +01:00
HB9HIL
8d4b99dd04 show nicer numberformat for total qsos and show also number of users 2024-09-16 00:57:27 +02:00
Andreas Kristiansen
c78f515bfe Forgot debug_model too 2024-04-23 13:52:57 +02:00
Andreas Kristiansen
afbf1713c9 Removed some unused files and refactored some functions 2024-04-23 13:34:30 +02:00
HB9HIL
c1325591cc QSL Files Migration (#174)
* remove unnessesary file

* prepared debug view with logic

* typo

* add additional case

* moved Maintenance Page to Debug

* copy function

* comment

* html file for eqsl card images folder

* only copy files if they have a qso_id in db

* not_assigned folder

* xss_clean

* $CI to $this

* removed status field, no need for that

* class wide variabled to reduce redundancy

* adjusted view

* allow run migration agn

* missing case if user_id is also empty (deleted user/qso)

* just commented

* only allow jpg, png and gif (same as in upload)
2024-02-26 17:42:46 +01:00