[fw-general] Segmented routes with regex

2010-03-17 Thread Andries Seutens
Hi all, I'm looking for the best way to match any of the following url's domain.com/nl/inhoud/over-ons domain.com/nl/inhoud/over-ons/kaart -- domain.com/en/content/about-us domain.com/en/content/about-us/map I have created the following segments: $nl = array( 'lng' => 'nl', 'content

[fw-general] Re: [fw-mvc] Binary response

2008-04-29 Thread Andries Seutens
in your controller: $this->_helper->viewRenderer->setNoRender(true); Best, Andriesss Giorgio Sironi schreef: 2008/4/29 Andries Seutens <[EMAIL PROTECTED]>: use: return; instead :) If I use return in the helpers, nothing changes. The same happen in the controller. I g

Re: [fw-general] Interaction between Zend_Form_Elements during validation

2008-04-28 Thread Andries Seutens
Hi Xavier, Please see: http://framework.zend.com/issues/browse/ZF-2115 I'm working on it... Best, Andriesss Xavier Vidal Piera schreef: Hi I'd like to know which is the best approach to build complex forms with Zend_Form. As a example, in a "Register User" form we can find the typical "

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

2008-04-07 Thread Andries Seutens
Matthew, Congratz, this is very much deserved, and seems like a perfect fit! Keep up the good work! Best, Andriesss Wil Sinclair schreef: Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/ Yikes! I knew there was something I

Re: [fw-general] Admin Area

2008-04-05 Thread Andries Seutens
Rob, This is exactly the way how i do it. I think it makes a good use case for in the documentation. Best, Andriesss Rob Allen schreef: On 4 Apr 2008, at 05:35, Greg Freeman wrote: What is the best method for creating an admin area for a zend framework application? I've done it in two

[fw-general] Zend_Form add custom error messages

2008-03-24 Thread Andries Seutens
Hi, I can't seem to be able to figure out how I can add custom errors to certain error decorators of the form. Take for instance that I have a user signup, where the username field has to be unique. When the user enters a username which already exists in the database, I'd like to push an err

Re: [fw-general] New ZF site home page broken under Firefox/Debian

2008-03-18 Thread Andries Seutens
Hi Wil, I've brought this up before, and the reason not to do this was because it breaks the open source jira license. The zf website is not yet open sourced (closed product), so we can not use the (free) jira license for this. Please correct me if i'm wrong :) Best, Andries Wil Sinclair

Re: [fw-general] 1.5 Release Candidate 1

2008-02-27 Thread Andries Seutens
Hi Matthew, this is now filed: http://framework.zend.com/issues/browse/ZF-2738 Best, Andriesss Matthew Weier O'Phinney schreef: -- Andries Seutens <[EMAIL PROTECTED]> wrote (on Wednesday, 27 February 2008, 09:28 AM +0100): I am testing the 1.5 Release Candidate 1 fo

Re: [fw-general] 1.5 Release Candidate 1

2008-02-27 Thread Andries Seutens
ndard. ( I translated this for the german docu yesterday, so dont ask me details :-) ) Hope it helps... Greetings Thomas Weidner, I18N Team Leader http://www.thomasweidner.com - Original Message ----- From: "Andries Seutens" <[EMAIL PROTECTED]> To: "Zend Framework General

[fw-general] 1.5 Release Candidate 1

2008-02-27 Thread Andries Seutens
Hey guys, I am testing the 1.5 Release Candidate 1 for backwards compatibility, and I encountered the following problem: I am trying to call the following controller/action: /clients.coaching/overview, this translates to ClientsCoachingController::overviewAction(). In the 1.0.3 release, whe

Re: [fw-general] JIRA Client license for any Zend Framework developer

2008-02-04 Thread Andries Seutens
This is great news! Thanks! Andries Seutens http://andries.systray.be Simone Carletti schreef: Hi all, Igor Sereda, the chief developer of JIRA Client and owner of ALM Works, has provided a JIRA Client license for free for any Zend Framework developer. If you don't know JIRA Client,

