Re: [fw-general] Soundex

2008-09-23 Thread Jean-Marc Fontaine


Matthew Ratzloff wrote:
 
 No.  It would be nice to have a locale-aware version, however.
 
I totally agree with that!

Jean-Marc

-- 
View this message in context: 
http://www.nabble.com/Soundex-tp19619868p19622395.html
Sent from the Zend Framework mailing list archive at Nabble.com.



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

2008-07-24 Thread Jean-Marc Fontaine


Matthew Weier O'Phinney-3 wrote:
 
 You appear to have marked it as resolved without anyone actually
 applying the patch. :)
 
What was I supposed to do ? Leave it as open ?
I could not find clear how-to on this subject.


Matthew Weier O'Phinney-3 wrote:
 
 I'm scheduling it for next minor release.
 
Thank you for your help Matthew.
-- 
View this message in context: 
http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18626941.html
Sent from the Zend Framework mailing list archive at Nabble.com.



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

2008-07-23 Thread Jean-Marc Fontaine

Hello,

I submitted a bug and the corresponding patch sometime ago. It has been
marked as fixed in version 1.6 RC1 but it is not.

It was my first bug/patch after signing the CLA so I may have done something
wrong.

-- 
View this message in context: 
http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18618767.html
Sent from the Zend Framework mailing list archive at Nabble.com.



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

2008-07-23 Thread Jean-Marc Fontaine



Matthew Weier O'Phinney-3 wrote:
 
 What's the issue ID?
 
Sorry I forgot to include it : ZF-3477.

Jean-Marc

-- 
View this message in context: 
http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18619339.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] [Zend_Form] Custom aggregate element

2008-06-06 Thread Jean-Marc Fontaine

Hello Laurent,

I have no working solution but what I had in mind is : instantiate a
aggregator, register form elements with him. Each element can be accessed
though the aggregator. The aggregator implements some methods to proxy the
elements methods such as isValid().

For example, the isValid() method returns true only if all its elements have
valid values.

The idea behind this implementation is to add only a very thin and simple
aggregator but I think Zend_Form would need to be heavily modified to do
this.
-- 
View this message in context: 
http://www.nabble.com/-Zend_Form--Custom-aggregate-element-tp17670079p17688457.html
Sent from the Zend Framework mailing list archive at Nabble.com.



[fw-general] [Zend_Form] Custom aggregate element

2008-06-05 Thread Jean-Marc Fontaine

Hello,

I am trying to create a custom form element that aggregates several
simple elements.

Has anyone already tried to do such an element ?

Regards,

Jean-Marc 
-- 
View this message in context: 
http://www.nabble.com/-Zend_Form--Custom-aggregate-element-tp17670079p17670079.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] [Zend_Form] Custom aggregate element

2008-06-05 Thread Jean-Marc Fontaine

Thanks for the help Paddy.

I have an idea I want to try and if it works as expected I'll let you know.

Jean-Marc

-- 
View this message in context: 
http://www.nabble.com/-Zend_Form--Custom-aggregate-element-tp17670079p17673829.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] [Zend_Form] Custom aggregate element

2008-06-05 Thread Jean-Marc Fontaine

The problem is that the Zend_Form_Element is built to handle only on value
and more generally Zend_Form currently does not seem to be able to handle
what I want to build.

What I want is not an element that aggregates other elements but handle one
single value. I want something like the display groups but for logic. That
way I could reuse components over and over.

For example, I want to built a component to handle pictures. It would
contain a file element for the picture itself, a checkbox to remove the
current picture, a html img tag to preview the current picture and a text
box for the alt attribute. I have in mind something we often see in CMS like
eZ Publish for example.


-- 
View this message in context: 
http://www.nabble.com/-Zend_Form--Custom-aggregate-element-tp17670079p17675642.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] Zend_Layout Zend_View Enhancements Demo

2008-03-20 Thread Jean-Marc Fontaine

Well, I am able to extract on both OSX as well as Vista with 7Zip

Ark on KDE says the archive is corrupted and extracts nothing.

Jean-Marc


Kanopée - Développement Informatique Durable
56 rue de Saint André
59800 Lille

Tél  : 03 20 74 61 25
Portable : 06 88 56 50 79
Fax  : 09 59 77 04 28
Web  : http://www.kanopee.net/



Re: [fw-general] Zend Framework 1.5 release process is officially underway!

2008-01-11 Thread Jean-Marc Fontaine

Hello Matthew,


file uploads are not part of the scope at this time, but will be
addressed in a future release after Zend_(?)_Upload is complete.

Will there be suggested way to handle file uploads in the meantime ?


