Re: [CakePHP : The Rapid Development Framework for PHP] #1765: Dispatcher, route and plugins

2009-02-12 Thread CakePHP : The Rapid Development Framework for PHP
#1765: Dispatcher, route and plugins
---+
Reporter:  naonak  | Owner:  mark_story
Type:  Bug |Status:  closed
Priority:  Medium  | Milestone:  1.2.x.x   
   Component:  Routing/Dispatcher  |   Version:  RC1   
Severity:  Trivial |Resolution:  worksforme
Keywords:  |   Php_version:  PHP 4 >= 4.3.0
Cake_version:  |  
---+
Comment (by beldougie):

 Hi there,

 I concede that the tests do in fact work and once I sorted out my naming
 conventions in my plugin my direct connections worked too - thank you for
 pointing me in the right direction and apologies for wasting your time.

 Hopefully, the next time I have cause to post, it will be for a worthwhile
 reason! :D

 Cheers,

-- 
Ticket URL: 
CakePHP : The Rapid Development Framework for PHP 
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] #1765: Dispatcher, route and plugins

2009-02-11 Thread CakePHP : The Rapid Development Framework for PHP
#1765: Dispatcher, route and plugins
---+
Reporter:  naonak  | Owner:  mark_story
Type:  Bug |Status:  closed
Priority:  Medium  | Milestone:  1.2.x.x   
   Component:  Routing/Dispatcher  |   Version:  RC1   
Severity:  Trivial |Resolution:  worksforme
Keywords:  |   Php_version:  PHP 4 >= 4.3.0
Cake_version:  |  
---+
Changes (by mark_story):

  * status:  new => closed
  * resolution:  => worksforme

Comment:

 There currently quite a few tests for the Router/Dispatcher.  You may want
 to look at the router test lines 805 - 820
 
https://trac.cakephp.org/browser/branches/1.2.x.x/cake/tests/cases/libs/router.test.php#L807
 Please provide a test case that fails, as all existing test cases are
 passing.  Thanks :)

-- 
Ticket URL: 
CakePHP : The Rapid Development Framework for PHP 
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] #1765: Dispatcher, route and plugins

2009-02-11 Thread CakePHP : The Rapid Development Framework for PHP
#1765: Dispatcher, route and plugins
---+
Reporter:  naonak  | Owner:  mark_story
Type:  Bug |Status:  new   
Priority:  Medium  | Milestone:  1.2.x.x   
   Component:  Routing/Dispatcher  |   Version:  RC1   
Severity:  Trivial |Resolution:
Keywords:  |   Php_version:  PHP 4 >= 4.3.0
Cake_version:  |  
---+
Changes (by mark_story):

  * owner:  Any Developer => mark_story
  * status:  reopened => new

-- 
Ticket URL: 
CakePHP : The Rapid Development Framework for PHP 
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] #1765: Dispatcher, route and plugins

2009-02-11 Thread CakePHP : The Rapid Development Framework for PHP
#1765: Dispatcher, route and plugins
---+
Reporter:  naonak  | Owner:  Any Developer 
Type:  Bug |Status:  reopened  
Priority:  Medium  | Milestone:  1.2.x.x   
   Component:  Routing/Dispatcher  |   Version:  RC1   
Severity:  Trivial |Resolution:
Keywords:  |   Php_version:  PHP 4 >= 4.3.0
Cake_version:  |  
---+
Comment (by beldougie):

 Update:

 This appears to have been changed at some point, but the previous code has
 been reintroduced into the source according to:
 
https://trac.cakephp.org/changeset?old_path=branches%2F1.2.x.x%2Fcake%2Fdispatcher.php&old=4199&new_path=branches%2F1.2.x.x%2Fcake%2Fdispatcher.php&new=7945

 Hope this helps? Could we have the fix back please?

 Cheers,

-- 
Ticket URL: 
CakePHP : The Rapid Development Framework for PHP 
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] #1765: Dispatcher, route and plugins

2009-02-11 Thread CakePHP : The Rapid Development Framework for PHP
#1765: Dispatcher, route and plugins
---+
Reporter:  naonak  | Owner:  Any Developer 
Type:  Bug |Status:  reopened  
Priority:  Medium  | Milestone:  1.2.x.x   
   Component:  Routing/Dispatcher  |   Version:  RC1   
Severity:  Trivial |Resolution:
Keywords:  |   Php_version:  PHP 4 >= 4.3.0
Cake_version:  |  
---+
Changes (by beldougie):

  * status:  closed => reopened
  * resolution:  worksforme =>

Comment:

 Not fixed:

 Does not work in version : 1.2.1.8004

 {{{
 Router::connect('/plug/post/*', array('plugin' => 'plug', 'controller' =>
 'plug_posts', 'action' => 'view'));
 }}}

 The above Router definition produces the following errors:
 "Error: The action plug_posts is not defined in plug"
 and
 "Error: Create plug::plug_posts() in file:
 app\controllers\plug_controller.php."

 This is not correct according to documentation/suggested functionality.

 I have seen a few patches, but none seem complete and nothing is in the
 above listed stable version matching any of the patches. Please advise?

 If this is reopened in error, my apologies but I just can't find a
 solution to this problem.

-- 
Ticket URL: 
CakePHP : The Rapid Development Framework for PHP 
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
-~--~~~~--~~--~--~---