Re: [CakePHP : The Rapid Development Framework for PHP] #6336: XSS Vulner (index.php/anystuff here)

2009-05-04 Thread CakePHP : The Rapid Development Framework for PHP
:| -+-- Comment (by ionas82): Btw.: After adding the fix it displays the regular 404 page:[[BR]] Error: The requested address '/index.php/%22%3E%3Ch1%3EHeya%3C/h1%3E' was not found on this server. -- Ticket URL: <https://trac.cakephp.org/ticket/6336#comment:4> CakePHP : The R

Re: [CakePHP : The Rapid Development Framework for PHP] #6336: XSS Vulner (index.php/anystuff here)

2009-05-04 Thread CakePHP : The Rapid Development Framework for PHP
.org/ticket/6336#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to

Re: [CakePHP : The Rapid Development Framework for PHP] #6336: XSS Vulner (index.php/anystuff here)

2009-05-04 Thread CakePHP : The Rapid Development Framework for PHP
:| -+-- Comment (by bakyt.niyazov): sorry {{{ $_SERVER['PHP_SELF'] = $_SERVER['SCRIPT_NAME']; }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6336#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid developm

Re: [CakePHP : The Rapid Development Framework for PHP] #6336: XSS Vulner (index.php/anystuff here)

2009-05-04 Thread CakePHP : The Rapid Development Framework for PHP
cakephp.org/ticket/6336#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is t

[CakePHP : The Rapid Development Framework for PHP] #6336: XSS Vulner (index.php/anystuff here)

2009-05-04 Thread CakePHP : The Rapid Development Framework for PHP
und before.. http://www.example.com/index.php/index.php/";>Heya -- Ticket URL: <https://trac.cakephp.org/ticket/6336> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known desi

[CakePHP : The Rapid Development Framework for PHP] #6335: redirect in cakephp not working

2009-05-03 Thread CakePHP : The Rapid Development Framework for PHP
x27;); is not working please suggest me why it is not redirecting to the homepage.ctp.. -- Ticket URL: <https://trac.cakephp.org/ticket/6335> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses common

[CakePHP : The Rapid Development Framework for PHP] #6334: Missing plugin view when plugin name contain multiple words

2009-05-03 Thread CakePHP : The Rapid Development Framework for PHP
rg/ticket/6334> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a st

Re: [CakePHP : The Rapid Development Framework for PHP] #6333: Custom prefix should be appended to the url based on current url by router during url generation

2009-05-02 Thread CakePHP : The Rapid Development Framework for PHP
be appended to the url based on current url by router during url generation -- Ticket URL: <https://trac.cakephp.org/ticket/6333#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for

Re: [CakePHP : The Rapid Development Framework for PHP] #6333: Custom prefix is not set to true by default during url generation by router

2009-05-02 Thread CakePHP : The Rapid Development Framework for PHP
before posting, its just not my day :( -- Ticket URL: <https://trac.cakephp.org/ticket/6333#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecor

Re: [CakePHP : The Rapid Development Framework for PHP] #6333: Custom prefix is not set to true by default during url generation by router

2009-05-02 Thread CakePHP : The Rapid Development Framework for PHP
Ticket URL: <https://trac.cakephp.org/ticket/6333#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and

[CakePHP : The Rapid Development Framework for PHP] #6333: Custom prefix is not set to true by default during url generation by router

2009-05-02 Thread CakePHP : The Rapid Development Framework for PHP
rates: /foo/bar # and not: /profile/foo/bar }}} [[BR]] [[BR]] Would it be possible to have a consistent behavior and the default value for the custom prefix also be taken based on current url as its done for admin urls. -- Ticket URL: <https://trac.cakephp.org/ticket/6333> CakePHP : The R

Re: [CakePHP : The Rapid Development Framework for PHP] #4709: Set::combine returns array_combine warning when encountering an empty array

2009-05-01 Thread CakePHP : The Rapid Development Framework for PHP
techlands did, first Set::extract and then array_combine. -- Ticket URL: <https://trac.cakephp.org/ticket/4709#comment:10> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design p

Re: [CakePHP : The Rapid Development Framework for PHP] #4709: Set::combine returns array_combine warning when encountering an empty array

2009-05-01 Thread CakePHP : The Rapid Development Framework for PHP
ne warning because the found values are less then the found keys //how i got around this $foundKeys = Set::extract('/id', $test['MainModel']); $foundValues = Set::extract('/SubModel/id', $test['MainModel']); if (count($foundKeys) == count($foundValues)) {

Re: [CakePHP : The Rapid Development Framework for PHP] #6245: HABTM primaryKey identified in one direction only, bad DELETE queries

2009-05-01 Thread CakePHP : The Rapid Development Framework for PHP
| -+-- Comment (by cuppett): I have put up the test scenario... any new comments or thoughts here? -- Ticket URL: <https://trac.cakephp.org/ticket/6245#comment:6> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cak

Re: [CakePHP : The Rapid Development Framework for PHP] #6332: On creating forms in cakephp , i m getting error

2009-04-30 Thread CakePHP : The Rapid Development Framework for PHP
;https://trac.cakephp.org/ticket/6332#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our pri

Re: [CakePHP : The Rapid Development Framework for PHP] #5492: Proposing default validation options Model::saveAll() to 'first'

2009-04-30 Thread CakePHP : The Rapid Development Framework for PHP
So nate please re-consider having this in 1.3 release :) -- Ticket URL: <https://trac.cakephp.org/ticket/5492#comment:4> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design p

Re: [CakePHP : The Rapid Development Framework for PHP] #4287: [PATCH] MSSQL SELECT text datatype returns error under Windows

2009-04-30 Thread CakePHP : The Rapid Development Framework for PHP
L: <https://trac.cakephp.org/ticket/4287#comment:5> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. O

Re: [CakePHP : The Rapid Development Framework for PHP] #5318: Allow more than one extension to shell class.

2009-04-30 Thread CakePHP : The Rapid Development Framework for PHP
<https://trac.cakephp.org/ticket/5318#comment:5> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary go

Re: [CakePHP : The Rapid Development Framework for PHP] #4287: [PATCH] MSSQL SELECT text datatype returns error under Windows

2009-04-30 Thread CakePHP : The Rapid Development Framework for PHP
URL: <https://trac.cakephp.org/ticket/4287#comment:4> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MV

[CakePHP : The Rapid Development Framework for PHP] #6332: On creating forms in cakephp , i m getting error

2009-04-30 Thread CakePHP : The Rapid Development Framework for PHP
ms/index.ctp, line 5 Please resolve it. -- Ticket URL: <https://trac.cakephp.org/ticket/6332> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveReco

Re: [CakePHP : The Rapid Development Framework for PHP] #6278: FormHelper : url params with queryString delimiters

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
change log. -- Ticket URL: <https://trac.cakephp.org/ticket/6278#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Co

Re: [CakePHP : The Rapid Development Framework for PHP] #6331: Method saveAll is not capable of saving un-directly related Models

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
; 1.3.x.x Comment: saveAll is not currently designed to handle recursive saving patterns. As such this is less of a bug and more of an enhancement. -- Ticket URL: <https://trac.cakephp.org/ticket/6331#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org

Re: [CakePHP : The Rapid Development Framework for PHP] #6024: Creating ARO/ACO with MSSQL

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
): * owner: => renan.saddam -- Ticket URL: <https://trac.cakephp.org/ticket/6024#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, A

