[fw-general] mapping ArrayCollection with Zend_Amf_Server

2009-02-24 Thread Darby Felton
Hi all, When I pass an instance of one of our ActionScript value objects (ContactVO) to the server, I am getting the following error from Zend_Amf_Server: "Unable to parse null body data flex.messaging.io.ArrayCollection mapped class is not defined" In the ContactVO are several properties

Re: [fw-general] Zend_Amf_Server - attaching an *instance*

2009-01-09 Thread Darby Felton
Hi Wade, Thanks for your response! :) I ended up performing a simple workaround by which the class registered with Zend_Amf_Server fetches the instance needed from Zend_Registry and uses it to build the data for the response. wadearnold wrote: Darby Felton-2 wrote: $server->addFunct

[fw-general] Zend_Amf_Server - attaching an *instance*

2009-01-09 Thread Darby Felton
Hi all, I'm starting to work with Zend_Amf_Server, and I'm having some trouble attaching an object *instance*. My code is like: $server = new Zend_Amf_Server(); $server->setClass($object); echo $server->handle(); It seems that in this scenario, Zend_Amf_Server is creating its own separate in

[fw-general] leaving Zend

2008-05-21 Thread Darby Felton
Hi all, My last day at Zend will be this Friday, May 23. It's been an indescribably great experience working with the Zend Framework team and with you, the Zend Framework community. Now it's time for me to move on to new opportunities and challenges, but I'll never forget the amazing people w

Re: [fw-general] Re: Zend_Paginator... when?

2008-05-16 Thread Darby Felton
Hi David, Sorry I can't be more specific, but Zend_Paginate should come to fruition quite soon. We're nearly ready to implement our new proposal process, after which time the proposal can move forward so that commits may begin. I have already reviewed it, and I estimate the likelihood of its

Re: [fw-general] SVN Repository Reorganization

2008-05-16 Thread Darby Felton
collecting feedback on Monday, so please post your feedback by the end of Monday if at all possible. Thanks again! :) Best regards, Darby Darby Felton wrote: Hi all, In order to prepare the framework SVN repository for accommodating the upcoming distinction between "standard" a

[fw-general] SVN Repository Reorganization

2008-05-15 Thread Darby Felton
Hi all, In order to prepare the framework SVN repository for accommodating the upcoming distinction between "standard" and "extras" components, and to consolidate the currently separate laboratory repository, we have prepared a proposed SVN structure for your review. And yes, this means you.

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-09 Thread Darby Felton
et back to you tomorrow. Thanks -- /James On Wed, May 7, 2008 at 7:18 PM, Darby Felton <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi James, The overall problem with Zend_Loader is fairly nuanced and has different ramif

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-07 Thread Darby Felton
Hi James, The overall problem with Zend_Loader is fairly nuanced and has different ramifications for people using it in various situations. This problem is definitely on our radar, and we are thinking about a reasonable solution that meets the original Zend Framework goal of "extreme simplicit

Re: [fw-general] inconsistent case folding

2008-04-25 Thread Darby Felton
Hi Greg, Zend_Db_Adapter_Pdo_Oci is not quite bug-free, and it's likely that the behavior you describe is simply a bug. Please feel free to create an issue in the issue tracker so that we can track this problem to resolution: http://framework.zend.com/issues/secure/CreateIssue!default.jspa I

Re: [fw-general] Unit Tests, Output buffering?

2008-04-18 Thread Darby Felton
this make me the resistance, aww poop. I can't think of any way to solve this problem. I've put my thinking hat on. -- /James On Fri, Apr 18, 2008 at 1:07 PM, Darby Felton <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi James,

Re: [fw-general] Unit Tests, Output buffering?

2008-04-18 Thread Darby Felton
Hi James, Yes, the reason I added this line to the TestHelper was for accommodating the Zend_Session tests, which depend on headers_sent() returning false prior to their running. I did not merge this change to the release-1.5 branch [yet], as I suspected this change would meet with some resi

Re: [fw-general] Zend_Session expire issues.

2008-04-10 Thread Darby Felton
Hi Julian, You may want to take a look at this page, where we are doing some preliminary planning on the next major overhaul of Zend_Session, which should include clarification of expiration details: http://framework.zend.com/wiki/display/ZFDEV/Zend_Session+2.0 Please feel free to comment he

Re: [fw-general] Our new Zend Framework Architect

2008-04-07 Thread Darby Felton
Hear, hear; congratulations, Matthew! :) Best regards, Darby Wil Sinclair wrote: Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/ Yikes! I knew there was something I forgot to do on Friday. Without further ado, it's my immens