Forms *are* a tough nut to crack. They aggregate a variety of
functionalities -- validation, filtering/escaping, rendering,
persistence, and more. I'm thoroughly convinced there is no one, right
way to approach them; I'm hoping that Zend_Form, however, will work well
for many people.

From your descriptions it sounds good. I can't wait to test it.

Regards,

Jean-Marc


Kanopée - Développement Informatique Durable
56 rue de Saint André
59800 Lille

Tél  : 03 20 74 61 25
Portable : 06 88 56 50 79
Fax  : 09 59 77 04 28
Web  : http://www.kanopee.net/


Re: [fw-general] Zend Framework 1.5 Preview Release schedule

2008-01-10 Thread Jean-Marc Fontaine

Good news indeed, looking forward to Zend_Form and Zend_Layout :)

So do I !

Jean-Marc


Kanopée - Développement Informatique Durable
56 rue de Saint André
59800 Lille

Tél  : 03 20 74 61 25
Portable : 06 88 56 50 79
Fax  : 09 59 77 04 28
Web  : http://www.kanopee.net/


Re: AW: [fw-general] Using Amazon S3 with Zend Framework

2007-09-21 Thread Jean-Marc Fontaine
Hi Leo,

 And I think it's acctualy not possible to solve it
 without external libaries, as there is currently no Hmac coding avable in
 Zend which is needed for S3.
HMAC coding is available in PHP itself :

http://www.php.net/manual/en/function.hash-hmac.php

My implementation successfully use this function to generate the signature.

I can provide some code if needed.

Regards,
Jean-Marc


Kanopée - Développement Informatique Durable
56 rue de Saint André
59800 Lille

Tél  : 03 20 74 61 25
Portable : 06 88 56 50 79
Fax  : 03 20 06 51 26
Web  : http://www.kanopee.net/


[fw-general] Lucene temporary test files

2007-08-17 Thread Jean-Marc Fontaine
Hello,

I think it would be nice to add a svn:ignore property for temporary
files located in the tests/Zend/Search/Lucene/_files directory.

When using svn:externals to include the tests, one have to manually
remove those files before commiting otherwise SVN attempts to update the
Zend Framework as well.

Regards,
Jean-Marc Fontaine


Kanopée - Développement Informatique Durable
56 rue de Saint André
59800 Lille

Tél  : 03 20 74 61 25
Portable : 06 88 56 50 79
Fax  : 03 20 06 51 26
Web  : http://www.kanopee.net/


[fw-general] Status of the Zend_Service_Amazon_S3 proposal

2007-08-14 Thread Jean-Marc Fontaine
Hello,

I would like to know if the Zend_Service_Amazon_S3 proposal has been
accepted and if not could someone review it, please ?

http://framework.zend.com/wiki/display/ZFPROP/Zend_Services_Amazon_S3+-+Travis+Swicegood?showComments=trueshowCommentArea=true#addcomment

I need such a component and I guess I am not the only one.

Regards.

Jean-Marc


Kanopée - Développement Informatique Durable
56 rue de Saint André
59800 Lille

Tél  : 03 20 74 61 25
Portable : 06 88 56 50 79
Fax  : 03 20 06 51 26
Web  : http://www.kanopee.net/


[fw-general] Cloning PDF page

2007-04-26 Thread Jean-Marc Fontaine
Hello,

I am trying to generate a PDF document. I read the documentation but I
found the Zend_Pdf module very rough. It is lacking a lot of features
compared to the FPDF library. Unfortunately, this one is quite outdated
and seems to be unmaintained.

I think the Zend_Pdf philosophy is more modifying an existing document
than creating one from scratches.

I tried to clone a page of an loaded document but this feature is
unimplemented for now. Is there another way to do that ?

Thanks.

Jean-Marc


Kanopée - Développement Informatique Durable
56 rue de Saint André
59800 Lille

Tél  : 03 20 74 61 25
Portable : 06 88 56 50 79
Fax  : 03 20 06 51 26
Web  : http://www.kanopee.net/



Re: [fw-general] FirePHP integration

2007-04-10 Thread Jean-Marc Fontaine

Hi Ivan,

In fact, I already implemented that for the first FirePHP release. I am 
waiting for the next release, which should be a major rewrite, to make 
my code publicly available.


Maybe we could make a common proposal if you will and if there is good 
feedback from this list.


Regards.

Jean-Marc




[fw-general] Forms the ZF way

2007-03-18 Thread Jean-Marc Fontaine

Hello,

As the Zend Framework is reaching its beta stage, I wonder if something 
has been decided regarding the ZF way to handle forms.


I have seen a proposal with many comments but it seems paused if not dead.

In short, what is the ZF way to handle HTML forms ?

Regards.

Jean-Marc