[fw-general] Committing to milestones branch

2010-09-24 Thread Daniel Latter
RE: Ralph Thanks for the reply on github I have made the amendments you suggested. Sorry to say I only scan read the post you linked to the other day on zfdev so im gonna read that properly tonight :) I am using Git Bash for windows with Github as my remote repo. I currently have all the

Re: [fw-general] Committing to milestones branch

2010-09-24 Thread Matthew Weier O'Phinney
-- Daniel Latter dan.lat...@gmail.com wrote (on Friday, 24 September 2010, 09:12 AM +0100): I have made the amendments you suggested. Sorry to say I only scan read the post you linked to the other day on zfdev so im gonna read that properly tonight :) I am using Git Bash for windows with

Re: [fw-general] Committing to milestones branch

2010-09-24 Thread Michael Ridgway
There is currently a bug in Github's pull request system that doesn't allow us to make a request using the milestone/exception branch as a base: http://support.github.com/discussions/repos/4165-bug-in-pull-request-base-selection Is there another option that we have until this is fixed? - Michael

Re: [fw-general] Committing to milestones branch

2010-09-24 Thread Ralph Schindler
As far as I know, you can make the pull request and I'll still get it. What I suggest is that you put a message in there that refers to the branch of milestones/exceptions. There are not alot of pull requests coming in currently, so it is easy enough to see what is what. Thanks! Ralph On

[fw-general] Template Fall Back

2010-09-24 Thread ZED MASTER
Hi, Is there any implementation of Template Fall Back to Zend Framework? Or any library for PHP (using in ZF)? Thanks Zed

Re: [fw-general] Template Fall Back

2010-09-24 Thread Ralph Schindler
Can you explain in a bit more detail what you are attempting to accomplish (or see accomplished?) Given what you are asking, it seems like you are talking about default template in behavior and/or automatically selected view scripts? If you are talking themes, that is more of a concern for

Re: [fw-general] Committing to milestones branch

2010-09-24 Thread Daniel Latter
Thanks, Ive submitted another pull request to the changes I have made to my master (zf2) fork on GitHub, indicating the milestones/exceptions branch. I'll await to get response then go from there. Thanks again for your patience.

Re: [fw-general] Template Fall Back

2010-09-24 Thread Daniel Latter
not that I know of but what your saying would be easy to accomplish using Zend_Layout and in particular the setLayout() method. Daniel.

[fw-general] Status (or any known limitations/problems) with Ms sql and zend_db

2010-09-24 Thread robert mena
Hi, I am about to start a new project that will involve access a Microsoft Sql server 2005 (if I recall correctly). Since I plan to do it using Zend_Db I'd like to know if there are any know problems, limitations or special points that I should be aware of while using the driver from zend_db.

Re: [fw-general] Problems with Zend_Dojo and blank screens in Firefox

2010-09-24 Thread Ralf Eggert
Hi again, unfortunately, the blank screens still appear irregularly. Sometimes I cannot reproduce it at all, then again it happens on every third request. My guess is that it is still connected to the fact that all the XHR requests are sent which should because of the layer I build. Has any one