[mezzanine-users] mezzanine-project fails on html5lib version conflict

2014-01-12 Thread Sebastian Heyden
hey there, i just tried to start a mezzanine project by typing pip install mezzanine mezzanine-project myproject ... on ubuntu and fedora with python2.7 and python2.6 but always get this output from the last command: Traceback (most recent call last): File

[mezzanine-users] Buy Product fails if Product contains non ASCII chars

2014-01-12 Thread Andrey M
Hi All, I've started working with Mezzanine/Cartridge few weeks ago and they are very interesting projects for me. My testing app is deployed on Openshift (character_set_database in MySQL is utf8 ) And I faced with the following issue. When a product contains non ascii symbols (but URL is

[mezzanine-users] Forcing Page Link to open in new window

2014-01-12 Thread John Barham
I have a Page Link that I'd like to open in a new window when the user clicks the URL (i.e., the equivalent of a target=_blank...) Is there a way to require this from the Mezzanine admin interface? I could achieve the same result by injecting the target attribute via jQuery after the page has

Re: [mezzanine-users] Forcing Page Link to open in new window

2014-01-12 Thread Stephen McDonald
Nothing like that at the moment. On Mon, Jan 13, 2014 at 10:48 AM, John Barham jbar...@gmail.com wrote: I have a Page Link that I'd like to open in a new window when the user clicks the URL (i.e., the equivalent of a target=_blank...) Is there a way to require this from the Mezzanine admin