Re: [CakePHP : The Rapid Development Framework for PHP] #6330: Schema migrations and empty indexes

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
renan.saddam): * owner: => renan.saddam -- Ticket URL: <https://trac.cakephp.org/ticket/6330#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveReco

[CakePHP : The Rapid Development Framework for PHP] #6331: Method saveAll is not capable of saving un-directly related Models

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
= array_extract($data, "SectionPart"); $data["SectionPart"] = $section_parts; $this->Denouncement->Section->saveAll($data); } $this->set('response', 'OK'); } }}} == Conclusion == I nested in

Re: [CakePHP : The Rapid Development Framework for PHP] #6329: TestSuiteShell : unable to test external plugins

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
: 1.2.2.8120 | --+- Changes (by mark_story): * owner: => mark_story * status: new => assigned -- Ticket URL: <https://trac.cakephp.org/ticket/6329#comment:1> CakePHP : The Rapid Developme

Re: [CakePHP : The Rapid Development Framework for PHP] #3492: Inflector slug method should support latin characters

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
'TM', '/Ù|Ú|Û|Ü/' => 'U', '/Ü/' => 'Ue', '/ù|ú|ů|û|µ|ü/' => 'u', '/×/' => 'x', '/¥/' =&

[CakePHP : The Rapid Development Framework for PHP] #6330: Schema migrations and empty indexes

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
ere was only 'add'. I found out why - this is how _compareIndexes returns: (see last lines of cake/libs/model/schema.php) {{{ return array_filter(compact('add', 'drop')); }}} Removing array_filter fixed the problem (the empty 'drop' is not removed f

[CakePHP : The Rapid Development Framework for PHP] #6329: TestSuiteShell : unable to test external plugins

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
Ticket URL: <https://trac.cakephp.org/ticket/6329> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary

Re: [CakePHP : The Rapid Development Framework for PHP] #6328: $Form Helper Documentation Update

2009-04-29 Thread CakePHP : The Rapid Development Framework for PHP
mark_story): * owner: => mark_story * status: new => assigned -- Ticket URL: <https://trac.cakephp.org/ticket/6328#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly know

