Results 5 issues of Richard Jones

The following will fail because the initialisation doesn't add the "user" role. aaa = Cork(config['auth_dir'], initialize=True) aaa.register(...) Code also cannot add the "user" role using aaa.create_role() because that call requires...

enhancement

The suggested syntax from jenisys is to suffix the type with "?" which I believe is reasonable. Thus: {honorific:s?} {given:s} {sur:s} would match both of: "Mr Richard Jones" "Jens Engels"...

wishlist

Currently only English days/months are recognised. Could be better.

I've followed the installation instructions under Ubuntu 14.04 (in a virtualbox on Windows, natch) and importing botchallenge failed with the following error: ![botchallenge-broken](https://cloud.githubusercontent.com/assets/663366/5675222/fa9ae9dc-980c-11e4-95ac-946e51313488.png) Sorry no text version, but I have...

It checks if the user has a product from the category in a cart, and if there is no cart that is released (refunded). Not *if the user has a...