[fw-general] [Fwd: Re: Translate the manual for Brazilian Portuguese.]

2008-04-04 Thread Darby Felton
Forwarding what I sent to Victor earlier today. Best regards, Darby Original Message Subject: Re: Translate the manual for Brazilian Portuguese. Date: Fri, 04 Apr 2008 09:46:33 -0400 From: Darby Felton <[EMAIL PROTECTED]> To: Victor José Bento <[EMAIL PROTECTED]>

Re: [fw-general] Zend_Acl getRoles()

2008-04-03 Thread Darby Felton
Hi Jeff, Please add a New Feature request to the issue tracker for this: http://framework.zend.com/issues/secure/CreateIssue!default.jspa Thanks! :) Best regards, Darby Jeffrey Sambells wrote: Is there a way to retrieve a list of the roles currently registered in a Zend_Acl object? I know

Re: [fw-general] Re: 1.5.0 Zend_Loader, auto load and non-existent classes

2008-03-19 Thread Darby Felton
Stanislav Malyshev wrote: Depends on the situation. For example, if you autoload with Zend_Loader a class for which the file does not exist, include_once emits a warning. If the file exists, and it contains a parse error, it is not suppressed and the fatal error is handled in the normal PHP wa

Re: [fw-general] Re: 1.5.0 Zend_Loader, auto load and non-existent classes

2008-03-19 Thread Darby Felton
Stanislav Malyshev wrote: I tend to agree that the autoloader function should not produce errors, Does it produce error or warning? Depends on the situation. For example, if you autoload with Zend_Loader a class for which the file does not exist, include_once emits a warning. If the file ex

Re: [fw-general] Re: 1.5.0 Zend_Loader, auto load and non-existent classes

2008-03-19 Thread Darby Felton
Jack Sleight wrote: OK then. Well I guess another method (such as yours) should be used. Either way, no autoload method should assume that is is the only autoload method, and therefore no autoload method should cause an error when it can't include the requested class, it should simply fail si

Re: [fw-general] Re: 1.5.0 Zend_Loader, auto load and non-existent classes

2008-03-19 Thread Darby Felton
Matthew Weier O'Phinney wrote: -- Jack Sleight <[EMAIL PROTECTED]> wrote (on Wednesday, 19 March 2008, 10:44 AM +): Anyone? Does this deserve reopening the issue and marking it as unresolved? Well, Zend_Loader::autoload() (which is the callback registered by Zend_Loader::registerAutoload(

Re: [fw-general] Re: Large descriptions kills Atom feeds

2008-03-13 Thread Darby Felton
Hi Ádám, Would you please file an issue in the issue tracker for this, if one does not already exist, so we can track the problem through to resolution? http://framework.zend.com/issues/secure/CreateIssue!default.jspa Thanks! Best regards, Darby Joó Ádám wrote: On Sat, Mar 1, 2008 at 5:03

Re: [fw-general] Zend_Acl: team rights vs. team leaders

2008-03-07 Thread Darby Felton
Nicolai Scheer wrote: Hi! Just started to explore the possibilities of Zend_Acl. Assume I use the following role structure: team-north | |- team-a | |- subteam-1a | |- subteam-2a | \- subteam-3a | |- team-b | |- subteam-1b | |- subteam-2b | \- subteam-3b and the following ressources:

Re: [fw-general] Critical Error with Zend_Session

2008-03-06 Thread Darby Felton
Maybe try PHP ext/session configuration (i.e., session.gc_probability, session.gc_divisor, session.gc_maxlifetime)? You can set these options with Zend_Session::setOptions(); please see the following documentation for more information: http://framework.zend.com/manual/en/zend.session.global_se

Re: [fw-general] Integrating Zend_Auth with PHPbb3

2008-03-04 Thread Darby Felton
Hi Freddie, I don't have direct experience with delegating authentication to PHPbb3, but, depending on the mechanism they use and whatever authentication API it may expose, it could be a simple matter to create a Zend_Auth adapter that uses PHPbb3 authentication. Just implement Zend_Auth_Ada

[fw-general] nice job, Alex! :)

2008-02-26 Thread Darby Felton
Hi all, Sorry to post again, but I wanted to publicly thank Alex for all his hard work putting together the 1.0.4 and 1.5.0RC1 releases, and thanks again to all the community contributors who scrambled in the days leading to these releases to fix bugs and tests and docs! :-D Best regards, Darby

[fw-general] Contributors: code freeze has ended, merging to release-1.5 branch

2008-02-26 Thread Darby Felton
Hi all framework developers, Now that the 1.5.0RC1 and 1.0.4 releases are published and announced, the code freeze has ended, too. Please continue working in the trunk as usual, but now committers should consider whether to merge changes to the release-1.5 branch. Don't worry about merging change

