nikolas
nikolas
Due dates are required when creating a project, but when migrating a project to a new course we don't bring over the due date, as it's likely to be out...
When I use guile 2.0.11 it works, but guile 2.0.9 fails `make check`, here's the log if you're interested: http://dpaste.com/3H3NAKA
The response can look like this: ``` '\n\n \n \n V1.0\n \n \n failure\n status\n Score is not between 0 and 1\n[EID_13960006980949683]\n 1512060794\n replaceResult\n \n \n \n \n \n' ```...
In UELC, at least, it would be simpler if Hierarchy.base_url had `unique=True`. The back-end shouldn't allow users to clone multiple hierarchies at the same path.
`block` is defined as a built-in django templatetag, so it can conflict with pagetree's `block` context var.
To avoid having to do things like this when testing the pageblock: ``` py # Set the check-in block's setting block to the one we just # created. goalcheckinblock.goal_setting_block =...
There's a `Section.submitted` method, but the generic `PageView` uses the term `is_submitted`. I think we should stick to one term for this. I'm thinking we can rename `Section.submitted` to `Section.is_submitted`...
I haven't been able to reproduce this bug yet, and I'm not certain that it's Pagetree. Jess noticed that yesterday on worth2 the "Add Child" form would hang for a...