Re: Admin calendar popups on datefield suddenly missing

2010-01-22 Thread Bill Freeman
Note that the net tab in firebug is one way to see which references aren't loading. On Fri, Jan 22, 2010 at 6:26 AM, David De La Harpe Golden wrote: > Walt wrote: >> Okay, we're getting somewhere. It can find the JS file(s) just fine > > The static files maybe. > >> and I see that the calendars a

Re: Admin calendar popups on datefield suddenly missing

2010-01-22 Thread David De La Harpe Golden
Walt wrote: > Okay, we're getting somewhere. It can find the JS file(s) just fine The static files maybe. > and I see that the calendars are added dynamically. However, I'm > have found that it is generating a javascript error when the page > loads: > > Error: gettext is not defined Now, I'm wo

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Ramiro Morales
On Thu, Jan 21, 2010 at 5:31 PM, Walt wrote: > Okay... The latest release of django that I downloaded has this: > > > A previous version that is currently working is this: > > > How can I modify or specify that path? And why would it have > changed? Because in the development version that was [

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Walt
Okay... The latest release of django that I downloaded has this: A previous version that is currently working is this: How can I modify or specify that path? And why would it have changed? Thanks, Walt -~ -- You received this message because you are subscribed to the Google Groups "Django u

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Walt
That line is there, but for some reason *that* is the broken link! That at least gives me something to track down... Thank you for your help! Walt -~ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Daniel Roseman
On Jan 21, 5:51 pm, Walt wrote: > Okay, we're getting somewhere. It can find the JS file(s) just fine > and I see that the calendars are added dynamically. However, I'm > have found that it is generating a javascript error when the page > loads: > > Error: gettext is not defined > Source File:http

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Walt
Okay, we're getting somewhere. It can find the JS file(s) just fine and I see that the calendars are added dynamically. However, I'm have found that it is generating a javascript error when the page loads: Error: gettext is not defined Source File: http://tachamber.org/media/admin/js/calendar.js L

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Carl Zmola
Make sure you can download the JS file. It could be a permissions problem, or your static content server is down. Walt wrote: On Jan 21, 10:28 am, Daniel Roseman wrote: Do you have TinyMCE on the same admin page? And are you using Firefox 3.5+? If so it might be this bug:http://code.djang

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Walt
On Jan 21, 10:28 am, Daniel Roseman wrote: > > Do you have TinyMCE on the same admin page? And are you using Firefox > 3.5+? If so it might be this bug:http://code.djangoproject.com/ticket/11967 No, I don't think this is the problem. First, I'm not using TinyMCE on the app at all, secondly, the p

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Daniel Roseman
On Jan 21, 3:23 pm, Walt wrote: > Hi all, > > I don't know of any changes I've made recently other than > checking out the latest django code but the date picker / > popup on all admin datefields has suddenly disappeared. > > Any clues as to how to get this back or what might have > caused it to d