[fw-general] Reminder: Code freeze for 1.0.4 and 1.5.0RC1 tomorrow, 21:00 PST (GMT-8)

2008-02-19 Thread Darby Felton
Hi all framework contributors, First, I want to give a *big* thank you for all the hard work and generous contributions of time and expertise from the community, who make successful releases of Zend Framework possible! :) This message is a reminder that the code freeze for the 1.0.4 and 1.5.0RC1

Re: [fw-general] ACL Module Plugin?

2008-02-19 Thread Darby Felton
We'll be taking a hard look at our proposal process once 1.5.0GA is out the door. In the meantime, please feel free to review and refine the proposals until we Zenders can get a chance to review them. Thanks for your support and continued patience! :) Best regards, Darby Aldemar Bernal wrote: >

Re: [fw-general] Zend_Acl example

2008-02-15 Thread Darby Felton
Hi Kevin, Please see Implementing Access Control with Zend Framework: http://framework.zend.com/wiki/x/3ZQ Hopefully this is some good material for you. :) Best regards, Darby Kexiao Liao wrote: > Is there any simple example to teach us how to use Zend_Acl in the real > world? > > Kevin >

[fw-general] Code freeze for 1.0.4 and 1.5.0RC1

2008-02-14 Thread Darby Felton
Hi all, As Wil has previously mentioned, we plan to complete active maintenance of the release-1.0 branch with a 1.0.4 release that will coincide with the release of 1.5.0RC1. This means that we will no longer be actively maintaining the release-1.0 branch. The code freeze for these releases is c

Re: [fw-general] Autoloading Models

2008-02-14 Thread Darby Felton
Hi Arthur, I probably would not call it the "Zend way," but since I'm a Zender, I'll share how I have done autoloading model classes using Zend_Loader: My "bootstrap" class sets up the include_path: set_include_path($this->getPath('library') . PATH_SEPARATOR . get_include_path()); The class als

Re: [fw-general] xinclude missing. cannot build docs from trunk

2008-02-11 Thread Darby Felton
I realize now that I read this wrong. You needed to know about your software dependencies, and Matthew appears to have helped you in that regard. Sorry for any confusion! :) Best regards, Darby Darby Felton wrote: > Hi Julian, > > This is the second time I've answered this questio

Re: [fw-general] xinclude missing. cannot build docs from trunk

2008-02-11 Thread Darby Felton
Hi Julian, This is the second time I've answered this question, but I'm not sure where people are getting the idea that they are supposed to use xinclude as a command-line utility to build the ZF DocBook sources. Any ideas on this point would be much appreciated. :) The DocBook documentation is b

Re: [fw-general] Zend_Validate_Alnum

2008-02-11 Thread Darby Felton
Łukasz Wojciechowski wrote: > I think that Zend_Validate_Alnum shoudn't check if string is empty or > not. You have other validator for this (NotEmpty), therefore the > messages are duplicating if you want to combine ie. StringLength + > Alnum. > > Can I turn off emptiness checking by Alnum? > N

Re: [fw-general] Filtering inputs

2008-02-08 Thread Darby Felton
Hi Łukasz, You're not doing anything wrong that I can see. :) This behavior of Zend_Filter_Input is a side effect of Zend_Loader no longer throwing an exception when Z_F_I had been expecting it to do so. Simon Mundy has a nice solution for this that lives in the incubator at the moment: http://

Re: [fw-general] Multiple (and perhaps not needed) require statements

2008-02-06 Thread Darby Felton
eated any wiki page as Shahar did for lazy > exceptions, but I can do it at any time if someone will find it useful. > > Simone > > > On Tue, Feb 5, 2008 at 10:34 PM, Darby Felton <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > ... > >

Re: [fw-general] Re: Documentation on framework site

2008-02-06 Thread Darby Felton
Hi Simon, (Raises hand and ducks.) Probably I am an "existing maintainer," and I totally agree that the documentation/versioning situation can be better addressed. The original plan, as I recall it, was that people writing documentation would indicate in the documentation the version from which a

Re: [fw-general] Addition of utility classes to ZF

2008-02-06 Thread Darby Felton
al that details your suggestions, particularly with exploration of the use cases for which the changes and additions are necessary for you. See the "Submit a new proposal" link on the proposals home page: http://framework.zend.com/wiki/display/ZFPROP/Home Thanks again! Best regards, Dar

Re: [fw-general] Multiple (and perhaps not needed) require statements

