Re: [fw-general] router question - how to hide default module, controller and action in url?

2008-01-21 Thread zfuser
ok now I created: $router-addRoute( 'url', new Zend_Controller_Router_Route(':lang/:module/:category/:controller/:action/:test', array('module'='default', 'controller' = 'index', 'action' = 'index', 'lang' = 'en', 'category'= 'categ1', 'test'='somevalue')) ); but the

[fw-general] Warning: Significant issues with Zend_Search_Lucene (index corruption is easy...)

2008-01-21 Thread dmhost
Hi Everybody... First of all let me start of by saying that I am very grateful to all ZF contributors. While testing Zend_Search_Lucene for production use I have found what I believe is a major bug in concurrency: If two threads are updating the index at the same time the index is easily

[fw-general] google indexing site

2008-01-21 Thread digitalus_media
i have developed a zf based cms. for some reason google can not recognize any of the links on the site. i tried a robot emulator, and it shows no pages. i installed the lynx text browser, and all of the links / navigation are visible. is this something new with google or is there something

Re: [fw-general] Zend Helpers

2008-01-21 Thread Ian Warner
Matt Apologies the stuff I needed was in the docs. However still no joy, this is my stack output for the view - and I assume if the new path was registered correctly then it would show up in here Zend_View Object ( [_path:private] = Array ( [script] = Array

Re: [fw-general] Zend Helpers

2008-01-21 Thread Matthew Weier O'Phinney
-- Ian Warner [EMAIL PROTECTED] wrote (on Monday, 21 January 2008, 12:24 PM +): However still no joy, this is my stack output for the view - and I assume if the new path was registered correctly then it would show up in here snip Registering the path - tried in controller and a few other

[fw-general] Zend_Acl MVC Integration is ready for review

2008-01-21 Thread Aldemar Bernal
Hi, I just finished the work in this component, comments about it are welcome. http://framework.zend.com/wiki/pages/viewpage.action?pageId=39025 Aldemar

Re: [fw-general] Zend Lucene Search - find() best Practices?

2008-01-21 Thread Shahar Evron
When you use the $index-find() method with a string, special characters such as *, ? and keywords such as and are parsed as part of the Lucene query language. As such, misplacing them will cause an exception. What you probably want to do is to take the input and treat it as a literal string, and

Re: [fw-general] google indexing site (update)

2008-01-21 Thread Shahar Evron
You'll probably be better off creating a static robots.txt file and altering your .htaccess rewrite rule to allow direct access to .txt files: RewriteEngine on RewriteRule !\.(js|ico|gif|jpg|png|css|txt)$ index.php Performance wise, this will be much smarter, as I doubt you need a dynamic

Re: [fw-general] Zend Helpers

2008-01-21 Thread Ian Warner
Matt Thanks for your patience and persistance :) That indeed worked. I utilised the first method. As I am basically creating an area for global helpers - actually mostly for Facebook Common Tasks such as there Form rendering and other components such as the Wall. Is there a repository of

AW: [fw-general] Zend_Factory/Zend_Loader addition suggestion

2008-01-21 Thread Leo Büttiker
Sounds cool! This would make testing in ZF much easier. In my opinion the Zend_Factory should somehow be integrated into Zend_Loader, to integrate easy in auto loaded environments. Probably Zend_Factory can even be a solution to replace components in the system without subclassing and copying

[fw-general] php|architect's Guide to Programming with ZF - Should I?

2008-01-21 Thread ryan
Hi guys, It seems to be out now. http://www.phparch.com/c/books/id/9780973862157 Just wondering if you all have looked at it, and if it is worth the purchase. -Ryan

Re: [fw-general] php|architect's Guide to Programming with ZF - Should I?

2008-01-21 Thread Christian Schmidt
On Jan 21, 2008 5:26 PM, [EMAIL PROTECTED] wrote: Hi guys, It seems to be out now. http://www.phparch.com/c/books/id/9780973862157 Just wondering if you all have looked at it, and if it is worth the purchase. I bought the book and already posted a comment on the books website

Re: [fw-general] php|architect's Guide to Programming with ZF - Should I?

2008-01-21 Thread ryan
Not exactly new (been using since 0.2)... I saw your comments on ZF guide; is it worthwhile buying for those that aren't new to it? On Mon, 21 Jan 2008 17:47:05 +0100, Christian Schmidt [EMAIL PROTECTED] wrote: On Jan 21, 2008 5:26 PM, [EMAIL PROTECTED] wrote: Hi guys, It seems to be out

[fw-general] A simple plugin manager class to handle all plugins by request or more

2008-01-21 Thread David Toniolo
Hi @ll, inspired by some postings about plugins on zfforum.de, i decided to write a plugin manager class handles my plugins by request. This means, e.g. my Plugin_Auth class does not load, when there is a request on a site which does not need an authentication. I could write much text now about

[fw-general] Zend Locale - getCountryTranslation()

2008-01-21 Thread holografix .
Hi Can someone help with this function? getCountryTranslation($what, $locale = null); It's missing a small example about this function in the docs. Best regards holo

[fw-general] Ralph Schindler

2008-01-21 Thread Wil Sinclair
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

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Andries Seutens
Ralph, I was expecting this! Good luck, and congratulations! Best, Andries Wil Sinclair schreef: 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

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Kevin McArthur
Congrats to Ralph. What area will he be working on specifically. The MVC Core? Kevin 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

Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-21 Thread reto
From the API: Returns the localized country name array getCountryTranslation (string $what, [string $locale = null]) string $what: Name to get detailed information about string $locale: OPTIONAL locale for country translation $locale = new Zend_Locale('de_CH'); print

RE: [fw-general] Ralph Schindler

2008-01-21 Thread Wil Sinclair
I believe he has some work to finish for 1.5, then he'll be giving me some *much needed* help on CLI tooling. ,Wil -Original Message- From: Kevin McArthur [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 9:54 AM To: Wil Sinclair Cc: Zend Framework General Subject: Re:

[fw-general] Zend_Acl dynamic loading is ready for review

2008-01-21 Thread Aldemar Bernal
Hi again all, I also finished the documentation and UCs coding on this other proporsal, feel free to post your comments. http://framework.zend.com/wiki/display/ZFPROP/Zend_Acl+dynamic+loading+-+Aldemar+Bernal Aldemar

[fw-general] Zend_Build is ready for final review. . .

2008-01-21 Thread Wil Sinclair
Have at it: http://framework.zend.com/wiki/x/65s ,Wil

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Tobias Gies
Congratulations, Ralph! 2008/1/21, Wil Sinclair [EMAIL PROTECTED]: 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

Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-21 Thread Thomas Weidner
If you wait some days for the release you will get the new additional documentation to this and related functions. Generally as can be seen by the method name you will get a country translation which means give a Country in ISO and get the translated string for this country returned. $loc =

[fw-general] Zend_Cache :Need a little help for an any hack attack issue

2008-01-21 Thread Christoph Hagenbrock
Hi Out there, I am searching for an solution for an issue to prevent Zend_cache to write a lot of unnecessary Files if someone Changes the request in a Loop. Example: for($id=0;$id10;$id++) { someGet(‘www.website.com?Unknown_nonesense=’.$id); } As you may already expected

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Matthew Ratzloff
Congrats, Ralph! -Matt On Mon, January 21, 2008 9:42 am, 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

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Matthew Weier O'Phinney
-- Wil Sinclair [EMAIL PROTECTED] wrote (on Monday, 21 January 2008, 09:42 AM -0800): 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. :) Welcome aboard, Ralph -- it's about