Re: [fw-general] Zend_Cache miss when cache-object is empty

2008-01-28 Thread Andries Seutens
You should use: if (false === ($data = $cache->load($cacheId))) { // cache miss } best, Andries Seutens http://andries.systray.be reto schreef: Hi everyone, I just realized, that with the code-snippet from the Zend_Cache-documentation an empty cache-object behaves like a cache-m

Re: [fw-general] Zend_Feed and pubDate

2008-01-26 Thread Andries Seutens
tp://xx/view/index/product/Sony-Vaio-VGNFZ21Z-Laptop-PC-VGNFZ21ZCEK--154inch-Laptop-Case--USB-Mini-Mouse--Norton-Internet-Security-2008-OEM--Logitech-Z10-Speaker-p-0010704354705113 *Sat, 26 Jan 2008 11:58:37 +* how can this be possible? Andries Seutens wrote: An

Re: [fw-general] Zend_Feed and pubDate

2008-01-26 Thread Andries Seutens
x27;link' => 'url to a feed entry', 'description' => 'short version of a feed entry', 'content' => 'long version', 'lastUpdate' => mktime(null, null, null, 1, 1, 2007), &#

Re: [fw-general] Zend_Feed and pubDate

2008-01-26 Thread Andries Seutens
Hello Bill, Zend_Feed's date format expects a timestamp format. It will automaticly convert it to the RFC format. So instead of providing a string date, provide a timestamp, like so: $feedData = array( 'title' => 'title of the feed', 'link'=> 'canonical url to the feed',

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] Reminder - code freeze for 1.5.0 Preview Release Tue, Jan 22 21:00 (PST)

2008-01-18 Thread Andries Seutens
Hi, I'm also very curious when Zend_TimeSync finally will be promoted to core. It has been in incubator for more than a year now, and it has been stabalized. Thomas did an excellent job on the docs & simplifying the API further. Thanks Thomas, it was nice working with you on this component.

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

2008-01-18 Thread Andries Seutens
Hello Darby, so how are we supposed to know what releases are coming when? jira used to have the next release or two listed in roadmap, but not anymore? This used to help a lot, and cleared a lot of confusion. best, Andries Seutens http://andries.systray.be Darby Felton schreef: Where

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

2008-01-18 Thread Andries Seutens
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, This message is a reminder that the "code freeze" for the 1.5.0 Preview Release is currently scheduled for next T

Re: [fw-general] Can anyone describe?

2008-01-17 Thread Andries Seutens
ws, controllers, etc ... above the document root, this way they cannot be accessed directly trough the browser. More info here: http://tinyurl.com/359z5b Best, Andries Seutens http://andries.systray.be ashish.sharma schreef: Thanks for your prompt reply. I have written the following code in

Re: [fw-general] Can anyone describe?

2008-01-16 Thread Andries Seutens
Hi, phtml, stands for php html... you can modify it like so: $viewRenderer = Zend_Controller_Action_HelperBroker::getStaticHelper('viewRenderer'); $viewRenderer->setViewSuffix('html'); Best, Andries Seutens http://andries.systray.be ashish.sharma schreef: Hello

Re: [fw-general] 1.0.4?!?!

2008-01-16 Thread Andries Seutens
Hi Will, I'd like to encourage to do another mini-release like you suggest. +1 Best, Andriesss Wil Sinclair schreef: Hi all, as 1.5 begins to take shape, I'd like to get people's opinions about squeezing one last mini release out of the 1.0 branch. While there is no concrete reason I'm aware

[fw-general] Zend_Rtf

2008-01-14 Thread Andries Seutens
proposal: http://tinyurl.com/2dovch Sorry for cross-posting, but this affects both lists. Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] wiki

2008-01-14 Thread Andries Seutens
Never mind, it's up again. Had a flat-line for a moment. Best, Andries Seutens http://andries.systray.be Andries Seutens schreef: Hi, could someone restart confluence please? Best, Gecontroleerd op virussen

