Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Codiac
Matthew, Not entirely related, but i posted a bug at the issue tracker, ZF-3652, which also seems to have been introduced after the updates in Zend_Form. Regards, TJ. Matthew Weier O'Phinney-3 wrote: -- Matthew Weier O'Phinney [EMAIL PROTECTED] wrote (on Monday, 14 July 2008, 08:54 AM

Re: [fw-general] Contributor mailing list. . .

2008-07-16 Thread Laurent Melmoux
Pádraic Brady a écrit : Is there a reason not to make it a less specific name like zf-development? It's a small comment but zf-contributors could be interpreted as contributors-only which would be counter productive ;). I feel like Pádraic. Pádraic Brady http://blog.astrumfutura.com

Re: [fw-general] Contributor mailing list. . .

2008-07-16 Thread Carlos Medina
Hi, i think that the contributors List should be contributors only. Here we can post contributors only Stuff while developing Regards Carlos Laurent Melmoux schrieb: Pádraic Brady a écrit : Is there a reason not to make it a less specific name like zf-development? It's a small comment but

Re: [fw-general] simple synchronization / transaction question

2008-07-16 Thread Bill Karwin
diresu wrote: Example: database state process 1process 2 1 reading 1 1 reading 1 1 adding 1 1

[fw-general] Zend_Registry and array item

2008-07-16 Thread Michel Morelli
Hi all. I have this code: code $configArray = array('LANGUAGE' =array('it','en'): [other configArray settings] $config = new Zend_Config($configArray); Zend_Registry::set('config',$config); /code Now i need to know if a value is stored in LANGUAGE. I have thinked that

[fw-general] Updating Google Calendar Event Error

2008-07-16 Thread Ahmed Abdel-Aliem
Dear All, i am trying to update an event on google calendar and when i do that, the script throw an exception with this message : You must specify the location as either a string URI or a child of Zend_Gdata_Query but the event get updated successfully here is my code : function updateEvent

Re: [fw-general] XHTML elements

2008-07-16 Thread Bart McLeod
Matthew Weier O'Phinney schreef: -- Bart McLeod [EMAIL PROTECTED] wrote (on Tuesday, 15 July 2008, 08:16 PM +0200): I am currently working in version 9906 or so of standard/trunk. A while ago I noticed that input tags in forms get the correct XHTML formatting (input / instead of input

[fw-general] Problem with Zend_Mail using smtp and attachments

2008-07-16 Thread Dermot Buckley
Hi All, We're having a bit of a problem here with Zend_Mail when sending mail with a pdf attachment (it works fine when there's no attachment). We get the following warning: PHP Warning: Zend_Mail_Protocol_Abstract::require_once(Zend/Mail/ Protocol/Exception.php) [a

[fw-general] Issue tracker problem ?

2008-07-16 Thread Cristian Bichis
Hello, Is issue tracker not working for submitting new bugs ? I can't find anymore on my account Create new issue... Cristian

Re: [fw-general] Issue tracker problem ?

2008-07-16 Thread Thomas Weidner
Not logged in ? - Original Message - From: Cristian Bichis [EMAIL PROTECTED] To: Zend Mailing List fw-general@lists.zend.com Sent: Wednesday, July 16, 2008 1:54 PM Subject: [fw-general] Issue tracker problem ? Hello, Is issue tracker not working for submitting new bugs ? I can't

[fw-general] Zend_Http_Client: Unable to read response or response is empty

2008-07-16 Thread Stefan Oestreicher
Hi, I'm using Zend_Http_Client in several projects and I'm often getting an exception with the message Unable to read response or response is empty with no apparent reason. Currently I just retry the request if that exception occurs and it works fine. However, this is quite tedious and I never

[fw-general] Basic session usage - namespace not storing variables

2008-07-16 Thread tony stamp
Hello, i am new to the zf and a bit confused about using the session objects. I am using the session component but not within an MVC environment. In my bootstrap i have: Zend_Session::start(); Zend_Session::setOptions(array('strict' = 'true')); which is the first thing included by every page.

Re: [fw-general] Issue tracker problem ?

2008-07-16 Thread Cristian Bichis
I am logged of course. I posted lot of bugs/suggestions until now, even now there are 2-3 open... Cristian Not logged in ? - Original Message - From: Cristian Bichis [EMAIL PROTECTED] To: Zend Mailing List fw-general@lists.zend.com Sent: Wednesday, July 16, 2008 1:54 PM Subject:

Re: [fw-general] Issue tracker problem ?

2008-07-16 Thread Thomas Weidner
There's definitly no problem from europe... I have created a new issue and it shows up. If the problem remains try to logoff - login again, new explorer session and so on. Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message -

Re: [fw-general] Basic session usage - namespace not storing variables

2008-07-16 Thread Bart McLeod
As far as I know these values are available in the /next /request, /not /immediately after setting them. If you need them in the same request, put them in Zend_Registry::set($key, $value) Bart tony stamp schreef: Hello, i am new to the zf and a bit confused about using the session objects. I

Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Matthew Weier O'Phinney
-- Codiac [EMAIL PROTECTED] wrote (on Tuesday, 15 July 2008, 11:45 PM -0700): Not entirely related, but i posted a bug at the issue tracker, ZF-3652, which also seems to have been introduced after the updates in Zend_Form. Can you test from current trunk and let me know if this is still an

Re: [fw-general] Zend_Registry and array item

2008-07-16 Thread Matthew Weier O'Phinney
-- Michel Morelli [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 10:00 AM +0200): Hi all. I have this code: code $configArray = array('LANGUAGE' =array('it','en'): [other configArray settings] $config = new Zend_Config($configArray); Zend_Registry::set('config',$config); /code

Re: [fw-general] Zend_Http_Client: Unable to read response or response is empty

2008-07-16 Thread Matthew Weier O'Phinney
-- Stefan Oestreicher [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 02:02 PM +0200): I'm using Zend_Http_Client in several projects and I'm often getting an exception with the message Unable to read response or response is empty with no apparent reason. Currently I just retry the request

Re: [fw-general] Basic session usage - namespace not storing variables

2008-07-16 Thread tony stamp
It is on another page - another request: now after the user has logged in, i am trying to check the session credentials on another page: -- View this message in context: http://www.nabble.com/Basic-session-usage---namespace-not-storing-variables-tp18485701p18487384.html Sent from the Zend

Re: [fw-general] Issue tracker problem ?

2008-07-16 Thread Cristian Bichis
Works from my laptop, so i guess was just a cache problem... Thanks, Cristian There's definitly no problem from europe... I have created a new issue and it shows up. If the problem remains try to logoff - login again, new explorer session and so on. Greetings Thomas Weidner, I18N Team

Re: [fw-general] Contributor mailing list. . .

2008-07-16 Thread Jochen Hartmann
My 2 cents are this: On one hand I believe a narrow list (for instance just listing code-freezes and so on [hey, i can dream...]) would be very helpful for me. I have a backlog of issues that need to be addressed and often find myself wishing I knew when the next freeze is and whether we are

Re: [fw-general] Issue tracker problem ?

2008-07-16 Thread James Dempster
I had a problem with JIRA recently I couldn't login, and there wasn't any errors, I was about to report it here but I tried on another machine and it worked. The short of it I removed my cookies for the domain and everything worked again. On Wed, Jul 16, 2008 at 2:41 PM, Cristian Bichis [EMAIL

[fw-general] Recent Component Promotions

2008-07-16 Thread Matthew Weier O'Phinney
Greetings, all -- I've promoted the following components from standard/incubator/ to standard/trunk/ in preparation for the 1.6.0 release: * Zend_Dom_Query: use CSS selectors to query (X)HTML/XML documents * Zend_Dojo: ZF/Dojo integration layer * Zend_Json_Server: JSON-RPC implementation

Re: [fw-general] Recent Component Promotions

2008-07-16 Thread Jake McGraw
I've promoted the following components from standard/incubator/ to standard/trunk/ in preparation for the 1.6.0 release: Where is this in the wiki? - jake

Re: [fw-general] Problem with Zend_Mail using smtp and attachments

2008-07-16 Thread Dermot Buckley
On 16 Jul 2008, at 12:36, Dermot Buckley wrote: Hi All, We're having a bit of a problem here with Zend_Mail when sending mail with a pdf attachment (it works fine when there's no attachment). I've done a bit more digging regarding the above, and I'm stumped :) It's not related to the

Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Codiac
Matthew, I've updated to the latest svn version, but nothing changed. The problem still exists. I'll try and take a deep dive into the component and see if I can spot the issue. Regards, TJ. Matthew Weier O'Phinney-3 wrote: -- Codiac [EMAIL PROTECTED] wrote (on Tuesday, 15 July 2008,

Re: [fw-general] Recent Component Promotions

2008-07-16 Thread Matthew Weier O'Phinney
-- Jake McGraw [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 12:29 PM -0400): I've promoted the following components from standard/incubator/ to standard/trunk/ in preparation for the 1.6.0 release: Where is this in the wiki?

Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Matthew Weier O'Phinney
-- Codiac [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 10:16 AM -0700): I've updated to the latest svn version, but nothing changed. The problem still exists. I'll try and take a deep dive into the component and see if I can spot the issue. If you could just give me an example for

Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Taco Jung
Matthew, What do you need to reproduce it? The controller, config, view, etc.? TJ. On Wed, Jul 16, 2008 at 7:32 PM, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Codiac [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 10:16 AM -0700): I've updated to the latest svn version, but

Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Matthew Weier O'Phinney
-- Taco Jung [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 07:53 PM +0200): What do you need to reproduce it? The controller, config, view, etc.? Actually, looks like I've got the info I need in the bug after all. I'll take a look at it this afternoon. On Wed, Jul 16, 2008 at 7:32 PM,

RE: [fw-general] Contributor mailing list. . .

2008-07-16 Thread Wil Sinclair
The list would be focused on contributor issues, although, as I mentioned before, it will be an open list that anyone can subscribe to. A few examples of topics that I would consider appropriate for this list are: Determining and announcing code freeze dates Determining what we should

Re: [fw-general] Recent Component Promotions

2008-07-16 Thread Jake McGraw
I've promoted the following components from standard/incubator/ to standard/trunk/ in preparation for the 1.6.0 release: Where is this in the wiki? http://framework.zend.com/wiki/display/ZFPROP/Standard+Library I should have been more specific, I'm not seeing any

Re: [fw-general] Recent Component Promotions

2008-07-16 Thread Tobias Gies
You can find it in the svn repo. It will be compiled and part of the official 1.6 docs later on, but for now, the code lives in the repository only (as it is usual for new components. Best regards Tobias 2008/7/16 Jake McGraw [EMAIL PROTECTED]: I've promoted the following components from

Re: [fw-general] Recent Component Promotions

2008-07-16 Thread Jake McGraw
You can find it in the svn repo. It will be compiled and part of the official 1.6 docs later on, but for now, the code lives in the repository only (as it is usual for new components. No proposal documentation? Not that I don't mind digging elbow deep into new code, just thought there would

[fw-general] Repository online not longer working

2008-07-16 Thread Aldemar Bernal
Hi, I'm trying to access the repository online from framework.zend.com/download/subversion the link is http://framework.zend.com/code/browse/Zend_Framework but then a 503 error shows up. Aldemar

Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Taco Jung
Matthew, Let me know if you need something. I tried running through the application flow end-to-end, figured it could also be a Zend_Config_Xml related problem, but that doesn't seem to the case. Still investigating though. Regards, TJ.

Re: [fw-general] Recent Component Promotions

2008-07-16 Thread Pádraic Brady
If its just now entered Core it may take a while to get generated as part of the Wiki manual... The docbook sources are all in SVN already presumably and it's not that hard to read XML formatted text ;). A docbook editor like XMLMind would even format it into a more readable form for editing,

RE: [fw-general] Repository online not longer working

2008-07-16 Thread Wil Sinclair
Hey Aldemar, I upgraded the version of Crowd we were using and the latest version of Fisheye doesn't work with it. :/ Since they are planning on releasing a fix until ~7/24, they've sent me a build that should fix the problem. I haven't had time to test it yet, but I think I may find some time

Re: [fw-general] Recent Component Promotions

2008-07-16 Thread Matthew Weier O'Phinney
-- Jake McGraw [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 02:55 PM -0400): You can find it in the svn repo. It will be compiled and part of the official 1.6 docs later on, but for now, the code lives in the repository only (as it is usual for new components. No

Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Taco Jung
Matthew, I've checked Zend_Form_Element's flow. All the filters are set correctly, up till $this-addFilter(): Array([StripTags] = Array([filter] = StripTags [options] = Array( [allowedTags] = apstrongemuh1h2h3h4h5h6imgliolulspandivbrthtrtdformdldtddinputtextarea

Re: [fw-general] Repository online not longer working

2008-07-16 Thread Matthew Weier O'Phinney
-- Aldemar Bernal [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 01:57 PM -0500): I'm trying to access the repository online from framework.zend.com/download/ subversion the link is http://framework.zend.com/code/browse/Zend_Framework but then a 503 error shows up. Browse svn directly:

Re: [fw-general] in latest standard trunk: decorators seem to have escaped from their original logic.

2008-07-16 Thread Matthew Weier O'Phinney
-- Taco Jung [EMAIL PROTECTED] wrote (on Wednesday, 16 July 2008, 09:27 PM +0200): I've checked Zend_Form_Element's flow. All the filters are set correctly, up till $this-addFilter(): Array([StripTags] = Array([filter] = StripTags [options] = Array( [allowedTags] =

FW: [fw-general] Repository online not longer working

2008-07-16 Thread Wil Sinclair
Hey, what do you know? It worked! Uh. . . that is, the special builds of Crucible/Fisheye that Atlassian sent us have been install and have solved the Crowd integration issue as expected. ;D Please let me know if you see further problems at http://framework.zend.com/code/. Thanks to Atlassian

RE: [fw-general] Contributor mailing list. . .

2008-07-16 Thread Wil Sinclair
The list would be open to non-contributors, but most of the talking would be done by contributors. This would not be the forum to comment on proposed components in or make broad suggestions for ZF from a user point of view. This list would be primarily used for contributor coordination and

RE: [fw-general] Contributor mailing list. . .

2008-07-16 Thread Wil Sinclair
Certainly all code freezes will be announced on zf-contributor. In fact, they may be largely determined on zf-contributor. J ,Wil From: Jochen Hartmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 3:23 PM To: Wil Sinclair Cc: Marco; fw-general@lists.zend.com Subject: Re:

Re: [fw-general] simple synchronization / transaction question

2008-07-16 Thread Dietrich Bollmann
Hi Bill, Thanks for your reply! On Wed, 2008-07-16 at 00:20 -0700, Bill Karwin wrote: diresu wrote: Example: database state process 1process 2 1 reading 1 1