2008-02-05 Thread Darby Felton
Simone Carletti wrote: > Hello, > > I was reading unit tests from some recent components and I noticed most of > them include the following statement: > > require_once dirname(dirname(dirname(__FILE__))) . '/TestHelper.php'; > require_once "PHPUnit/Framework/TestCase.php"; > require_once "PHPUnit

Re: [fw-general] Addition of utility classes to ZF

2008-02-05 Thread Darby Felton
ke validation, but also be > used elsewhere. I'm not sure exactly what you're suggesting. What utilities do you think we need to add and where? Thanks! Best regards, Darby > > Cheers, > Steven > > -Original Message- > From: Darby Felton [mailto:[EMAIL PRO

Re: [fw-general] Slow performance with ZF 1.5.0PR on a live server

2008-02-05 Thread Darby Felton
} > > /** > * If searching in directories, reset include_path > */ > if ($incPath) { > set_include_path($incPath); > } > > if (isset($php_errormsg)){ > throw new Zend_Loader_Exception($php_error

Re: [fw-general] Slow performance with ZF 1.5.0PR on a live server

2008-02-01 Thread Darby Felton
Ralf Eggert wrote: >> As to your performance problems, I suspect that you could be having >> trouble with Zend_Loader. Please see the following JIRA issue if you >> also suspect the same could be true: >> >> http://framework.zend.com/issues/browse/ZF-2463 > > But could this problem really result i

Re: [fw-general] Addition of utility classes to ZF

2008-02-01 Thread Darby Felton
Hi Steven, We have an implementation of the Luhn algorithm within Zend_Validate_Ccnum, though I'm pretty sure we have not implemented the Verhoeff algorithm anywhere. (Please correct me if I'm wrong, anyone.) I think that such validation may fit nicely into the Zend_Validate "namespace", but if y

Re: [fw-general] Slow performance with ZF 1.5.0PR on a live server

2008-02-01 Thread Darby Felton
Nick Lo wrote: > Hi Darby, > >>> Finally, I would recommend that Zend_Loader be eschewed, in favor of >>> using require_once, whenever possible. If there are any framework >>> components using Zend_Loader, where require_once would work nicely >>> instead, please let us know about it. > > Based on

Re: [fw-general] Slow performance with ZF 1.5.0PR on a live server

2008-01-31 Thread Darby Felton
Hi Ralf (et al), Please take SVN r7726 for a spin, and let us know if it improves things for you or if there are any problems. Thanks! :) Best regards, Darby Darby Felton wrote: > Hi Ralf, > > First, I advise that ZF 1.5.0PR probably should not be used in > production, miss

Re: [fw-general] Slow performance with ZF 1.5.0PR on a live server

2008-01-31 Thread Darby Felton
Hi Ralf, First, I advise that ZF 1.5.0PR probably should not be used in production, mission-critical applications, since it is a "preview release" or unstable distribution, including components from the incubator in various stages of completion. Of course, the 1.5.0RC1 should be more stable, and t

Re: [fw-general] SVN confusion

2008-01-30 Thread Darby Felton
Hi Łukasz, You pose good questions; let me echo and add to what Pieter said with the following: * The trunk/ was the source for the temporary release-1.5PR branch that I created for producing the 1.5.0 Preview Release. On this branch I promoted some components from the incubator that we expect to

Re: [fw-general] Inconsistent subpackage names

2008-01-30 Thread Darby Felton
Hi Ádám, Indeed, such inconsistencies are less than ideal. Please feel free to create JIRA issues for these inconsistencies, so that they may be tracked and addressed. Thank you for the report! Best regards, Darby Joó Ádám wrote: > Hello List, > > I'd like to call developers attention to the r

[fw-general] Zend_Service_Nirvanix proposal

2008-01-29 Thread Darby Felton
Hi all, Mike Naberezny has just posted a proposal for Zend_Service_Nirvanix, and it is ready for your review and feedback: http://framework.zend.com/wiki/x/u6Q >From the proposal: "Nirvanix IMFS is a utility computing service that provides a remote file system accessed over the web using either

Re: [fw-general] ZF 1.5PR comments

2008-01-29 Thread Darby Felton
Hello holo, Anyone may vote for it here: http://framework.zend.com/issues/browse/ZF-2335 I think it basically needs a little attention, some unit tests, and some documentation, and it could be ready for release. Best regards, Darby holografix . wrote: > Hi > > Regarding ZF 1.5PR new component

Re: [fw-general] URGENT : Help Required !

2008-01-29 Thread Darby Felton
Hello, To be honest, I think that we'll need a bit more information to properly diagnose the problem, but I'll take a shot at it anyway. First, I am guessing that you use Zend_Auth_Adapter_DbTable as your authentication adapter. Is this correct? It seems apparent that there is a problem with the

Re: [fw-general] Reminder - code freeze for 1.5.0 Preview Release today: Tue, Jan 22 21:00 (PST)

2008-01-28 Thread Darby Felton
Rob Allen wrote: > > On 22 Jan 2008, at 18:23, Darby Felton wrote: > >> Hi all, >> >> I just wanted to send a final reminder that the code freeze for the Zend >> Framework 1.5.0 Preview Release is scheduled for today at 21:00 (9:00pm) >> (PST). >> >

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'

Re: [fw-general] Re: Zend_Db Changes in 1.5PR

2008-01-24 Thread Darby Felton
Hi Eric, Wil is working on the 1.5.0 Preview Release release notes, which likely should be committed to SVN today or tomorrow (PST). This should have much of the information you seek, but in the meantime, please feel free to scour the JIRA issue tracker. :) http://framework.zend.com/issues/browse