[fw-general] wiki

2008-01-14 Thread Andries Seutens
Hi, could someone restart confluence please? Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] RTF

2008-01-11 Thread Andries Seutens
Hi Willie, I hereby declare that i'll take this as challenge for 2008 ;)! http://framework.zend.com/wiki/display/ZFPROP/Zend_Rtf+-+Andries+Seutens Best, Andries Seutens http://andries.systray.be Willie Alberty schreef: On Jan 8, 2008, at 2:17 AM, Andries Seutens wrote: Is there a

[fw-general] RTF

2008-01-08 Thread Andries Seutens
Hi, Is there anyone doing work on an RTF component for Zend Framework? Are there people interested in such a component? Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

[fw-general] Re: Zend_Form and 2 step view demo

2008-01-07 Thread Andries Seutens
with. Best, Andries Seutens http://andries.systray.be [EMAIL PROTECTED] schreef: So my point of view... first point: Simply because it's possible create an instance of Zend_Form_Abstract you do it? Sorry, this isn't an argument. If you see the mistake (normally before writing the arti

Re: [fw-general] Re: Zend_Form and 2 step view demo

2008-01-07 Thread Andries Seutens
? Another question: currently, in my view i have to do: form->render($this); ?> note the $this. Wouldn't it be more conventient to use the HelperBroker, and check for the current view if $view === null? Best, Andries Seutens Matthew Weier O'Phinney schreef: -- Andries Seutens &

[fw-general] Re: Zend_Form and 2 step view demo

2008-01-07 Thread Andries Seutens
to hopefully provide valueable feedback to Matthew. Best, Andries Seutens

Re: [fw-general] Re: Zend_Form submit API

2008-01-07 Thread Andries Seutens
Hi Matthew, Sure thing, I realize that :). If you need help in some areas, let me know. Best, Andries Seutens http://andries.systray.be Matthew Weier O'Phinney schreef: Remember, it's a PROTOTYPE, not final code. :-) Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Re: Zend_Form submit API

2008-01-07 Thread Andries Seutens
this->_elements[$key]->setValue($value); } } return $this; } But that's just detail :) Andries Seutens http://andries.systray.be Matthew Weier O'Phinney schreef: -- Simon Mundy <[EMAIL PROTECTED]> wrote (on Monday, 07 January 2008, 04:25 PM

[fw-general] Zend_Form and 2 step view demo

2008-01-06 Thread andries . seutens
undefined

Re: [fw-general] Zend_Locale::getCountryTranslationList - sort by countryname instead of key?

2007-12-19 Thread Andries Seutens
Do you have your locale set properly? If not, use: setlocale|(LC_ALL, |'de_DE'); Best, Andries Seutens http://andries.systray.be Dennis Becker schreef: Ok, I don't loose the keys but characters like Ö are still at the end ... natsort() does not support those flags - that w

Re: [fw-general] Zend_Locale::getCountryTranslationList - sort by countryname instead of key?

2007-12-19 Thread Andries Seutens
asort that is, my bad. Andries Seutens http://andries.systray.be Andries Seutens schreef: sort($countryList, SORT_LOCALE_STRING); ? Andries Seutens http://andries.systray.be Dennis Becker schreef: Hi *, is there a function how I can easily sort the array of Zend_Locale

Re: [fw-general] Zend_Locale::getCountryTranslationList - sort by countryname instead of key?

2007-12-19 Thread Andries Seutens
sort($countryList, SORT_LOCALE_STRING); ? Andries Seutens http://andries.systray.be Dennis Becker schreef: Hi *, is there a function how I can easily sort the array of Zend_Locale::getCountryTranslationList by countryname instead of the array-key? I thought I can use a something like

Re: [fw-general] Action, Partial, and PartialLoop view helpers merged to core

2007-12-11 Thread Andries Seutens
Now we're talking! I was waiting for these =) Thanks Matthew and Paddy, this sure does sound promising! Best, Andriesss Matthew Weier O'Phinney schreef: Greetings! The Action, Partial, and PartialLoop view helpers have now been merged to core. * Action allows you to dispatch a single co

Re: [fw-general] Wiki is dead

2007-12-07 Thread Andries Seutens
Hi Guys, It's down again? Andries Seutens http://andries.systray.be Wil Sinclair schreef: It's working now. That was an unplanned outage due to a backup that seems to have consumed all the memory, but I will be taking the server down for upgrades of both JIRA and Confluence in th

[fw-general] Zend_Mail Transports and newlines

2007-12-07 Thread Andries Seutens
ients when using Zend_Mail_Transport_Sendmail from a Windows box. These problems do not occur when using Zend_Mail_Transport_Smtp. Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

[fw-general] Validate Barcode

2007-12-02 Thread Andries Seutens
? Any feedback is appreciated! Best regards, Andries Seutens

Re: [fw-general] zf command line application?

2007-11-20 Thread Andries Seutens
ki/display/ZFDEV/Prototyping+Scripts However, there is currently noone that has the lead for this project. -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Zend ACL - remove Roles or resources

2007-11-14 Thread Andries Seutens
rce('newsletter')); $acl->addRole(new Zend_Acl_Role('guest')) ->addRole(new Zend_Acl_Role('member')) ->addRole(new Zend_Acl_Role('admin')); Thanks for any assistance! Why would you want to remove a role / resource? Just don&