[CakePHP : The Rapid Development Framework for PHP] #6328: $Form Helper Documentation Update

2009-04-28 Thread CakePHP : The Rapid Development Framework for PHP
arameters for the functions that input wraps, and all of those parameters subsequent associative array elements should/can be directly passed as an associative element in the options parameter array of the input() func. -- Ticket URL: <https://trac.cakephp.org/ticket/6328> CakePHP : The Rap

[CakePHP : The Rapid Development Framework for PHP] #6327: HttpSocket::parseCookies() truncates cookie value after '=' character

2009-04-28 Thread CakePHP : The Rapid Development Framework for PHP
0qpRSUOtyiC8x-Lu [expires] => Fri, 29-Apr-2011 04:56:14 GMT [path] => / [domain] => .google.com ) ) }}} I will attach a patch file. -- Ticket URL: <https://trac.cakephp.org/ticket/6327> CakePHP : The Rapid De

Re: [CakePHP : The Rapid Development Framework for PHP] #4709: Set::combine returns array_combine warning when encountering an empty array

2009-04-28 Thread CakePHP : The Rapid Development Framework for PHP
nal * type: Bug => Test Case Comment: Please, could you provide more information about this problem (like what values you are using)? Perhaps a test case? -- Ticket URL: <https://trac.cakephp.org/ticket/4709#comment:8> CakePHP : The Rapid Development Framework for PHP <https://t

Re: [CakePHP : The Rapid Development Framework for PHP] #6252: Recent change in Router breaks url creation for plugin-routes

2009-04-28 Thread CakePHP : The Rapid Development Framework for PHP
ws','action'=>'index','admin'=>true); }}} You will get (as expected): {{{ /admin/news/news }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6252#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.or

Re: [CakePHP : The Rapid Development Framework for PHP] #4709: Set::combine returns array_combine warning when encountering an empty array

2009-04-28 Thread CakePHP : The Rapid Development Framework for PHP
l size before being passed to array_combine to prevent a php warning {{{ //Add this fix if (count($keys) != count($vals)) return array(); return array_combine($keys, $vals); }}} -- Ticket URL: <https://trac.cakephp.org/ticket/4709#comment:7> CakePHP : The Rapid Development Frame

Re: [CakePHP : The Rapid Development Framework for PHP] #6315: Remove requirement for trailing slash from the prefix option of Router::mapResources()

2009-04-28 Thread CakePHP : The Rapid Development Framework for PHP
: | ---+ Comment (by dho): Yes, I think it would be convenient to accept both options as equivalent. -- Ticket URL: <https://trac.cakephp.org/ticket/6315#comment:4> CakePHP : The Rapid Development Framework for PHP <https://trac.ca

Re: [CakePHP : The Rapid Development Framework for PHP] #6320: Problem with url generation in layouts when using plugins

2009-04-28 Thread CakePHP : The Rapid Development Framework for PHP
cket/6320#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to pr

[CakePHP : The Rapid Development Framework for PHP] #6326: Setting dynamic i18n l10n locales (eg. en-au, en-us)

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
re any chance that this could go into the i18n.php file down the track? Ta -- Ticket URL: <https://trac.cakephp.org/ticket/6326> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known des

Re: [CakePHP : The Rapid Development Framework for PHP] #6325: Component options specified in AppController supercede those in child controller

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
} }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6325#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Con

Re: [CakePHP : The Rapid Development Framework for PHP] #6262: File engine cache reads lates cache config when using more then one config

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
this. -- Ticket URL: <https://trac.cakephp.org/ticket/6262#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Ma

Re: [CakePHP : The Rapid Development Framework for PHP] #6325: Component options specified in AppController supercede those in child controller

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
akePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that

Re: [CakePHP : The Rapid Development Framework for PHP] #6325: Component options specified in AppController supercede those in child controller

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
325#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide

[CakePHP : The Rapid Development Framework for PHP] #6325: Component options specified in AppController supercede those in child controller

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
rg/ticket/6325> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured

Re: [CakePHP : The Rapid Development Framework for PHP] #6275: [TEST] saveAll passes when habtm "with" model fails validation

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
* owner: => jperras * status: reopened => new -- Ticket URL: <https://trac.cakephp.org/ticket/6275#comment:4> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns li

Re: [CakePHP : The Rapid Development Framework for PHP] #6211: Auth Login Redirect Forgets Query String Parameters

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
: | --+- Comment (by harking): Thanks jperras and mark_story for your help. -- Ticket URL: <https://trac.cakephp.org/ticket/6211#comment:10> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid

[CakePHP : The Rapid Development Framework for PHP] #6324: Session cookie path should be configurable

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
- Ticket URL: <https://trac.cakephp.org/ticket/6324> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC

Re: [CakePHP : The Rapid Development Framework for PHP] #6323: javascript->codeBlock($code, array('inline'=>false)) called from an element in a layout doesn't work

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
the works, but at this time rebuilding space time is a too large of a task. :) -- Ticket URL: <https://trac.cakephp.org/ticket/6323#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly k

