Bert Oost

Results 38 issues of Bert Oost

The best paging method ever in my opinion is using "getPage". Please make SimpleSearch compatible. Propably you should keep backwards compatibility in mind of course :-)

When you're in the editor you cannot use "control+s" shortcut. Then the browser save action is called instead of the save of the resource. It would be cool to implement...

I wanna add SyntaxHighlighter to show up some code previews on my site and that's why I want to use the <pre> tag. When I type the code line I...

Fixed error when $input not is an array

With this change it's possible to have &preHooks on FormItRetriever. This is useful when doing custom loading and keep the nice "redirectToOnNotFound" feature. For example; I want to use the...

Make all posted fields available to in the activation email. This can be useful to make emails personal, to list all filled in data, etc. etc.

Change _getErrorMessage() protected into public, to make it available for third party validators (same as I did for FormIt ;-))

Added parameter &redirectUnsetDefaultParams=`1` to disable adding default query string parameters to the redirect on confirm a registration. I mostly return a user to their "dashboard" so there is no need...

Fixed parsing the thread name instead of the whole object

Filedrop is great! Only (at least) the finish callback does the $.parseJSON already. I think it's not up to Filedrop to assume JSON is being returned from the ajax request....