Re: [fw-general] Zend Upload

2007-11-13 Thread Andries Seutens
: Hi all: Does anybody already have written an upload class for Zend Framework? If yes, would it be possible to share the code. Thanks, Gunter -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Zend_View_Helper_FormRadio support for id attribute

2007-11-06 Thread Andries Seutens
Hi, it does supppor the id attribute. See the 3th parameter in the formRadio method: public function formRadio($name, $value = null, $attribs = null, $options = null, $listsep = "\n") { } usage: $this->formRadio('foo', 'bar', array('id' =>

Re: [fw-general] weird character

2007-10-29 Thread Andries Seutens
er, you are able to remove the UTF-8 BOM. You could also change the file's encoding to ASCII if you don't need UTF-8. Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Re: Zend_XmlRpc and exception handling

2007-10-23 Thread Andries Seutens
Matthew Weier O'Phinney schreef: -- Andries Seutens <[EMAIL PROTECTED]> wrote (on Tuesday, 23 October 2007, 08:52 AM +0200): I am trying to throw an exception in one of my service objects (XmlRpc), but for some reason, I always get an unknown error, instead of the one that I ha

Re: [fw-general] Unsubscribing

2007-10-23 Thread Andries Seutens
email address. Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

[fw-general] Zend_XmlRpc and exception handling

2007-10-22 Thread Andries Seutens
d the fault exception to the XmlRpc server, like so: $server = new Zend_XmlRpc_Server(); Zend_XmlRpc_Server_Fault::attachFaultException('Sanmax_Webservice_Exception'); Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] FlashMessenger and Controller plugins - Help wanted

2007-10-16 Thread Andries Seutens
Hi, I am not using redirect(), nor forward(). I would like to stay in the current request. Best, Andries Seutens Shekar C Reddy schreef: I meant page redirect() instead of page forward(). Session write-closes and re-reads on redirect/exit. On 10/16/07, *Shekar C Reddy* <[EM

Re: [fw-general] FlashMessenger and Controller plugins - Help wanted

2007-10-16 Thread Andries Seutens
lauren49 schreef: Andries Seutens wrote: Zend_Session_Namespace::setExpirationHops(). Oh, sweet! A much better solution than "I don't think that's possible". :) Thanks for posting it. - Lauren Apperently I was to quick. It still does not work. Anybody

Re: [fw-general] FlashMessenger and Controller plugins - Help wanted

2007-10-14 Thread Andries Seutens
Oopz! I didnt read your whole message. I looked at FlashMessenger's code, and I noticed that it uses Zend_Session_Namespace::setExpirationHops(). By overriding the addMessage method, and leaving this method call out, my problem is solved. Thanks! -- Andries Seutens

Re: [fw-general] FlashMessenger and Controller plugins - Help wanted

2007-10-14 Thread Andries Seutens
I'm still waiting for the magic answer :). Best, -- Andries Seutens http://andries.systray.be lauren49 schreef: You may have already solved this but I figured I'd post it in case it helps anyone else. I've implemented your solution and experienced the same issue. Andrie

Re: [fw-general] nested foreach

2007-10-10 Thread Andries Seutens
Use a for loop instead of a foreach. Best, -- Andries Seutens http://andries.systray.be Waigani schreef: Hi All, It seems that while() does not allow you to copy arrays (eg $array2 = $array1;) and foreach does not allow you to manipulate the array pointer. I need to do both. My main

[fw-general] HTTP Client

2007-10-09 Thread Andries Seutens
ient = new Zend_Http_Client('http://foo.be/servicemanager/', array( 'timeout' => 30, 'keepalive' => true ) ); $client->setCookieJar(); $client->setAuth('xx', 'xx', Zend_Http_Client::AUTH_BASIC); $response = $client->request(&#x

Re: [fw-general] ZendCon

2007-10-08 Thread Andries Seutens
Ralph Schindler schreef: Richard Thomas wrote: Any planned meetups? When and where, I have already found Darby and Matthew.. and a few other zenders. From the framework though, not that many so far -ralph Feel free to pick me up @ Neerpelt, Belgium! ;) -- Andries Seutens http

Re: [fw-general] UTF-8 and Views... weird chars

2007-10-05 Thread Andries Seutens
nd to your files, as this could inject unwanted characters into your output. -- snip Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Wiki down?

2007-10-04 Thread Andries Seutens
ahoo.com/;_ylc=X3oDMTFhN2hucjlpBF9TAzk3NDA3NTg5BHBvcwM1BHNlYwNncm91cHMEc2xrA2VtYWlsLW5jbQ-->on Yahoo! Travel. Yes, it's working again. It was down this morning, when all you americans were sleeping ;). Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op

[fw-general] FlashMessenger and Controller plugins - Help wanted

2007-10-04 Thread Andries Seutens
if (!$tslModel->validate()) { return; } } } } The error messages do not show up, until I press the submit button for the 2nd time, or go to a different controller/action. Any ideas/suggestions? Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] zfinfo() like phpinfo()?

