Re: [fw-general] Zend_Search_Lucene and Hebrew

2009-04-07 Thread Vadim Gabriel
Hey, Unfortunately, I havn't used Lucene with Hebrew letters yet. But one thing i would like to be sure about. You said it returns an empty array, I took a look at this line from you code: $results = $phrase ? $index->find($phrase) : array(); I assume $phrase is the user submitted search phrase,

Re: [fw-general] new line character in textarea

2009-04-07 Thread Vadim Gabriel
Hey, Metthew responded saying this can be due to a browser issue, Did you try that with several browsers? Vince. On Wed, Apr 8, 2009 at 3:27 AM, Aniketto wrote: > > @Vincent Gabriel > Thanks for help. > If it is a standard feature to trim empty lines and spaces, then why it > trims only one emp

Re: [fw-general] Zend_Loader_PluginLoader::require_once() couldn't resolve host name in /.../Zend/Loader/PluginLoader.php on line 389

2009-04-07 Thread hglattergotz
The described problems have been resolved by moving the account to a different server. This was necessary for other reasons and at the same time took care of this problem. Cheers Henning -- View this message in context: http://www.nabble.com/Zend_Loader_PluginLoader%3A%3Arequire_once%28%29-coul

Re: [fw-general] new line character in textarea

2009-04-07 Thread Aniketto
@Vincent Gabriel Thanks for help. If it is a standard feature to trim empty lines and spaces, then why it trims only one empty line. Also I want to display the empty line as my client wants me to do so. Aniketto Bart McLeod wrote: > > oops, sorry for the misinformation. I should have asked i

[fw-general] Zend Framework + Jquery Consultants

2009-04-07 Thread Tom Printy
Hello, I am involved with a Zend project that could use some additional help to complete. If you are a consultant looking for some additional work please contact me. Specific skills: Zend Framework JQuery PostgresSQL Thanks -Tom Printy

[fw-general] Problems running a dojo example

