[CakePHP : The Rapid Development Framework for PHP] #6457: [PATCH] Do NOT escape JavaScript event attributes

2009-06-19 Thread CakePHP : The Rapid Development Framework for PHP
attributes instead of just the ones you need. -- Ticket URL: <https://trac.cakephp.org/ticket/6457> 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 ActiveRe

Re: [CakePHP : The Rapid Development Framework for PHP] #2056: [PATCH] afterFind and beforeFind methods should be called on associated models

2009-06-19 Thread CakePHP : The Rapid Development Framework for PHP
;https://trac.cakephp.org/ticket/2056#comment:22> 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 goa

Re: [CakePHP : The Rapid Development Framework for PHP] #6452: find('neighbors') doesn't support multiple field order

2009-06-19 Thread CakePHP : The Rapid Development Framework for PHP
s(). -- Ticket URL: <https://trac.cakephp.org/ticket/6452#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

[CakePHP : The Rapid Development Framework for PHP] #6456: Console does not lists plugin's vendor shells

2009-06-19 Thread CakePHP : The Rapid Development Framework for PHP
eally helpfull if when running the console in the app root it also lists available shells from the plugins -- Ticket URL: <https://trac.cakephp.org/ticket/6456> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP wh

[CakePHP : The Rapid Development Framework for PHP] #6455: i18n locale message category bug

2009-06-19 Thread CakePHP : The Rapid Development Framework for PHP
out which has a translation with defined category, then my plugin translation functions becomes nothing. I think category should reset to default '''LC_MESSAGES''' after each call. -- Ticket URL: <https://trac.cakephp.org/ticket/6455> CakePHP : The Rapid Develo

Re: [CakePHP : The Rapid Development Framework for PHP] #6442: $this->_modelName expect a pluralize parameter

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
on find() on a non-object in C:\xampp\htdocs\cake_1_2\bccd\controllers\lancamentos_controller.php on line 30 -- Ticket URL: <https://trac.cakephp.org/ticket/6442#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framewor

Re: [CakePHP : The Rapid Development Framework for PHP] #6454: File cache engine won't delete the cache files if the model insert action occured

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
gwoo): * version: 1.2 Final => * type: Bug => Enhancement * milestone: 1.2.x.x => -- Ticket URL: <https://trac.cakephp.org/ticket/6454#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP

[CakePHP : The Rapid Development Framework for PHP] #6454: File cache engine won't delete the cache files if the model insert action occured

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
file cache engine fail to work as expected. And now we have to do this manually, [code] https://trac.cakephp.org/ticket/6454> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design

[CakePHP : The Rapid Development Framework for PHP] #6453: deleteAll does not behave as I expect

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
task. [[BR]][[BR]] Simply changing line 1814 to 'return true;' would solve the problem. -- Ticket URL: <https://trac.cakephp.org/ticket/6453> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which use

Re: [CakePHP : The Rapid Development Framework for PHP] #2056: [PATCH] afterFind and beforeFind methods should be called on associated models

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
451 | +--- Comment (by mattalexx): I feel the same way as ionas82. This is not trivial. -- Ticket URL: <https://trac.cakephp.org/ticket/2056#comment:21> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a ra

Re: [CakePHP : The Rapid Development Framework for PHP] #6451: Adding a string div option to the $form->input options array overwrites the default classes

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
atically from a database). ATM my ''hack'' is working for me, but when I have a chance to code the appendClass method I'll create a patch for it. -- Ticket URL: <https://trac.cakephp.org/ticket/6451#comment:4> CakePHP : The Rapid Development Framework for PHP &

