Ciki

Results 23 comments of Ciki

Yes, it is related, thanks! POST data can be exceeded if you try to upload too large file

but what about when I create new links e.g. using jquery & inject them to DOM. SHould they be automatically ajaxified or is this my responsibility?

can somebody tell me why in https://github.com/nette/forms/blob/master/src/Forms/Controls/BaseControl.php#L277 is used `$translator = $this->getForm()->getTranslator();` instead of `$translator = $this->getTranslator();` ? This way even if I disable control's translator, the label still gets...

sorry, haven't noticed that extra commit. however, I don't know how to remove that extra commit from this PR.. can you merge it without it?

seems like there have been several changes to Rector since last version this package worked with. I am not skilled at Rector at all so I can't help much with...

what's the current status of this? anybody working on this? I noticed a PR #98 implementing `watch` which @janmarek mentioned as a possible solution for this..

However, I'm not sure now this is the right approach as it does not handle situations when localStorage is full (5MB)

ok, I forgot that line in previous example.. ``` php $this->flashMessage('test'); $this->redrawControl('flashes'); $this->redirect('this'); ``` after redirect the snippet is not invalidated.. (which is without this extension..)

I see now but haven't realized when I used this extension for the first time. Now it seems obvious but it was not when I was hunting the 'bug' down...