[CakePHP : The Rapid Development Framework for PHP] #6323: javascript->codeBlock($code, array('inline'=>false)) called from an element in a layout doesn't work

2009-04-27 Thread CakePHP : The Rapid Development Framework for PHP
ascript code in one element file for portability. But i didn't dig too deep into the code, so it may be too big of an overhaul? -- Ticket URL: <https://trac.cakephp.org/ticket/6323> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid develo

Re: [CakePHP : The Rapid Development Framework for PHP] #6322: Unable to change action params from beforeFilter()

2009-04-26 Thread CakePHP : The Rapid Development Framework for PHP
| ---+ Comment (by mark_story): Are you trying to change the passed arguments? Providing more code to what you are trying to do, or a test case would be helpful. -- Ticket URL: <https://trac.cakephp.org/ticket/6322#comment:2> CakePHP : The Rapid Development Fra

Re: [CakePHP : The Rapid Development Framework for PHP] #6322: Unable to change action params from beforeFilter()

2009-04-26 Thread CakePHP : The Rapid Development Framework for PHP
| ---+ Comment (by reuben.helms): Sorry. Sample bit of code should be [[BR]] {{{ $this->params['pass'][0] = getIdFromSlugFunc($this->params['pass'][0]); }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6322#comment:1> CakePHP : The

[CakePHP : The Rapid Development Framework for PHP] #6322: Unable to change action params from beforeFilter()

2009-04-26 Thread CakePHP : The Rapid Development Framework for PHP
[[BR]][[BR]] I think its a bug, but if its by design, what is the recommended way of changing the action params from the beforeFilter? -- Ticket URL: <https://trac.cakephp.org/ticket/6322> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapi

Re: [CakePHP : The Rapid Development Framework for PHP] #6319: Password validation doesn't work when using Auth and Acl

2009-04-26 Thread CakePHP : The Rapid Development Framework for PHP
the google group or irc. If you have a problem with one of the core classes, please reopen with a sample of code proving the issue or a test case. Thanks :) -- Ticket URL: <https://trac.cakephp.org/ticket/6319#comment:1> CakePHP : The Rapid Development Framework for PHP <https://tra

Re: [CakePHP : The Rapid Development Framework for PHP] #6318: Core Xml doesn't work if content start with space

2009-04-25 Thread CakePHP : The Rapid Development Framework for PHP
gt; CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework

[CakePHP : The Rapid Development Framework for PHP] #6321: Some string not in cake i18n extract format

2009-04-25 Thread CakePHP : The Rapid Development Framework for PHP
format for i18n extract. In attach the lines and your patchs. -- Ticket URL: <https://trac.cakephp.org/ticket/6321> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like

Re: [CakePHP : The Rapid Development Framework for PHP] #6320: Problem with url generation in layouts when using plugins

2009-04-25 Thread CakePHP : The Rapid Development Framework for PHP
t:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured fr

[CakePHP : The Rapid Development Framework for PHP] #6320: Problem with url generation in layouts when using plugins

2009-04-25 Thread CakePHP : The Rapid Development Framework for PHP
index and check the link to Articles, it says /test/articles/index I join a .diff with a fix and associated test cases along with explanations. I understand the implication this could have on existing plugins, but I think it would be an overall improvement to change this to a more logical beh

Re: [CakePHP : The Rapid Development Framework for PHP] #5957: Allow to modify the pass argument of an action in the AppController

2009-04-25 Thread CakePHP : The Rapid Development Framework for PHP
sions on incoming URLs. -- Ticket URL: <https://trac.cakephp.org/ticket/5957#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association

Re: [CakePHP : The Rapid Development Framework for PHP] #6009: Validation: field comparison

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
lt;https://trac.cakephp.org/ticket/6009#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Ou

[CakePHP : The Rapid Development Framework for PHP] #6319: Password validation doesn't work when using Auth and Acl

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
link(__('Delete', true), array('action'=>'delete', $form->value('User.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('User.id'))); ?> link(__(&

[CakePHP : The Rapid Development Framework for PHP] #6318: Core Xml doesn't work if content start with space

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
) the interpreter does not validate if any space characters at the beginning of the string. [[BR]] [[BR]] Exemple: if string is "https://trac.cakephp.org/ticket/6318> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework

Re: [CakePHP : The Rapid Development Framework for PHP] #6211: Auth Login Redirect Forgets Query String Parameters

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
-- Ticket URL: <https://trac.cakephp.org/ticket/6211#comment:8> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Co

Re: [CakePHP : The Rapid Development Framework for PHP] #6180: [Patch] Shell::err() method should have the like Shell::out()

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
et URL: <https://trac.cakephp.org/ticket/6180#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Contro

Re: [CakePHP : The Rapid Development Framework for PHP] #6165: Half way between production and development

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
found that cake has a lot of constants and error handling code in different files which made it difficult to consolidate the changes. -- Ticket URL: <https://trac.cakephp.org/ticket/6165#comment:4> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake

Re: [CakePHP : The Rapid Development Framework for PHP] #6211: Auth Login Redirect Forgets Query String Parameters

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
modification.diff modifies the test to what we see. -- Ticket URL: <https://trac.cakephp.org/ticket/6211#comment:7> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns li

Re: [CakePHP : The Rapid Development Framework for PHP] #6316: Multiple models in a controller with different database configs

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
L: <https://trac.cakephp.org/ticket/6316#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. O

Re: [CakePHP : The Rapid Development Framework for PHP] #6317: Multiple models in a controller with different database configs

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
: | ---+ Changes (by davidpersson): * priority: High => Medium * resolution: => duplicate * status: new => closed * component: Controller => Model Comment: Duplicate of #6316 -- Ticket URL: <https://trac.cakephp.org/ticket/6317#comment:1> CakePHP : The

[CakePHP : The Rapid Development Framework for PHP] #6317: Multiple models in a controller with different database configs

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
different database configs -- Ticket URL: <https://trac.cakephp.org/ticket/6317> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Ma

[CakePHP : The Rapid Development Framework for PHP] #6316: Multiple models in a controller with different database configs

2009-04-24 Thread CakePHP : The Rapid Development Framework for PHP
controller with different database configs -- Ticket URL: <https://trac.cakephp.org/ticket/6316> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Asso

Re: [CakePHP : The Rapid Development Framework for PHP] #6314: Email component reset does not reset smtpErrors

2009-04-23 Thread CakePHP : The Rapid Development Framework for PHP
: | +--- Changes (by jperras): * owner: => jperras -- Ticket URL: <https://trac.cakephp.org/ticket/6314#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>

Re: [CakePHP : The Rapid Development Framework for PHP] #6315: Remove requirement for trailing slash from the prefix option of Router::mapResources()

2009-04-23 Thread CakePHP : The Rapid Development Framework for PHP
s equivalent? -- Ticket URL: <https://trac.cakephp.org/ticket/6315#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data M

Re: [CakePHP : The Rapid Development Framework for PHP] #6211: Auth Login Redirect Forgets Query String Parameters

2009-04-23 Thread CakePHP : The Rapid Development Framework for PHP
: | --+- Changes (by mark_story): * owner: => mark_story * status: reopened => new -- Ticket URL: <https://trac.cakephp.org/ticket/6211#comment:5> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/&g

Re: [CakePHP : The Rapid Development Framework for PHP] #6315: Remove requirement for trailing slash from the prefix option of Router::mapResources()

2009-04-23 Thread CakePHP : The Rapid Development Framework for PHP
: | ---+ Changes (by mark_story): * version: 1.2 Final => * type: Bug => Enhancement -- Ticket URL: <https://trac.cakephp.org/ticket/6315#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/&g

Re: [CakePHP : The Rapid Development Framework for PHP] #6315: Remove requirement for trailing slash from the prefix option of Router::mapResources()

2009-04-23 Thread CakePHP : The Rapid Development Framework for PHP
: | ---+ Comment (by dho): Should be an "enhancement", not a bug. -- Ticket URL: <https://trac.cakephp.org/ticket/6315#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake

[CakePHP : The Rapid Development Framework for PHP] #6315: Remove requirement for trailing slash from the prefix option of Router::mapResources()

2009-04-23 Thread CakePHP : The Rapid Development Framework for PHP
; => '/example')); }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6315> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data

