Nagy Attila Gábor
Nagy Attila Gábor
Hi! Yet another refactor to the EEmbeddedArraysBehavior. The behavior did not work on embedded documents: it tried to load the attributes before the setAttributes was called. Now EMongoEmbeddedDocument raises a...
When trying to attach a node where the id is `0` the generated CypherQuery was missing the end node from the MATCH part. This bug come out when neo started...
This fixes a bug, when valueobject is an empty element like In this situation the deserializer did read one more, thus ending up a level higher than required. I have...
Hello, this change makes it possible, that images have multiple categories. It works with the json source, and each category will be added to the main category list. Then you...
Version: 2.3.5 Hello, during the review of the code I encountered this issue, that could be a problem for someone with a lot of jobs in the queue: the yii\queue\db\Queue...
Pelias is an open source modular geocoder. It support several data sources and tries to find the best match for each query. Unfortunately a lot of this information is hidden...
Order of the adminLeves in Pelias did not have any particular order. I have changed the order according to this ticket: https://github.com/geocoder-php/Geocoder/issues/852 Please note that this might be a **breaking...
When encountering an element from another namespace the value object parser does skip the opening element. However when it encounters the closing element it did handle it like it was...
Hello, This pull request is a minor bug fix in the DateRangePicker, where one instance of conflicting `$` style jquery invocation was left behind. Thank you for your high quality...
Zend_Currency::toCurrency has an option to return the currency formatted without the currency sign. It should also trim any whitespaces before or after the currency sign. However it did strip every...