Re: [fw-general] Zend Framework 1.8.0 sanity check tarballs available

2009-04-28 Thread Robert Castley
http://jotbug.org now running on 1.8.0 :-) Had to setFallback on autoloader temporarily until we can refactor to support 1.8.0 fully :-) Thank you! - Robert On 28 Apr 2009, at 06:42, Matthew Weier O'Phinney wrote: We have posted sanity check tarballs of the upcoming 1.8.0 release on the

[fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Vadim Gabriel
Hey, I have just finished writing down 3 blog posts regarding the usage of each of the current supported gateways by Zend_Payment. All of them were tested already (Paypal was tested as much as i could test it). Since there are lots of text written and the code examples are fairly long i decided

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Cem Derin
Zend_Payment_Gateway_Tranzila - http://www.vadimg.co.il/2009/04/28/zend_payment-using-tranzila-as-the-gateway/ Zend_Payment_Gateway_MoneyBookers - http://www.vadimg.co.il/2009/04/28/zend_payment-using-moneybookers-as-the-gateway/ Zend_Payment_Gateway_Paypal -

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Vadim Gabriel
Thanks. I just copy pasted it. It's just a draft. Vince. On Tue, Apr 28, 2009 at 1:26 PM, Cem Derin c...@wysiwyg.de wrote: Zend_Payment_Gateway_Tranzila - http://www.vadimg.co.il/2009/04/28/zend_payment-using-tranzila-as-the-gateway/ Zend_Payment_Gateway_MoneyBookers -

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread till
Can you push it into a repository somewhere? E.g. Google Code, Github or whatever? I'd have a lot of comments, but it's hard to do that on your blog entry... On Tue, Apr 28, 2009 at 12:29 PM, Vadim Gabriel vadim...@gmail.com wrote: Thanks. I just copy pasted it. It's just a draft. Vince. On

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Vadim Gabriel
Hey, Yea sure. http://code.google.com/p/zendpayment/ Your help is more then welcome and appreciated. Vince. On Tue, Apr 28, 2009 at 1:58 PM, till klimp...@gmail.com wrote: Can you push it into a repository somewhere? E.g. Google Code, Github or whatever? I'd have a lot of comments, but

[fw-general] h1Zend_PDF support which PDF Versionh1

2009-04-28 Thread Kexiao Liao
What is the PDF file format version Zend_PDF support right now? I have several PDF files under version 1.6 and version 1.7, It seems Zend_PDF does not support these kinds of pdf file version. Can anyone give some detail information about the PDF file version which Zend_PDF supports. Thanks in

Re: [fw-general] h1Zend_PDF support which PDF Versionh1

2009-04-28 Thread Vadim Gabriel
Hey, From what you can understand in the manual the component supports PDF files v 1.4 and up. So i think it should support 1.6 1.7. What's the problem your having? Vince. On Tue, Apr 28, 2009 at 4:12 PM, Kexiao Liao li...@ccf.org wrote: What is the PDF file format version Zend_PDF support

Re: [fw-general] h1Zend_PDF support which PDF Versionh1

2009-04-28 Thread Kexiao Liao
Uploaded file(WebContents.pdf) is a pdf file under 1.7 version which was created through TCPDF (http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf) library. When I use Zend_Pdf::load($fileName) to load this pdf file into Zend_Pdf, I got following errors: Fatal error: Uncaught

RE: [fw-general] h1Zend_PDF support which PDF Versionh1

2009-04-28 Thread Liao, Kexiao
Attachment is a pdf file under 1.7 version which was created through TCPDF (http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf) library. When I use Zend_Pdf::load($fileName) to load this pdf file into Zend_Pdf, I got following errors: Fatal error: Uncaught exception

Re: [fw-general] h1Zend_PDF support which PDF Versionh1

2009-04-28 Thread Tobias Gies
Hey Kevin, as you can see in the exception text, Zend_Pdf supports PDF 1.0 - 1.4. Best regards, Tobias Liao, Kexiao schrieb: Attachment is a pdf file under 1.7 version which was created through TCPDF (http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf) library. When I use

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread till
Hey, so here are some thoughts. I'm commenting mostly on paypal, since I'm familiar with them. I think most of this applies to your other drivers/gateways as well. From what I remember with working with Paypal (we do a lot of subscriptions), it's a pain to work with the API and it's far from

RE: [fw-general] How to set up dependant dropdowns in form

2009-04-28 Thread Anthony Smith
Thanks Brad. Now I had one other question. Let's say my data looks like this: {identifier:TERRITORY,items:[ {SUB:8-8-19-6,TERRITORY:8-8-19-66-1-3-25}, {SUB:8-8-19-6,TERRITORY:8-8-19-66-1-2-24}, .. Instead of this: {identifier:name,items:[ {name:0,0:Lion}, {name:1,0:Cheeta},

[fw-general] No default controller directory registered with front controller

2009-04-28 Thread iceangel89
i have set up an application using Zend_Tool then make it modular /application /modules /default /module1 /module2 ... in application.ini made abit of change resources.frontController.modulesdirectory = APPLICATION_PATH /modules resources.frontController.defaultmodule =

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Chris MacPherson
I have just been working with the ProtX gateway (now SagePay) and they also require a verification like Paypal's that Till mentioned. This means we have to process a response from them AFTER the initial transaction has taken place. This response may not be immediate. I know you haven't

Re: [fw-general] No default controller directory registered with front controller

2009-04-28 Thread Cem Derin
Hi, The error message says, that you did not specify an controller _directory_! You can set a controller directory with the setControllerDirectory-Method of the front controller instance. Cheers, Cem Fatal error: Uncaught exception 'Zend_Application_Bootstrap_Exception' with message 'No

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Vadim Gabriel
Hey, Wow. Talking about feedback. Those are some great pointers you have right there. I will tackle them starting tomorrow to make it as much as developer friendly as possible. Now to your pointers About the first question you had with the notification upon payment or subscription. From what i

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread till
On Tue, Apr 28, 2009 at 6:48 PM, Vadim Gabriel vadim...@gmail.com wrote: Hey, Wow. Talking about feedback. Those are some great pointers you have right there. I will tackle them starting tomorrow to make it as much as developer friendly as possible. Now to your pointers About the first

[fw-general] Zend_Form DisplayGroup ViewScript decorator

2009-04-28 Thread Kostyantyn Shakhov
I’m trying to use a ViewScript decorator for DisplayGroup of a Zend_Form. The view script contains form elements wrapped in a table. In the Form: $this-addDisplayGroup( array([fields]), '[group_name]', array( 'legend' = '[name] ') ); $group = $this-getDisplayGroup('[group_name]'); $group

[fw-general] jotBug is iPhone/Touch friendly

2009-04-28 Thread Robert Castley
With thanks to Phil and the iUI project - http://code.google.com/p/iui/ jotBug now has a iPhone/Touch web frontend :-) Test it for yourself @http://jotbug.org from your iPhone/Touch :-) All running on ZF 1.8.0 :-) - Robert robert.cast...@gmail.com