-- Naimesh.Trivedi (Gmail) <[email protected]> wrote (on Monday, 17 August 2009, 04:12 PM +0530): > a) Is there any way we can check which version is there of Dojo in > /zend/library/dojo and /externals/dojo in Zend framework 1.9 ?
You can check dojo.version within FireBug. However, it's showing "1.3.0dev (16807)" -- not sure if that's before or after 1.3.2. It will *always* show a "dev" version, as we're pinning to a release branch. I have noticed, however, that the rest of the version number in the release branch is not always up-to-date. > b) I copied dojo 1.3.2 in my application downloading from dojo website, but > /zend/library/dojo still is same came with Zend 1.9. Will this create an > problem in the application, I am building ? I > normally used declarative approach and hence using digits directly in my > view then using Form. Should not cause any issues. > -----Original Message----- > From: Matthew Weier O'Phinney [mailto:[email protected]] > Sent: Monday, August 17, 2009 3:21 AM > To: [email protected]; [email protected] > Subject: [fw-mvc] Re: [fw-general] Dojo Ediion in Zend framework 1.9 > > -- Naimesh.Trivedi (Gmail) <[email protected]> wrote > (on Thursday, 13 August 2009, 07:25 PM +0530): > > Can anybody please tell me which dojo version is bundled in /externals > folder > > and used in Zend/library for framework 1.9. > > > > Because I did download Dojo from dojotoolkit.org and the standalone > example > > code from its site does work well but gives error if same used in Zend > > environment when the /js/dojo folder is copied from /externals folder. But > If I > > copy it from Dojo download there (which is Dojo 1.3.2), it works well. > > We pin to the 1.3 release branch of Dojo -- typically, this means it's > slightly in advance of whatever current stable release they have. I'll > check with the Dojo folks to determine where we stand currently, > however. > > -- > Matthew Weier O'Phinney > Project Lead | [email protected] > Zend Framework | http://framework.zend.com/ > -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
