Re: [Product-Developers] AJAX

2010-12-17 Thread Raphael Ritz
On 12/16/10 6:25 PM, kthomps17 wrote: So I really thought I had this one, but I was wrong. I get a response from my ajax post, but I get the html of my view. Here's my current POST used to just test if I'm getting what i want: function searchMarkers(center) { var URL =

[Product-Developers] [plone.app.users] Reordering of added registration fields

2010-12-17 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I added a new 'phone' number field through an IUserDataSchemaProvider. The @@register form show the fields Username Phone Email Customer wishes that Phone comes last. Is there a reasonable way for reordering the userdata fields? Andreas

[Product-Developers] Facebook and LDAP integration

2010-12-17 Thread Gil Forcada
Hi all, I been attending the last two Plone Conferences and I'm trying to get used to the way everything works. I still haven't figured out everything and I'm clueless about handling users and groups, I haven't had to dive into them until now. I'm running a website which is going to open for

Re: [Product-Developers] Prevent simultaneous logins in Plone

2010-12-17 Thread Alex Clark
On 12/16/10 12:29 PM, Alex Clark wrote: … - I need to replace the mappings (OOBTrees) functionality with something less insane. The most likely candidate is Zope 2 sessions. I'm able to do stuff like this: self.REQUEST.SESSION['mapping1'] = *something* self.REQUEST.SESSION['mapping2'] =