Re: [fw-general] header and footer

2007-07-11 Thread Olivier Sirven
+1 to that. Please don't leave us this way ;) Le mercredi 11 juillet 2007, Mark a écrit : I'll second that. I'm in the UK, and so it regularly feels like we have to wait for America to spin around into the Sun before it comes up again :)

Re: [fw-general] Problem with Zend_Feed JIRA-RSS

2007-04-11 Thread Olivier Sirven
titles but no comments. I can get the comments by $oEntry-comments() but it returns only a string with all comments. Can I only use RSS 2.0 feeds with Zend_Feed_Rss? Is this (JIRA-)RSS Feed an invalid RSS Feed? -- Jan -- Olivier Sirven Elma Ingénierie Informatique Groupe Maximiles S.A. 3

[fw-general] Notice in Zend_Controller_Route_/Route

2007-04-06 Thread Olivier Sirven
Hi, There is a notice in Zend/Controller/Router/Route.php on line 248 when the assemble method is used. I have created a JIRA issue: http://framework.zend.com/issues/browse/ZF-1211 Olivier

Re: [fw-general] Zend_Feed and XML namespaces

2007-04-05 Thread Olivier Sirven
Hi, You may do the following: foreach ($item-title as $title) { if ($title-prefix == 'media') { /* title node within the media namespace */ } else { /* standard rss title node */ } } Olivier Le jeudi 5 avril 2007, Florian Hoenig a écrit : Hey, I have the following

[fw-general] [OFF TOPIC] Zend Framework related job offer

2007-04-05 Thread Olivier Sirven
Hi, I'd like to post a job offer related to the Zend Framework (for a french company) but I am not sure if it is the right place to do it? If not, is there a dedicated mailing list for such purpose? Thanks -- Olivier Sirven Elma Ingénierie Informatique Groupe Maximiles S.A. 3 rue d'Uzès F

Re: [fw-general] How to create feed with Zend_Feed_Rss ?

2007-04-05 Thread Olivier Sirven
Hi, You will find the documentation here: http://framework.zend.com/manual/en/zend.feed.importing.html#zend.feed.importing.custom Olivier Le jeudi 5 avril 2007, Joe Kramer a écrit : Hi, I am reading documentation and there's only examples how to READ feeds but not how to CREATE. I can't

Re: [fw-general] Bug in Zend_Feed_Atom: line 273

2007-04-02 Thread Olivier Sirven
Hi, A JIRA issue has been created here: http://framework.zend.com/issues/browse/ZF-1183 Thanks for the report! Olivier Le lundi 2 avril 2007, Alexander Netkachev a écrit : Hi, Currently feed sets all entry updated time to current time. 273$updated = isset($array-lastUpdate) ?

Re: [fw-general] Wildcards routes and reset parameter

2007-03-21 Thread Olivier Sirven
Hi, I did the same...but I have to say it sounds strange to me to have to write another assemble method to manage something supposed to work out of the box...maybe there is a good reason for this behaviour but I really don't get it ;) Olivier Le mercredi 21 mars 2007, Jens Wabnitz a écrit :

Re: [fw-general] Clear example of full working bootstrap please

2007-03-19 Thread Olivier Sirven
to symfony, i rather see you helping out with the documentation! -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway. -- Olivier Sirven Elma Ingénierie Informatique Groupe Maximiles S.A. 3 rue d'Uzès F-75002 - Paris - France Pho. 33

[fw-general] Fatal error in Zend_Mail_Transport_Smtp

2007-03-14 Thread Olivier Sirven
Hi, There is a fatal error in Zend_Mail_Transport_Smtp: PHP Fatal error: Class 'Zend_Loader' not found in /home/httpd/phpinclude/ZendFramework/Zend/Mail/Transport/Smtp.php on line 175 To be more specific I use Zend_Mail in a very simple script which does not make use of Zend_Loader so I

[fw-general] Exposing rss/atom feeds - [ZF-875]

2007-03-13 Thread Olivier Sirven
Hi, I've finished my work on [ZF-875] last week and I have no news about it so I wonder what's going on? Sorry to bother you about this stuff but we are close to the code freeze and I'd really like to see this feature included with the 0.9 release. Regards Olivier

Re: [fw-general] Zend_View, reference inside helpers

2007-03-12 Thread Olivier Sirven
+1 to this the first parameter of every helpers I wrote is always a reference to the caller view which is very annoying something like $this-view in a helper would be very much appreciated Olivier Le lundi 12 mars 2007, Kai Meder a écrit : Any problem to use

[fw-general] Zend_Session error after Zend.php refactory

