Re: [CakePHP : The Rapid Development Framework for PHP] #6286: Custom route element should use delimiter.

2009-04-11 Thread CakePHP : The Rapid Development Framework for PHP
#6286: Custom route element should use delimiter.
---+
Reporter:  cakeman | Owner: 
Type:  Enhancement |Status:  new
Priority:  Medium  | Milestone: 
   Component:  Routing/Dispatcher  |   Version: 
Severity:  Normal  |Resolution: 
Keywords:  Router Route URL|   Php_version:  n/a
Cake_version:  |  
---+
Changes (by nate):

  * version:  1.2 Final =
  * milestone:  1.2.x.x =

-- 
Ticket URL: https://trac.cakephp.org/ticket/6286#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 framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



Re: [CakePHP : The Rapid Development Framework for PHP] #5815: [PATCH]DboSource::calculate() should make use of $model param and should support 'SUM'

2009-04-11 Thread CakePHP : The Rapid Development Framework for PHP
#5815: [PATCH]DboSource::calculate() should make use of $model param and should
support 'SUM'
+---
Reporter:  rafaelbandeira3  | Owner:  nate
Type:  Enhancement  |Status:  assigned
Priority:  Medium   | Milestone:  1.3.x.x 
   Component:  Model|   Version:  
Severity:  Normal   |Resolution:  
Keywords:  dbosource calculate sum sql  |   Php_version:  n/a 
Cake_version:   |  
+---
Changes (by nate):

  * component:  Core Libs = Model

-- 
Ticket URL: https://trac.cakephp.org/ticket/5815#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 primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



Re: [CakePHP : The Rapid Development Framework for PHP] #5171: dbo_source doesn't know mysql SOUNDS LIKE operator

2009-04-11 Thread CakePHP : The Rapid Development Framework for PHP
#5171: dbo_source doesn't know mysql SOUNDS LIKE operator
+---
Reporter:  Reen | Owner:  nate   
Type:  Enhancement  |Status:  closed 
Priority:  Medium   | Milestone:  1.3.x.x
   Component:  Core Libs|   Version: 
Severity:  Trivial  |Resolution:  fixed  
Keywords:   |   Php_version:  PHP 5  
Cake_version:   |  
+---
Changes (by nate):

  * status:  assigned = closed
  * resolution:  = fixed

Comment:

 Fixed in
 
http://thechaw.com/cakephp/commits/view/4894c3828363bf5aa624c5bd683a3953084c1e69#numbers

-- 
Ticket URL: https://trac.cakephp.org/ticket/5171#comment:5
CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



Re: [CakePHP : The Rapid Development Framework for PHP] #5815: [PATCH]DboSource::calculate() should make use of $model param and should support 'SUM'

2009-04-11 Thread CakePHP : The Rapid Development Framework for PHP
#5815: [PATCH]DboSource::calculate() should make use of $model param and should
support 'SUM'
+---
Reporter:  rafaelbandeira3  | Owner:  nate   
Type:  Enhancement  |Status:  closed 
Priority:  Medium   | Milestone:  1.3.x.x
   Component:  Model|   Version: 
Severity:  Normal   |Resolution:  fixed  
Keywords:  dbosource calculate sum sql  |   Php_version:  n/a
Cake_version:   |  
+---
Changes (by nate):

  * status:  assigned = closed
  * resolution:  = fixed

Comment:

 The syntax provided in the second patch is invalid for some databases.
 Fixed in
 
http://thechaw.com/cakephp/commits/view/24fd17428ec1aaa3a94e6c08905cffec0cfc349e#numbers

-- 
Ticket URL: https://trac.cakephp.org/ticket/5815#comment:8
CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



[CakePHP : The Rapid Development Framework for PHP] #6287: Auth default loginAction cannot work with admin routes using defaults.

2009-04-11 Thread CakePHP : The Rapid Development Framework for PHP
#6287: Auth default loginAction cannot work with admin routes using defaults.
--+-
Reporter:  crux   |  Type:  Bug
  Status:  new|  Priority:  Low
   Milestone:  1.2.x.x| Component:  Auth   
 Version:  1.2 Final  |  Severity:  Trivial
Keywords: |   Php_version:  n/a
Cake_version:  1.2.8138   |  
--+-
 To construct $loginAction Auth uses Router::normalize()
 For non-admin routes it usually translates to /users/login

 Admin routes however $loginAction translates to /admin/users/login,
 because normalize() adds a prefix. Login should not be an admin action and
 therefore a patch is needed.

-- 
Ticket URL: https://trac.cakephp.org/ticket/6287
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 PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



[CakePHP : The Rapid Development Framework for PHP] #6288: PaginationHelper won't accept absolute URL

2009-04-11 Thread CakePHP : The Rapid Development Framework for PHP
#6288: PaginationHelper won't accept absolute URL
---+
Reporter:  paddyforan  |  Type:  Bug
  Status:  new |  Priority:  Medium 
   Milestone:  1.2.x.x | Component:  Helpers
 Version:  1.2 Final   |  Severity:  Normal 
Keywords:  paginator   |   Php_version:  PHP 5  
Cake_version:  1.2.2.8120  |  
---+
 The PaginationHelper next/prev methods only accept Router::url arrays, and
 do not accept the absolute 'http://' values that can be used elsewhere.
 [[BR]][[BR]]

 What I Did:
 [[BR]]
 [[BR]]
 I used $paginator-next('Next ', array('url' =
 'http://subdomain.mydomain.com'), null, array()); to generate a pagination
 link.
 [[BR]]
 [[BR]]
 What I Expected:
 [[BR]]
 [[BR]]
 I expected a link pointing to http://subdomain.mydomain.com/page:2; and
 titled Next .
 [[BR]]
 [[BR]]
 What I Got:
 [[BR]]
 [[BR]]
 The following error:
 [[BR]]
 [[BR]]
 {{{
 Warning (2): array_merge() [function.array-merge]: Argument #2 is not an
 array [CORE/cake/libs/view/helpers/paginator.php, line 312]

 Code | Context

 $which  =   Next
 $title  =   Older 
 $options=   array(
 class = pagination,
 style = float: right;
 )
 $disabledTitle  =   null
 $disabledOptions=   array(
 class = disabled,
 style = float: right;
 )
 $check  =   hasNext
 $_defaults  =   array(
 url = array(),
 step = 1,
 escape = true,
 model = null,
 tag = div
 )
 $paging =   array(
 page = 1,
 current = 20,
 count = 21,
 prevPage = false,
 nextPage = true,
 pageCount = 2,
 defaults = array(
 limit = 20,
 step = 1,
 order = array(),
 conditions = array()
 ),
 options = array(
 page = 1,
 limit = 20,
 order = array(),
 conditions = array()
 )
 )
 $key=   tag
 $url=   http://life.pennedby.me:3000;
 $step   =   1
 $escape =   true
 $model  =   null
 $tag=   div

 array_merge - [internal], line ??
 PaginatorHelper::__pagingLink() -
 CORE/cake/libs/view/helpers/paginator.php, line 312
 PaginatorHelper::next() - CORE/cake/libs/view/helpers/paginator.php, line
 204
 include - APP/views/themed/clarity/posts/index.ctp, line 30
 View::_render() - CORE/cake/libs/view/view.php, line 662
 View::render() - CORE/cake/libs/view/view.php, line 376
 Controller::render() - CORE/cake/libs/controller/controller.php, line 799
 CategoriesController::view() - APP/controllers/categories_controller.php,
 line 37
 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
 [main] - APP/webroot/index.php, line 88

 Warning (2): array_merge() [function.array-merge]: Argument #2 is not an
 array [CORE/cake/libs/view/helpers/paginator.php, line 273]

 Code | Context

 $options=   null
 $asArray=   true
 $model  =   null
 $paging =   array(
 page = 1,
 current = 20,
 count = 21,
 prevPage = false,
 nextPage = true,
 pageCount = 2,
 defaults = array(
 limit = 20,
 step = 1,
 order = array(),
 conditions = array()
 ),
 options = array(
 page = 1,
 limit = 20,
 order = array(),
 conditions = array()
 )
 )

 array_merge - [internal], line ??
 PaginatorHelper::url() - CORE/cake/libs/view/helpers/paginator.php, line
 273
 PaginatorHelper::link() - CORE/cake/libs/view/helpers/paginator.php, line
 256
 PaginatorHelper::__pagingLink() -
 CORE/cake/libs/view/helpers/paginator.php, line 315
 PaginatorHelper::next() - CORE/cake/libs/view/helpers/paginator.php, line
 204
 include - APP/views/themed/clarity/posts/index.ctp, line 30
 View::_render() - CORE/cake/libs/view/view.php, line 662
 View::render() - CORE/cake/libs/view/view.php, line 376
 Controller::render() - CORE/cake/libs/controller/controller.php, line 799
 CategoriesController::view() - APP/controllers/categories_controller.php,
 line 37
 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
 [main] - APP/webroot/index.php, line 88

 Warning (2): array_merge() [function.array-merge]: Argument #2 is not an
 array [CORE/cake/libs/view/helpers/paginator.php, line 259]

 Code | Context

 $title  =   Older 
 $url=   null
 $options=   array(
 escape = true,
 class = pagination,
 style = float: right;
 )
 $model  =   null
 $obj=   Html

 array_merge - [internal], line ??
 PaginatorHelper::link() - 

Re: [CakePHP : The Rapid Development Framework for PHP] #6287: Auth default loginAction cannot work with admin routes using defaults.

2009-04-11 Thread CakePHP : The Rapid Development Framework for PHP
#6287: Auth default loginAction cannot work with admin routes using defaults.
-+--
Reporter:  crux  | Owner:   
Type:  Bug   |Status:  closed   
Priority:  Low   | Milestone:  1.2.x.x  
   Component:  Auth  |   Version:  1.2 Final
Severity:  Trivial   |Resolution:  wontfix  
Keywords:|   Php_version:  n/a  
Cake_version:  1.2.8138  |  
-+--
Changes (by jperras):

  * status:  new = closed
  * resolution:  = wontfix

Comment:

 You can always force the login action to route to a non-admin action by
 setting the Auth::$loginAction route yourself and forcing the admin prefix
 to false.

-- 
Ticket URL: https://trac.cakephp.org/ticket/6287#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 framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



Re: [CakePHP : The Rapid Development Framework for PHP] #6274: [PATCH] CounterCache queries wrong with unconventional primaryKeys

2009-04-11 Thread CakePHP : The Rapid Development Framework for PHP
#6274: [PATCH] CounterCache queries wrong with unconventional primaryKeys
-+--
Reporter:  phally| Owner:  jperras  
Type:  Bug   |Status:  new  
Priority:  Medium| Milestone:  1.2.x.x  
   Component:  Model |   Version:  1.2 Final
Severity:  Normal|Resolution:   
Keywords:  CounterCache, primaryKey  |   Php_version:  n/a  
Cake_version:|  
-+--
Changes (by jperras):

  * owner:  = jperras

-- 
Ticket URL: https://trac.cakephp.org/ticket/6274#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 framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---