2007-08-29 Thread Andries Seutens
* routes * config files * view paths * database adapters * various flags It would be best to get system info from the people who wrote the system. cheers, pat Hi, http://framework.zend.com/wiki/x/hQQ is kinda into this direction. Best, -- Andries Seutens http://andries.systray.be

Re: [fw-general] Beginner demo - feed reader

2007-08-20 Thread Andries Seutens
ruine the concept of the demo; which was a simple introduction to the Zend Framework, and not to different kinds of feeds. Best regards, -- Andries Seutens http://andries.systray.be Markus Wolff schreef: Am Samstag, den 14.07.2007, 12:38 +0200 schrieb Andries Seutens: Hi all, I have

Re: [fw-general] geeting last inserted id

2007-08-20 Thread Andries Seutens
. This method returns the last value generated in the scope of the current database connection. For example: $db->insert('bugs', $data); // return the last value generated by an auto-increment column $id = $db->lastInsertId(); Best, -- Andries Seutens http://andries.systray.b

Re: [fw-general] Demo application?

2007-08-11 Thread Andries Seutens
appel schreef: That being said. I can't be arsed with reading some half cooked tutorials on some blogs. I just want to get started, I don't want to read for many days to get simple things going. Check: http://andries.systray.be/zf-demos/feed-reader/ Best, Andriesss

Re: [fw-general] ZF Book

2007-08-02 Thread Andries Seutens
Hi, I'm not going to put any names here, but my *super-duper-secret* sources have told me that there's work in progress. Just be patient, and keep your eyes open is the message ;) Best, -- Andries Seutens http://andries.systray.be Ronald Becher schreef: Hello, I'm not t