2007-03-09 Thread Olivier Sirven
Hi, Zend_Session includes Zend_Loader.php instead of Zend/Loader.php resulting in a fatal error: --- Zend/Session.php (revision 3836) +++ Zend/Session.php (working copy) @@ -23,7 +23,7 @@ /** * Zend */ -require_once 'Zend_Loader.php'; +require_once 'Zend/Loader.php'; Olivier

[fw-general] Notice in Zend_Controller_Router_Route

2007-03-09 Thread Olivier Sirven
There is a notice in Zend/Controller/Router/Route.php on line 210: Undefined index: name Here is my patch: Index: Zend/Controller/Router/Route.php === --- Zend/Controller/Router/Route.php (revision 3836) +++

Re: [fw-general] Notice in Zend_Controller_Router_Route

2007-03-09 Thread Olivier Sirven
Sorry it's not line 210 but line 208 ;) Attached a small script to demonstrate the notice. Le vendredi 9 mars 2007, Michał Minicki a écrit : Olivier Sirven [EMAIL PROTECTED] napisał(a): There is a notice in Zend/Controller/Router/Route.php on line 210: Undefined index: name May I ask

Re: [fw-general] Notice in Zend_Controller_Router_Route

2007-03-09 Thread Olivier Sirven
Thanks Michal Le vendredi 9 mars 2007, Michał Minicki a écrit : Olivier Sirven [EMAIL PROTECTED] napisał(a): Sorry it's not line 210 but line 208 ;) Attached a small script to demonstrate the notice. Thanks, Olivier. Should be fixed now.

Re: [fw-general] Zend.php proposal

2007-03-07 Thread Olivier Sirven
-- Olivier Sirven Elma Ingénierie Informatique 3, rue d'Uzès F-75002 - Paris - France http://www.elma.fr Tel: +33-1-44882744 Fax: +33-1-44882747 Email: [EMAIL PROTECTED]

Re: [fw-general] Request for feedback: moving Zend.php to Zend/Zend.php

2007-02-26 Thread Olivier Sirven
to implement these changes before the 0.9.0 beta release gets launched. Best Regards, Ralf Tautvydas Andrikys aka esminis -- Olivier Sirven Elma Ingénierie Informatique 3, rue d'Uzès F-75002 - Paris - France http://www.elma.fr Tel: +33-1-44882744 Fax: +33-1-44882747 Email

Re: [fw-general] Zend Framework 0.8 code freeze

2007-02-16 Thread Olivier Sirven
in Zend_Controller, Zend_Session and Zend_Auth documentation. I fixed a bug on our translation status page, so it shows more accurate status now: http://framework.zend.com/manual/status Regards, Bill Karwin -- Olivier Sirven Elma Ingénierie Informatique 3, rue d'Uzès F-75002 - Paris - France

Re: RE: [fw-general] Zend Framework 0.8 code freeze

2007-02-16 Thread Olivier Sirven
wishes, Si -- Olivier Sirven Elma Ingénierie Informatique 3, rue d'Uzès F-75002 - Paris - France http://www.elma.fr Tel: +33-1-44882744 Fax: +33-1-44882747 Email: [EMAIL PROTECTED]

Re: [fw-general] Where to set Timeouts in Zend_XmlRpc_Client

2007-02-05 Thread Olivier Sirven
Hi, This issue has been corrected in ZF 0.8. What is the version you are using? Olivier Le lundi 5 février 2007 16:57, Emulator a écrit : Hi all, I wonder if there is a possibility to configure a timeout for responses for the XmlRpc client class. There is a timeout setting to set the

Re: [fw-general] Where to set Timeouts in Zend_XmlRpc_Client

2007-02-05 Thread Olivier Sirven
Hi, Sorry I made an error...I should have written 0.7 instead of 0.8 ;) So you should have to right version of the Zend_Http_Client module. How do you set the http_client module in your code? Le lundi 5 février 2007 17:24, Emulator a écrit : Hi Oliver, Olivier Sirven wrote: Hi

Re: RE: [fw-general] isEmail status?

2007-01-15 Thread Olivier Sirven
I don't know Zend's position on this subject but I think a stop-gap version would be a good idea. By doing this one could start using isEmail function, instead of using a home made function, and would benefit from further updates transparently. Olivier Le lundi 15 janvier 2007 13:17, Simon R

Re: [fw-general] Issues comments

2007-01-12 Thread Olivier Sirven
no way to do it. Must I authorized or something? -- Olivier Sirven Elma Ingénierie Informatique 3, rue d'Uzès F-75002 - Paris - France http://www.elma.fr Tel: +33-1-44882744 Fax: +33-1-44882747 Email: [EMAIL PROTECTED]