Charles Davison

Results 7 issues of Charles Davison

from the tests it seems that the URL normalisation removes the 'www.' from the beginning of the URL. A lot of websites will not work withut the www. prefix (primarily...

enhancement

Should work across editors. Example use case: Making it easy to create the 'show' view for a model in a CRUD app.

improvement

Currently the callbacks for form events receive `form, editor` which is not particularly useful. Would be better to pass `field` as the user probably already has access to form, and...

improvement
discuss

It's great having setUp() but quite often (e.g. when loading fixtures into a database) you don't want to do this before every test; you just want to do it once...