[fw-general] adding events to dojo form elements

2008-07-25 Thread Fazakas Lajos
Hi! I have a form where I need to add dojo events to the elements. I accomplished the following so far: class Example_Form extends LFM_Form { public function init() { Zend_Dojo::enableForm($this); $this-addElement('Button','foo', array('label' = '+'));

Re: [fw-general] Re[fw-general] agrding the current Dispatch process...

2008-07-25 Thread Matthew Weier O'Phinney
-- David Rogers [EMAIL PROTECTED] wrote (on Thursday, 24 July 2008, 09:42 AM -0700): Hey, all. I feel like I must have missed something at some point, but has the Dispatch process changed at some point? Here's what I remember: 1. Front Controller instantiates the Request, Response, Router,

Re: [fw-general] Zend Framework 1.6 Release Candidate 1 now available!

2008-07-25 Thread Matthew Weier O'Phinney
-- Christian Sanchez [EMAIL PROTECTED] wrote (on Thursday, 24 July 2008, 07:11 PM -0500): Hey I just re-downloaded (if that's a word :P) the package from the page you sent but I had some issues with the dojo (externals) version packaged, I suggest you should make a new package because Dojo

Re: [fw-general] adding events to dojo form elements

2008-07-25 Thread Matthew Weier O'Phinney
-- Fazakas Lajos [EMAIL PROTECTED] wrote (on Friday, 25 July 2008, 11:58 AM +0300): Hi! I have a form where I need to add dojo events to the elements. I accomplished the following so far: class Example_Form extends LFM_Form { public function init() {

RE: [fw-general] The how-to / what to do upgrading 1.5.2 to 1.6.0

2008-07-25 Thread Wil Sinclair
BTW, I reproduced this problem with a test user. The issue seems to be that your membership in the jira-users group isn't propagating to JIRA. I have verified that you are in this group, however. I looked at it briefly yesterday; right now I haven't honed in on the root cause, so I don't have an

[fw-general] Re: Re[fw-general] agrding the current Dispatch process...

2008-07-25 Thread David Rogers
Matthew, Thanks for your extremely detailed reply. I wonder how you have time to get any coding done from answering all us boneheads out here... ;) In your response (which was highly informative) you wrote: Matthew Weier O'Phinney-3 wrote: 5. dispatchLoopStartup() * call

Re: [fw-general] Zend Framework 1.6 Release Candidate 1 now available!

2008-07-25 Thread Christian Sanchez
Well its weird that I downloaded directly from the SVN and it didn't worked, then I downloaded a copy of the dojo toolkit from the official page, and worked. To confirm this I downloaded from the ZF downloads link and it didn't worked either. I copied the files from externals/dojo to scripts/dojo

RE: [fw-general] Combining Zend_Auth with Zend_Auth_Adapter

2008-07-25 Thread Terre Porter
I don't see a reason to extend the class into the auth object, just to do the same thing the original object does. But, I'm yet to have a complete cup of wake-up juice so I could just be not reading it right. Here is a dirty-fast auth test I made when I was trying to figure out how the auth

Re: [fw-general] Zend Framework 1.6 Release Candidate 1 now available!

2008-07-25 Thread Matthew Weier O'Phinney
-- Christian Sanchez [EMAIL PROTECTED] wrote (on Friday, 25 July 2008, 11:09 AM -0500): Well its weird that I downloaded directly from the SVN and it didn't worked, then I downloaded a copy of the dojo toolkit from the official page, and worked. To confirm this I downloaded from the ZF

Re: [fw-general] The how-to / what to do upgrading 1.5.2 to 1.6.0

2008-07-25 Thread till
On Thu, Jul 24, 2008 at 8:31 AM, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- till [EMAIL PROTECTED] wrote (on Thursday, 24 July 2008, 06:58 AM -0400): On Thu, Jul 24, 2008 at 6:05 AM, Vincent de Lau [EMAIL PROTECTED] wrote: The new Zend_View stream wrapper might have something to do

Re: [fw-general] Zend Framework 1.6 Release Candidate 1 now available!

2008-07-25 Thread AmirBehzad Eslami
There is one minor issue which still affects ZF1.6: #ZF-3596 I mailed about this issue off-list some days ago, but I did not receive any response. Please take a brief moment of your time and review the issue and confirm it: http://framework.zend.com/issues/browse/ZF-3596 Thanks! -- Kind

[fw-general] Dojo Form example not working (ex 12.29)

2008-07-25 Thread Christian Sanchez
Hey, now I'm reading the docs and implementing the example 12.29 from the docs (pretty much a copy and paste to see how it works) but I get the following error: *Fatal error*: Call to a member function accordionContainer() on a non-object in

[fw-general] Re: Combining Zend_Auth with Zend_Auth_Adapter

2008-07-25 Thread Matthew Ishii
Thank you so much for your reply. After researching more into this, it looks like I was doing things the correct way from the get-go. My only issue was not instantiating the Zend_Auth_Result object properly. The right way to do it would look something like this: $code =