Re: [fw-general] Zend Framework 1.7 Preview Release is now available!

2008-10-14 Thread Marko Korhonen
Hi, Where is ZendX (eg. ZendX_JQuery) documentation? br, Marko -- View this message in context: http://www.nabble.com/Zend-Framework-1.7-Preview-Release-is-now-available%21-tp19966314p19967699.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Changes to routing from 1.5 to 1.6. keys with no params no longer showing

2008-10-14 Thread santouras
say I have a url like such http://domain.com/controller/action/key1/param1/key2 and the following code $ctrl = Zend_Controller_Front::getInstance(); //Create a router and request object $router = $ctrl-getRouter(); $request =

[fw-general] pChart Library in Zend Framework

2008-10-14 Thread Rohit83
Hello All, I have to embed pChart library into my ZF application,i tried but it wasn't happen. Anybody have idea,how i can embed the pChart in ZF, Thanks in advance Regards, Rohit -- View this message in context: http://www.nabble.com/pChart-Library-in-Zend-Framework-tp19968526p19968526.html

Re: [fw-general] script that you can prerun on your hosting to see if all needed extensions are available

2008-10-14 Thread lupusBE
I have created a script that only uses php. So you just put the file on the hosting and go to the url. It will show the list with the modules that it needs and which are available. bradley.holt wrote: I actually did something like this recently. It was fairly trivial to setup, but I'd be

Re: [fw-general] Capital letter URL

2008-10-14 Thread Goran Juric
You can use .htaccess, take a look at the Apaches mod_rewrite documentation at http://httpd.apache.org/docs/2.0/misc/rewriteguide.html they are using lowercase in some of the examples. Or you can extend the ZF's router and pass the URL through strtolower(). Regards, Goran Juric

[fw-general] Security Module

2008-10-14 Thread Jason Eisenmenger
Hello list, If anyone is interested, I've posted a screencast demonstrating the drop-in security module that I showed at the ZendCon UnCon last month. If you're in the market for an ACL system for your site, check it out: http://oss.jasoneisen.com/2008/10/14/security-module-screencast/ Jason

Re: [fw-general] Zend Framework 1.7 Preview Release is now available!

2008-10-14 Thread Benjamin Eberlei
since its not yet on the ZF site (see matthews post) i have put the jQuery docs i have written so far online onto my site: http://www.beberlei.de/jquery/html/ they won't be updated there and will be taken off as soon as we figure out how to present Zend Extras Library docs on the ZF, so just

[fw-general] Re: Zend_Session::rememberMe()

2008-10-14 Thread Colin Guthrie
Goran Juric wrote: Colin Guthrie-6 wrote: So am I right in saying that it is expected that the application stores the session id into long term storage and associate it with the user who has logged in? This would then allow an initial landing on the site with a given session id to be double

Re: [fw-general] Zend Framework 1.7 Preview Release is now available!

2008-10-14 Thread Matthew Weier O'Phinney
-- Goran Juric [EMAIL PROTECTED] wrote (on Tuesday, 14 October 2008, 03:20 AM -0700): wllm wrote: * Performance enhancements What kind of performance enhancements were made? Is there a changelog somewhere? The issue tracker is the changelog. :) In this particular case, the performance

Re: [fw-general] Zend_Session::rememberMe()

2008-10-14 Thread Goran Juric
Colin Guthrie-6 wrote: OK, thanks for that. Here's a follow up question (still related). Is this the recommended the recommended way to implement remembering the user for long periods or should an alternative system be implemented over the top? The reason I ask, is that keeping

[fw-general] Problem with Zend_Form File Element

2008-10-14 Thread SiCo007
I wonder if anyone can confirm this for me, I create my file element with array notation rather than instantiating, setting the options and passing the created element to Zend_Form. Since I upgraded to 1.6.2 this morning my file elements have stopped working with the following errors: Notice:

Re: [fw-general] Security Module

2008-10-14 Thread Julian Davchev
Hi, Really nice work. I even posted some issues on it http://code.google.com/p/zfsecurity/issues/list My question though is how do you handle hierarchy acl. From what I see you assign one user to serveral groups. And somehow based on that you decide if (not)allowed some privilige. Is it not better

[fw-general] Zend Form ViewScript Not Working

2008-10-14 Thread edub
I have read through the forums and tried for several hours now to get a simple viewscript to work - I am still unable to get a form element to render. Hopefully someone can offer some advice: My Controller: ?php class Orders_OrderdetailController extends Zend_Controller_Action{ public function

Re: [fw-general] Zend Form ViewScript Not Working

2008-10-14 Thread Goran Juric
Don't have time to go through this in detail, but try to replace: $this-setDecorators(array(array('viewScript', array('viewScript' = 'orderdetail/orderdetailform.phtml' with $this-setDecorators(array(array('ViewScript', array('viewScript' = 'orderdetail/orderdetailform.phtml' Note

RE: [fw-general] Zend Framework 1.7 Preview Release is nowavailable!

2008-10-14 Thread Wil Sinclair
It should also be mentioned that this is something that was identified in the initial performance tests. Matthew will be doing much more performance testing in the next few weeks, so we will hopefully deliver more performance enhancements with the 1.7 production release. ,Wil -Original

Re: [fw-general] Problem with Zend_Form File Element

2008-10-14 Thread Thomas Weidner
Yes, this issue was added 7 hours ago and have already been fixed in trunk and branch. To solve this shortly you can: * Do not use addElement on the file element... the reason is that getValue() will be called on the file elements but they have no value and behave false in such a condition

Re: [fw-general] Zend Form ViewScript Not Working

2008-10-14 Thread edub
Tried your suggestion - this seems to give the same result. No errors - the h2Order Detail Form/h2 found in the orderdetailform.phtml is rendered on the page - just no form elements... Goran Juric wrote: Don't have time to go through this in detail, but try to replace:

[fw-general] Re: Zend_Session::rememberMe()

2008-10-14 Thread Colin Guthrie
Goran Juric wrote: It depends on your application, but I don't see disk usage as a problem, session files are small. And if you are worried about having too many files in one folder PHP supports creating leveled directories for storing session files. You can look it up on the php.net (although

Re: [fw-general] Security Module

2008-10-14 Thread Jason Eisenmenger
Julian, Yes, thanks for posting issues, I just saw those today (and realized that i hadn't been getting email notifications). I will be working on them in the very near future. On your inheritance question, first of all, that's a feature that didn't need to be implemented immediately to get it

[fw-general] Just wondering

2008-10-14 Thread Steven Szymczak
If my messages are coming through. I haven't seen any of them come through on the list, and there've been no replies; so I'm starting to wonder. -- Steven

Re: [fw-general] Zend Form ViewScript Not Working

2008-10-14 Thread Matthew Weier O'Phinney
-- edub [EMAIL PROTECTED] wrote (on Tuesday, 14 October 2008, 12:24 PM -0700): I have read through the forums and tried for several hours now to get a simple viewscript to work - I am still unable to get a form element to render. Hopefully someone can offer some advice: snip My

Re: [fw-general] Re: Zend_Session::rememberMe()

2008-10-14 Thread Joó Ádám
As far as I know, remeberMe() sets the session cookie lifetime, while the lifetime of the session files on the disc is determined by the session.gc_maxlifetime php.ini directive, so you have to set it accordingly. Regards, Ádám

Re: [fw-general] Zend Framework 1.7 Preview Release is now available!

2008-10-14 Thread Matthew Ratzloff
The documentation in general just needs to be organized better. Initially it was fine, but with 63 components it has become unwieldy, to say the least. I really like how Prototype does its documentation: http://www.prototypejs.org/api Then divide the component list into two divs, Standard

Re: [fw-general] Zend Framework 1.7 Preview Release is now available!

2008-10-14 Thread gerardroche
I agree. Worth to note too that the dojo documentation is very disappointing. Matthew Ratzloff wrote: The documentation in general just needs to be organized better. Initially it was fine, but with 63 components it has become unwieldy, to say the least. I really like how Prototype

Re: [fw-general] Zend Framework 1.7 Preview Release is now available!

2008-10-14 Thread Goran Juric
wllm wrote: * Performance enhancements What kind of performance enhancements were made? Is there a changelog somewhere? -- View this message in context: http://www.nabble.com/Zend-Framework-1.7-Preview-Release-is-now-available%21-tp19966314p19970696.html Sent from the Zend Framework

Re: [fw-general] strange error with Zend_Db_Table - just trash this mail

2008-10-14 Thread Bart McLeod
Hi All, Please do not reply to my earlier mail that brought up this topic. I mixed up a few things there, it is all working fine now. Bart Bart McLeod schreef: Hi All, If I call Zend_Db_Table_Abstract::update() with valid clause and valid data I get this strange error: *array(1) { [0]=

Re: [fw-general] Form element throwing exception when using addfilter, and not rendering correctly

2008-10-14 Thread Matthew Weier O'Phinney
-- tony stamp [EMAIL PROTECTED] wrote (on Monday, 13 October 2008, 04:49 PM -0700): I am having two problems with the above code. First of all, it is throwing an error when i use addFilter on the text element returned by zend_form::createElement: snip Fatal error: Uncaught exception

Re: [fw-general] Zend Form ViewScript Not Working

2008-10-14 Thread edub
Thanks Matthew - your suggestion works. One of my sources was the article you wrote at http://devzone.zend.com/article/3450-Decorators-with-Zend_Form and I was trying to implement the ViewScript as you had it in that article: Like so: h4Please register with us!/h4 form action=?=

Re: [fw-general] Zend Framework 1.7 Preview Release is now available!

2008-10-14 Thread Matthew Weier O'Phinney
-- Marko Korhonen [EMAIL PROTECTED] wrote (on Monday, 13 October 2008, 11:26 PM -0700): Where is ZendX (eg. ZendX_JQuery) documentation? Currently, only in subversion. We are still determining a way to incorporate it into the website prior to the final release. -- Matthew Weier O'Phinney

Re: [fw-general] Zend_Session::rememberMe()

2008-10-14 Thread Goran Juric
Colin Guthrie-6 wrote: So am I right in saying that it is expected that the application stores the session id into long term storage and associate it with the user who has logged in? This would then allow an initial landing on the site with a given session id to be double checked

[fw-general] Zend_Session::rememberMe()

2008-10-14 Thread Colin Guthrie
Hi, I'm just trying to get my head round the rememberMe() feature in Zend_Session. From what I gather it basically allows you to remember a session cookie identifier past the end of the client application closing right? OK, I get that much The question is why? I presume that this is

[fw-general] Zend_Validate datetime format

2008-10-14 Thread chinaski
Hello. How can I validate a date-time string as '-mm-dd H:i:s' format? Thanks in advance. chinaski -- View this message in context: http://www.nabble.com/Zend_Validate-datetime-format-tp19983722p19983722.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Validate datetime format

2008-10-14 Thread Goran Juric
chinaski wrote: Hello. How can I validate a date-time string as '-mm-dd H:i:s' format? Thanks in advance. chinaski Zend_Validate_Date has a setFormat() method, have you tried it? Regards, Goran Juric http://gogs.info/ -- View this message in context:

[fw-general] Re: Zend_Session::rememberMe()

2008-10-14 Thread Colin Guthrie
Joó Ádám wrote: As far as I know, remeberMe() sets the session cookie lifetime, while the lifetime of the session files on the disc is determined by the session.gc_maxlifetime php.ini directive, so you have to set it accordingly. That was always my understanding too, but afer Goran's comments

Re: [fw-general] Security Module

2008-10-14 Thread Apsy
I love your module, but there's no link to download it in google code... Do you plan to have a stable build ? Thx Jason Eisenmenger a écrit : Julian, Yes, thanks for posting issues, I just saw those today (and realized that i hadn't been getting email notifications). I will be working on

Re: [fw-general] Security Module

2008-10-14 Thread Apsy
Do you plan to make compatible to Zend_DB as well ? Jason Eisenmenger a écrit : Julian, Yes, thanks for posting issues, I just saw those today (and realized that i hadn't been getting email notifications). I will be working on them in the very near future. On your inheritance question,

Re: [fw-general] Zend Framework 1.7 Preview Release is now available!

2008-10-14 Thread Matthew Weier O'Phinney
-- gerardroche [EMAIL PROTECTED] wrote (on Tuesday, 14 October 2008, 02:33 PM -0700): I agree. Worth to note too that the dojo documentation is very disappointing. If you think so, I'm all ears. Please send in your suggestions, either to the lists or the issue tracker -- or send in your

[fw-general] I can't access other controllers

2008-10-14 Thread Bobby703
Hi all, I just start learning zend and created a very simple hello world app. So when I access http://localhost/zendtest/web_root, it will go to default indextAction of IndexController That works. However, I can get my TestController working as when I access