[CakePHP : The Rapid Development Framework for PHP] #6314: Email component reset does not reset smtpErrors

2009-04-23 Thread CakePHP : The Rapid Development Framework for PHP
. -- Ticket URL: <https://trac.cakephp.org/ticket/6314> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller a

Re: [CakePHP : The Rapid Development Framework for PHP] #6289: Problem with fake redirect of Ajax request under admin section

2009-04-22 Thread CakePHP : The Rapid Development Framework for PHP
x27;, 'action' => 'default', 'admin' => 1)); to Router::connect('/admin', array('controller' => 'operators', 'action' => 'default', 'admin' => 1)); }}} -- Ticket URL: <https://trac.c

Re: [CakePHP : The Rapid Development Framework for PHP] #6268: 'contain' left my model unbound?

2009-04-22 Thread CakePHP : The Rapid Development Framework for PHP
RL: <https://trac.cakephp.org/ticket/6268#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.

Re: [CakePHP : The Rapid Development Framework for PHP] #6234: Form helper: Validation messages do not appear on multiple hasOne relationships in a model

2009-04-22 Thread CakePHP : The Rapid Development Framework for PHP
comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structu

Re: [CakePHP : The Rapid Development Framework for PHP] #6296: afterFilter not called if using media view

2009-04-22 Thread CakePHP : The Rapid Development Framework for PHP
): * owner: => mark_story * status: new => assigned -- Ticket URL: <https://trac.cakephp.org/ticket/6296#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known des

