[fw-general] Zend Framework and svn:externals

2008-07-20 Thread Jack Sleight
Hi, I want to set up my local projects to import the Zend Framework using svn:externals, however i don't want to import all the documentation that also exists in the repository. Is there any way to use externals and exclude certain sub directories? Or is there a better solution? Thanks, Jack

Re: [fw-general] Zend Framework and svn:externals

2008-07-20 Thread Tobias Gies
Hi Jack, you can simply use the library/ folder as SVN:external. The SVN:External definition of my project looks like this: library/zf/Zend http://framework.zend.com/svn/framework/standard/trunk/library/Zend library/zf/ZendX http://framework.zend.com/svn/framework/extras/trunk/library/ZendX

[fw-general] Zend_Pdf .. problems extending the class

2008-07-20 Thread Martijn Korse
I've used fpdf a few times (some time ago) and last week took a look at Zend_Pdf Let met start by saying i'm really happy with it, as it's so much clearer! However, i got disappointed quite quickly when it appeared that Zend_Pdf doesn't do text wrapping of large amounts of text. So, first i did

Re: [fw-general] Zend Framework and svn:externals

2008-07-20 Thread Jack Sleight
Thanks Tobias, I've set mine up in a similar way and it works perfectly. Tobias Gies wrote: Hi Jack, you can simply use the library/ folder as SVN:external. The SVN:External definition of my project looks like this: library/zf/Zend

Re: [fw-general] Zend_Pdf .. problems extending the class

2008-07-20 Thread Karol Grecki
Martijn I encountered the same problem over a year ago and I managed to build my own paragraph and table functionality without extending any of the Zend classes. They work by accepting zend page object as an argument so the interface is a bit different then regular methods but they work fine.

Re: [fw-general] Zend_Pdf .. problems extending the class

2008-07-20 Thread Micah Gersten
I would consider it a problem if you cannot extend the zend framework. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Karol Grecki wrote: Martijn I encountered the same problem over a year ago and I managed to build my own paragraph and table

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Matthew Weier O'Phinney
-- Micah Gersten [EMAIL PROTECTED] wrote (on Saturday, 19 July 2008, 09:47 PM -0500): This could be a problem as Debian Etch is at 5.2.0. I don't think there are any plans to upgrade pass that version until the next Debian release which at present has 5.2.6 in it. That's disturbing,

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Matthew Weier O'Phinney
-- Jurriƫn Stutterheim [EMAIL PROTECTED] wrote (on Saturday, 19 July 2008, 12:07 AM +0200): Maybe we should move Paginator, ReCaptcha, Text/Figlet and File Transfer over to the New Features list, seeing as they're all new components :) We can't move ReCaptcha or File Transfer to the list until

Re: [fw-general] Zend_Pdf .. problems extending the class

2008-07-20 Thread Karol Grecki
I agree, but if he needs to work with existing code it's better to go around it, instead of hacking ZF classes. Then he can safely upgrade to a newer version that will hopefully contain features he is after. I managed to do that without any hacks or code duplication and I can easily replace it

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Micah Gersten
I know. I had to turn off warnings because of some of the problems. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Matthew Weier O'Phinney wrote: -- Micah Gersten [EMAIL PROTECTED] wrote (on Saturday, 19 July 2008, 09:47 PM -0500): This could be a

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Jason Webster
Matthew Weier O'Phinney wrote: -- Micah Gersten [EMAIL PROTECTED] wrote (on Saturday, 19 July 2008, 09:47 PM -0500): This could be a problem as Debian Etch is at 5.2.0. I don't think there are any plans to upgrade pass that version until the next Debian release which at present has 5.2.6 in

[fw-general] Zend_File_Transfer example

2008-07-20 Thread Thomas Weidner
Hy all, for those of you who want to know more about the new Zend_File_Transfer component I've added some example code within my blog. Also for the new ImageSize validator. See

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Micah Gersten
Security Flaws do not necessarily include flaws in the PHP engine. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Jason Webster wrote: Matthew Weier O'Phinney wrote: -- Micah Gersten [EMAIL PROTECTED] wrote (on Saturday, 19 July 2008, 09:47 PM -0500):

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Jason Webster
Oh, I completely realize that--And I didn't imply otherwise, this is why I specifically mentions security updates; not software deficiencies or feature enhancements. Anyway, the point was that most possible security holes are closed in the version of PHP for Debian etch, despite it being a

RE: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Wil Sinclair
These have been our recommendations since 1.0, I believe. But we decided for this release that having a separate required and recommended release is confusing and potentially send out the wrong message that running in a less secure/stable/performant environment is consistent with the best

RE: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Wil Sinclair
Certainly. Breaking the list in to 2 was something I tried for the 1.5 release to call out the big 'stories' in the release. I had a hard time splitting them up this time; I probably should have recognized that it's pretty arbitrary anyways. I will merge the lists in to a 'new features' list.

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Micah Gersten
Yes, but there are some issues with the PHP engine that were not addressed. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Jason Webster wrote: Oh, I completely realize that--And I didn't imply otherwise, this is why I specifically mentions security

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Matthew Weier O'Phinney
-- Jason Webster [EMAIL PROTECTED] wrote (on Sunday, 20 July 2008, 01:22 PM -0700): Matthew Weier O'Phinney wrote: -- Micah Gersten [EMAIL PROTECTED] wrote (on Saturday, 19 July 2008, 09:47 PM -0500): This could be a problem as Debian Etch is at 5.2.0. I don't think there are any

Re: [fw-general] 1.6RC1 Release Notes

2008-07-20 Thread Jason Webster
I'm aware of that. The issues I referred to were actual PHP engine issues -- array class properties were not returned by reference during overloading, which made it impossible to proxy to array members with overloading, and the one workaround, using ArrayObject, failed due to a bug in

[fw-general] Steps to integrating Dojo with Zend Framework?

2008-07-20 Thread duyhung
I am having problems in setting up dojo in ZF. Here are my steps: 1. Download Dojo on Zend Framework standard incubator and place it in my Zend lib. 2. Add Dojo view helper in Bootstrap.php: Code: $view-addHelperPath( self::$root . '/library/Zend/Dojo/View/Helper',