Re: [CakePHP : The Rapid Development Framework for PHP] #6451: Adding a string div option to the $form->input options array overwrites the default classes

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
166 | ---+ Comment (by teknoid): Why not? {{{ 'div' => 'input text myClass' }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6451#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid de

Re: [CakePHP : The Rapid Development Framework for PHP] #6451: Adding a string div option to the $form->input options array overwrites the default classes

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
166 | ---+ Comment (by dakota): Understand where your coming from, the better option would then be to have something like: {{{ 'div' => array('appendClass' => 'myClass') }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6451#comment:2&

[CakePHP : The Rapid Development Framework for PHP] #6452: find('neighbors') doesn't support multiple field order

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
y( 'field' => 'rating', 'order' => 'DESC', 'value' => 4.85 ), array( 'field' => 'created', 'order' => 'DESC', 'value'

Re: [CakePHP : The Rapid Development Framework for PHP] #6425: CakeWebTestCase not compatible with SimpleTest latest release

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
(by mark_story): * owner: => mark_story * status: new => assigned -- Ticket URL: <https://trac.cakephp.org/ticket/6425#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses com

Re: [CakePHP : The Rapid Development Framework for PHP] #6448: Tree behavior error in method generatetreelist method. Error occurs when $conditions is empty

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
ection on behaviors for more information http://book.cakephp.org/view/90/Using-Behavior. -- Ticket URL: <https://trac.cakephp.org/ticket/6448#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which u

Re: [CakePHP : The Rapid Development Framework for PHP] #6451: Adding a string div option to the $form->input options array overwrites the default classes

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
rt of the tested interface for the helper as well. -- Ticket URL: <https://trac.cakephp.org/ticket/6451#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 patte

[CakePHP : The Rapid Development Framework for PHP] #6451: Adding a string div option to the $form->input options array overwrites the default classes

2009-06-18 Thread CakePHP : The Rapid Development Framework for PHP
x27;] is a string. In other words: {{{ Field }}} = Patch = Changing line 669 of libs/view/helpers/form.php to {{{ $divOptions = $this->addClass($divOptions, $div); }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6451> CakePHP : The Rapid Development Framework for P

[CakePHP : The Rapid Development Framework for PHP] #6450: cake console outputs clearscreen and linefeed when _welcome is overridden

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
console by overriding the _welcome method with an empty method I found that while the output of the header and paths is suppressed the clearscreen and linefeed are not. -- Ticket URL: <https://trac.cakephp.org/ticket/6450> CakePHP : The Rapid Development Framework for PHP <https://trac.ca

Re: [CakePHP : The Rapid Development Framework for PHP] #6439: Undefined behaviour in afterFind() if $primary is false

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
e fix mentioned in the first post didn't help. -- Ticket URL: <https://trac.cakephp.org/ticket/6439#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 patt

[CakePHP : The Rapid Development Framework for PHP] #6449: Auth Component hardcodes default layout for flash messages

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
mple, set flashLayout in app controller: {{{ function beforeFilter(){ $this->Auth->flashLayout = ''; } }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6449> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rap

[CakePHP : The Rapid Development Framework for PHP] #6448: Tree behavior error in method generatetreelist method. Error occurs when $conditions is empty

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
; $params['fields'] = $fields; $params['order'] = $order; if(is_array($conditions)) { $params['conditions'] = $conditions; } $results = $Model->find('all', $params); }}} Error occurs when conditions is empty -- Ticket URL: <https://trac.cakephp.or

Re: [CakePHP : The Rapid Development Framework for PHP] #6443: Form Helper: Display Error element on default

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new => closed * resolution: => wontfix Comment: Your suggestion belongs in it's own helper as it is too specific to your application. -- Ticket URL: <https://trac.cakephp.org/ticket/6443#comment:2> CakePHP : The Rapid Development Framework for PHP <https://tra

Re: [CakePHP : The Rapid Development Framework for PHP] #6447: HABTM don't find duplicate rows

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
et URL: <https://trac.cakephp.org/ticket/6447#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 pr

Re: [CakePHP : The Rapid Development Framework for PHP] #6447: HABTM don't find duplicate rows

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
rsion: | --+- Comment (by anonimizer_me): Sorry my english :-[ -- Ticket URL: <https://trac.cakephp.org/ticket/6447#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which us

[CakePHP : The Rapid Development Framework for PHP] #6447: HABTM don't find duplicate rows

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
model Post, Cake return 1 rows for User. But this two rows in table PostsUsers different (diff type) it's bag imho. -- Ticket URL: <https://trac.cakephp.org/ticket/6447> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid developme

Re: [CakePHP : The Rapid Development Framework for PHP] #6446: DateTime method (Form helper) does not allow selected parameter to follow same format as date format

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
cases. -- Ticket URL: <https://trac.cakephp.org/ticket/6446#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 Contro

[CakePHP : The Rapid Development Framework for PHP] #6446: DateTime method (Form helper) does not allow selected parameter to follow same format as date format

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
ormat is 'Y-M-D'. This can cause issues when other date formats are used, such as 'D-M-Y'. Propose that the same format as set with the dateFormat parameter is used. -- Ticket URL: <https://trac.cakephp.org/ticket/6446> CakePHP : The Rapid Development Framework for PHP &

Re: [CakePHP : The Rapid Development Framework for PHP] #6445: Searching problem in one to many realationship table

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
e or a test case :) -- Ticket URL: <https://trac.cakephp.org/ticket/6445#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 D

Re: [CakePHP : The Rapid Development Framework for PHP] #6443: Form Helper: Display Error element on default

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
for ajax, then why can't you use Javascript to make the div? -- Ticket URL: <https://trac.cakephp.org/ticket/6443#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly kno

Re: [CakePHP : The Rapid Development Framework for PHP] #6442: $this->_modelName expect a pluralize parameter

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
So you have an example of how and why this is an issue? Because simply telling us to change lines doesn't really explain the problem you had. -- Ticket URL: <https://trac.cakephp.org/ticket/6442#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakeph

[CakePHP : The Rapid Development Framework for PHP] #6445: Searching problem in one to many realationship table

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
7;insertQuery' => '' ), 'Group' => array('className' => 'Group', 'joinTable' => 'groups_users',

[CakePHP : The Rapid Development Framework for PHP] #6444: CacheHelper should include $_GET-Parameters

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
suboptimal. In my search, I pass the search-query over GET: {{{ }}} But I'm not able to cache the results, because the search is cached only one time, regardless of the query. -- Ticket URL: <https://trac.cakephp.org/ticket/6444> CakePHP : The Rapid Development Framew

[CakePHP : The Rapid Development Framework for PHP] #6443: Form Helper: Display Error element on default

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
Something like: {{{ $html->input('fieldname',array('error'=>array('wrap'=>'span','showDefault'=>true))); }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6443> CakePHP : The Rapid Development Framework for PHP <https://trac.cakep

[CakePHP : The Rapid Development Framework for PHP] #6442: $this->_modelName expect a pluralize parameter

2009-06-17 Thread CakePHP : The Rapid Development Framework for PHP
->_modelName($associationName);[[BR]] to:[[BR]] 306: $belongsToModelName = $this->_modelName($this->_pluralName($associationName)); -- Ticket URL: <https://trac.cakephp.org/ticket/6442> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid de

Re: [CakePHP : The Rapid Development Framework for PHP] #6440: $html->css() needs to create media attribute by default

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
ion: | --+- Changes (by nate): * owner: => nate * status: new => assigned * version: 1.2 Final => * milestone: 1.2.x.x => 1.3.x.x -- Ticket URL: <https://trac.cakephp.org/ticket/6440#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>

Re: [CakePHP : The Rapid Development Framework for PHP] #6432: form helper gets confused by some validation rules

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
): * type: Bug => Test Case Comment: please supply a valid test case. -- Ticket URL: <https://trac.cakephp.org/ticket/6432#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses common

Re: [CakePHP : The Rapid Development Framework for PHP] #6439: Undefined behaviour in afterFind() if $primary is false

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
| ---+ Changes (by gwoo): * type: Bug => Test Case Comment: please supply a test case to duplicate this issue. -- Ticket URL: <https://trac.cakephp.org/ticket/6439#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org

Re: [CakePHP : The Rapid Development Framework for PHP] #6435: Random cache unlink warning on Windows

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
: new => closed * resolution: => duplicate Comment: see #5206. please search for tickets before opening new ones. -- Ticket URL: <https://trac.cakephp.org/ticket/6435#comment:1> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a

Re: [CakePHP : The Rapid Development Framework for PHP] #6428: App::import() in bootstrap.php produces tons of is_dir / readdir calls.

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new => closed * resolution: => worksforme Comment: unable to duplicate. -- Ticket URL: <https://trac.cakephp.org/ticket/6428#comment:5> 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] #2551: using $form->input('fieldName'); for date fields creates a label with the wrong "for" attribute

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
Ticket URL: <https://trac.cakephp.org/ticket/2551#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 Contr

[CakePHP : The Rapid Development Framework for PHP] #6441: Form fields without models don't print field values out properly

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
d read the value correctly (if '.' isn't in the field name, and there is no globally assigned model via $form->create(), then assume model = '' and field = form_field). -- Ticket URL: <https://trac.cakephp.org/ticket/6441> CakePHP : The Rapid Development Framework f

[CakePHP : The Rapid Development Framework for PHP] #6440: $html->css() needs to create media attribute by default

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
ng the media="all" attribute by default on all css stylesheet links and the attribute value should be taken as a single variable instead of requiring the user to use the attribute array. -- Ticket URL: <https://trac.cakephp.org/ticket/6440> CakePHP : The Rapid Development Fr

Re: [CakePHP : The Rapid Development Framework for PHP] #2563: [PATCH][TEST] Form helper should be able to set class parameter to required for fields from multiple models

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
he `$model =& ClassRegistry::getObject($this->model());` from the default branch and also put it in the password branch. Like this the required check gets also done on password fields. -- Ticket URL: <https://trac.cakephp.org/ticket/2563#comment:10> CakePHP : The Rapid Development F

Re: [CakePHP : The Rapid Development Framework for PHP] #5069: Console throws error when trying to create a controller with no model

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
roller.php code block at line: 248 cause of error: model name returned without plugin prefix. for example my model name should be "Ump.UmpUser" but i get "UmpUser". Adding this prefix solves the problem... -- Ticket URL: <https://trac.cakephp.org/ticket/5069#comment:4>

Re: [CakePHP : The Rapid Development Framework for PHP] #2563: [PATCH][TEST] Form helper should be able to set class parameter to required for fields from multiple models

2009-06-16 Thread CakePHP : The Rapid Development Framework for PHP
ks guys. -- Ticket URL: <https://trac.cakephp.org/ticket/2563#comment:9> 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

[CakePHP : The Rapid Development Framework for PHP] #6439: Undefined behaviour in afterFind() if $primary is false

2009-06-15 Thread CakePHP : The Rapid Development Framework for PHP
el->{$className}->afterFind($results[$i][$className], false); }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6439> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patte

[CakePHP : The Rapid Development Framework for PHP] #6438: Moderation feedback reply not possible

2009-06-15 Thread CakePHP : The Rapid Development Framework for PHP
the following, if it helps: http://bakery.cakephp.org/comments/add/1051/4306 I hope this is not to prevent replies of frustrated contributors? At least I am not. ;-) -- Ticket URL: <https://trac.cakephp.org/ticket/6438> CakePHP : The Rapid Development Framework for PHP <https://trac.

[CakePHP : The Rapid Development Framework for PHP] #6437: BBcode [code] in [list] encoding problem

2009-06-15 Thread CakePHP : The Rapid Development Framework for PHP
coded]PGEgaHJlZj0iL2FydGljbGVzL2Rvd25sb2FkX2NvZGUvMTA4MS9ibG9jay81Ij5Eb3dubG9hZCBjb2RlPC9hPjxjb2RlPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwMDAwMCI+CmNvZGUyPC9zcGFuPgo8L2NvZGU+[/encoded] }}} -- Ticket URL: <https://trac.cakephp.org/ticket/6437> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>

Re: [CakePHP : The Rapid Development Framework for PHP] #6436: Controller internal methods prevent naming actions with same names

2009-06-15 Thread CakePHP : The Rapid Development Framework for PHP
names that are defined in Controller and Object. -- Ticket URL: <https://trac.cakephp.org/ticket/6436#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6436: Controller internal methods prevent naming actions with same names

2009-06-14 Thread CakePHP : The Rapid Development Framework for PHP
: | +--- Comment (by alanic): oops, no I was wrong. it goes to the validate() of the base controller. -- Ticket URL: <https://trac.cakephp.org/ticket/6436#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PH

Re: [CakePHP : The Rapid Development Framework for PHP] #6436: Controller internal methods prevent naming actions with same names

2009-06-14 Thread CakePHP : The Rapid Development Framework for PHP
Ticket URL: <https://trac.cakephp.org/ticket/6436#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 an

[CakePHP : The Rapid Development Framework for PHP] #6436: Controller internal methods prevent naming actions with same names

2009-06-14 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

[CakePHP : The Rapid Development Framework for PHP] #6435: Random cache unlink warning on Windows

2009-06-14 Thread CakePHP : The Rapid Development Framework for PHP
I'm not able to reproduce this sistematically. -- Ticket URL: <https://trac.cakephp.org/ticket/6435> 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 Act

Re: [CakePHP : The Rapid Development Framework for PHP] #6434: [PATCH] 3 Enhancements to model baking - 1. Option to bake only testcase/fixture or only model, 2. Option to import data in baked fixture

2009-06-13 Thread CakePHP : The Rapid Development Framework for PHP
anches/1.3-bake -- Ticket URL: <https://trac.cakephp.org/ticket/6434#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 Mappin

Re: [CakePHP : The Rapid Development Framework for PHP] #6424: allowEmpty = true not working on file uploads

2009-06-12 Thread CakePHP : The Rapid Development Framework for PHP
case, but please attach it to a new ticket. -- Ticket URL: <https://trac.cakephp.org/ticket/6424#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6424: allowEmpty = true not working on file uploads

2009-06-12 Thread CakePHP : The Rapid Development Framework for PHP
Why should my method test for the allowEmpty, when Cakes validation ALREADY checks for allowEmpty before my method is even called. If anything, Cake should finish writing their validator file() method. -- Ticket URL: <https://trac.cakephp.org/ticket/6424#comment:2> CakePHP : The Rapid

Re: [CakePHP : The Rapid Development Framework for PHP] #6434: [PATCH] 3 Enhancements to model baking - 1. Option to bake only testcase/fixture or only model, 2. Option to import data in baked fixture

2009-06-12 Thread CakePHP : The Rapid Development Framework for PHP
l, the patch is for those who still uses 1.2 then I guess. It produces fixtures in cakes standard format, so 1.3 should be a drop-in-replacement for those who has used this patch. -- Ticket URL: <https://trac.cakephp.org/ticket/6434#comment:3> CakePHP : The Rapid Development Fra

Re: [CakePHP : The Rapid Development Framework for PHP] #6434: [PATCH] 3 Enhancements to model baking - 1. Option to bake only testcase/fixture or only model, 2. Option to import data in baked fixture

2009-06-12 Thread CakePHP : The Rapid Development Framework for PHP
434#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 provide a str

Re: [CakePHP : The Rapid Development Framework for PHP] #6434: [PATCH] 3 Enhancements to model baking - 1. Option to bake only testcase/fixture or only model, 2. Option to import data in baked fixture

2009-06-12 Thread CakePHP : The Rapid Development Framework for PHP
has already been implemented in the 1.3 branch. -- Ticket URL: <https://trac.cakephp.org/ticket/6434#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] #6434: [PATCH] 3 Enhancements to model baking - 1. Option to bake only testcase/fixture or only model, 2. Option to import data in baked fixture, 3.

2009-06-12 Thread CakePHP : The Rapid Development Framework for PHP
testcase-only import bakes test case and fixture with existing table records but no model file }}} (Interactive mode left unchanged) -- Ticket URL: <https://trac.cakephp.org/ticket/6434> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a

