Re: [fw-general] Re: [zf-contributors] ZF tools and SVN going offline briefly

2011-03-18 Thread Bert Van Hauwaert
It seems like the wiki is still not available. I got this response: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /wiki/display/ZFPROP/Doctrine+1+and+Zend_Tool+Integration+-+Benjamin+Eberlei. Reason: Error

[fw-general] SVN Externals with Zend Framework: which version should one use and how stable is the 1.x version

2011-03-18 Thread Andrei Iarus
Hello all,   probably the best way to keep Zend Framework up-to-date in a project is using svn:externals. But The questions are:   1. Which URL and which version should one use? 2. How sure is that a stable version didn't change its behaviour?   Thanks

RE: [fw-general] SVN Externals with Zend Framework: which version should one use and how stable is the 1.x version

2011-03-18 Thread Thomas D.
Hi, Andrei Iarus wrote: 1. Which URL and which version should one use? We are using tags: For example, if you want to use the current version (1.11.4), you would use http://framework.zend.com/svn/framework/standard/tags/release-1.11.4/librar y/Zend. When 1.11.5 is released, you would need to

RE: [fw-general] SVN Externals with Zend Framework: which version should one use and how stable is the 1.x version

2011-03-18 Thread Andrei Iarus
Thank you very much, Thomas,   You have got the point. One more question: What is the URL for the last minor version, like 1.10.x ? Or should I always change the URL, eg. from 1.10.4 to 1.10.5 ? --- On Fri, 3/18/11, Thomas D. whist...@googlemail.com wrote: From: Thomas D.

[fw-general] Re: Detect Mobile use Different View

2011-03-18 Thread is that you john wayne?
ok, so i've solved the problem although i'm pretty sure this isnt an ideal solution: i manually check to see if the view is readable, if it is i change the view suffix to what i want it to be. this way i at least control which views are loaded so as to reduce the number of errors. $base =

Re: [fw-general] Re: [zf-contributors] ZF tools and SVN going offline briefly

2011-03-18 Thread Ralph Schindler
Seems like it could have been a momentary problem. Things seem fine right now. Please post back if you see see the issue. -ralph On 3/18/11 5:56 AM, Bert Van Hauwaert wrote: It seems like the wiki is still not available. I got this response: Proxy Error The proxy server received an invalid

[fw-general] Re: Detect Mobile use Different View

2011-03-18 Thread is that you john wayne?
hey hector, thanks for this, nice idea. Sadly though, as i'm doing this here dispatchLoopStartup() the view isnt set nor is it even thought about. Maybe i'm doing this check in the wrong place? - ... or is it me? -- View this message in context:

[fw-general] Re: [zf-contributors] ZF tools and SVN going offline briefly

2011-03-18 Thread joshl
Is Daniel's find-and-replace command the recommended fix when it's difficult/impossible to replace the whole working copy? I've tried using svn switch or svn switch --relocate to no avail. I'd really prefer to fix this in place without having to make a brand new working copy, but svn up

Re: [fw-general] Re: Detect Mobile use Different View

2011-03-18 Thread Hector Virgen
If you bootstrapped the view, you can access it like this: $front = Zend_Controller_Front::getInstance(); $bootstrap = $front-getParam('bootstrap'); $view = $bootstrap-getResource('view'); If that returns null, then you can ask the ViewRenderer to initialize the view for you: $viewRenderer =

[fw-general] Re: Detect Mobile use Different View

2011-03-18 Thread is that you john wayne?
This issue with that is i want to do this based on if the user has is viewing the site on a mobile device. It seems i'm unable to use bootstraping and Zend_Useragent/WURFL to achieve this, hence the need to use a plugin which made this all the more difficult. 8 hours to do something which i

Re: [fw-general] Re: [zf-contributors] ZF tools and SVN going offline briefly

2011-03-18 Thread Daniel Latter
Just a note on the command I posted, the UUIDs will need to be switched now because the UUID has been set back to original. On 18 Mar 2011, at 18:41, joshl jo...@tableproject.org wrote: Is Daniel's find-and-replace command the recommended fix when it's difficult/impossible to replace the

Re: [fw-general] Re: Detect Mobile use Different View

2011-03-18 Thread Hector Virgen
Detecting a mobile device in the bootstrap seems way too early for me. I haven't used Zend_Useragent yet, but what I know about the bootstrap is that it's there to *prepare* your application for running. So it wouldn't make sense to me to detect mobile browsers during bootstrapping. A

[fw-general] Help with decorators

2011-03-18 Thread mich
-- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Help-with-decorators-tp3388526p3388526.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe:

RE: [fw-general] SVN Externals with Zend Framework: which version should one use and how stable is the 1.x version

2011-03-18 Thread Thomas D.
Hi, Andrei Iarus wrote: One more question: What is the URL for the last minor version, like 1.10.x ? 1.10.8. Or should I always change the URL, eg. from 1.10.4 to 1.10.5 ? First of all, new versions will be announced. So if you stay at this list, you will see the announcements. But there