[fw-general] code freeze begins, development may continue as usual

2008-01-23 Thread Darby Felton
Hi all, I just created a release-1.5PR branch in the framework SVN repository for the Zend Framework 1.5.0 Preview Release candidacy; please obtain approval from a Zend liaison for merging changes from trunk to this branch. Development may continue in the trunk as usual, and backward-compatible m

[fw-general] Reminder - code freeze for 1.5.0 Preview Release today: Tue, Jan 22 21:00 (PST)

2008-01-22 Thread Darby Felton
Hi all, I just wanted to send a final reminder that the code freeze for the Zend Framework 1.5.0 Preview Release is scheduled for today at 21:00 (9:00pm) (PST). After the code freeze begins I plan to create a short-lived branch in the SVN repository for preparing the release. To this branch no me

Re: [fw-general] Zend_Form | Zend_Validate_StringLength::setMessage() Bug?

2008-01-22 Thread Darby Felton
Hi Brandon, See inline below: paradigmapc wrote: > I apologize if this is the wrong place to post this, but I cant find where > the applicable place would be. > > In my experimentation with Zend_Form, I have found a possible bug or simple > lack of knowledge(myself) with Zend_Form::addValidator(

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Darby Felton
Wil Sinclair wrote: > I couldn't be happier to announce that as of this morning, Ralph > Schindler has joined the Zend team to work on ZF full time! Congrats, > Ralph! Now get back to work. :) > > ,Wil Hearty congratulations and a warm welcome to you, Ralph! It's been a pleasure working with you

Re: [fw-general] Reminder - code freeze for 1.5.0 Preview Release Tue, Jan 22 21:00 (PST)

2008-01-18 Thread Darby Felton
rds, Darby > > Thanks for clearification > > Greetings > Thomas > I18N Team Leader > > - Original Message - From: "Darby Felton" <[EMAIL PROTECTED]> > To: "Zend Framework - General" > Sent: Friday, January 18, 2008 4:01 PM > Subject:

Re: [fw-general] Reminder - code freeze for 1.5.0 Preview Release Tue, Jan 22 21:00 (PST)

2008-01-18 Thread Darby Felton
usion! :) Best regards, Darby Andries Seutens wrote: > > Hi, > > So there's not going to be another mini-release (1.0.4)? > > Best, > > Andries Seutens > http://andries.systray.be > > > > Darby Felton schreef: >> Hi all framework developers

[fw-general] Reminder - code freeze for 1.5.0 Preview Release Tue, Jan 22 21:00 (PST)

