Vojta Svoboda

Results 18 comments of Vojta Svoboda

There is also bug in October core, it returns error: ``` [2016-04-23 20:02:48] dev.ERROR: exception 'ErrorException' with message 'Missing argument 6 for Illuminate\Database\Eloquent\Relations\HasManyThrough::__construct(), called in /usr/local/www/data/mysite.com/beta/vendor/october/rain/src/Database/Relations/HasManyThrough.php on line 22 and...

@Luckz Why openexchagerates.org? They have pricing $12/m and on exchangeratesapi.io you have $10/m?

Would you like to show date and time input fields without date pickers? Just a plain text field, where the user can fill anything?

You can disable date picker like that: ``` var $input = $("#date").pickadate(); $input.pickadate("picker").stop(); ``` And time picker like that: ``` var $input = $("#time").pickatime(); $input.pickatime("picker").stop(); ```

Yes, you're right, three filters require an environment: https://github.com/twigphp/intl-extra/blob/2.x/IntlExtension.php#L144 to be somehow injected into the filter. I tried to solve it in 15 minutes, but without any output for now...

As I said above, the problem is passing Twig\Environment to these filters. So there is no problem with phpIntl installed on hosting/server. The issue is still open, feel free to...

@chrisvidal Thanks for the hint about adding an extension directly to the Twig. It works brilliant :-) The new version is ready in the Market as version 2.0.4 🥳 @chocolata...

Please add: - [ ] also json_encode function could be usefull - [ ] documentation to the README.md file - [ ] unit tests for both functions Thanks a lot

Please add: - [ ] documentation to the README.md file - [ ] unit test - [ ] update your branch from actual master Thanks

I'm sorry to hear you have a problem with Error Logger plugin. I just cloned fresh OctoberCMS master branch, keep config files with default values, install Error Logger plugin and...