[fw-general] Zend_Form bug: getAttribs() doesn't return set attributes

2008-01-25 Thread Simon Mundy
Hi Matthew - I have added an element to a form using the 'factory' method and set the 'class' attribute by passing options to the method. If I inspect the object with var_dump I can see a public property of 'class'. But if I try $element->getAttribs() I get an empty array. $this->ad

[fw-general] Zend_Form feature request: display group elements

2008-01-25 Thread Simon Mundy
Hi Matthew, Would it be possible to identity form elements passed to a display group either as strings or as the elements themselves? I'm trying to do the following:- (Where each variable is an already-added instance of Zend_Form_Element e.g. $name_title = new Zend_Form_Element('text') )

[fw-general] 1.5 Preview Release Preview

2008-01-25 Thread Wil Sinclair
Howdy all, we're going to try something a little different for this release. Normally we do a short 'sanity check' within the Zend team before releasing- just to make sure we haven't completely broken anything. This time we'd like to share that fun with the rest of the community. We've prepared the

Re: [fw-general] A little further insight on how to use Zend_Acl

2008-01-25 Thread Darby Felton
Hello, It may help to take a look at the "Implementing Access Control with Zend Framework" webinar slides and code as a starting point: http://framework.zend.com/wiki/x/3ZQ Others may also be able to point you to additional helpful resources. A little more inline below: Errol Sayre wrote: > I'

[fw-general] A little further insight on how to use Zend_Acl

2008-01-25 Thread Errol Sayre
I've been looking at incorporating Zend_Acl into my existing application to make expanding the user permissions, preferences, etc. a little easier. Looking at the manual pages about it are leaving me a little empty though, specifically they do a good job of demonstrating how to come up with

Re: [fw-general] [OT] Image processing

2008-01-25 Thread Federico Cargnelutti
Imagik is the best option if you have ImageMagick installed. My experience with Image_Transform wasn't that good, I ported it to PHP5 and I didn't find it very intuitive, the API is confusing, I didn't like how the options are set and overwritten, also, the way the adapters are loaded can be i

Re: [fw-general] where is the best place to post issues with the 1.5 preview?

2008-01-25 Thread Tobias Gies
post here and if asked so, create an issue on the tracker ( http://framework.zend.com/issues) Regards Tobias 2008/1/25, digitalus_media <[EMAIL PROTECTED]>: > > > i have started playing around with 1.5, upgrading the next version of my > cms. > i have noticed a few things that may hang people up

[fw-general] where is the best place to post issues with the 1.5 preview?

2008-01-25 Thread digitalus_media
i have started playing around with 1.5, upgrading the next version of my cms. i have noticed a few things that may hang people up (or I am just doing wrong). where is the best place to post them? - http://http://code.google.com/p/digitalus-site-manager/ Digitalus Site Manager | http://for

Re: [fw-general] shouldn't testcases clear up after executed?

2008-01-25 Thread Michał Minicki
Julian Davchev wrote: Aren't all testcases supposed to revert system as it was after execution Cause I get tons of files created and left there after executing test suits. They should, generally. Could you possibly create a Jira issue for this, Julian? -- Michał Minicki aka Martel Valgoerad |

Re: [fw-general] [OT] Image processing

2008-01-25 Thread Łukasz Wojciechowski
Thank you for all responses. I'm out to check this all out. -- Łukasz Wojciechowski

Re: [fw-general] Use Zend_Date to get the difference between to dates?

2008-01-25 Thread Thomas Weidner
You are thinking too complicated... To get the difference just substract one from the other. $date = Zend_Date::now(); $diff = $date->sub($birthdate); $diff->toString(); Greetings Thomas Weidner, I18N Team Leader http://www.thomasweidner.com - Original Message - From: "Joshua Ross" <[E

Re: [fw-general] [OT] Image processing

2008-01-25 Thread Matthew Ratzloff
For awhile MagickWand for PHP was the best option available, but then the IMagick extension was resurrected after years of inactivity and got an object-oriented interface. IMagick is the way to go now. -Matt On Fri, January 25, 2008 5:23 am, £ukasz Wojciechowski wrote: > Since there is no class

[fw-general] Use Zend_Date to get the difference between to dates?

2008-01-25 Thread Joshua Ross
I am trying to use Zend_Date to calculate a person's age by determining the difference between now and the person's birthdate. At first glance I don't see anything in Zend_Date to do that. I guess it is as simple as getting the difference between two dates which I thought would be implemented.

Re: [fw-general] [OT] Image processing

2008-01-25 Thread kabel
On Friday 25 January 2008 08:23:54 Łukasz Wojciechowski wrote: > Since there is no class in ZF for image processing and I know for sure > that here are really experienced developer may I ask what (if any) > image processing (resizing, cropping, watermarks etc) library are you > using. > > I'm sorry

Re: [fw-general] [OT] Image processing

2008-01-25 Thread till
On Jan 25, 2008 2:53 PM, Cristian Bichis <[EMAIL PROTECTED]> wrote: > PEAR Image Transform. +1 Till

Re: [fw-general] [OT] Image processing

2008-01-25 Thread Cristian Bichis
PEAR Image Transform. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com Since there is no class in ZF for image processing and I know for sure that here are really experienced developer may I ask what (if any) image processing (resizing, c

[fw-general] [OT] Image processing

2008-01-25 Thread Łukasz Wojciechowski
Since there is no class in ZF for image processing and I know for sure that here are really experienced developer may I ask what (if any) image processing (resizing, cropping, watermarks etc) library are you using. I'm sorry for offtopic, I just can't find anything suitable. -- Łukasz Wojciechow

[fw-general] Lucene: searching with numbers problem

2008-01-25 Thread Joe Kramer
Hello, I am having problem searching when numbers are in the search string: - In search string containing numbers, number is ignored. e.g. search for "document 2007" will only find occurrences of "document" - Searching by number returns whole search index! e.g searching for "2007" or "123" will

Re: [fw-general] Zend_Mime bug!

2008-01-25 Thread Tomáš Procházka
Hi. Finally, it's already reported: http://framework.zend.com/issues/browse/ZF-2495 -- Original message -- From: Tomáš Procházka <[EMAIL PROTECTED]> Subject: [fw-general] Zend_Mime bug! Date: Friday, January 25, 2008, 9:14:5

Re: [fw-general] Zend_Controller_Action naming

2008-01-25 Thread Lars Strojny
Hi, Am Donnerstag, den 24.01.2008, 17:30 -0800 schrieb Ralph Schindler: [...] > I have a +1 on making _Abstract a coding standard (as well as _Interface > ;) ) I think it should at least be partially considered that PHP 5.3 introduces real namespacing. Hopefully ZF will switch to namespaces som

[fw-general] shouldn't testcases clear up after executed?

2008-01-25 Thread Julian Davchev
Hi, Aren't all testcases supposed to revert system as it was after execution Cause I get tons of files created and left there after executing test suits. Attached is [EMAIL PROTECTED]:/storage/www/frameworks/zendframework$ svn up At revision 7623 [EMAIL PROTECTED]:/storage/www/frameworks/zendfr

[fw-general] Zend_Mime bug!

2008-01-25 Thread Tomáš Procházka
Hi. In the Zend_Mime_Part class on the line 145 is this call: return Zend_Mime::encode($this->_content, $this->encoding, $EOL); But Zend_Mime::encode() doesn't have 3 parameters!!! I think that this is huge bugs whitch cause, that Zend_Mime::encode() don't use right end line characters. I'm wr