Re: [CakePHP : The Rapid Development Framework for PHP] #6433: GROUP BY support in Containable behaviour

2009-06-12 Thread CakePHP : The Rapid Development Framework for PHP
ontainable. -- Ticket URL: <https://trac.cakephp.org/ticket/6433#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, Fr

[CakePHP : The Rapid Development Framework for PHP] #6433: GROUP BY support in Containable behaviour

2009-06-11 Thread CakePHP : The Rapid Development Framework for PHP
ried to just add group to the list of options in Containable (267) but that just got me from SQL error to ignored group statement. I tried to figure out where the group key gets dropped but gave up after a while. -- Ticket URL: <https://trac.cakephp.org/ticket/6433> CakePHP : The Rapid Develo

Re: [CakePHP : The Rapid Development Framework for PHP] #6428: App::import() in bootstrap.php produces tons of is_dir / readdir calls.

2009-06-11 Thread CakePHP : The Rapid Development Framework for PHP
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] #5696: PostgreSQL incorrect timestamp definition in CREATE TABLE when using CakeTestFixture::$import

2009-06-11 Thread CakePHP : The Rapid Development Framework for PHP
<https://trac.cakephp.org/ticket/5696#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 like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our

Re: [CakePHP : The Rapid Development Framework for PHP] #5182: Class property is being filtered from hidden input elements