Re: [fw-general] Using zend framework

2007-07-25 Thread Andries Seutens
/2007/06/18/zend-framework-just-get-me-started-okay/ Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Zend_Search_Lucene and authentication

2007-07-25 Thread Andries Seutens
the Nutch project, which provides this functionality as well: http://lucene.apache.org/nutch/ Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Re: Lifecycle Handling

2007-07-17 Thread Andries Seutens
Hi, I do similar, with a tool named WinMerge, gotta love Open Source :). http://winmerge.org/ Best, -- Andries Seutens http://andries.systray.be Bill Karwin schreef: Yes, the best working practice is to maintain two svn working copies. One for trunk, and one for the branch (remember to

Re: [fw-general] Proposal Authors: Ready for Review?

2007-07-17 Thread Andries Seutens
;ll see the "space" label, with a dropdown box. To the right of that dropdown box, there's a text field with the label "Parent Page". If your proposal is currently on the "New Proposals" page, the text field will display "New Proposals". Change this val

Re: [fw-general] Are ZF's GENERAL components I18N/L10n ready yet?

2007-07-16 Thread Andries Seutens
r, will depend on your project requirements / system architecture. Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

[fw-general] Beginner demo - feed reader

2007-07-14 Thread Andries Seutens
bootstrap file - An index controller (welcome page) - An error controller (404, and other application errors) - A feed controller, to read RSS feeds - A default configuration file, with 2 stages (production, staging) Feel free to use it :) Best, Andries Seutens http://andries.systray.be

Re: [fw-general] Models, Objects and RDBMS - Best Practise

2007-07-13 Thread Andries Seutens
Hi, I have to admit that I agree with Simon on this one. Don't over-engineer your application, KISS. Best, -- Andries Seutens http://andries.systray.be Simon Mundy schreef: Perhaps I've missed something here, but why are you extending your classes to the nth degree to achie

Re: [fw-general] Session data getting erased on another page

2007-07-12 Thread Andries Seutens
Hi Matt, Are you working with iframes, and testing in IE 7? There is a bug/security feature in IE 7, when working with sessions and iframes ... Best, -- Andries Seutens http://andries.systray.be Darby Felton schreef: Hi Matt, It's hard to say what might be the problem in your situ

[fw-general] Zend_Validate_Barcode_EAN13 - Ready for review

2007-07-03 Thread Andries Seutens - Sanmax bvba.
Dear all, There's a new proposal ready for review: http://framework.zend.com/wiki/x/Uog I will not duplicate the content of the wiki page in this mail, so checkout the wiki page :). Best, -- Andries Seutens Web Developer - Sanmax bvba. Tel.:070/25.02.36 Fax: 089/62.06.60 E

Re: [fw-general] Zend_Validate_Barcode_EAN13 - Ready for review

2007-07-03 Thread Andries Seutens
Andries Seutens schreef: Dear all, There's a new proposal ready for review: http://framework.zend.com/wiki/x/Uog I will not duplicate the content of the wiki page in this mail, so checkout the wiki page :) . Best, Dear all, In addition to the EAN13 validator I have added anot

[fw-general] Zend_Validate_Barcode_EAN13 - Ready for review

2007-07-03 Thread Andries Seutens
Dear all, There's a new proposal ready for review: http://framework.zend.com/wiki/x/Uog I will not duplicate the content of the wiki page in this mail, so checkout the wiki page :) . Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Re: Zend_Validate_Alnum::isValid evaluating alnum strings as false

2007-06-28 Thread Andries Seutens
Issue resolved in r5468. Andries Seutens http://andries.systray.be Andries Seutens schreef: Updated version attached ... Hard to test like this... can i gain access to your system somehow? if so, please mail me the details in private email. Best, Andries Seutens http://andries.systray.be

Re: [fw-general] Re: Zend_Validate_Alnum::isValid evaluating alnum strings as false