Re: [CakePHP : The Rapid Development Framework for PHP] #6313: Inconsistant URL handling

2009-04-22 Thread CakePHP : The Rapid Development Framework for PHP
: new => closed * resolution: => needmoreinfo Comment: Please provide sample code or a test case to reproduce the issue. -- Ticket URL: <https://trac.cakephp.org/ticket/6313#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a

Re: [CakePHP : The Rapid Development Framework for PHP] #4932: mail component no boundary with sandAs=both

2009-04-22 Thread CakePHP : The Rapid Development Framework for PHP
> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framewor

Re: [CakePHP : The Rapid Development Framework for PHP] #6307: Router::named['separator'] default param ':' is reserved by RFC1738

2009-04-22 Thread CakePHP : The Rapid Development Framework for PHP
a Cake_version: | ---+ Changes (by gwoo): * type: Bug => RFC -- Ticket URL: <https://trac.cakephp.org/ticket/6307#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development fr

Re: [CakePHP : The Rapid Development Framework for PHP] #6308: Page number 0 with no elements

2009-04-22 Thread CakePHP : The Rapid Development Framework for PHP
Ticket URL: <https://trac.cakephp.org/ticket/6308#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller a

Re: [CakePHP : The Rapid Development Framework for PHP] #6302: libs/object.test.php test case fails with: Maximum function nesting level of '100' reached

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
r. -- Ticket URL: <https://trac.cakephp.org/ticket/6302#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and

Re: [CakePHP : The Rapid Development Framework for PHP] #5123: Incorrect find('count') results when using "GROUP BY" and Controller::paginate()

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
yone is interested, I can always put in in cakebin if you want. -- Ticket URL: <https://trac.cakephp.org/ticket/5123#comment:13> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design pa

[CakePHP : The Rapid Development Framework for PHP] #6313: Inconsistant URL handling

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
hp.org/ticket/6313> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide

Re: [CakePHP : The Rapid Development Framework for PHP] #5123: Incorrect find('count') results when using "GROUP BY" and Controller::paginate()

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
c.cakephp.org/ticket/5123#comment:12> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary g