2009-06-11 Thread CakePHP : The Rapid Development Framework for PHP
Cake_version: 1.2.0.7296 RC2 | ---+ Changes (by gwoo): * type: Bug => RFC -- Ticket URL: <https://trac.cakephp.org/ticket/5182#comment:7> CakePHP : The Rapid Development Framework for P

Re: [CakePHP : The Rapid Development Framework for PHP] #5182: Class property is being filtered from hidden input elements

2009-06-11 Thread CakePHP : The Rapid Development Framework for PHP
ug, i have to rewrite the code for this particular project to take into account this cake-ism. -- Ticket URL: <https://trac.cakephp.org/ticket/5182#comment:6> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework fo

Re: [CakePHP : The Rapid Development Framework for PHP] #5696: PostgreSQL incorrect timestamp definition in CREATE TABLE when using CakeTestFixture::$import

2009-06-11 Thread CakePHP : The Rapid Development Framework for PHP
<https://trac.cakephp.org/ticket/5696#comment:6> 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] #5696: PostgreSQL incorrect timestamp definition in CREATE TABLE when using CakeTestFixture::$import

2009-06-11 Thread CakePHP : The Rapid Development Framework for PHP
uot;" STATEMENT: CREATE TABLE "date_tests" ( "body" text DEFAULT '', "birthday" date DEFAULT '' ); }}} -- Ticket URL: <https://trac.cakephp.org/ticket/5696#comment:5> CakePHP : The Rapid Developm

Re: [CakePHP : The Rapid Development Framework for PHP] #4062: DATABASE_CONFIG table prefix bug

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
created during installation part where user can add prefix on the tables they are about to create. -- Ticket URL: <https://trac.cakephp.org/ticket/4062#comment:9> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PH

Re: [CakePHP : The Rapid Development Framework for PHP] #6430: Multiple models in a form - fields of secondary models are not rendered as required

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
alanic): Oh I couldn't find that one it seems. I tried to give my two cents there. Thank you for encouraging participation. -- Ticket URL: <https://trac.cakephp.org/ticket/6430#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a

Re: [CakePHP : The Rapid Development Framework for PHP] #2563: [PATCH][TEST] Form helper should be able to set class parameter to required for fields from multiple models

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
: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 Controller and MVC. Our primary goal is to provide a structured framewor

[CakePHP : The Rapid Development Framework for PHP] #6432: form helper gets confused by some validation rules

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
r this, maybe a check to see if 'rule' is set in the array? that seems to be the logic being used in cake/lib/model/model.php. -- Ticket URL: <https://trac.cakephp.org/ticket/6432> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid deve

Re: [CakePHP : The Rapid Development Framework for PHP] #6406: session helper not working with cached views

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
use requestAction if not necessary because it slows down the app. -- Ticket URL: <https://trac.cakephp.org/ticket/6406#comment:3> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly know

Re: [CakePHP : The Rapid Development Framework for PHP] #6431: Auth component wrongly saves password when adding new user

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
lt;https://trac.cakephp.org/ticket/6431#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 MVC.

Re: [CakePHP : The Rapid Development Framework for PHP] #6431: Auth component wrongly saves password when adding new user

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
can always create your own error handler. -- Ticket URL: <https://trac.cakephp.org/ticket/6431#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6431: Auth component wrongly saves password when adding new user

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
.org/ticket/6431#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6424: allowEmpty = true not working on file uploads

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
sed * resolution: => wontfix Comment: your custom validation rule should handle the "allowEmpty" -- Ticket URL: <https://trac.cakephp.org/ticket/6424#comment:1> 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] #6413: [PATCH] [TEST] scaffoldFields not working with add/edit methods

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
| +--- Changes (by DarkAngelBGE): * owner: => DarkAngelBGE * status: reopened => new -- Ticket URL: <https://trac.cakephp.org/ticket/6413#comment:3> CakePHP : The Rapid Development Frame

Re: [CakePHP : The Rapid Development Framework for PHP] #6406: session helper not working with cached views

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
| +--- Changes (by gwoo): * status: new => closed * resolution: => needmoreinfo -- Ticket URL: <https://trac.cakephp.org/ticket/6406#comment:2> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development frame