2009-04-07 Thread fab2008
Hi all, I'm trying to run a dojo example in my application, but without success :-( The base example is taken from this example http://www.sitepen.com/labs/code/grid/dojo_grid_1.2/layout_markup_2.html What I've done until now is the following: in the layout script: dojo()->isEnabled()) {

[fw-general] Zend_Search_Lucene and Hebrew

2009-04-07 Thread centralniak
Hello, I'm using Zend_Search_Lucene in my CakePHP application. The problem is, that when I search for Hebrew words, it always returns empty array. This doesn't occur when I search for latin words, even those that have non-standard characters like ąćę etc. I index pages (that's only use for Lucen

[fw-general] New proposal Zend_View_Helper_Currency

2009-04-07 Thread Thomas Weidner
Hy all, there is a new proposal for a Currency View Helper. http://framework.zend.com/wiki/display/ZFPROP/Zend_View_Helper_Currency+-+Thomas+Weidner Review and comments appreciated Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com

Re: [fw-general] new line character in textarea

2009-04-07 Thread Bart McLeod
oops, sorry for the misinformation. I should have asked if maybe he had added a stringTrim filter, but then he would have lost both newlines...so that leaves us wondering which browser is doing this. Matthew Weier O'Phinney schreef: -- Bart McLeod wrote (on Tuesday, 07 April 2009, 03:47 PM +

Re: [fw-general] Zend_Date Problems

2009-04-07 Thread Daryl Handley
milesap wrote: Hello, I'm fairly new to Zend Framework, so forgive me if this is a really easy question. I have been looking everywhere for a solution. I am trying to get the difference between the current date and a persons birthday to see how old they are. $date = new Zend_Date();

Re: [fw-general] new line character in textarea

2009-04-07 Thread Matthew Weier O'Phinney
-- Bart McLeod wrote (on Tuesday, 07 April 2009, 03:47 PM +0200): > More specifically, this is caused by the default filter 'stringTrim'. You can > set the element filters on the form to change filtering behavior. Actually... there are no default filters on any Zend_Form elements, much less a def

Re: [fw-general] xhr upload

2009-04-07 Thread Brenton Alker
antonis wrote: > Hello, > > I'm trying to make an ajax submission when uploading a file. > > I've got a Form that works fine on server side, but when adding dojo.xhrPost > I get the following errors: > > Notice: Undefined index: tmp_name in > /public_html/myproject/library/Zend/File/Transfer/Ada

[fw-general] xhr upload

2009-04-07 Thread antonis
Hello, I'm trying to make an ajax submission when uploading a file. I've got a Form that works fine on server side, but when adding dojo.xhrPost I get the following errors: Notice: Undefined index: tmp_name in /public_html/myproject/library/Zend/File/Transfer/Adapter/Abstract.php on line 589 N

Re: [fw-general] new line character in textarea

2009-04-07 Thread Bart McLeod
More specifically, this is caused by the default filter 'stringTrim'. You can set the element filters on the form to change filtering behavior. -Bart Vadim Gabriel schreef: Hey, I would assume this to be a standard feature. It trims empty spaces and lines. Why would you want to keep an extra

Re: [fw-general] Zend_Application

2009-04-07 Thread Mon Zafra
svn co http://framework.zend.com/svn/framework/standard/trunk/library/Zend/ -- Mon 2009/4/7 Elvin Şiriyev > Where i can download Zend_Application ? > > i cannot found it in svn. > > thx > > -- > Elvin Şiriyev > http://elvin.siriyev.net >

[fw-general] Zend_Application

2009-04-07 Thread Elvin Şiriyev
Where i can download Zend_Application ? i cannot found it in svn. thx -- Elvin Şiriyev http://elvin.siriyev.net

Re: [fw-general] Zend_Application modules resource in INI

2009-04-07 Thread Marko Korhonen
yup, it worked... thanx! public function __construct($application) { $this->setApplication($application); $key = strtolower($this->getModuleName()); if ($application->hasOption($key)) { // Don't run via setOptions() to prevent duplicate initialization

Re: [fw-general] Zend_Application modules resource in INI

2009-04-07 Thread keith Pope
Sounds like you are experiencing this bug: http://framework.zend.com/issues/browse/ZF-6183 It is easily fixed editing the Zend_Application_Module_Bootstrap and removing the call to setOptions, I assume this will be fixed later, I think the guys are up against it trying to get all this done, pleas

Re: [fw-general] Zend_Application modules resource in INI

2009-04-07 Thread Cristian Bichis
I posted here same problem 1-2 weeks ago also. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com So, adding line: resources.modules = this causes that code runs for a while, and then there is just a blank page? I use Zend_Application

Re: [fw-general] Zend_Application modules resource in INI

2009-04-07 Thread Marko Korhonen
So, adding line: resources.modules = this causes that code runs for a while, and then there is just a blank page? I use Zend_Application from the trunk (moved today from incubator) if I use _initModules function in my bootstrap it works fine... br, Marko keith Pope-4 wrote: > > See below:

Re: [fw-general] Zend_Application modules resource in INI

2009-04-07 Thread keith Pope
See below: 2009/4/7 Marko Korhonen : > > Hi, > > How is the build-in resource "Modules" activated in INI file? > > I have already other resources working nicely: > > autoloadernamespaces.0 = "Zend_" > autoloadernamespaces.1 = "My_" > > phpsettings.display_errors = 0 > phpsettings.error_reporting =

Re: [fw-general] new line character in textarea

2009-04-07 Thread Vadim Gabriel
Hey, I would assume this to be a standard feature. It trims empty spaces and lines. Why would you want to keep an extra empty line? For me for example this is the right way of doing this. And i don't see this as a bug. Vince. On Tue, Apr 7, 2009 at 12:23 PM, Aniketto wrote: > > Hi all, > I am

[fw-general] new line character in textarea

2009-04-07 Thread Aniketto
Hi all, I am using lot many textarea elements in my project. I am facing following problem. 1. Hit Enter 2 times(i.e. enter two empty lines). 2. Enter some text. 3. Now I save this data using a submit button. 4. After submitting when the page reloads one enter(empty line ) in lost. The textarea

[fw-general] Zend_Application modules resource in INI

2009-04-07 Thread Marko Korhonen
Hi, How is the build-in resource "Modules" activated in INI file? I have already other resources working nicely: autoloadernamespaces.0 = "Zend_" autoloadernamespaces.1 = "My_" phpsettings.display_errors = 0 phpsettings.error_reporting = 8191 phpsettings.date.timezone = "Europe/Helsinki" boot