[fw-general] PluginLoader::load() invoking autoload?

2008-01-21 Thread Nathan
Hello all, While profiling my application I discovered that the pluginloader invokes autoload when it calls class_exists() in the load method. Was this intentional? It could lead to some unexpected behaviour, by loading an ambiguously named class from the wrong location, and it means

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Pádraic Brady
No rest for the wicked, Ralph ;) Congratulations and best of luck! Paddy Pádraic Brady http://blog.astrumfutura.com http://www.patternsforphp.com OpenID Europe Foundation - Original Message From: Matthew Weier O'Phinney [EMAIL PROTECTED] To: fw-general@lists.zend.com Sent: Monday,

Re: [fw-general] google indexing site

2008-01-21 Thread Amr Mostafa
I doubt this is related to ZF. Maybe you need to use robots.txt http://www.robotstxt.org/ http://en.wikipedia.org/wiki/Robots.txt Good luck! - Amr On Jan 21, 2008 1:51 PM, digitalus_media [EMAIL PROTECTED] wrote: i have developed a zf based cms. for some reason google can not recognize any

Re: AW: [fw-general] Zend_Factory/Zend_Loader addition suggestion

2008-01-21 Thread Pádraic Brady
Hi Leo! In catching up (been off the ZF scene for a while deep in client work) I was referred to the Zend_Di (Dependency Injection) proposal on the Wiki which IMO is quite possibly my most looked-forward-to component (besides Zend_Rtf) right now. I've requested the author append the

Re: [fw-general] google indexing site

2008-01-21 Thread digitalus_media
i was able to get it to load the robots.txt file. it looked from the error like it was not able to get the default locale from google's request. Amr Mostafa wrote: I doubt this is related to ZF. Maybe you need to use robots.txt http://www.robotstxt.org/

Re: [fw-general] google indexing site

2008-01-21 Thread Cristian Bichis
Hello, Try adding your site to Google Webmaster Tools. After you verify your site you gonna get error messages, aso. Indeed, ZF is not very good (as other frameworks) on some things as making URL's very SEO friendly but i don't think that's your problem. I can take a look on your site

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] Ralph Schindler

2008-01-21 Thread Joó Ádám
Congratulations, Ralph! Ádám On Jan 21, 2008 6:42 PM, Wil Sinclair [EMAIL PROTECTED] 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

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Ralph Schindler
Hey everyone, Its awesome to be on-board! I am pretty excited that I will be able to contribute to this project on a full time basis as I've always had more ideas than time. I took a pretty nice vacation last week in the Caribbean (which is why alot of you might have seen me go completely MIA)

Re: [fw-general] google indexing site

2008-01-21 Thread Kamil Nowakowski
Cristian Bichis pisze: Hello, Try adding your site to Google Webmaster Tools. After you verify your site you gonna get error messages, aso. Indeed, ZF is not very good (as other frameworks) on some things as making URL's very SEO friendly but i don't think that's your problem. I can take

[fw-general] it's a problem to using Zend_Debug::Dump when I'm using xdebug

2008-01-21 Thread Sam Wu
xdebug would process var_dump(),and Zend_Debug process it twice.

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

2008-01-21 Thread paradigmapc
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() or Zend_Validate_StringLength Example Code: