Re: [CakePHP : The Rapid Development Framework for PHP] #6271: Solution to #5254 does not allow for opting out of the security measure

2009-12-06 Thread CakePHP : The Rapid Development Framework for PHP
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 PHP users at all levels

Re: [CakePHP : The Rapid Development Framework for PHP] #4170: Implementing file validation in validation.php

2009-11-25 Thread CakePHP : The Rapid Development Framework for PHP
by a behavior or model. Thanks for helping make CakePHP better. -- Ticket URL: https://trac.cakephp.org/ticket/4170#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

Re: [CakePHP : The Rapid Development Framework for PHP] #5847: Model::findQueryType unset prior to Model::afterFind()

2009-11-25 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new = closed * resolution: = fixed Comment: This has been implemented for 1.3 -- Ticket URL: https://trac.cakephp.org/ticket/5847#comment:4 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development framework for PHP which uses

Re: [CakePHP : The Rapid Development Framework for PHP] #5912: Disable clearCache option

2009-11-16 Thread CakePHP : The Rapid Development Framework for PHP
and implementing the necessary checking logic there. -- Ticket URL: https://trac.cakephp.org/ticket/5912#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6514: Element cache works without 'key' param but not without 'time' param

2009-11-16 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 framework

Re: [CakePHP : The Rapid Development Framework for PHP] #5709: Cache: Apc gc() is missing

2009-11-16 Thread CakePHP : The Rapid Development Framework for PHP
collection. The cake interface assumes you have correctly configured your Apc caching. -- Ticket URL: https://trac.cakephp.org/ticket/5709#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

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

2009-11-02 Thread CakePHP : The Rapid Development Framework for PHP
let me know if I can assist showing out the issue. Cheers. }}} -- Ticket URL: https://trac.cakephp.org/ticket/6428#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6340: Added 'before' and 'after' options to form-submit()

2009-10-31 Thread CakePHP : The Rapid Development Framework for PHP
/811b5bbcae8d90639bd31f2021107d9562ecd3cf -- Ticket URL: https://trac.cakephp.org/ticket/6340#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6042: correct outlining of encoding in the form tag

2009-10-30 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new = closed * resolution: = fixed Comment: This has been implemented for 1.3 http://code.cakephp.org/cakephp/commits/view/120bd83604f2de9a1950af0072740ea62f9f2748 Thanks :) -- Ticket URL: https://trac.cakephp.org/ticket/6042#comment:3 CakePHP : The Rapid Development Framework for PHP

Re: [CakePHP : The Rapid Development Framework for PHP] #2920: [PATCH] Form helper input method error parameter should pass escape boolean to error method

2009-10-30 Thread CakePHP : The Rapid Development Framework for PHP
: new = closed * resolution: = fixed Comment: This is already possible in 1.2, use 'error' = array('escape' = false) -- Ticket URL: https://trac.cakephp.org/ticket/2920#comment:7 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] #6185: Disable hidden field on FormHelper::radio() and FormHelper::input()

2009-10-30 Thread CakePHP : The Rapid Development Framework for PHP
(by mark_story): * status: new = closed * resolution: = fixed Comment: This has been implemented for 1.3 see http://code.cakephp.org/cakephp/commits/view/251ac518c9d3542996f52799935b563326b490da -- Ticket URL: https://trac.cakephp.org/ticket/6185#comment:3 CakePHP : The Rapid Development

Re: [CakePHP : The Rapid Development Framework for PHP] #6096: Model::bind() duplicates bindModel() and should be deprecated

2009-10-30 Thread CakePHP : The Rapid Development Framework for PHP
(by mark_story): * status: new = closed * resolution: = fixed Comment: This has been implemented in 1.3 for a while now, must have forgotten to close the ticket. -- Ticket URL: https://trac.cakephp.org/ticket/6096#comment:1 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org

Re: [CakePHP : The Rapid Development Framework for PHP] #6404: Model::query() returns array[0] for INSERT, UPDATE, DELETE, DROP, etc statements instead of true or false

2009-10-29 Thread CakePHP : The Rapid Development Framework for PHP
#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 structured framework

Re: [CakePHP : The Rapid Development Framework for PHP] #3003: SQLite 3 support

2009-10-26 Thread CakePHP : The Rapid Development Framework for PHP
kept getting errors about a transaction within a transaction with 3.6, so I made a few changes to the transaction methods and now it has been working great. -- Ticket URL: https://trac.cakephp.org/ticket/3003#comment:22 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org

Re: [CakePHP : The Rapid Development Framework for PHP] #4203: Form helper should generate input attributes for related model fields

2009-10-22 Thread CakePHP : The Rapid Development Framework for PHP
://trac.cakephp.org/ticket/4203#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. Our primary goal

Re: [CakePHP : The Rapid Development Framework for PHP] #4626: FormHelper should handle hasMany relationships beyond one level of recursion

2009-10-22 Thread CakePHP : The Rapid Development Framework for PHP
(by mark_story): * status: new = closed * resolution: = fixed Comment: This has been implemented in the 1.3 branch, and will be part of the next packaged release. -- Ticket URL: https://trac.cakephp.org/ticket/4626#comment:4 CakePHP : The Rapid Development Framework for PHP https

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

2009-10-21 Thread CakePHP : The Rapid Development Framework for PHP
[] = 'Content-Type: multipart/alternative; boundary=alt-' . $this-__boundary . ''; } }}} This fix it. -- Ticket URL: https://trac.cakephp.org/ticket/4932#comment:7 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development framework for PHP which

Re: [CakePHP : The Rapid Development Framework for PHP] #3270: Allow errors to be logged in production (DEBUG 0)

2009-10-21 Thread CakePHP : The Rapid Development Framework for PHP
your comment because it was spammy) -- Ticket URL: https://trac.cakephp.org/ticket/3270#comment: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

Re: [CakePHP : The Rapid Development Framework for PHP] #3270: Allow errors to be logged in production (DEBUG 0)

2009-10-20 Thread CakePHP : The Rapid Development Framework for PHP
://www.centralairconditioningunits.net/window-air-conditioning- units.html Window Air Conditioning Units] -- Ticket URL: https://trac.cakephp.org/ticket/3270#comment:10 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development framework for PHP which uses

Re: [CakePHP : The Rapid Development Framework for PHP] #6276: afterFind() called twice / documentation does not match behaviour

2009-10-20 Thread CakePHP : The Rapid Development Framework for PHP
by it's structure should be avoided. -- Ticket URL: https://trac.cakephp.org/ticket/6276#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6253: FormHelper-button() and HtmlHelper-tags['button']

2009-10-19 Thread CakePHP : The Rapid Development Framework for PHP
(by mark_story): * status: new = closed * resolution: = fixed Comment: I agree, implemented for 1.3 see http://code.cakephp.org/commits/view/5a0c0e35ca643d09c7cfa03c72f817de80591054 -- Ticket URL: https://trac.cakephp.org/ticket/6253#comment:1 CakePHP : The Rapid Development Framework for PHP

Re: [CakePHP : The Rapid Development Framework for PHP] #6280: Add conditional logging, LOG_LEVEL = LOG_WARNING for production systems

2009-10-19 Thread CakePHP : The Rapid Development Framework for PHP
what your ticket is about, please reopen with how they differ. -- Ticket URL: https://trac.cakephp.org/ticket/6280#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

Re: [CakePHP : The Rapid Development Framework for PHP] #4645: Pagination should accept a limit of 0 or null

2009-10-16 Thread CakePHP : The Rapid Development Framework for PHP
nothing sends a null limit. -- Ticket URL: https://trac.cakephp.org/ticket/4645#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6538: [Test] Wrong serialization of array with XmlHelper::serialize()

2009-10-15 Thread CakePHP : The Rapid Development Framework for PHP
(by chihchun): This issue should be reopened. -- Ticket URL: https://trac.cakephp.org/ticket/6538#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6538: [Test] Wrong serialization of array with XmlHelper::serialize()

2009-10-15 Thread CakePHP : The Rapid Development Framework for PHP
#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. Our primary goal is to provide a structured framework

Re: [CakePHP : The Rapid Development Framework for PHP] #6468: Import Fixtures don't use Model's table for HABTM models

2009-10-14 Thread CakePHP : The Rapid Development Framework for PHP
: | +--- Comment (by Ceeram): came across a patch: http://www.klenwell.com/press/2009/09/model-testing-cakephp/ -- Ticket URL: https://trac.cakephp.org/ticket/6468#comment:2 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid

Re: [CakePHP : The Rapid Development Framework for PHP] #6205: Invalid default value for datetime/timestamp

2009-10-14 Thread CakePHP : The Rapid Development Framework for PHP
): came across a patch: http://www.klenwell.com/press/2009/09/model-testing-cakephp/ -- Ticket URL: https://trac.cakephp.org/ticket/6205#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

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-10-14 Thread CakePHP : The Rapid Development Framework for PHP
is impossible. -- Ticket URL: https://trac.cakephp.org/ticket/2551#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

Re: [CakePHP : The Rapid Development Framework for PHP] #4541: [PATCH] Add 'defaults' key to FormHelper::inputs()

2009-10-14 Thread CakePHP : The Rapid Development Framework for PHP
and reuse, I'm going with that option. Thanks for helping make Cake better :) -- Ticket URL: https://trac.cakephp.org/ticket/4541#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

Re: [CakePHP : The Rapid Development Framework for PHP] #4877: Console schema generate doesnt work for every models.

2009-10-09 Thread CakePHP : The Rapid Development Framework for PHP
parameter to force using the tables for schema generation instead of the models. Closing as fixed, as there are a few ways to make this work. If you think the issue isn't resolved please reopen. -- Ticket URL: https://trac.cakephp.org/ticket/4877#comment:5 CakePHP : The Rapid Development

Re: [CakePHP : The Rapid Development Framework for PHP] #5493: ClassRegistry::init() doesn't work with components

2009-10-09 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new = closed * resolution: = wontfix Comment: ClassRegistry is only for constructing models, It will not build Components now or in the future. Thanks for helping make cake better :) -- Ticket URL: https://trac.cakephp.org/ticket/5493#comment:4 CakePHP : The Rapid Development

Re: [CakePHP : The Rapid Development Framework for PHP] #5814: Add i18n function in ALL strings of scaffold/index.ctp

2009-10-09 Thread CakePHP : The Rapid Development Framework for PHP
: | ---+ Changes (by mark_story): * status: new = closed * resolution: = fixed Comment: Fixed in [64a6dce8ccdc1a0e5ba66c542da8218c4692f9f6] -- Ticket URL: https://trac.cakephp.org/ticket/5814#comment:2 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid

Re: [CakePHP : The Rapid Development Framework for PHP] #1406: Text Helper should work with Russian characters in PHP 4

2009-10-07 Thread CakePHP : The Rapid Development Framework for PHP
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 PHP users at all levels

Re: [CakePHP : The Rapid Development Framework for PHP] #2218: multibyte strings should be supported

2009-10-07 Thread CakePHP : The Rapid Development Framework for PHP
tickets on http://code.cakephp.org -- Ticket URL: https://trac.cakephp.org/ticket/2218#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6011: scaffolding doesn't support reverse routing

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

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

2009-10-04 Thread CakePHP : The Rapid Development Framework for PHP
is lacking. Furthermore there is nothing stopping you overriding _findCount in your models and implementing a more specific behavior for individual models there. -- Ticket URL: https://trac.cakephp.org/ticket/5123#comment:15 CakePHP : The Rapid Development Framework for PHP https

Re: [CakePHP : The Rapid Development Framework for PHP] #4268: [PATCH] Schema shell should generate based on plugin models

2009-10-04 Thread CakePHP : The Rapid Development Framework for PHP
: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 goal is to provide a structured framework

Re: [CakePHP : The Rapid Development Framework for PHP] #5275: nocache tags occurring after $content_for_layout aren't parsed

2009-09-30 Thread CakePHP : The Rapid Development Framework for PHP
. -- Ticket URL: https://trac.cakephp.org/ticket/5275#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. Our

Re: [CakePHP : The Rapid Development Framework for PHP] #6136: Shell bootstrap (cake.php) overwrites existing debug setting

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

Re: [CakePHP : The Rapid Development Framework for PHP] #4134: [PATCH] session_cache_limiter should be configurable

2009-09-28 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new = closed * resolution: = fixed Comment: You can already do this by implementing custom session settings. http://book.cakephp.org/view/173/Sessions -- Ticket URL: https://trac.cakephp.org/ticket/4134#comment:3 CakePHP : The Rapid Development Framework for PHP https

Re: [CakePHP : The Rapid Development Framework for PHP] #4341: Additional configuration methods for session management should be implemented

2009-09-28 Thread CakePHP : The Rapid Development Framework for PHP
: | +--- Changes (by mark_story): * status: new = closed * resolution: = fixed -- Ticket URL: https://trac.cakephp.org/ticket/4341#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

Re: [CakePHP : The Rapid Development Framework for PHP] #4341: Additional configuration methods for session management should be implemented

2009-09-28 Thread CakePHP : The Rapid Development Framework for PHP
: | +--- Comment (by mark_story): You can use custom session handling which is explained http://book.cakephp.org/view/173/Sessions -- Ticket URL: https://trac.cakephp.org/ticket/4341#comment:3 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] #4819: Alphanumeric field validation is not UTF-8 safe

2009-09-28 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new = closed * resolution: = fixed Comment: Fixed, validation currently works with Japanese and Greek characters, those are certainly in the realm of utf-8 -- Ticket URL: https://trac.cakephp.org/ticket/4819#comment:2 CakePHP : The Rapid Development Framework for PHP https

Re: [CakePHP : The Rapid Development Framework for PHP] #5775: Debug output should be without html when using it in cli

2009-09-26 Thread CakePHP : The Rapid Development Framework for PHP
(by olafnorge): subscribed -- Ticket URL: https://trac.cakephp.org/ticket/5775#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

Re: [CakePHP : The Rapid Development Framework for PHP] #3003: SQLite 3 support

2009-09-24 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 framework that enables

Re: [CakePHP : The Rapid Development Framework for PHP] #6522: Missing code + functionality in /libs/controller/controller.php

2009-09-24 Thread CakePHP : The Rapid Development Framework for PHP
: | +--- Comment (by juan_basso): I'm implemented this in my fork: http://code.cakephp.org/forks/jrbasso/cakephp/commits/view/5c8710dd4765567825b097ec4c2a87f643e01f2c -- Ticket URL: https://trac.cakephp.org/ticket/6522#comment:1 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org

Re: [CakePHP : The Rapid Development Framework for PHP] #5418: Containable Behavior does not reset hasMany relationships after find.

2009-09-23 Thread CakePHP : The Rapid Development Framework for PHP
to be redefined before the find(); e.g. {{{ Model-hasMany[Assoc] = array( className = Assoc, foreignKey = model_id ); }}} -- Ticket URL: https://trac.cakephp.org/ticket/5418#comment:3 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development

Re: [CakePHP : The Rapid Development Framework for PHP] #4367: File Searching Kills Performance

2009-09-21 Thread CakePHP : The Rapid Development Framework for PHP
problem: https://trac.cakephp.org/ticket/6143 #6143 can be closed. -- Ticket URL: https://trac.cakephp.org/ticket/4367#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

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

2009-09-21 Thread CakePHP : The Rapid Development Framework for PHP
. '--' . $this-__boundary) -- Ticket URL: https://trac.cakephp.org/ticket/4932#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6420: $controller-set('title', 'foo') is unnecessary.

2009-09-21 Thread CakePHP : The Rapid Development Framework for PHP
): I have made a patch for this [http://code.cakephp.org/forks/ADmad/cakephp/commits/view/df7d16af591dbab75838d2000136fcdd260308f8] -- Ticket URL: https://trac.cakephp.org/ticket/6420#comment:1 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development

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-09-18 Thread CakePHP : The Rapid Development Framework for PHP
#highlight All test pass. -- Ticket URL: https://trac.cakephp.org/ticket/6333#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

Re: [CakePHP : The Rapid Development Framework for PHP] #5457: i18n extract runs out of memory when processing large numbers of files

2009-09-18 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 PHP

Re: [CakePHP : The Rapid Development Framework for PHP] #6525: Deprecate ife(), a(), am(), r(), up(), low(), and e()

2009-09-18 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 PHP

Re: [CakePHP : The Rapid Development Framework for PHP] #4261: [PATCH] ACL Behavior should change parent on update

2009-09-18 Thread CakePHP : The Rapid Development Framework for PHP
-- Ticket URL: https://trac.cakephp.org/ticket/4261#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] #5630: NumberHelper should implement a addFormat method so to minimize view calls to currency

2009-09-11 Thread CakePHP : The Rapid Development Framework for PHP
:| -+-- Changes (by mark_story): * owner: = mark_story * status: new = assigned -- Ticket URL: https://trac.cakephp.org/ticket/5630#comment:2 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development framework for PHP

Re: [CakePHP : The Rapid Development Framework for PHP] #4261: [PATCH] ACL Behavior should change parent on update

2009-09-11 Thread CakePHP : The Rapid Development Framework for PHP
:| -+-- Comment (by Ceeram): patch with test: http://bin.cakephp.org/saved/50582 -- Ticket URL: https://trac.cakephp.org/ticket/4261#comment:6 CakePHP : The Rapid Development Framework

Re: [CakePHP : The Rapid Development Framework for PHP] #6538: [Test] Wrong serialization of array with XmlHelper::serialize()

2009-09-10 Thread CakePHP : The Rapid Development Framework for PHP
id151/id ... /location /locations locations location id134/id ... /location /location ... }}} -- Ticket URL: https://trac.cakephp.org/ticket/6538#comment:2 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake

Re: [CakePHP : The Rapid Development Framework for PHP] #3270: Allow errors to be logged in production (DEBUG 0)

2009-09-10 Thread CakePHP : The Rapid Development Framework for PHP
), but this change is not in there nothing about function handleError() -- Ticket URL: https://trac.cakephp.org/ticket/3270#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

Re: [CakePHP : The Rapid Development Framework for PHP] #5666: Pagination - unable to sort by custom aliased fields

2009-09-10 Thread CakePHP : The Rapid Development Framework for PHP
): Tested and worked for me! -- Ticket URL: https://trac.cakephp.org/ticket/5666#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

Re: [CakePHP : The Rapid Development Framework for PHP] #3270: Allow errors to be logged in production (DEBUG 0)

2009-09-10 Thread CakePHP : The Rapid Development Framework for PHP
-dev tar was made. You would need to use the git checkout to use it. Its currently only in the 1.3-misc branch. -- Ticket URL: https://trac.cakephp.org/ticket/3270#comment:9 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development framework for PHP

Re: [CakePHP : The Rapid Development Framework for PHP] #3270: Allow errors to be logged in production (DEBUG 0)

2009-09-09 Thread CakePHP : The Rapid Development Framework for PHP
: Fixed in [cf984b875b4bcf3f5f672d53c824332c721ce4e2] -- Ticket URL: https://trac.cakephp.org/ticket/3270#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

Re: [CakePHP : The Rapid Development Framework for PHP] #3270: Allow errors to be logged in production (DEBUG 0)

2009-09-09 Thread CakePHP : The Rapid Development Framework for PHP
, wrong bug number perhaps? -- Ticket URL: https://trac.cakephp.org/ticket/3270#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

Re: [CakePHP : The Rapid Development Framework for PHP] #3270: Allow errors to be logged in production (DEBUG 0)

2009-09-09 Thread CakePHP : The Rapid Development Framework for PHP
/0b9f9afef498e418ceb44cbaba4029b21b8bf04e#highlight -- Ticket URL: https://trac.cakephp.org/ticket/3270#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

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

2009-09-07 Thread CakePHP : The Rapid Development Framework for PHP
(SET search_path TO . ($config['schema_search_path'] ? $config['schema_search_path'] : $config['schema'])); }}} E voilà, improved functionally while retaining current behaviour -- Ticket URL: https://trac.cakephp.org/ticket/6373#comment:3 CakePHP : The Rapid Development Framework for PHP https

Re: [CakePHP : The Rapid Development Framework for PHP] #6173: [TEST][FIX]Admin routing breaks reverse routing

2009-09-04 Thread CakePHP : The Rapid Development Framework for PHP
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 PHP users at all levels

Re: [CakePHP : The Rapid Development Framework for PHP] #2955: [PATCH][TEST] Javascript Helper link method should allow for 'defer' parameter

2009-09-03 Thread CakePHP : The Rapid Development Framework for PHP
the possibility to use all the features offered by the W3C.[[BR]][[BR]] How about reconsidering? -- Ticket URL: https://trac.cakephp.org/ticket/2955#comment:7 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] #2955: [PATCH][TEST] Javascript Helper link method should allow for 'defer' parameter

2009-09-03 Thread CakePHP : The Rapid Development Framework for PHP
in [5df81147ebb8cc0753b3686e34cf91de1a81b79a] -- Ticket URL: https://trac.cakephp.org/ticket/2955#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

Re: [CakePHP : The Rapid Development Framework for PHP] #5841: $javascript-link() to allow options to be defined

2009-09-03 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new = closed * resolution: = fixed Comment: Fixed in [5df81147ebb8cc0753b3686e34cf91de1a81b79a] -- Ticket URL: https://trac.cakephp.org/ticket/5841#comment:2 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development framework for PHP

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

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

Re: [CakePHP : The Rapid Development Framework for PHP] #5985: Decouple cookie_lifetime from security level

2009-09-02 Thread CakePHP : The Rapid Development Framework for PHP
configuration. See http://book.cakephp.org/view/173/Sessions The documentation has also been updated with information on creating custom session configuration. -- Ticket URL: https://trac.cakephp.org/ticket/5985#comment:7 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake

Re: [CakePHP : The Rapid Development Framework for PHP] #6494: saveAll ignores filtering in beforeSave method

2009-09-01 Thread CakePHP : The Rapid Development Framework for PHP
($givenPermissionData, array('validate' = false, 'atomic'=false)); }}} will do. -- Ticket URL: https://trac.cakephp.org/ticket/6494#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6015: CookieComponent::delete()

2009-09-01 Thread CakePHP : The Rapid Development Framework for PHP
= closed * resolution: = fixed Comment: Fixed in [6795e3170aaca72c1fc1ba9b4b22951b1d5ff32c] Cookie::del() is deprecated and delete() is the new preferred method. -- Ticket URL: https://trac.cakephp.org/ticket/6015#comment:1 CakePHP : The Rapid Development Framework for PHP https

Re: [CakePHP : The Rapid Development Framework for PHP] #6007: Inflector::slug doesn't handle ã and õ

2009-09-01 Thread CakePHP : The Rapid Development Framework for PHP
/ticket/6007#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 a structured

Re: [CakePHP : The Rapid Development Framework for PHP] #6063: [patch] Add more accent characters to Inflector::slug

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

Re: [CakePHP : The Rapid Development Framework for PHP] #5124: Inflector::slug - Polish chars added

2009-09-01 Thread CakePHP : The Rapid Development Framework for PHP
URL: https://trac.cakephp.org/ticket/5124#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

Re: [CakePHP : The Rapid Development Framework for PHP] #5168: Inflector::slug() should support custom characters

2009-09-01 Thread CakePHP : The Rapid Development Framework for PHP
/ticket/5168#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. Our primary goal is to provide a structured

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

2009-09-01 Thread CakePHP : The Rapid Development Framework for PHP
/ticket/6324#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 structured

Re: [CakePHP : The Rapid Development Framework for PHP] #5892: Slug doesn't work with polish characters - test

2009-08-31 Thread CakePHP : The Rapid Development Framework for PHP
(by mark_story): * status: new = closed * resolution: = duplicate Comment: Duplicate of #5124 -- Ticket URL: https://trac.cakephp.org/ticket/5892#comment:3 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] #6238: Scaffolding displays no confirmation when adding/editing records

2009-08-31 Thread CakePHP : The Rapid Development Framework for PHP
| +--- Changes (by mark_story): * status: new = closed * resolution: = fixed Comment: Fixed, there was an issue with the use of Controller::flash() in the scaffolds. Thanks for reporting :) -- Ticket URL: https://trac.cakephp.org/ticket/6238#comment:1 CakePHP : The Rapid Development Framework

Re: [CakePHP : The Rapid Development Framework for PHP] #6384: Unused variable in Model::_deleteLinks() function

2009-08-30 Thread CakePHP : The Rapid Development Framework for PHP
(by mark_story): * status: new = closed * resolution: = fixed Comment: Fixed in [65e8ec4e5018b95b558a6e4fbade6b31c5c61f1c] -- Ticket URL: https://trac.cakephp.org/ticket/6384#comment:1 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development

Re: [CakePHP : The Rapid Development Framework for PHP] #6261: Auth deny method doesn't respect methods name case

2009-08-30 Thread CakePHP : The Rapid Development Framework for PHP
: | ---+ Changes (by mark_story): * status: new = closed * resolution: = fixed Comment: Fixed in [8ee44365d58a18dca246dcdcd6e5977b799e6108] -- Ticket URL: https://trac.cakephp.org/ticket/6261#comment:2 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid

Re: [CakePHP : The Rapid Development Framework for PHP] #6513: When updating rows with Model::saveAll(), it is filling in missing fields with possibly invalid MySQL default values

2009-08-28 Thread CakePHP : The Rapid Development Framework for PHP
didn't pass are being reset to their MySQL default values. Seems okay for an insert, but certainly not for an update. -- Ticket URL: https://trac.cakephp.org/ticket/6513#comment:3 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] #5337: Schema Error message is not clear

2009-08-27 Thread CakePHP : The Rapid Development Framework for PHP
= closed * resolution: = fixed Comment: Fixed in [024027f4fc0c4d36e7e977ebed8e7e7934d1b999] -- Ticket URL: https://trac.cakephp.org/ticket/5337#comment:2 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] #5034: Choose layout in Controller::flash

2009-08-27 Thread CakePHP : The Rapid Development Framework for PHP
= closed * resolution: = fixed Comment: Fixed in [093d00b372fcbe887c8ca521629668510e0cdff8] -- Ticket URL: https://trac.cakephp.org/ticket/5034#comment:3 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] #4268: [PATCH] Schema shell should generate based on plugin models

2009-08-26 Thread CakePHP : The Rapid Development Framework for PHP
: | --+- Changes (by mark_story): * owner: = mark_story * status: new = assigned -- Ticket URL: https://trac.cakephp.org/ticket/4268#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] #5151: [PATCH + TEST] PaginatorHelper::sort() should allow default sort orders to be specified

2009-08-26 Thread CakePHP : The Rapid Development Framework for PHP
: | +--- Changes (by mark_story): * status: new = closed * resolution: = fixed Comment: Fixed in [da3fd2b1f8edef8cad66439b6c0e31f9a943c47f] -- Ticket URL: https://trac.cakephp.org/ticket/5151#comment:6 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake

Re: [CakePHP : The Rapid Development Framework for PHP] #5624: Fixes/Enhancements for Paginator Helper

2009-08-26 Thread CakePHP : The Rapid Development Framework for PHP
://trac.cakephp.org/ticket/5624#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6295: Inflector issue: Slaves - Slafe

2009-08-26 Thread CakePHP : The Rapid Development Framework for PHP
: new = closed * resolution: = fixed Comment: Slaves is working now. Fixed! -- Ticket URL: https://trac.cakephp.org/ticket/6295#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6094: Translate Behavior - Find'ing multiple locales

2009-08-25 Thread CakePHP : The Rapid Development Framework for PHP
: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 framework

Re: [CakePHP : The Rapid Development Framework for PHP] #4570: [PATCH] Use JOIN instead of multiple queries for belongsTo with $recursive = 2

2009-08-20 Thread CakePHP : The Rapid Development Framework for PHP
| -+-- Comment (by aaronshaf): Would love to see the implemented in 2.0 -- Ticket URL: https://trac.cakephp.org/ticket/4570#comment:4 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid development framework for PHP which uses

Re: [CakePHP : The Rapid Development Framework for PHP] #3972: Database sessions should allow for additional fields

2009-08-18 Thread CakePHP : The Rapid Development Framework for PHP
Cake_version:| -+-- Comment (by Finster): That link is broken. What was the fix? -- Ticket URL: https://trac.cakephp.org/ticket/3972#comment:8 CakePHP : The Rapid Development Framework for PHP

Re: [CakePHP : The Rapid Development Framework for PHP] #3972: Database sessions should allow for additional fields

2009-08-18 Thread CakePHP : The Rapid Development Framework for PHP
/f52d9c56f0ebf7ae0f799e21eb9b2fb0efb8d78c -- Ticket URL: https://trac.cakephp.org/ticket/3972#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

Re: [CakePHP : The Rapid Development Framework for PHP] #5197: Email component should support aliases for attachments

2009-08-17 Thread CakePHP : The Rapid Development Framework for PHP
| ---+ Comment (by thajeztah): Replying to [comment:3 michaelc]: Thank you, Michael for creating the patch -- Ticket URL: https://trac.cakephp.org/ticket/5197#comment:4 CakePHP : The Rapid Development Framework for PHP

Re: [CakePHP : The Rapid Development Framework for PHP] #5197: Email component should support aliases for attachments

2009-08-17 Thread CakePHP : The Rapid Development Framework for PHP
| ---+ Comment (by michaelc): Used the wrong syntax, sorry. Meant to say that it influences #6529, not [6529]. -- Ticket URL: https://trac.cakephp.org/ticket/5197#comment:5 CakePHP : The Rapid Development Framework for PHP

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

2009-08-13 Thread CakePHP : The Rapid Development Framework for PHP
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 PHP users at all levels

Re: [CakePHP : The Rapid Development Framework for PHP] #5340: AuthComponent::deny() cannot take an array as argument

2009-08-13 Thread CakePHP : The Rapid Development Framework for PHP
(by renan.saddam): * status: new = closed * resolution: = fixed Comment: Fixed in http://code.cakephp.org/commits/view/f4e5b7fbb0c1cbf16aca7fd4ddd413ae90a5bb3b -- Ticket URL: https://trac.cakephp.org/ticket/5340#comment:5 CakePHP : The Rapid Development Framework for PHP https

Re: [CakePHP : The Rapid Development Framework for PHP] #3699: Model::deleteAll() doesn't allow empty conditions array

2009-08-12 Thread CakePHP : The Rapid Development Framework for PHP
($cascade = true) -- Ticket URL: https://trac.cakephp.org/ticket/3699#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

Re: [CakePHP : The Rapid Development Framework for PHP] #6470: [PATCH] localization function should support placeholders

2009-08-12 Thread CakePHP : The Rapid Development Framework for PHP
= __('Welcome back, :username.', array('username' = $username)); }}} or, alternatively: {{{ $output = __('Welcome back, %s.', $username); }}} -- Ticket URL: https://trac.cakephp.org/ticket/6470#comment:3 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake

Re: [CakePHP : The Rapid Development Framework for PHP] #6026: php 5.3 needs error_reporting(E_ALL ~E_DEPRECATED);

2009-08-09 Thread CakePHP : The Rapid Development Framework for PHP
): * status: new = closed * resolution: = fixed Comment: Workarounds for E_DEPRECATED have been included in 1.3 -- Ticket URL: https://trac.cakephp.org/ticket/6026#comment:3 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] #4578: PaginatorHelper should allow for specifying an alternate AjaxHelper

2009-08-09 Thread CakePHP : The Rapid Development Framework for PHP
('ajax' = 'Dojo')); }}} Also if you use the new JsHelper PaginatorHelper will automatically use the chosen Javascript library in JsHelper. -- Ticket URL: https://trac.cakephp.org/ticket/4578#comment:3 CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/ Cake is a rapid

  1   2   3   4   5   6   7   8   9   10   >