cakephp2-php8/cake
phpnut f247cae56c Updated VERSION file
Merging:

Revision: [1647]
Commit to fix auto render using requestAction()

Revision: [1646]
Added fix for the date select forms in scaffold when using date field type in the database.
Added fix for Ticket #132.
Added @ to stop warning in php if a call to gethostbyaddr fails with a bad ip sent.
Performance increased more with changes the View::_loadHelpers.
  Each helper would load the config file whan an instance was created and parse, change now reads it once.
  Fixed previous fix I added to only load helpers once, this time it works.
Change the constructor in View to use __construct() like other classes in the core.
Added $this->autoRender = false; in PagesController::display() after $this->render() is called.
PHP 5 would work fine without it, PHP 4 would display a view under the rendered layout.


git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1648 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-12-28 01:52:56 +00:00
..
config Merging: 2005-12-24 07:56:48 +00:00
docs [1125] 2005-10-18 22:27:39 +00:00
libs Updated VERSION file 2005-12-28 01:52:56 +00:00
scripts Merging: 2005-12-27 03:33:44 +00:00
app_controller.php Merging changes to the trunk. 2005-12-23 21:57:26 +00:00
app_model.php Merging changes to the trunk. 2005-12-23 21:57:26 +00:00
basics.php Updated VERSION file 2005-12-27 17:14:32 +00:00
dispatcher.php Updated VERSION file 2005-12-28 01:52:56 +00:00