[mezzanine-users] Re: Time to upgrade jQuery?

2014-12-25 Thread J. Paskaruk
Hi, I'm a newb who literally wrote his first jquery last week - I coded a 
leet document ready thing to move a div from one spot to another. So you 
could say my jquery needs are pretty simple at this point.

Strictly for my benefit, and perhaps in order to bolster your case for a 
distributed upgrade, could you expand a bit on what the newer jquery would 
offer over the older one? My understanding is that jquery is kind of a 
standard toolbox for js operations, and the basic Mezzanine interface is 
fairly simple, so I guess I'm wondering whether this is a case where an 
upgrade has limited benefit, and a risk of destabilizing the overall 
infrastructure, maybe? But again, see first paragraph. I'm just trying to 
stir up conversation. :

On Wednesday, December 24, 2014 5:37:52 PM UTC-6, Eduardo Rivas wrote:

 Hello everyone! I've started upgrading Mezzanine to the latest version of 
 Bootstrap (v3.3.1) and this would require at least jQuery 1.9.1 [source 
 https://github.com/twbs/bootstrap/blob/master/dist/js/bootstrap.js#L14]. 
 I've encountered this problem before when using third party libraries that 
 don't play along with Mezzanine's three year old version of jQuery (1.7.1, 
 released 
 November 2011 http://blog.jquery.com/2011/11/21/jquery-1-7-1-released/). 
 I would like to ask everybody (and Steve specifically) if you are open to 
 upgrading the version of jQuery to at least 1.9.1. Cheers.


-- 
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] Mezzanine Agenda 'EVENT_SLUG' - trying to change

2014-12-25 Thread Graham Oliver
Hi there
I have changed the default value of 'EVENT_SLUG' in the Mezzanine Agenda 
app (by updating settings.py).
However, the change does not register, it stays with the default value 
'events'.
Any ideas as to where I should look in the code base to see if it has been 
'hard-coded' somewhere

TIA
Graham

btw Merry Christmas

-- 
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.


Re: [mezzanine-users] Time to upgrade jQuery?

2014-12-25 Thread Stephen McDonald
Thanks Ed - sounds fine so long as we judiciously test all the third party
libraries bundled, I know there have been rough edges around those in the
past when upgrading jquery itself. The gallery image lightbox thing, the
drag/drop interface within the admin, and there are probably others that
don't come to mind.

Thanks again.

On Thu, Dec 25, 2014 at 10:37 AM, Eduardo Rivas jerivasmel...@gmail.com
wrote:

 Hello everyone! I've started upgrading Mezzanine to the latest version of
 Bootstrap (v3.3.1) and this would require at least jQuery 1.9.1 [source
 https://github.com/twbs/bootstrap/blob/master/dist/js/bootstrap.js#L14].
 I've encountered this problem before when using third party libraries that
 don't play along with Mezzanine's three year old version of jQuery (1.7.1, 
 released
 November 2011 http://blog.jquery.com/2011/11/21/jquery-1-7-1-released/).
 I would like to ask everybody (and Steve specifically) if you are open to
 upgrading the version of jQuery to at least 1.9.1. Cheers.

 --
 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.


Re: [mezzanine-users] How to make certain media available only to logged users?

2014-12-25 Thread Mario Gudelj
This is not a Mezza but Django specific post about how you'd do it -
http://www.wellfireinteractive.com/blog/nginx-django-x-accel-redirects/. It
actually shows you how to offload the file serving to Nginx so that you
don't serve large files with Django.


P: +61 2 9281 3315
M: +61 415 193775
E: ma...@twoblokeswithapostie.com
W: www.twoblokeswithapostie.com




On Thu, Dec 25, 2014 at 12:31 AM, godek.mac...@gmail.com wrote:

 Hi,
 is there any way to make some uploaded media available only to the users
 who are logged in?
 If it's not available out of the box, how would it be best to extend
 mezzanine with that functionality?

  --
 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.


-- 
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] Unknown command: 'import_wordpress'

2014-12-25 Thread James Kirslis
I tried importing my WordPress site and get the following error:

Unknown command: 'import_wordpress'
Type 'manage.py help' for usage.

What's the problem? Thanks in advance.

-- 
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.


Re: [mezzanine-users] Unknown command: 'import_wordpress'

2014-12-25 Thread Thomas Lockhart

On 12/25/14, 5:04 PM, James Kirslis wrote:

Yeah, it's in there except that error occurs.
Well, try python manage.py help and see if there are any commands 
listed for the blog app. If not, it may not actually be there...


- Tom



On Thursday, December 25, 2014 7:06:20 PM UTC-5, Thomas wrote:

You need to have included the mezzanine blog app
(‘mezzanine.blog’) in your settings.py. And that is where the
wordpress data will end up.

hth

- Tom

On Dec 25, 2014, at 12:32 PM, James Kirslis jamesk...@gmail.com
javascript: wrote:


I tried importing my WordPress site and get the following error:

Unknown command: 'import_wordpress'
Type 'manage.py help' for usage.

What's the problem? Thanks in advance.


-- 
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-use...@googlegroups.com javascript:.
For more options, visit https://groups.google.com/d/optout
https://groups.google.com/d/optout.


Please consider the environment before printing this message.
*/This message may be privileged and/or confidential, and the
sender does not waive any related rights and obligations.  Any
distribution, use or copying of this message or the information it
contains by other than an intended recipient is unauthorized.  If
you received this message in error, please immediately advise me
by return e-mail or phone.  All information, references, images,
programs, source code, or other materials whatsoever contained in,
or supplied with, this document are TRADE SECRETS and governed by
the Uniform Trade Secrets Act.  User assumes all direct and
consequential liabilities and costs that result from any
unauthorized disclosure or use of this information./*

--
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 
mailto:mezzanine-users+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
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.