Recent Activities
This page shows what are we working on.
-
head
-
Update critical CSS 4d83b1
-
-
head
-
Update critical css. Closes #13 d45ffd
-
-
1.8.4
-
Version 1.8.4 d5c54d
-
Fixed proper city detection for some addresses
```
Not Working: Via Spinazzola, 24, Rovolon, PD, Italia
Working: Via Spinazzola, 24, Roma
```
https://developers.google.com/maps/documentation/places/web-service/legacy/supported_types:
```
The (cities) type collection instructs the Places service to return results that match locality or administrative_area_level_3.
``` 7578e9
-
-
1.8.3
-
Version 1.8.3 a0457b
-
-
1.6.8
-
Version 1.6.8 a9e4e2
-
Fix DynamicPlugin not catching OpenSearch exceptions
OpenSearch client throws OpenSearch\Common\Exceptions\BadRequest400Exception
which extends \Exception but NOT Elastic\Elasticsearch\Exception\ElasticsearchException.
The narrow catch was silently missing all OpenSearch errors, causing uncaught
exceptions when size/other attributes have non-numeric values with integer mapping.
Catch \Exception instead and downgrade log level from critical to warning.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> 847592 -
Fix PHPStan: update ElasticsearchException namespace for ES client v8
Elasticsearch PHP client v8 moved the exception from
Elasticsearch\Common\Exceptions to Elastic\Elasticsearch\Exception.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> 2e9287 -
Fix filter input search broken for decimal values (dot/comma)
List.js escapes regex special chars including '.' and ',' before
doing a plain indexOf match, causing searches like "0.4" or "0,4"
to return zero results against values like "0.47uF".
Replace List.js built-in keyup binding with a custom handler that
normalizes comma decimal separators to dots and performs unescaped
substring matching via a custom search function.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> 4a7130
-
-
1.6.7
-
head
-
Add files via upload 5cabb8
-
-
1.9.0
-
Version 1.9.0 30de7e
-
Blocked Cookies => Unregistered Cookies cc499a
-
Show count of blocked cookies in the button label 0a3907
-
Ability to register selected blocked cookie 1d5955
-
Cleanup corresponding blocked cookies when saving the cookie 0fa019
-
Redirect back to the page where the client pressed "Allow selection" 3a28cd
-
Add notice about * in cookie names 423049
-
Cleanup blocked cookies using cron. Keep up to 100 latest records 4eca60
-
PHP 8.5 fix ca663e
-
-
head
-
Push uncommited changes d944d5
-
-
head
-
Unpushed chnanges de928c
-