Dave Cranwell
Dave Cranwell
@precise54 We'd welcome your help if you're happy to take it on. Nothing has been started yet. Pagination navigation and the page header are I think the only two pieces...
hey @precise54 I was just wondering if you've had any luck with this yet?
Oh and having to specify a username for auth, when my privateKey should be perfectly sufficient on it's own, is pretty annoying . That also caught me out for far...
The problem is of course that Wagtail requires a predetermined field to take the role of the official name for each page (with which to build menus, the explorer etc)...
PR for ref https://github.com/torchbox/wagtail/pull/229
I think the slug needs to be kept as user-controlled if possible. If you're creating a page where your calculated field is the sum of two fields that cause slug-clash,...
There's been further discussion of this by Matthew here https://github.com/torchbox/wagtail/pull/229#issuecomment-47535333 Looks like we might be heading down an in-the-model route.
The order was changed to 'last created at' in the 0.7 release (iirc) and before that it was ordered by title, which was equally unhelpful. As 'menu layout' often has...
The "Notification preferences" area is available at `yoursite.com/admin/account/notification_preferences/` I hadn't planned it much yet but I'd expect this area to be renamed "User preferences" and contain email notification settings (as...
That's an interesting idea. Would you see it working alongside a "user preference" or would the two be incompatible? Perhaps the logic could be to use the `children_ordering` if specified,...