Markus Kalkbrenner

Results 95 comments of Markus Kalkbrenner

In the unix open source world, any kind of translation at some point comes down to **gettext** and **po files**. zanata is just a system to manage the processes to...

In theory it should work like this: 1. create `pot`files (PO Templates) by extracting the English messages from the `rc`files using `rc2po` 2. commit these templates to a folder within...

I would really appreciate this feature! Let me describe our current issue. We run a drupal application that uses language negotiation based on the hostname. Therefore we use additional_hostnames in...

We support the V1 CoreAdminAPI and the V1 CollectionsAPI partly. Other V1 APIs are not implemented. But we added a generic implementation of the V2 API. Using it, you can...

For sure this could be integrated. If you want to work on this, I'll be happy to review a PR.

We already added a generic implementation of the V2 API. See https://github.com/solariumphp/solarium/blob/bdb78b9260df9922161cfe8b4cf7df9243b50ccb/tests/Integration/AbstractTechproductsTest.php#L509 for an example

Another "hack" I've seen very often is to use the Ping query and to modify it instead of Select. You can also make the term vector component available for Select...

@thomascorthals which action needs to be taken now for solarium 6?

From my point of view the "change" is the intended behaviour. https://lucene.apache.org/solr/guide/8_5/working-with-dates.html Internally all dates are stored as UTC. When the PHP code uses a different time zone, the conversion...