2008-01-18 Thread Darby Felton
Hi all framework developers, This message is a reminder that the "code freeze" for the 1.5.0 Preview Release is currently scheduled for next Tuesday, January 22 at 21:00 (9:00pm) (PST). Please have all your commits for the release into the trunk by this time, after which I plan to create a [short-

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

2008-01-11 Thread Darby Felton
Also there are nightly snapshot releases available: http://framework.zend.com/download/snapshot/ Dennis Becker wrote: > Hi Rob an all others reading this, > > may it possible to create once a day a 7z / Zip package from SVN > automatically? Or just provide to download a complete folder out of th

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

2008-01-11 Thread Darby Felton
Hi Dennis, Fisheye has this functionality available; see the "Tarball" box at the bottom left of the page for "zip", "tgz", and "tbz2" archives: http://framework.zend.com/fisheye/browse/Zend_Framework/trunk Hope this helps! Best regards, Darby Dennis Becker wrote: > Hi Rob an all others readin

Re: [fw-general] Issuetracker stopped

2008-01-11 Thread Darby Felton
Hi Thomas, I've restarted Tomcat for JIRA and Confluence, and it looks like they're back up now. Thanks for the report! Best regards, Darby Thomas Weidner wrote: > Hy, > > it seems that the issue tracker has stopped since 30 minutes... > Please restart. > > Thanks > Thomas >

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

2008-01-10 Thread Darby Felton
approaching a viable 1.5 release candidate. Best regards, Darby Tobias Gies wrote: > Hi Darby, > > great news! However, one question: What do you call a "Preview Release"? > a feature complete version of ZF 1.5 that's free for bughunting? > > Regards, >

[fw-general] Zend Framework 1.5 Preview Release schedule

2008-01-10 Thread Darby Felton
Hi all, It's that time again when Zend Framework is ramping up for another release, and this one is shaping up to be quite significant. New features that were not merged to the release-1.0 branch and were not included with mini-release versions (i.e., 1.0.1, 1.0.2, and 1.0.3) will be included with

Re: [fw-general] How to get/build API docs from a snapshot?

2008-01-10 Thread Darby Felton
Hi Mark, Yes, you can build the API docs yourself using phpDocumentor, which is available in PEAR: http://phpdoc.org/ If you would like to have the API documentation included in the snapshots, please file a JIRA issue for this: http://framework.zend.com/issues/secure/CreateIssue!default.jspa T

Re: [fw-general] Zend_Filter_Alnum with -,!,_,...

2008-01-08 Thread Darby Felton
Hi Aljosa, Another way to get the functionality you want would be to extend Zend_Filter_Alnum and override the filter() method, but writing a new filter is probably the best option. Best regards, Darby Aljosa Mohorovic wrote: > is it possible to use Zend_Filter_Alnum with additional chars like

Re: [fw-general] Error on creating issues in JIRA

2008-01-08 Thread Darby Felton
2008, at 6:08 AM, Darby Felton wrote: > >> Hi Trevor, >> >> I just created a test issue with no problem; maybe try again? >> >> http://framework.zend.com/issues/browse/ZF-2389 >> >> Best regards, >> Darby > > > Odd, I just created a test i

Re: [fw-general] Error on creating issues in JIRA

2008-01-07 Thread Darby Felton
Hi Trevor, I just created a test issue with no problem; maybe try again? http://framework.zend.com/issues/browse/ZF-2389 Best regards, Darby Trevor Johns wrote: > Has anybody else been getting this error when creating an issue in JIRA? > >> HTTP Status 404 - No view for result [error] exists f

Re: [fw-general] Feedback and questions: 2007

2007-12-31 Thread Darby Felton
Hi Federico, First, allow me to heartily thank you for these areas of feedback and questions, as they are vital contributions to Zend Framework. :) Federico Cargnelutti wrote: > Hi, > > As I'm following more closely the development and progress of the ZF, I > would like to give the dev-team some

Re: [fw-general] Fatal error, need help

2007-12-20 Thread Darby Felton
Hi Ralf, I found the following files that contain destructors: ./Zend/Cache/Backend/Sqlite.php ./Zend/Http/Client/Adapter/Proxy.php ./Zend/Http/Client/Adapter/Socket.php ./Zend/Log.php ./Zend/Mail/Protocol/Abstract.php ./Zend/Mail/Protocol/Imap.php ./Zend/Mail/Protocol/Pop3.php ./Zend/Mail/Storag

Re: [fw-general] Zend auth CAS

2007-12-18 Thread Darby Felton
Hi Henry and Terry, You are talking about JA-SIG's CAS, right? http://www.ja-sig.org/products/cas/ I think it would be great to have an adapter for Zend_Auth that works with this system. Maybe one or both of you would like to submit a proposal? I would be happy to facilitate however possible.

[fw-general] [Fwd: LDAP authentication proposal]

2007-12-18 Thread Darby Felton
Forwarding to fw-general for those who may not be subscribed to fw-auth. Original Message Subject: LDAP authentication proposal Date: Tue, 18 Dec 2007 15:16:27 -0500 From: Darby Felton <[EMAIL PROTECTED]> To: Zend Auth List <[EMAIL PROTECTED]> Hi all, Mike A

Re: [fw-general] Zend_View Enhanced now in core!

2007-12-18 Thread Darby Felton
Hearty congratulations on these highly anticipated features, and thanks to all involved! :) Best regards, Darby Matthew Weier O'Phinney wrote: > Greetings! > > It is my pleasure to announce that Zend_View Enhanced is now entirely in > core! > > This includes the following helpers: > > * Acti

Re: [fw-general] Reducing the number of loaded exception files