Re: [CakePHP : The Rapid Development Framework for PHP] #5123: Incorrect find('count') results when using "GROUP BY" and Controller::paginate()

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
$query['group'] . ')) ' . $db->alias . 'count'; unset($query['group']); } }}} In translate.php -- Ticket URL: <https://trac.cakephp.org/ticket/5123#comment:11> CakePHP : The Rapid Development

Re: [CakePHP : The Rapid Development Framework for PHP] #6227: More informative warning message about security.salt upon installation

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
page like that where it is explained will solve everything. -- Ticket URL: <https://trac.cakephp.org/ticket/6227#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patt

[CakePHP : The Rapid Development Framework for PHP] #6312: Validators should fall back to non UTF-8 regex modifiers if PCRE doesn't have support compiled in.

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
gt; CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework

Re: [CakePHP : The Rapid Development Framework for PHP] #6277: UUIDs are not automatically inserted for primary keys in Oracle

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
: The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables

Re: [CakePHP : The Rapid Development Framework for PHP] #6306: [Test] Adding named param makes incorrect routing

2009-04-21 Thread CakePHP : The Rapid Development Framework for PHP
: | ---+ Comment (by renan.saddam): Closed in [8148] -- Ticket URL: <https://trac.cakephp.org/ticket/6306#comment:4> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly

Re: [CakePHP : The Rapid Development Framework for PHP] #6309: Canonical meta tag in HTML Helper

2009-04-20 Thread CakePHP : The Rapid Development Framework for PHP
=> RFC Comment: There hasn't been enough discussion on the rev canonical issue, and various solutions to the problem are still under debate. -- Ticket URL: <https://trac.cakephp.org/ticket/6309#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakeph

Re: [CakePHP : The Rapid Development Framework for PHP] #3318: When model calls invalidate, it would be usefull to use the __(messageID, true)

2009-04-20 Thread CakePHP : The Rapid Development Framework for PHP
e view. Adding it yourself will allow for proper extraction and easier creation of default.pot -- Ticket URL: <https://trac.cakephp.org/ticket/3318#comment:6> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP w

Re: [CakePHP : The Rapid Development Framework for PHP] #3318: When model calls invalidate, it would be usefull to use the __(messageID, true)

2009-04-20 Thread CakePHP : The Rapid Development Framework for PHP
ontfix + reasoning behind it for us poor devs forced to deal with it. -- Ticket URL: <https://trac.cakephp.org/ticket/3318#comment:5> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known des

[CakePHP : The Rapid Development Framework for PHP] #6311: Optimization: fail faster if mysql connection is not available

2009-04-20 Thread CakePHP : The Rapid Development Framework for PHP
org/ticket/6311> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide

Re: [CakePHP : The Rapid Development Framework for PHP] #6306: [Test] Adding named param makes incorrect routing

2009-04-20 Thread CakePHP : The Rapid Development Framework for PHP
: | ---+ Changes (by nate): * status: new => closed * resolution: => invalid Comment: Read the documentation on named parameters. -- Ticket URL: <https://trac.cakephp.org/ticket/6306#comment:3> CakePHP : The Rapid Development Framework fo

[CakePHP : The Rapid Development Framework for PHP] #6310: TimeHelper with void dates

2009-04-20 Thread CakePHP : The Rapid Development Framework for PHP
, don't consider that data can be -00-00 00:00. It is not good primarily in friendly functions as nice and niceShort -- Ticket URL: <https://trac.cakephp.org/ticket/6310> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development

Re: [CakePHP : The Rapid Development Framework for PHP] #6293: Deleting non-existing record causes save() to fail

2009-04-19 Thread CakePHP : The Rapid Development Framework for PHP
d('count', $query) > 0); }}} this makes the model conserve old data in $this->id and causes the duplicate error. I'm attaching a .diff that seems to fix it with tests included. -- Ticket URL: <https://trac.cakephp.org/ticket/6293#comment:1> CakePHP : Th

[CakePHP : The Rapid Development Framework for PHP] #6309: Canonical meta tag in HTML Helper

2009-04-19 Thread CakePHP : The Rapid Development Framework for PHP
'description' => array('name' => 'description', 'content' => $url), +'canonical'=> array('rel' => 'canonical', 'link' => $url) );

<    5   6   7   8   9   10   11   12   13   14   >