Re: [CakePHP : The Rapid Development Framework for PHP] #6431: Auth component wrongly saves password when adding new user

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new => closed * resolution: => needmoreinfo Comment: The same method is used across the board. Please ensure that you are not changing the hash method or the salt value. -- Ticket URL: <https://trac.cakephp.org/ticket/6431#comment:1> CakePHP : The Rapid Development Frame

Re: [CakePHP : The Rapid Development Framework for PHP] #5206: File class produces Warning if file doesn't exist

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
anges (by gwoo): * status: reopened => closed * resolution: => needmoreinfo Comment: please stop by irc and ask for me... -- Ticket URL: <https://trac.cakephp.org/ticket/5206#comment:12> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake

Re: [CakePHP : The Rapid Development Framework for PHP] #4062: DATABASE_CONFIG table prefix bug

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
ion: => fixed Comment: there are test cases covering this issue. please provide a valid test case to show your issue. -- Ticket URL: <https://trac.cakephp.org/ticket/4062#comment:8> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development

[CakePHP : The Rapid Development Framework for PHP] #6431: Auth component wrongly saves password when adding new user

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
g more, let me know. Thanks, --brad g. -- Ticket URL: <https://trac.cakephp.org/ticket/6431> 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, Assoc

Re: [CakePHP : The Rapid Development Framework for PHP] #6430: Multiple models in a form - fields of secondary models are not rendered as required

2009-06-10 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

[CakePHP : The Rapid Development Framework for PHP] #6430: Multiple models in a form - fields of secondary models are not rendered as required

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
hether they are required or not so that they are correctly rendered. On a related note, ticket #2895 seems to be fixed, but I don't see how and where. -- Ticket URL: <https://trac.cakephp.org/ticket/6430> CakePHP : The Rapid Development Framework for PHP <https://trac.ca

[CakePHP : The Rapid Development Framework for PHP] #6429: ajax autocomplete input is not interchangable with form->input

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
is->Form->text" by "$this->Form->input" on line 490 of cake/libs/view/helpers/ajax.php. -- Ticket URL: <https://trac.cakephp.org/ticket/6429> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framewo

Re: [CakePHP : The Rapid Development Framework for PHP] #5206: File class produces Warning if file doesn't exist

2009-06-10 Thread CakePHP : The Rapid Development Framework for PHP
ixed in newer versions. I can talk on #cakephp if you need more info. -- Ticket URL: <https://trac.cakephp.org/ticket/5206#comment:11> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses common

Re: [CakePHP : The Rapid Development Framework for PHP] #6373: PostgreSQL Driver should not make assumptions about schema availibility

2009-06-09 Thread CakePHP : The Rapid Development Framework for PHP
tps://trac.cakephp.org/ticket/6373#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 pri

Re: [CakePHP : The Rapid Development Framework for PHP] #6428: App::import() in bootstrap.php produces tons of is_dir / readdir calls.

2009-06-09 Thread CakePHP : The Rapid Development Framework for PHP
use App::import a lot to get additional library files in the core. -- Ticket URL: <https://trac.cakephp.org/ticket/6428#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 desi

Re: [CakePHP : The Rapid Development Framework for PHP] #6428: App::import() in bootstrap.php produces tons of is_dir / readdir calls.

2009-06-09 Thread CakePHP : The Rapid Development Framework for PHP
ially different, phally? -- Ticket URL: <https://trac.cakephp.org/ticket/6428#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, Associa

Re: [CakePHP : The Rapid Development Framework for PHP] #6428: App::import() in bootstrap.php produces tons of is_dir / readdir calls.

2009-06-09 Thread CakePHP : The Rapid Development Framework for PHP
): Are you sure you have your permissions right? -- Ticket URL: <https://trac.cakephp.org/ticket/6428#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

[CakePHP : The Rapid Development Framework for PHP] #6428: App::import() in bootstrap.php produces tons of is_dir / readdir calls.

2009-06-09 Thread CakePHP : The Rapid Development Framework for PHP
hacks away the issue but I think it's no a good solution and something else in the App-Class or perhaps with the Cache is going wrong. I nevertheless couldn't find the exact problem. -- Ticket URL: <https://trac.cakephp.org/ticket/6428> CakePHP : The Rapid Development Framewor

Re: [CakePHP : The Rapid Development Framework for PHP] #6351: Inflector not work well for others languages

2009-06-09 Thread CakePHP : The Rapid Development Framework for PHP
e, then you should implement your own inflections. If you feel the rules are applied incorrectly, then please provide more specific examples or a test case. -- Ticket URL: <https://trac.cakephp.org/ticket/6351#comment:5> CakePHP : The Rapid Development Framework for PHP <https://tr

Re: [CakePHP : The Rapid Development Framework for PHP] #6351: Inflector not work well for others languages

2009-06-09 Thread CakePHP : The Rapid Development Framework for PHP
ed: app_numina custom irregular: riga => righe app_riga => app_rigas expected: app_righe thank you for your patience. -- Ticket URL: <https://trac.cakephp.org/ticket/6351#comment:4> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a

Re: [CakePHP : The Rapid Development Framework for PHP] #4062: DATABASE_CONFIG table prefix bug

2009-06-08 Thread CakePHP : The Rapid Development Framework for PHP
ble' => $this->tablePrefix . $tableName ))); } $this->_schema = null; } $this->table = $this->useTable = $tableName; $this->tableToModel[$this->table] = $this->alias; $this->schema();

Re: [CakePHP : The Rapid Development Framework for PHP] #6427: Specifying alternative datasource still loads 'default' datasource.

2009-06-08 Thread CakePHP : The Rapid Development Framework for PHP
kephp.org/ticket/6427#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 goa

[CakePHP : The Rapid Development Framework for PHP] #6427: Specifying alternative datasource still loads 'default' datasource.

2009-06-08 Thread CakePHP : The Rapid Development Framework for PHP
and working'''. This seems counter-intuitive. If I don't load any models with $default datasource, it shouldn't fail. I'm explicitly using alternate datasources because $default doesn't work in certain situations. -- Ticket URL: <https://trac.cakephp

[CakePHP : The Rapid Development Framework for PHP] #6426: [PATCH] Convenient ideas borrowed from the Drupal project

2009-06-08 Thread CakePHP : The Rapid Development Framework for PHP
') . $this->Html->tag('p', nl2br(h($note['CustomerNote']['customer_note_note']))), 'id' => 'note-'. $note['CustomerNote']['customer_note_id'], 'class' => 'note',

Re: [CakePHP : The Rapid Development Framework for PHP] #4656: Session destroyed after non-CakePHP redirect

2009-06-08 Thread CakePHP : The Rapid Development Framework for PHP
mment:11> 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 structur

<    1   2   3   4   5   6   7   8   9   10   >