ral repo from Cake's:
git fetch d...@code.cakephp.org:cakephp.git
Does all that look right?
Ben Dilts
On Aug 13, 3:23 am, majna wrote:
> check out thishttp://thechaw.com/wiki/guides/setup
>
> On Aug 13, 1:21 am, BeanDog wrote:
>
>
>
> > The new CakePHP code s
The new CakePHP code site, http://code.cakephp.org/source, says to use
"git clone d...@code.cakephp.org:cakephp.git" to get a copy of the code
(I assume that's the latest 1.2 stable code). However, when I try to
do that, I get the following error:
Permission denied (publickey).
fatal: The remote
Due to the way Apache's mod_rewrite mismanages query string encoding,
$_GET['url'] isn't what I'd hope it would be when there are pluses
encoded (%2B) in the URL.
It looks like replacing line 614 of dispatcher.php with the following
works on my apache config:
if(isset($_SERVER['REDIRECT_URL']))
I've figured out a pretty clean way to make a user registration form
that validates a password confirmation and password strength, without
extending the Auth component or any other trickery.
I wanted some feedback. First, should I be using value=>'' on the
password and password2 form elements?