Donatas Glodenis

Results 52 comments of Donatas Glodenis

I guess so, but trimming should be done before validation. If we validate untrimmed identity, for example, and the user happens to leave a space at the end, the identity...

I think I have resolved the conflict, please add these changes to the translations.

Yes, the controller that I posted here: https://forum.getfuelcms.com/discussion/comment/10641 (you can see I turned it off, as it did not work).

Yes, that is what I meant: that "the small bottom (or top) text to indicate required fields must be filled out" is not displayed at the bottom (or top) of...

Ok, I have tried to load it right before the form_builder and it worked. now I get `* required fields` text after the form. And I see I have made...

There seems to have been at least a demo installation on Github branch (see http://docs.getfuelcms.com/introduction/demo-site) which seems to be no longer available. Is it too complicated to maintain?

Thank you! I think the doc accessible through the link I posted should be updated accordingly, and it should be indicated that there is no live demo currently.

Unless I messed something up in my tests, the filters' method before() seems to run before the BaseController method initController, so I cannot define auth class property in the BaseController....

> Try `countAllResults(false)`. Tried; it changes nothing. Updated the test code above. And thanks for code colouring :)

> Ah, `countAllResults()` does not take care of events, so the result is always wrong. I assumed that, no problem here. It is the results at this line in output:...