Jaroslav Hranička
Jaroslav Hranička
See #1, https://github.com/nette/web-content/tree/convertor/src/FshlLatte This is a work of David Grudl.
- bug fix? yes - new feature? no - BC break? no Just fixed annotation + array return typehint for `Selection::getPreviousAccessedColumns`. Fixes #160
ActiveRow: Trying to get property of non-object & Selection: Invalid argument supplied for foreach()
In some cases (delete of cache files, access to one page and then access to another page) `Nette\Database\Table\ActiveRow::accessColumn` generates Notice. I can't write test case because bug is unpredictable. My...
- bug report? yes - feature request? no - version: v2.4.2/v3.0.0-alpha ### Description `\Nette\Database\Table\SqlBuilder::buildSelectQuery` accepts array only or nullable since 14506d0/v2.4.2/v3.0.0-alpha [[blame]](https://github.com/nette/database/commit/14506d0e1d4ad4a54495ca48e82673795e3de706#diff-f1236d21ecb5a446e87f4926c4477c98R190). It's called internally and gets a value returned...
See #15 Currently we use something like this patch in projects and it seems fine. `GroupedSelection::execute` refetches data only when `isset($this->refCacheCurrent['data']) === TRUE` but sometimes this cache is empty and...
In some cases it would be nice to have an option reset current order on the query. I see that corresponding method ::setOrder is present in SqlBuilder since v2.3 but...
Sometimes it's useful visually distinguish valid/invalid inputs. We use something like the code in this PR. When we need to use another CSS classes or something absolutely different, it's possible...
Hello, thanks for your script. I just found an issue with README, I think there has to be a typo. Fixed in the MR.
Hi @bcremer, thanks for your nginx configuration for Shopware! I noticed that some rules don't work, e.g. /themes/Gruntfile.js is accessible via HTTP despite [it's restricted](https://github.com/bcremer/shopware-with-nginx/blob/master/global/shopware.conf#L45-L48). The reason is there are...
Hello. I was unable to use the package with the recent PHP versions. So I have made some changes, updated dependencies and sending the PR. Changes do not break the...