2007-12-13 Thread Darby Felton
Shahar Evron wrote: > A while back ago there was an attempt to eliminate the loading of unused > Exception files / classes by different ZF components. I don't know what > happened with that discussion, but I think we should do something about > it. > > I've made some profiling of relatively simple

Re: [fw-general] Build the ZF documentation from docBook source

2007-12-10 Thread Darby Felton
iles. This makes the builds begin MUCH faster. :) Best regards, Darby Darby Felton wrote: > Hi Laurent, > > I think maybe you misunderstood my comment; maybe I wasn't clear. I'll > rephrase: > > "xinclude" is not supposed to be run as a shell command to build

Re: [fw-general] Build the ZF documentation from docBook source

2007-12-10 Thread Darby Felton
Hi Laurent, I think maybe you misunderstood my comment; maybe I wasn't clear. I'll rephrase: "xinclude" is not supposed to be run as a shell command to build the documentation. It looks like something is wrong in your working copy. I suggest running "svn clean," deleting or moving out of the docu

Re: [fw-general] Zend_DB performance issue

2007-12-10 Thread Darby Felton
Christian Ehmig wrote: > Hi! > > Some time ago I noticed that Zend_DB and especially Zend_Db_Adapter_Abstract > prepare ANY statement except when you use the following code fragment: > > $result = $db->getConnection()->exec('DROP TABLE bugs'); > > The methodology of preparing each statement is n

Re: [fw-general] Suggestion for ZF - Markup generation

2007-12-10 Thread Darby Felton
What I glean from this is a fine suggestion: being flexible on the markup (or, view) used by parts of the Zend Framework that perform such output. Perhaps you can enumerate particular places with which you're having trouble, so that we can document them (e.g., in JIRA)? Thanks! Best regards, Dar

Re: [fw-general] Build the ZF documentation from docBook source

