Jamie Lentin

Results 359 comments of Jamie Lentin

This is starting to come together. The fixture SQL generates some standard users for playing, so you don't have to recreate conditions, have a go with: * ``/sponsor_renew.html/[email protected]`` * ``/sponsor_renew.html/[email protected]``...

> So how does the fixture stuff work It's not fancy, it's just a SQL script to run that moves the table content to one side and populates with known...

> Right, but when does it actually run? Is it triggered by something specific in the test suite? I'm assuming visiting a url outside of the test suite won't work...

Yup, non-existent e-mail. The above stops using iterselect and patches things to the point an empty page can render, although presumably we should have a more obvious "You haven't sponsored...

> If people add to their donation amount - how will this be posted. The other option would be to record the extra donation separately, which could be useful if...

I've changed the behavior (or will once it's pushed) of the donation amount box, before it was making sure that the amount was at least the required amount, now if...

Okay, lets keep it separate in the UI. In the DB if it's added to whichever is first that makes it easier to reconstitute the extra donation too.

I think all your comments from before are now sorted. > should we have a link to each leaf on the tree that opens as a new tab? I think...

Note the above commit restructures how the reservations fixture is formed, they're now ``[email protected]`` in line with unit tests.

This refers to the tour back button rather than the browser back button (making it pretty much a duplicate of #207), yes? Having a poke around, one clear bug is...