Re: [mezzanine-users] Re: Django 1.7 support

2014-12-04 Thread Stephen McDonald
By all accounts the current state of Mezzanine on both Github and BitBucket
works wonderfully with Django 1.7. You can actually specify a commit on
either of these sites as an explicit dependency for your project, so using
Django 1.7 is possible right now.




On Sat, Nov 29, 2014 at 8:06 AM, Radek Svarz  wrote:

> Hi,
>
> how can we help to make the new release (Mezzanine v 3.1.11?) with the
> setup.py listing Django 1.7.x?
>
> Radek
>
> On Wednesday, October 8, 2014 8:49:00 PM UTC+2, Stephen McDonald wrote:
>>
>> There's an outstanding issue here:
>>
>> https://github.com/stephenmcd/mezzanine/issues/1123
>>
>> It only affects test data with new projects, so not a real blocker for
>> anyone building a project.
>>
>> On Wed, Oct 8, 2014 at 5:54 PM, elguavas  wrote:
>>
>>>
>>> so is mezz django 1.7 ready to go yet? pip install mezzanine still seems
>>> to be pulling in django 1.6.x .
>>>

>>
>>
>> --
>> Stephen McDonald
>> http://jupo.org
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Non-ASCII text in image filenames causing images not to render

2014-12-04 Thread Graham Oliver
Using Ubuntu 14.04, Python 2.7.6 and Mezzanine 3.1.10 I note the following
When I go to http://127.0.0.1:8000/gallery/ the 2 images that contain 
non-ASCII text in their filenames do not render.
They render fine via the admin interface without a problem.
I am using the latest version of Firefox and the problem also occurs on 
Chromium.
Cheers
g

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Re: Cartridge user_panel.html:7 with French translation

2014-12-04 Thread Halfconscious Presumptious
OK , there is a fault in the French .po file for cartridge if anybody is 
interested.

French is somewhat anomalous in defining the plural form for ngettext as  n 
> 1  ( i.e. zero gets the singular translation string returned ) , so 
blindly copying the patterns from other language .po files would never work 
here.   

i.e.
msgstr[0] "1 produit"
should be
msgstr[0] "%(cart_quantity)s produit"

And likewise for the 'wishlist contains' translation string.

good luck to anybody reading this

hc 




On Tuesday, December 2, 2014 6:00:46 PM UTC+1, Halfconscious Presumptious 
wrote:
>
> I dunno if somebody could point me in the right direction with this one... 
> I've found an oddity in evaluation of the following line (7 of 
> user_panel.html) using the French translation
>
>{% blocktrans count request.cart.total_quantity as cart_quantity %}1 
> item{% plural %}{{ cart_quantity }} items{% endblocktrans %}
>{% trans "in cart" %}
>
> When no items are in the cart using English translation this produces "0 
> items in cart"
>
> But with the French translation I get  "1 produit ajouté au panier" .  As 
> a sanity check I have tried the german translation, which works fine for 
> me.   The wish list info, produced by the same template file exhibits the 
> same fault in the French translation only.
>
> My language settings in settings.py are:en
>
> USE_I18N = True
> LANGUAGE_CODE = "fr"
> LANGUAGES = (
>('fr', _('French')),
> )
>
> I installed cartridge from pip in a virtualenv yesterday. Output of pip 
> freeze attached.
>
> Grateful for any ideas. The template language looks like goobledy-gook to 
> me.  I have compared the .po files in English,German and French and cannot 
> see a problem for the strings concerned. 
>
> Many thanks
>
> hc
>
>
>
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Re: Adding Product Reviews with Ratings to Cartridge Product Model

2014-12-04 Thread corni
Hi,
I am facing the same problem. Did you figure it out?
Thanks,
corni





-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.