2007-12-10 Thread Darby Felton
Hi Laurent, xinclude is not a command on the systems on which I build the manual; it looks like maybe a line break was wrongly inserted into the build command... Best regards, Darby Laurent Melmoux wrote: > Hi, > > I’m trying to build the ZF documentation from docBook source > (http://framework

Re: [fw-general] Bug in Zend_Config_Xml?

2007-12-07 Thread Darby Felton
Rob Allen wrote: > > On 6 Dec 2007, at 20:00, Darby Felton wrote: > >> Zend_Config_Xml was not designed to support multiple values of the same >> name to be represented as an array. Instead, you could do something like: >> >> ... >> >&g

Re: [fw-general] Wiki is dead

2007-12-07 Thread Darby Felton
Sorry for the downtime. It's up again now. Thanks for the report! :) Elisamuel Resto wrote: > Lovely greeting when I go to see data in the wiki: > > Proxy Error > > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request GET /wiki/di

Re: [fw-general] Zend_Session::start() and remember me

2007-12-07 Thread Darby Felton
pected it to not work after reading the manual however it seems to work > fine. > > -Original Message- > From: Laurent Melmoux [mailto:[EMAIL PROTECTED] > Sent: Friday, 7 December 2007 1:34 AM > To: Darby Felton > Cc: Zend Framework General > Subject: Re: [fw-g

Re: [fw-general] Bug in Zend_Config_Xml?

2007-12-06 Thread Darby Felton
Zend_Config_Xml was not designed to support multiple values of the same name to be represented as an array. Instead, you could do something like: ... ... ... ... or maybe ... ... ... ... Maybe Rob can chime in with his thoughts? Best regards, Darby robert mena wrote: > Hi,

Re: [fw-general] Zend_Bittorrent in laboratory

2007-12-06 Thread Darby Felton
Hi Matt, Would you mind posting a comment to the proposal with these suggestions? I plan to review the proposal shortly and post my suggestions there, too. Thanks! Best regards, Darby Matthew Ratzloff wrote: > Hi Christer, > > Looks interesting. Note that it would be Zend_BitTorrent, with a

Re: [fw-general] Zend_Session::start() and remember me

2007-12-06 Thread Darby Felton
is way? Well, I > guess that Zend_Session ::rememberMe() is not specific to authentification. > What do you think of a Zend_Auth::setRememberMe() to place in your Auth > Controller and a Zend_Auth::rememberMe() in the bootstrap that well > check for a specific cookie then proxy to Zend_Session

Re: [fw-general] Zend_Session::start() and remember me

2007-12-06 Thread Darby Felton
Hi Laurent, IIRC, Zend_Session::rememberMe() uses session_set_cookie_params(). Thus, it must be called before the session is started to work properly. This is documented here: http://framework.zend.com/manual/en/zend.session.global_session_management.html#zend.session.global_session_management.re

Re: [fw-general] Zend_Validate - translate message templates

2007-12-05 Thread Darby Felton
Hi Bryce and Sascha, Matthew and I have discussed some changes to the validation classes, and when I take a look at them, I'll also keep in mind how better we can support your use cases. I think we'll need this functionality, too, for Zend_Form, and I'm confident we'll arrive upon a reasonable sol

[fw-general] end of code freeze, recommence release branch merges

2007-11-30 Thread Darby Felton
Hi all framework contributors, The release of Zend Framework 1.0.3 also marks the end of the code freeze for merges to the release-1.0 branch. Please continue committing your work to the trunk first, merging backward-compatible changes (except DocBook sources) to the release-1.0 branch. Thank yo

[fw-general] [Fwd: [fw-announce] Zend Framework 1.0.3 Released]

2007-11-30 Thread Darby Felton
Forwarding to fw-general... Original Message Subject: [fw-announce] Zend Framework 1.0.3 Released Date: Fri, 30 Nov 2007 09:34:13 -0500 From: Darby Felton <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi all, I am pleased to announce the release of Zend Framework 1.0.

[fw-general] Reminder: 1.0.3 code freeze today: Monday, November 26 21:00 PST

2007-11-26 Thread Darby Felton
Hi all framework developers, This message is a reminder that code freeze for the 1.0.3 release is currently scheduled for today: Monday, November 26 at 21:00 (9:00 pm) Pacific time (PST). Framework contributors should be aware that code and test changes not merged to the release-1.0 branch will n

[fw-general] Reminder: 1.0.3 code freeze Monday, November 26 21:00 PST

2007-11-15 Thread Darby Felton
Hi all, This message is a reminder that code freeze for the 1.0.3 release is currently scheduled for Monday, November 26 at 21:00 (9:00 pm) Pacific time (PST). Framework contributors should be aware that code and test changes not merged to the release-1.0 branch will not be included in the 1.0.3

Re: [fw-general] Zend_Filter Alnum/Alpha allow space

2007-11-15 Thread Darby Felton
Hi Aljosa, Yes, see the public property allowWhiteSpace, settable also through instantiation. Best regards, Darby Aljosa Mohorovic wrote: > in most situations i need alnum/alpha filters to allow space. > is there a way to allow space when using alnum/alpha filters? > > Aljosa >

Re: [fw-general] Testing Zend_ACL's IP blocking example

2007-11-14 Thread Darby Felton
Hi Mark, This is probably a result of the following known issue(s): http://framework.zend.com/issues/browse/ZF-1721 http://framework.zend.com/issues/browse/ZF-1722 These are currently scheduled to be fixed with the 1.1.0 release, but your contributions would certainly be most welcome! :) Best r

Re: [fw-general] ZF Jira/FishEye error

2007-11-13 Thread Darby Felton
> ,Wil > > -Original Message- > From: Darby Felton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 13, 2007 7:55 AM > To: Simone Carletti > Cc: fw-general@lists.zend.com; Wil Sinclair > Subject: Re: [fw-general] ZF Jira/FishEye error > > Hi Simone, >

Re: [fw-general] ZF Jira/FishEye error

2007-11-13 Thread Darby Felton
Hi Simone, I confirm the problem from my end. Maybe Wil can help us figure out what's happening? Best regards, Darby Simone Carletti wrote: > When I try to open FishEye tab for a ticket I get a Java exception. > See for example > http://framework.zend.com/issues/browse/ZF-507?page=com.cenqua.fis

[fw-general] 1.0.3 code freeze Monday, November 26

2007-11-12 Thread Darby Felton
Hi all, Code freeze for the 1.0.3 mini-release is currently scheduled for Monday, November 26 at 21:00 (9:00 pm) Pacific time (PST). This release will include a number of bug fixes, improvements, and additions to functionality. More substantial feature additions are scheduled to appear with the n

Re: [fw-general] Broken link in Zend Framework Proposal Process

2007-11-12 Thread Darby Felton
Hi Simone, I tried to fix this; please let us know if there are other such problems. :) Best regards, Darby Simone Carletti wrote: > Hi list, in http://framework.zend.com/wiki/display/ZFPROP/Home there's a > broken link in the section /Please add the "milestones" section to your > proposals. See

Re: [fw-general] Zend_Config_Ini $section optional

2007-11-07 Thread Darby Felton
Hi Emil, This may be a good idea. I'll have to touch base with Rob on it, though, since there may be some reasons that I can't recall offhand why this is not already the case. If not, we should probably do the same for Zend_Config_Xml. Would you mind creating a JIRA issue for it? http://framework

  1   2   3   >