2007-06-28 Thread Andries Seutens
Updated version attached ... Hard to test like this... can i gain access to your system somehow? if so, please mail me the details in private email. Best, Andries Seutens http://andries.systray.be Julian Davchev schreef: *Warning*: preg_replace() [function.preg-replace <h

Re: [fw-general] Re: Zend_Validate_Alnum::isValid evaluating alnum strings as false

2007-06-28 Thread Andries Seutens
Julian, That's "good" news in some way ;). I sent a patch to the mailing list about an hour ago, please try that version, and let me/us know if it works. Make note that you will not be able to filter UTF-8 strings... Best, Andries Seutens http://andries.systray.be Julian

Re: [fw-general] Re: Zend_Validate_Alnum and Zend_Validate_Alpha failing(ZF1.0RC3)

2007-06-28 Thread Andries Seutens
One note with this patch of course UTF-8 supports get's dropped when PCRE isn't compiled with UTF-8 and Unicode stuff support. Best, Andries Seutens http://andries.systray.be Andries Seutens schreef: Pádraic, Please try my patched version attached. Let me know if it wor

Re: [fw-general] Re: Zend_Validate_Alnum and Zend_Validate_Alpha failing(ZF1.0RC3)

2007-06-28 Thread Andries Seutens
Pádraic, Please try my patched version attached. Let me know if it works, please. Best, Andries Seutens http://andries.systray.be Pádraic Brady schreef: JIRA is down at the moment... I can confirm openSuse as a problem - I've been updated around the packaged versions for some

Re: [fw-general] Re: Zend_Validate_Alnum::isValid evaluating alnum strings as false

2007-06-28 Thread Andries Seutens
ee "PCRE is not compiled with UTF-8 and Unicode support" ... ? Let me/us know if this isn't the case, because that would be really weird. Best, Andries Seutens http://andries.systray.be We are also having problems using Zend_Validate_Alpha and Zend_Validate_Alnum but only on our

Re: [fw-general] Wiki & Jira down

2007-06-26 Thread Andries Seutens
Thomas Weidner schreef: Hy... once again is the wiki & jira server down. Please pay the electricity bill for the servers ;-)) Waiting for restart... Greetings Thomas I18N Team Leader Lol! Just for the heck of it, i'm going to turn the wikification off for a few days, and see if it helps .

Re: [fw-general] Deployment dependent code

2007-06-25 Thread Andries Seutens
Right, it only takes a bad sys admin to put the doors wide open :). Bset, Andries Seutens Kevin McArthur schreef: I know andries knows this, but for those others on the list, the security issues with $_SERVER are simply related to where that data comes from. HTTP_HOST for example comes from

Re: [fw-general] Deployment dependent code

2007-06-25 Thread Andries Seutens
Kevin, I am saying that you shouldn't trust the $_SERVER superglobal as much as most people think. If you use it, just make sure you take the proper security precautions. Best, Andries Seutens Kevin McArthur schreef: I must disagree. There is no viable way for an attacker to overr

Re: [fw-general] Deployment dependent code

2007-06-25 Thread Andries Seutens
fining a constant or similar. Best, Andries Seutens http://andries.systray.be

Re: [fw-general] Zend_Validate_Alnum::isValid evaluating alnum strings as false

2007-06-22 Thread Andries Seutens
, Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, by Derick Rethans Best, Andries Seutens Andries Seutens schreef: Hi, Sorry, but nor "foobar1" and "[EMAIL PROTECTED]" would *not* pass this validator, as they are *not* "AlNum"... Your result: "foobar1:false

Re: [fw-general] Zend_Validate_Alnum::isValid evaluating alnum strings as false

2007-06-22 Thread Andries Seutens
Hi, Sorry, but nor "foobar1" and "[EMAIL PROTECTED]" would *not* pass this validator, as they are *not* "AlNum"... Your result: "foobar1:false [EMAIL PROTECTED]:false" is pretty ok Best, Andries Seutens Darby Felton schreef: Hi Graham, I j

Re: [fw-general] showing simple success/error messages. zf workflow

2007-06-22 Thread Andries Seutens
est, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Problems with modular system

2007-06-21 Thread Andries Seutens
at was going on for a few days, because when turned on: $response->isException() evaluates to true, but actually you get a valid response, which is from the ErrorController. This could be confusing... Best, Andries Seutens http://andries.systray.be

Re: [fw-general] Zend Framework 1.0 - An Overview - Recording?

2007-06-21 Thread Andries Seutens
pped here soon: http://www.zend.com/webinar Best, -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] Zend Framework Cli Tool

2007-06-20 Thread Andries Seutens
r the Zend Framework isn't Symfony ... I have recently published a small article to get you started on the ZF. There's a modular and conventional "app" available at: http://andries.systray.be/blog/2007/06/18/zend-framework-just-get-me-started-okay/ Best, -- Andries Seu

Re: [fw-general] No way to get invalid data from Zend_Filter_Input

2007-06-20 Thread Andries Seutens
That is correct, Zend_Filter_Input doesnt do any encapsulation of your data. Thus you can still use: $_POST or $this->getRequest()->getParam('foo') when using ZF's MVC. Best, Andries Seutens http://andries.systray.be Pádraic Brady schreef: Hi Eric, From what I rec

Re: [fw-general] Zend_Validate_Uri

2007-06-18 Thread Andries Seutens
anel_invite.asp?a=7> No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.9.0/852 - Release Date: 17/06/2007 8:23 -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

[fw-general] Feel free to use my setup

2007-06-17 Thread Andries Seutens
rty test should tell you if it works: http://localhost//document_root/ You should see "hooray application is running." if everything went fine. Best regards, Andries Seutens conventional.rar Description: Binary data

Re: [fw-general] Dutch PHP Conference

2007-06-17 Thread Andries Seutens
features, and going into use-case details + marketing in a 45 minute session is tough. Best, Andries Seutens http://andries.systray.be Now I've been trying out ZF and even rolling out small projects based on the early releases. After all that blood, sweat and tears from you guys and t

Re: [fw-general] Accessing View from a Plugin?

2007-06-15 Thread Andries Seutens
')->view; $view->assign('foo', 'bar'); Best, Andries Seutens http://andries.systray.be

Re: [fw-general] I have problem with Zend_Controller_Action->render

2007-06-15 Thread Andries Seutens
did so in a site of mine while developing this, and reduced my controller code by > 20%, and eliminated several subclasses and plugins I'd created. -- Matthew Weier O'Phinney PHP Developer| [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/ -- Andries Seutens http://andries.systray.be Gecontroleerd op virussen door de JOJO Secure Gateway.

Re: [fw-general] PHP.net-like manual?

2007-06-14 Thread Andries Seutens
pages. But, until now, nobody has used it... If you haven't done so already, you may create your own account at any time. To comment on an existing page, you must email us your JIRA account name, and ask for posting privileges. Spammers forced us to use this new approval process. Best, Andri

Re: [fw-general] PHP.net-like manual?

2007-06-14 Thread Andries Seutens
: http://framework.zend.com/wiki/display/ZFDOCDEV/Home Best, Andries Seutens

Re: [fw-general] Zend Framework Presentation

2007-06-12 Thread Andries Seutens
Thomas, This looks very good! I feel even worse now, for not going there. Great work! Best, Andries Seutens http://andries.systray.be Thomas Weidner schreef: Hy fellows, I held an presentation about the Zend Framework some days ago. As not all of you where there... I want to share the

Re: [fw-general] Zend_Locale_Format::toNumber

2007-06-09 Thread Andries Seutens
end.org.uk/~sgtatham/bugs.html ;) Best, Andries Seutens http://andries.systray.be Thomas Weidner schreef: Reading through the issue you may have mentioned that I requested some detailed infos. Until now no one was able to give the detailed info and I was not able to reproduce it for now. Without

  1   2   3   >